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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrmaguiar <rmaguiar@tuta.io>2020-08-06 02:50:09 +0300
committerrmaguiar <rmaguiar@tuta.io>2020-08-06 02:50:09 +0300
commit561303fe79d885bd74ac5fcc8788be84bb0e3c58 (patch)
treed6e4f7c5dd1f0049635465653865c3f07145b319 /i18n/en.toml
parent79a7d9d0859a9f1f6ad3df170ba92cea87193b32 (diff)
Improve i18n organization and minor changes
* Improve i18n organization * Remove the possibility to configure social and contact form shortcodes per page * Other minor changes
Diffstat (limited to 'i18n/en.toml')
-rw-r--r--i18n/en.toml135
1 files changed, 82 insertions, 53 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index f4acab3..6eded49 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,50 +1,49 @@
-[main_menu]
+# Header & Footer
+
+[ariaMainMenu]
other = "Main menu."
-[change_accent]
+[changeAccent]
other = "Change accent color."
-[change_mode]
+[changeMode]
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"
+# Pages
-[missing_codec]
-other = "Your browser doesn't support HTML5 audio/video."
+[anchorFor]
+other = "Anchor for"
-[table_of_contents]
+[tableOfContents]
other = "Contents"
+[publishedOn]
+other = "Published on"
+
+[lastUpdatedOn]
+other = "Last updated on"
+
+
+# Footnotes
+
[references]
other = "References"
-[see_footnotes]
+[seeFootnotes]
other = "See footnotes."
[return]
other = "Return"
-[return_to_text]
+[returnToText]
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"
+# Contact form
[name]
other = "Name"
@@ -58,21 +57,39 @@ other = "Message"
[submit]
other = "Submit"
-[go_to_pag]
+
+# List (layout)
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tags"
+
+[categories]
+other = "Categories"
+
+[ariaPagination]
+other = "Pagination navigation."
+
+[ariaGoToPage]
other = "Go to page {{ .PageNumber }}."
-[go_to_first]
+[ariaGoToFirst]
other = "Go to first page."
-[go_to_next]
+[ariaGoToNext]
other = "Go to next page."
-[go_to_prev]
+[ariaGoToPrev]
other = "Go to previous page."
-[go_to_last]
+[ariaGoToLast]
other = "Go to last page."
+
+# List (meta tags)
+
[page]
other = "page"
@@ -82,53 +99,65 @@ other = "of"
[posts]
other = "Posts"
-[and]
-other = " and "
-
-[posts_under_tag]
+[postsUnderTag]
other = "Posts under the \"{{ .Title }}\" tag."
-[posts_under_category]
+[postsUnderCategory]
other = "Posts under the \"{{ .Title }}\" category."
-[page_containing]
+[pageContaining]
other = "Page containing"
-[tag]
-other = "Tag"
-[tags]
-other = "Tags"
+# Search form
-[categories]
-other = "Categories"
-
-[search_label]
+[searchLabel]
other = "Search"
-[search_title]
-other = "Results"
+[searchAriaButton]
+other = "Run search."
+
+[searchInput]
+other = "Search field. Accepts from {{ .minLength }} to {{ .maxLength }} characters."
+
+
+# Search results page
-[search_no_page_found]
+[searchNoPageFound]
other = "No pages found."
-[search_results_for]
+[searchResultsFor]
other = "Results for"
-[search_one_page_found]
+[searchOnePageFound]
other = "One page found"
-[search_pages_found]
+[searchPagesFound]
other = "pages found"
-[search_awaiting_search]
+[searchAwaitingSearch]
other = "Awaiting search."
-[search_too_many]
+[searchTooMany]
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." \ No newline at end of file
+# 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."