From 92afc33eaf1a9652f3015523ec690215c6ad149b Mon Sep 17 00:00:00 2001 From: matejpokorny Date: Sun, 19 Nov 2023 19:06:04 +0100 Subject: [PATCH] Adding-czech-translation-to-i18n --- 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 0000000..058c3a1 --- /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!"