From 5db4056a0bcfc4497362276ab16d8960a8af91a0 Mon Sep 17 00:00:00 2001 From: Milan Korecky Date: Mon, 16 Aug 2021 06:58:36 +0000 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 99.5% (479 of 481 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ --- assets/l10n/intl_cs.arb | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/l10n/intl_cs.arb b/assets/l10n/intl_cs.arb index 679728a8..6efb3c71 100644 --- a/assets/l10n/intl_cs.arb +++ b/assets/l10n/intl_cs.arb @@ -2282,7 +2282,7 @@ "type": "text", "placeholders": {} }, - "unreadChats": "{unreadCount, plural, other{{unreadCount} nepřečtených chatů}}", + "unreadChats": "{unreadCount, plural, =1{1 nepřečtený chat} other{{unreadCount} nepřečtené chaty}}", "@unreadChats": { "type": "text", "placeholders": { @@ -2560,5 +2560,14 @@ "@zoomOut": { "type": "text", "placeholders": {} - } -} \ No newline at end of file + }, + "chatHasBeenRemovedFromThisSpace": "Chat byl z tohoto prostoru odstraněn", + "@chatHasBeenRemovedFromThisSpace": { + "type": "text", + "placeholders": {} + }, + "chatHasBeenAddedToThisSpace": "Do tohoto prostoru byl přidán chat", + "@chatHasBeenAddedToThisSpace": {}, + "addToSpace": "Přidat do prostoru", + "@addToSpace": {} +}