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": {} + } } }