From 65d650fc4d2e11b58f79cdbf4933cfb19066dc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Pokorn=C3=BD?= Date: Sun, 19 Nov 2023 20:11:16 +0100 Subject: [PATCH] Adding-czech-translation-to-i18n (#1338) --- i18n/cs.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 i18n/cs.yaml diff --git a/i18n/cs.yaml b/i18n/cs.yaml new file mode 100644 index 00000000..058c3a1c --- /dev/null +++ b/i18n/cs.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "Předchozí" + +- id: next_page + translation: "Další" + +- id: read_time + translation: + one : "1 min" + other: "{{ .Count }} min" + +- id: words + translation: + one : "slovo" + other: "{{ .Count }} slov" + +- id: toc + translation: "Obsah" + +- id: translations + translation: "Překlady" + +- id: home + translation: "Domů" + +- id: edit_post + translation: "Upravit" + +- id: code_copy + translation: "kopírovat" + +- id: code_copied + translation: "zkopírováno!"