From 865f5c2c3c472b8c92409c5fc773bffdf352a276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anast=C3=A1zius=20Dari=C3=A1n?= Date: Thu, 27 Oct 2022 05:47:21 +0000 Subject: [PATCH] Translated using Weblate (Persian) Currently translated at 21.9% (139 of 633 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fa/ --- assets/l10n/intl_fa.arb | 100 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 99 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_fa.arb b/assets/l10n/intl_fa.arb index 7273565f1..b7cc53ee2 100644 --- a/assets/l10n/intl_fa.arb +++ b/assets/l10n/intl_fa.arb @@ -615,5 +615,103 @@ "@separateChatTypes": { "type": "text", "placeholders": {} - } + }, + "connectionAttemptFailed": "سعی اتصال موفق نشد", + "@connectionAttemptFailed": { + "type": "text", + "placeholders": {} + }, + "showSpaces": "فهرست اسپیس‌ها را نشان دهید", + "@showSpaces": {}, + "sentAPicture": "🖼️ {username} یه عکس فرستاد", + "@sentAPicture": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "sentAVideo": "🎥 {username} یه ویدئو فرستاد", + "@sentAVideo": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "commandInvalid": "فرمان اعتبار نیست", + "@commandInvalid": { + "type": "text" + }, + "commandMissing": "{command} یه فرمان نیست.", + "@commandMissing": { + "type": "text", + "placeholders": { + "command": {} + }, + "description": "State that {command} is not a valid /command." + }, + "contactHasBeenInvitedToTheGroup": "مخاطب به گروه دعوت شده‌است", + "@contactHasBeenInvitedToTheGroup": { + "type": "text", + "placeholders": {} + }, + "sentAFile": "📁 {username} یه پرونده فرستاد", + "@sentAFile": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "sentAnAudio": "🎤 {username} یه ضبط صوتی فرستاد", + "@sentAnAudio": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "showDirectChatsInSpaces": "گپ‌های مستقیم مربوط توی اسپیس‌ها نشان دهید", + "@showDirectChatsInSpaces": { + "type": "text", + "placeholders": {} + }, + "userSentUnknownEvent": "{username} یه روی‌داد {type} فرستاد", + "@userSentUnknownEvent": { + "type": "text", + "placeholders": { + "username": {}, + "type": {} + } + }, + "weSentYouAnEmail": "یه ایمیل شما فرستادیم", + "@weSentYouAnEmail": { + "type": "text", + "placeholders": {} + }, + "replyHasBeenSent": "پاسخ فرستاده شده‌است", + "@replyHasBeenSent": {}, + "loadCountMoreParticipants": "{count} تا شرکت کنندگان اضافی را بار گیرید", + "@loadCountMoreParticipants": { + "type": "text", + "placeholders": { + "count": {} + } + }, + "sentASticker": "😊 {username} یه استیکر فرستاد", + "@sentASticker": { + "type": "text", + "placeholders": { + "username": {} + } + }, + "connect": "اتصال", + "@connect": { + "type": "text", + "placeholders": {} + }, + "confirm": "تائید", + "@confirm": { + "type": "text", + "placeholders": {} + }, + "allSpaces": "همه اسپیس‌ها", + "@allSpaces": {} }