From 9f5fc657d6f63971a3af073dffce57b8f2d50646 Mon Sep 17 00:00:00 2001 From: Milan Korecky Date: Tue, 13 Jul 2021 21:02:39 +0000 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 100.0% (462 of 462 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/ --- assets/l10n/intl_cs.arb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/assets/l10n/intl_cs.arb b/assets/l10n/intl_cs.arb index 103aa347f..8ab98b851 100644 --- a/assets/l10n/intl_cs.arb +++ b/assets/l10n/intl_cs.arb @@ -2489,5 +2489,22 @@ "@commandHintSend": { "type": "text", "description": "Usage hint for the command /send" + }, + "savedFileAs": "Uložený soubor jako {název souboru}", + "@savedFileAs": { + "type": "text", + "placeholders": { + "filename": {} + } + }, + "saveFileToFolder": "Uložte soubor do této složky", + "@saveFileToFolder": { + "type": "text", + "placeholders": {} + }, + "saveFile": "Uložit soubor", + "@saveFile": { + "type": "text", + "placeholders": {} } }