From d5293cb34c77727462bd6de629c52c0f5ee5de0d Mon Sep 17 00:00:00 2001 From: Milan Korecky Date: Tue, 22 Jun 2021 15:39:37 +0000 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 100.0% (459 of 459 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ --- assets/l10n/intl_cs.arb | 86 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/assets/l10n/intl_cs.arb b/assets/l10n/intl_cs.arb index 2eea8a1d..936443ae 100644 --- a/assets/l10n/intl_cs.arb +++ b/assets/l10n/intl_cs.arb @@ -2403,5 +2403,91 @@ "@synchronizingPleaseWait": { "type": "text", "placeholders": {} + }, + "sendAsText": "Odeslat jako text", + "@sendAsText": { + "type": "text" + }, + "commandMissing": "{command} není příkaz.", + "@commandMissing": { + "type": "text", + "placeholders": { + "command": {} + }, + "description": "State that {command} is not a valid /command." + }, + "commandInvalid": "Příkaz je neplatný", + "@commandInvalid": { + "type": "text" + }, + "commandHintMyRoomAvatar": "Nastavte obrázek pro tuto místnost (autor mxc-uri)", + "@commandHintMyRoomAvatar": { + "type": "text", + "description": "Usage hint for the command /myroomavatar" + }, + "commandHintMyRoomNick": "Nastavte své zobrazované jméno pro tuto místnost", + "@commandHintMyRoomNick": { + "type": "text", + "description": "Usage hint for the command /myroomnick" + }, + "commandHintInvite": "Pozvěte daného uživatele do této místnosti", + "@commandHintInvite": { + "type": "text", + "description": "Usage hint for the command /invite" + }, + "commandHintUnBan": "Zrušit zákaz daného uživatele z této místnosti", + "@commandHintUnBan": { + "type": "text", + "description": "Usage hint for the command /unban" + }, + "commandHintBan": "Zakáže danému uživateli z této místnosti", + "@commandHintBan": { + "type": "text", + "description": "Usage hint for the command /ban" + }, + "commandHintKick": "Odeberte daného uživatele z této místnosti", + "@commandHintKick": { + "type": "text", + "description": "Usage hint for the command /kick" + }, + "commandHintOp": "Nastavit úroveň práv daného uživatele (výchozí: 50)", + "@commandHintOp": { + "type": "text", + "description": "Usage hint for the command /op" + }, + "commandHintLeave": "Opusťte tuto místnost", + "@commandHintLeave": { + "type": "text", + "description": "Usage hint for the command /leave" + }, + "commandHintJoin": "Připojte se k dané místnosti", + "@commandHintJoin": { + "type": "text", + "description": "Usage hint for the command /join" + }, + "commandHintReact": "Odeslat odpověď jako reakci", + "@commandHintReact": { + "type": "text", + "description": "Usage hint for the command /react" + }, + "commandHintHtml": "Odesílejte text ve formátu HTML", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintPlain": "Odeslat neformátovaný text", + "@commandHintPlain": { + "type": "text", + "description": "Usage hint for the command /plain" + }, + "commandHintMe": "Popiš se", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintSend": "Poslat zprávu", + "@commandHintSend": { + "type": "text", + "description": "Usage hint for the command /send" } }