We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac444fc commit 65d650fCopy full SHA for 65d650f
i18n/cs.yaml
@@ -0,0 +1,33 @@
1
+- id: prev_page
2
+ translation: "Předchozí"
3
+
4
+- id: next_page
5
+ translation: "Další"
6
7
+- id: read_time
8
+ translation:
9
+ one : "1 min"
10
+ other: "{{ .Count }} min"
11
12
+- id: words
13
14
+ one : "slovo"
15
+ other: "{{ .Count }} slov"
16
17
+- id: toc
18
+ translation: "Obsah"
19
20
+- id: translations
21
+ translation: "Překlady"
22
23
+- id: home
24
+ translation: "Domů"
25
26
+- id: edit_post
27
+ translation: "Upravit"
28
29
+- id: code_copy
30
+ translation: "kopírovat"
31
32
+- id: code_copied
33
+ translation: "zkopírováno!"
0 commit comments