From 52d927d47ab1f8f67529b2719aad6983719ecc3a Mon Sep 17 00:00:00 2001 From: Linerly Date: Wed, 22 Sep 2021 08:06:40 +0000 Subject: [PATCH] Translated using Weblate (Indonesian) Currently translated at 38.9% (193 of 496 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ --- assets/l10n/intl_id.arb | 82 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/assets/l10n/intl_id.arb b/assets/l10n/intl_id.arb index 60eb04fa7..aef82c719 100644 --- a/assets/l10n/intl_id.arb +++ b/assets/l10n/intl_id.arb @@ -969,5 +969,87 @@ "placeholders": { "username": {} } + }, + "loadingPleaseWait": "Memuat... Mohon tunggu.", + "@loadingPleaseWait": { + "type": "text", + "placeholders": {} + }, + "loadCountMoreParticipants": "Muat {count} anggota", + "@loadCountMoreParticipants": { + "type": "text", + "placeholders": { + "count": {} + } + }, + "license": "Lisensi", + "@license": { + "type": "text", + "placeholders": {} + }, + "leftTheChat": "Keluar dari chat", + "@leftTheChat": { + "type": "text", + "placeholders": {} + }, + "leave": "Tinggalkan", + "@leave": { + "type": "text", + "placeholders": {} + }, + "lastSeenIp": "IP terakhir dilihat", + "@lastSeenIp": { + "type": "text", + "placeholders": {} + }, + "lastActiveAgo": "Terakhir aktif: {localizedTimeShort}", + "@lastActiveAgo": { + "type": "text", + "placeholders": { + "localizedTimeShort": {} + } + }, + "kickFromChat": "Keluarkan dari chat", + "@kickFromChat": { + "type": "text", + "placeholders": {} + }, + "kickedAndBanned": "{username} mengeluarkan dan mencekal {targetName}", + "@kickedAndBanned": { + "type": "text", + "placeholders": { + "username": {}, + "targetName": {} + } + }, + "kicked": "{username} mengeluarkan {targetName}", + "@kicked": { + "type": "text", + "placeholders": { + "username": {}, + "targetName": {} + } + }, + "keysMissing": "Tidak ada kunci", + "@keysMissing": { + "type": "text", + "placeholders": {} + }, + "keysCached": "Kunci telah dicache", + "@keysCached": { + "type": "text", + "placeholders": {} + }, + "joinRoom": "Gabung ruangan", + "@joinRoom": { + "type": "text", + "placeholders": {} + }, + "joinedTheChat": "{username} telah bergabung di chat", + "@joinedTheChat": { + "type": "text", + "placeholders": { + "username": {} + } } }