From e7dfa00337426c2faf471ae5ee44c282b9f45a18 Mon Sep 17 00:00:00 2001 From: Linerly Date: Thu, 15 May 2025 04:08:46 +0200 Subject: [PATCH] Translated using Weblate (Indonesian) Currently translated at 100.0% (775 of 775 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/id/ --- assets/l10n/intl_id.arb | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_id.arb b/assets/l10n/intl_id.arb index 25b91cdd0..39342c81c 100644 --- a/assets/l10n/intl_id.arb +++ b/assets/l10n/intl_id.arb @@ -3358,5 +3358,28 @@ "approve": "Terima", "@approve": {}, "youHaveKnocked": "Anda telah mengetuk", - "@youHaveKnocked": {} + "@youHaveKnocked": {}, + "sentVoiceMessage": "🎙️ {duration} - {sender}", + "@sentVoiceMessage": { + "type": "String", + "placeholders": { + "sender": { + "type": "String" + }, + "duration": { + "type": "String" + } + } + }, + "checkList": "Ceklis", + "@checkList": {}, + "countInvited": "{count} diundang", + "@countInvited": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + } }