From 3b56e8bab983a376c2be54a880927d1f29b447e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BB=D0=BE=D0=B1=D0=BE=D0=B4=D0=B0=D0=BD=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=BC=D0=B8=D1=9B=28Slobodan=20Simi=C4=87=29?= Date: Mon, 15 Feb 2021 17:08:53 +0000 Subject: [PATCH] Translated using Weblate (Serbian) Currently translated at 100.0% (408 of 408 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sr/ --- lib/l10n/intl_sr.arb | 96 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) diff --git a/lib/l10n/intl_sr.arb b/lib/l10n/intl_sr.arb index aa0f7171..b1832381 100644 --- a/lib/l10n/intl_sr.arb +++ b/lib/l10n/intl_sr.arb @@ -2119,5 +2119,101 @@ "@noPublicRoomsFound": { "type": "text", "placeholders": {} + }, + "wipeChatBackup": "Да обришем резервну копију како би направио нови сигурносни кључ?", + "@wipeChatBackup": { + "type": "text", + "placeholders": {} + }, + "fontSize": "Величина фонта", + "@fontSize": { + "type": "text", + "placeholders": {} + }, + "clearText": "Обриши текст", + "@clearText": { + "type": "text", + "placeholders": {} + }, + "userUnknownVerification": "Корисник има непознато стање верификованости", + "@userUnknownVerification": { + "type": "text", + "placeholders": {} + }, + "userNotVerified": "Корисник није верификован", + "@userNotVerified": { + "type": "text", + "placeholders": {} + }, + "userVerified": "Корисник је верификован", + "@userVerified": { + "type": "text", + "placeholders": {} + }, + "audioPlayerPlay": "Пуштање", + "@audioPlayerPlay": { + "type": "text", + "placeholders": {} + }, + "audioPlayerPause": "Пауза", + "@audioPlayerPause": { + "type": "text", + "placeholders": {} + }, + "chatBackupDescription": "Ваша резервна копија ћаскања је обезбеђена кључем. Немојте да га изгубите.", + "@chatBackupDescription": { + "type": "text", + "placeholders": {} + }, + "pleaseEnterSecurityKey": "Унесите свој сигурносни кључ", + "@pleaseEnterSecurityKey": { + "type": "text", + "placeholders": {} + }, + "transferFromAnotherDevice": "Пренос са другог уређаја", + "@transferFromAnotherDevice": { + "type": "text", + "placeholders": {} + }, + "everythingReady": "Све је спремно!", + "@everythingReady": { + "type": "text", + "placeholders": {} + }, + "securityKeyLost": "Изгубљен сигурносни кључ?", + "@securityKeyLost": { + "type": "text", + "placeholders": {} + }, + "chatBackup": "Копија ћаскања", + "@chatBackup": { + "type": "text", + "placeholders": {} + }, + "copyToClipboard": "Копира у клипборд", + "@copyToClipboard": { + "type": "text", + "placeholders": {} + }, + "securityKey": "Сигурносни кључ", + "@securityKey": { + "type": "text", + "placeholders": {} + }, + "badServerLoginTypesException": "Домаћи сервер подржава начине пријаве:\n{serverVersions}\nали ова апликација подржава само:\n{supportedVersions}", + "@badServerLoginTypesException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } + }, + "badServerVersionsException": "Домаћи сервер подржава верзије:\n{serverVersions}\nали ова апликација подржава само {supportedVersions}", + "@badServerVersionsException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } } }