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: 6eded49abab7e0fb9e65324ffaf570cb1db1388c (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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# Header & Footer

[ariaMainMenu]
other = "Main menu."

[changeAccent]
other = "Change accent color."

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

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


# Pages

[anchorFor]
other = "Anchor for"

[tableOfContents]
other = "Contents"

[publishedOn]
other = "Published on"

[lastUpdatedOn]
other = "Last updated on"


# Footnotes

[references]
other = "References"

[seeFootnotes]
other = "See footnotes."

[return]
other = "Return"

[returnToText]
other = "Return to text."


# Contact form

[name]
other = "Name"

[subject]
other = "Subject"

[message]
other = "Message"

[submit]
other = "Submit"


# List (layout)

[tag]
other = "Tag"

[tags]
other = "Tags"

[categories]
other = "Categories"

[ariaPagination]
other = "Pagination navigation."

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

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

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

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

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


# List (meta tags)

[page]
other = "page"

[of]
other = "of"

[posts]
other = "Posts"

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

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

[pageContaining]
other = "Page containing"


# Search form

[searchLabel]
other = "Search"

[searchAriaButton]
other = "Run search."

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


# Search results page

[searchNoPageFound]
other = "No pages found."

[searchResultsFor]
other = "Results for"

[searchOnePageFound]
other = "One page found"

[searchPagesFound]
other = "pages found"

[searchAwaitingSearch]
other = "Awaiting search."

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


# Translations

[alsoAvailable]
other = "Also available in"

[and]
other = " and "


# Misc

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

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

[boxContainingExpression]
other = "Box containing expression."