From 2bb91f266951f0decf581889a226bbb56e20aefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kate=C5=99ina=20Churanov=C3=A1?= Date: Sat, 13 Feb 2021 13:31:01 +0000 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 100.0% (398 of 398 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ --- lib/l10n/intl_cs.arb | 48 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_cs.arb b/lib/l10n/intl_cs.arb index 2409133d..14ead27f 100644 --- a/lib/l10n/intl_cs.arb +++ b/lib/l10n/intl_cs.arb @@ -524,7 +524,7 @@ "type": "text", "placeholders": {} }, - "emoteInvalid": "Neplatná klávesová zkratka emoji!", + "emoteInvalid": "Neplatný kód emotikony!", "@emoteInvalid": { "type": "text", "placeholders": {} @@ -2121,5 +2121,51 @@ "@noPublicRoomsFound": { "type": "text", "placeholders": {} + }, + "audioPlayerPlay": "Přehrát", + "@audioPlayerPlay": { + "type": "text", + "placeholders": {} + }, + "audioPlayerPause": "Pozastavit", + "@audioPlayerPause": { + "type": "text", + "placeholders": {} + }, + "badServerLoginTypesException": "Homeserver podporuje přihlášení typu:\n{serverVersions}\nAle tato aplikace podporuje pouze:\n{supportedVersions}", + "@badServerLoginTypesException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } + }, + "clearText": "Smazat text", + "@clearText": { + "type": "text", + "placeholders": {} + }, + "userUnknownVerification": "Status ověření uživatele je neznámý", + "@userUnknownVerification": { + "type": "text", + "placeholders": {} + }, + "userNotVerified": "Uživatel není ověřen", + "@userNotVerified": { + "type": "text", + "placeholders": {} + }, + "userVerified": "Uživatel je ověřen", + "@userVerified": { + "type": "text", + "placeholders": {} + }, + "badServerVersionsException": "Homeserver podporuje specifikaci verzí:\n{serverVersions}\nAle tato aplikace podporuje pouze verze {supportedVersions}", + "@badServerVersionsException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } } }