Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.toml « i18n - gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4acab3ff1f6c0eb17c40eb12a046bb95261a8d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[main_menu]
other = "Main menu."

[change_accent]
other = "Change accent color."

[change_mode]
other = "Change to light/dark mode."

[noscript]
other = "Unable to execute JavaScript. Some features were disabled."

[also_available]
other = "Also available in"

[anchor_for]
other = "Anchor for"

[missing_codec]
other = "Your browser doesn't support HTML5 audio/video."

[table_of_contents]
other = "Contents"

[references]
other = "References"

[see_footnotes]
other = "See footnotes."

[return]
other = "Return"

[return_to_text]
other = "Return to text."

[box_containing_code]
other = "Box containing code sample."

[box_containing_expression]
other = "Box containing expression."

[published_on]
other = "Published on"

[last_updated_on]
other = "Last updated on"

[name]
other = "Name"

[subject]
other = "Subject"

[message]
other = "Message"

[submit]
other = "Submit"

[go_to_pag]
other = "Go to page {{ .PageNumber }}."

[go_to_first]
other = "Go to first page."

[go_to_next]
other = "Go to next page."

[go_to_prev]
other = "Go to previous page."

[go_to_last]
other = "Go to last page."

[page]
other = "page"

[of]
other = "of"

[posts]
other = "Posts"

[and]
other = " and "

[posts_under_tag]
other = "Posts under the \"{{ .Title }}\" tag."

[posts_under_category]
other = "Posts under the \"{{ .Title }}\" category."

[page_containing]
other = "Page containing"

[tag]
other = "Tag"

[tags]
other = "Tags"

[categories]
other = "Categories"

[search_label]
other = "Search"

[search_title]
other = "Results"

[search_no_page_found]
other = "No pages found."

[search_results_for]
other = "Results for"

[search_one_page_found]
other = "One page found"

[search_pages_found]
other = "pages found"

[search_awaiting_search]
other = "Awaiting search."

[search_too_many]
other = "Too many pages found. Please try to repeat the search using another term."

[search_button_aria_label]
other = "Run search."

[search_input_title]
other = "Search field. Accepts from {{ .minLength }} to {{ .maxLength }} characters."