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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <52706977+zzossig@users.noreply.github.com>2020-12-08 23:17:46 +0300
committerGitHub <noreply@github.com>2020-12-08 23:17:46 +0300
commit5cd9fab21729c35197a4c3fd2d2f324e1f1fd01c (patch)
tree9bea7bac3938a2b55a02647b5a140005dfe72a5f
parent621c83a392378987597b389a19672b6e2bd6135a (diff)
parent7dad71ecc7bc60212ef5689ab48accf824e5de33 (diff)
Merge pull request #360 from flads/master
Create i18n/pt-br.toml and fix typo in i18n/es.toml
-rw-r--r--i18n/es.toml4
-rw-r--r--i18n/pt-br.toml119
2 files changed, 121 insertions, 2 deletions
diff --git a/i18n/es.toml b/i18n/es.toml
index 647a71a..0b0e31d 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -98,7 +98,7 @@ other = "Pinned"
other = "Esta pagina se ve mejor con JavaScript habilitado"
[posts-by-order]
-other = "Publicaciones principlaes"
+other = "Publicaciones principales"
[skin-dark]
other = "oscuro"
@@ -116,4 +116,4 @@ other = "solarized"
other = "kimbie"
[no-contents]
-other = "Nothing to Display" \ No newline at end of file
+other = "Nada que Mostrar"
diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
new file mode 100644
index 0000000..ce03115
--- /dev/null
+++ b/i18n/pt-br.toml
@@ -0,0 +1,119 @@
+[search-placeholder]
+other = "Pesquisar"
+
+[summary-dateformat]
+other = "02-01-2006"
+
+[reading-time]
+other = "min. de leitura"
+
+[tags]
+other = "Tags"
+
+[categories]
+other = "Categorias"
+
+[series]
+other = "Séries"
+
+[archive-dateformat]
+other = "02-01-2006"
+
+[talks-dateformat]
+other = "02-01-2006"
+
+[single-dateformat]
+other = "02-01-2006"
+
+[pub-dateformat]
+other = "02-01-2006"
+
+[resume-dateformat]
+other = "02-01-2006"
+
+[single-related]
+other = "Ver Também"
+
+[single-writtenBy]
+other = "Escrito por"
+
+[toc-label]
+other = "O que tem nesta página"
+
+[counter-site-pv]
+other = "Total de visualizações"
+
+[counter-site-uv]
+other = "Total de visitantes"
+
+[counter-page-pv]
+other = "visualizações"
+
+[donate-message]
+other = "Apoie o autor com"
+
+[share-message]
+other = "Compartilhar em"
+
+[contact-name]
+other = "Nome"
+
+[contact-email]
+other = "E-mail"
+
+[contact-tel]
+other = "Tel"
+
+[contact-file]
+other = "Arquivo"
+
+[contact-message]
+other = "Mensagem"
+
+[contact-send]
+other = "Enviar"
+
+[contact-browse]
+other = "Procurar"
+
+[tooltip-home]
+other = "Início"
+
+[tooltip-written]
+other = "Escrito em"
+
+[tooltip-modified]
+other = "Modificado em"
+
+[tooltip-reading-time]
+other = "Tempo de Leitura"
+
+[showcase-overview]
+other = "Resumo"
+
+[showcase-pinned]
+other = "Pinned"
+
+[nojs-message]
+other = "Esta página é melhor visualizada com o JavaScript habilitado"
+
+[posts-by-order]
+other = "Principais Publicações"
+
+[skin-dark]
+other = "dark"
+
+[skin-light]
+other = "light"
+
+[skin-hacker]
+other = "hacker"
+
+[skin-solarized]
+other = "solarized"
+
+[skin-kimbie]
+other = "kimbie"
+
+[no-contents]
+other = "Nada a ser exibido"