From 108e017a325c8a503160ed1690af7c4b38afca34 Mon Sep 17 00:00:00 2001 From: Daniel Pessoa Date: Sat, 5 Dec 2020 22:48:13 -0300 Subject: [PATCH] Add pt-BR.toml Add file for Brazilian Portuguese i18n --- i18n/pt-BR.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..eadb640 --- /dev/null +++ b/i18n/pt-BR.toml @@ -0,0 +1,32 @@ +[toggleMenu] + other = "Alternar Menu" + +[relatedContents] + other = "Conteúdos Relacionados" + +[lastUpdatedOn] + other ="Última atualização em" + +[widgetArchivesTitle] + other = "Arquivos" + +[widgetArchivesMore] + other = "Mais" + +[widgetTagCloudTitle] + other = "Tags" + +[notFoundTitle] + other = "Não Encontrado" + +[notFoundSubtitle] + other = "Esta página não existe." + +[searchTitle] + other = "Busca" + +[searchPlaceholder] + other = "Digite algo..." + +[searchResultTitle] + other = "#PAGES_COUNT páginas (#TIME_SECONDS segundos)" \ No newline at end of file