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": {} +}