themes/hugo-coder/i18n/en.toml
042ab92fbfa06083534de08fa33e1daf98a8caec
· 729 B · 63 lines
raw
| 1 | [category] |
| 2 | other = "category" |
| 3 | |
| 4 | [categories] |
| 5 | other = "categories" |
| 6 | |
| 7 | [tag] |
| 8 | other = "tag" |
| 9 | |
| 10 | [tags] |
| 11 | other = "tags" |
| 12 | |
| 13 | [series] |
| 14 | other = "series" |
| 15 | |
| 16 | [author] |
| 17 | other = "author" |
| 18 | |
| 19 | [authors] |
| 20 | other = "authors" |
| 21 | |
| 22 | [posts] |
| 23 | other = "posts" |
| 24 | |
| 25 | [reading_time] |
| 26 | one = "One-minute read" |
| 27 | other = "{{ .Count }}-minute read" |
| 28 | |
| 29 | [page_not_found] |
| 30 | other = "Page Not Found" |
| 31 | |
| 32 | [page_does_not_exist] |
| 33 | other = "Sorry, this page does not exist." |
| 34 | |
| 35 | [head_back] |
| 36 | other = "You can head back to <a href=\"{{ . }}\">homepage</a>." |
| 37 | |
| 38 | [powered_by] |
| 39 | other = "Powered by" |
| 40 | |
| 41 | [see_also] |
| 42 | other = "See also in" |
| 43 | |
| 44 | [note] |
| 45 | other = "note" |
| 46 | |
| 47 | [tip] |
| 48 | other = "tip" |
| 49 | |
| 50 | [example] |
| 51 | other = "example" |
| 52 | |
| 53 | [question] |
| 54 | other = "question" |
| 55 | |
| 56 | [info] |
| 57 | other = "info" |
| 58 | |
| 59 | [warning] |
| 60 | other = "warning" |
| 61 | |
| 62 | [error] |
| 63 | other = "error" |