From 86312c2dc95ef02680a7a856d01064fb567e85c4 Mon Sep 17 00:00:00 2001 From: Linerly Date: Fri, 15 Apr 2022 02:19:03 +0000 Subject: [PATCH] Translated using Weblate (Indonesian) Currently translated at 100.0% (582 of 582 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ --- assets/l10n/intl_id.arb | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/assets/l10n/intl_id.arb b/assets/l10n/intl_id.arb index 5b4c4c22..5321b282 100644 --- a/assets/l10n/intl_id.arb +++ b/assets/l10n/intl_id.arb @@ -2802,5 +2802,53 @@ "@showDirectChatsInSpaces": { "type": "text", "placeholders": {} + }, + "youInvitedBy": "Anda telah diundang oleh {user}", + "@youInvitedBy": { + "placeholders": { + "user": {} + } + }, + "youInvitedUser": "Anda mengundang {user}", + "@youInvitedUser": { + "placeholders": { + "user": {} + } + }, + "youKicked": "Anda mengeluarkan {user}", + "@youKicked": { + "placeholders": { + "user": {} + } + }, + "youKickedAndBanned": "Anda mengeluarkan dan mencekal {user}", + "@youKickedAndBanned": { + "placeholders": { + "user": {} + } + }, + "youRejectedTheInvitation": "Anda menolak undangannya", + "@youRejectedTheInvitation": {}, + "youJoinedTheChat": "Anda bergabung ke obrolan", + "@youJoinedTheChat": {}, + "youAcceptedTheInvitation": "Anda menerima undangannya", + "@youAcceptedTheInvitation": {}, + "youBannedUser": "Anda mencekal {user}", + "@youBannedUser": { + "placeholders": { + "user": {} + } + }, + "youHaveWithdrawnTheInvitationFor": "Anda telah membatalkan undangan untuk {user}", + "@youHaveWithdrawnTheInvitationFor": { + "placeholders": { + "user": {} + } + }, + "youUnbannedUser": "Anda membatalkan cekalan {user}", + "@youUnbannedUser": { + "placeholders": { + "user": {} + } } }