cs.toml (813B)
1 [categories] 2 one = "kategorie" 3 other = "categories" 4 5 [tags] 6 one = "tag" 7 other = "tags" 8 9 [series] 10 one = "série" 11 other = "series" 12 13 [authors] 14 one = "author" 15 other = "authors" 16 17 [posts] 18 other = "posts" 19 20 [reading_time] 21 other = "Délka čtení: {{ .Count }}" 22 23 [page_not_found] 24 other = "Stránka nenalezena" 25 26 [page_does_not_exist] 27 other = "Omlouváme se, stránka nebyla nalezena." 28 29 [head_back] 30 other = "Můžete se vrátit na <a href=\"{{ . }}\">homepage</a>." 31 32 [licensed_under] 33 other = "Licensed under" 34 35 [powered_by] 36 other = "Stránka používá" 37 38 [see_also] 39 other = "Podívejte se také na" 40 41 [note] 42 other = "note" 43 44 [tip] 45 other = "tip" 46 47 [example] 48 other = "example" 49 50 [question] 51 other = "question" 52 53 [info] 54 other = "info" 55 56 [warning] 57 other = "warning" 58 59 [error] 60 other = "error" 61 62 [link_to_heading] 63 other = "Link to heading"