From ecea2174064c68623c47a72cf08a51e3ceb1db7e Mon Sep 17 00:00:00 2001 From: waclaw66 Date: Wed, 15 Dec 2021 16:48:20 +0000 Subject: [PATCH] Translated using Weblate (Czech) Currently translated at 100.0% (3374 of 3374 strings) Translation: Element Web/matrix-react-sdk Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/ --- src/i18n/strings/cs.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 4a3fc4a05e..ca7528efec 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -3462,5 +3462,22 @@ "Copy room link": "Kopírovat odkaz", "Jump to date (adds /jumptodate)": "Přejít na datum (přidá /jumptodate)", "We were unable to understand the given date (%(inputDate)s). Try using the format YYYY-MM-DD.": "Nebyli jsme schopni porozumět zadanému datu (%(inputDate)s). Zkuste použít formát RRRR-MM-DD.", - "Jump to the given date in the timeline (YYYY-MM-DD)": "Přejít na zadané datum na časové ose (RRRR-MM-DD)" + "Jump to the given date in the timeline (YYYY-MM-DD)": "Přejít na zadané datum na časové ose (RRRR-MM-DD)", + "Processing...": "Zpracování...", + "Creating output...": "Vytváření výstupu...", + "Fetching events...": "Načítání událostí...", + "Starting export process...": "Zahájení procesu exportu...", + "Exported %(count)s events in %(seconds)s seconds|one": "Exportována %(count)s událost za %(seconds)s sekund", + "Exported %(count)s events in %(seconds)s seconds|other": "Exportováno %(count)s událostí za %(seconds)s sekund", + "Export successful!": "Export byl úspěšný!", + "Creating HTML...": "Vytváření HTML...", + "Fetched %(count)s events in %(seconds)ss|one": "Načtena %(count)s událost za %(seconds)ss", + "Fetched %(count)s events in %(seconds)ss|other": "Načteno %(count)s událostí za %(seconds)ss", + "Starting export...": "Zahájení exportu...", + "Processing event %(number)s out of %(total)s": "Zpracování události %(number)s z %(total)s", + "Fetched %(count)s events so far|one": "Načtena %(count)s událost", + "Fetched %(count)s events so far|other": "Načteno %(count)s událostí", + "Fetched %(count)s events out of %(total)s|one": "Načtena %(count)s událost z %(total)s", + "Fetched %(count)s events out of %(total)s|other": "Načteno %(count)s událostí z %(total)s", + "Generating a ZIP": "Vytvoření souboru ZIP" }