diff options
Diffstat (limited to 'themes/hugo-coder/i18n/sk.toml')
m--------- | themes/hugo-coder | 0 | ||||
-rw-r--r-- | themes/hugo-coder/i18n/sk.toml | 35 |
2 files changed, 35 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 | |||
Subproject 55b2a150f990bc56364dba347bc9acc6aab07be | |||
diff --git a/themes/hugo-coder/i18n/sk.toml b/themes/hugo-coder/i18n/sk.toml new file mode 100644 index 0000000..afb04c2 --- /dev/null +++ b/themes/hugo-coder/i18n/sk.toml | |||
@@ -0,0 +1,35 @@ | |||
1 | [posts] | ||
2 | other = "články" | ||
3 | |||
4 | [category] | ||
5 | other = "kategória" | ||
6 | |||
7 | [tag] | ||
8 | other = "téma" | ||
9 | |||
10 | [series] | ||
11 | other = "diel" | ||
12 | |||
13 | [reading_time] | ||
14 | one = "Prečítate si za minútu" | ||
15 | few = "Prečítate si do {{ .Count }} minút" | ||
16 | many = "Prečítate si do {{ .Count }} minút" | ||
17 | other = "Prečítate si do {{ .Count }} minút" | ||
18 | |||
19 | [page_not_found] | ||
20 | other = "Stránka nebola nájdená" | ||
21 | |||
22 | [page_does_not_exist] | ||
23 | other = "Prepáčte, ale táto stránka neexistuje." | ||
24 | |||
25 | [head_back] | ||
26 | other = "Späť na <a href=\"{{ . }}\">domácu stránku</a>." | ||
27 | |||
28 | [see_also] | ||
29 | other = "Pozrite tiež" | ||
30 | |||
31 | [author] | ||
32 | other = "autor" | ||
33 | |||
34 | [powered_by] | ||
35 | other = "Táto stránka bola vytvorená cez" | ||