From 92e252fdd255ba3062b2dcc7e3c4f56adf9cb6fb Mon Sep 17 00:00:00 2001 From: flads Date: Thu, 3 Dec 2020 19:26:54 -0300 Subject: [PATCH 1/3] create i18n/pt-br.toml --- i18n/pt-br.toml | 119 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 i18n/pt-br.toml 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" From ae8807bf414985d0b7adffb01964c4032d3a5a6f Mon Sep 17 00:00:00 2001 From: flads Date: Thu, 3 Dec 2020 19:27:35 -0300 Subject: [PATCH 2/3] fix a typo --- i18n/es.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/es.toml b/i18n/es.toml index 647a71a..6c483f7 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 = "Nothing to Display" From 7dad71ecc7bc60212ef5689ab48accf824e5de33 Mon Sep 17 00:00:00 2001 From: flads Date: Thu, 3 Dec 2020 19:31:37 -0300 Subject: [PATCH 3/3] translate an item into i18n/es.toml --- i18n/es.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/es.toml b/i18n/es.toml index 6c483f7..0b0e31d 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -116,4 +116,4 @@ other = "solarized" other = "kimbie" [no-contents] -other = "Nothing to Display" +other = "Nada que Mostrar"