From 864c8d4c62e21282512586242c0af324787f1e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Pfrogner?= <48058525+pfrogond@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:22:08 +0100 Subject: [PATCH] i18n: add Czech translation --- i18n/cs.toml | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 i18n/cs.toml diff --git a/i18n/cs.toml b/i18n/cs.toml new file mode 100644 index 0000000000..c90d3adff0 --- /dev/null +++ b/i18n/cs.toml @@ -0,0 +1,95 @@ +[Reading-direction] +other = "ltr" + +[Search] +other = "Hledat" + +[Search-placeholder] +other = "Hledat..." + +[No-results-found] +other = "Žádné výsledky pro \"{0}\"" + +[N-results-found] +other = "{1} výsledků pro \"{0}\"" + +[Clear-History] +other = "Vymazat historii" + +[Attachments-label] +other = "Přílohy" + +[title-404] +other = "Error 404" + +[message-404] +other = "Ups. Zdá se, že tato stránka neexistuje ¯\\_(ツ)_/¯." + +[Go-to-homepage] +other = "Přejít na domovskou stránku" + +[Edit-this-page] +other = "Upravit" + +[Print-this-chapter] +other = "Vytisknout kapitolu" + +[Shortcuts-Title] +other = "Více" + +[Expand-title] +other = "Rozbalit..." + +[Navigation-toggle] +other = "Menu" + +[Toc-toggle] +other = "Obsah" + +[Byte-symbol] +other = "B" + +[Kilobyte-symbol] +other = "KB" + +[Megabyte-symbol] +other = "MB" + +[note] +other = "Poznámka" + +[info] +other = "Info" + +[tip] +other = "Tip" + +[warning] +other = "Varování" + +[Copy-to-clipboard] +other = "Kopírovat" + +[Copied-to-clipboard] +other = "Zkopírováno!" + +[Copy-link-to-clipboard] +other = "Kopírovat odkaz" + +[Link-copied-to-clipboard] +other = "Odkaz zkopírován!" + +[Chapter] +other = "Kapitola {{.}}" + +[Language] +other = "Jazyk" + +[Theme] +other = "Motiv" + +[Submenu] +other = "Podmenu {{.}}" + +[Subsections] +other = "Podsekce {{.}}"