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
path: root/i18n
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2020-06-22 21:17:46 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2020-06-22 21:17:46 +0300
commit8f8de1e97b3ffc5a5818742961158564f7f19b1e (patch)
treecc3d70f9f9917304d73501d0301850cb5d55430b /i18n
Initial commit
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml101
-rw-r--r--i18n/pt.toml101
2 files changed, 202 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..a262cb4
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,101 @@
+[change_accent]
+other = "Change accent color."
+
+[change_mode]
+other = "Change 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" \ No newline at end of file
diff --git a/i18n/pt.toml b/i18n/pt.toml
new file mode 100644
index 0000000..4e6dc62
--- /dev/null
+++ b/i18n/pt.toml
@@ -0,0 +1,101 @@
+[change_accent]
+other = "Mudar cor de acentuação."
+
+[change_mode]
+other = "Alternar modo."
+
+[noscript]
+other = "Não foi possível executar o JavaScript. Alguns recursos foram desativados."
+
+[also_available]
+other = "Também disponível em"
+
+[anchor_for]
+other = "Âncora para"
+
+[missing_codec]
+other = "Seu navegador não suporta áudio/vídeo em HTML5."
+
+[table_of_contents]
+other = "Conteúdo"
+
+[references]
+other = "Referências"
+
+[see_footnotes]
+other = "Ver nota no rodapé."
+
+[return]
+other = "Retornar"
+
+[return_to_text]
+other = "Retornar ao texto."
+
+[box_containing_code]
+other = "Caixa contendo amostra de código."
+
+[box_containing_expression]
+other = "Caixa contendo expressão."
+
+[published_on]
+other = "Publicado em"
+
+[last_updated_on]
+other = "Última atualização em"
+
+[name]
+other = "Nome"
+
+[subject]
+other = "Assunto"
+
+[message]
+other = "Mensagem"
+
+[submit]
+other = "Enviar"
+
+[go_to_pag]
+other = "Ir para a página {{ .PageNumber }}."
+
+[go_to_first]
+other = "Ir para a primeira página."
+
+[go_to_next]
+other = "Ir para a próxima página."
+
+[go_to_prev]
+other = "Ir para a página anterior."
+
+[go_to_last]
+other = "Ir para a última página."
+
+[page]
+other = "página"
+
+[of]
+other = "de"
+
+[posts]
+other = "Postagens"
+
+[and]
+other = " e "
+
+[posts_under_tag]
+other = "Postagens sob o marcador \"{{ .Title }}\"."
+
+[posts_under_category]
+other = "Postagens sob a categoria \"{{ .Title }}\"."
+
+[page_containing]
+other = "Página contendo"
+
+[tag]
+other = "Marcador"
+
+[tags]
+other = "Marcadores"
+
+[categories]
+other = "Categorias" \ No newline at end of file