From 866c275fe9683905bcb1571227486b37383439a7 Mon Sep 17 00:00:00 2001 From: Hugo Marques Date: Tue, 30 Jun 2020 14:01:20 +0100 Subject: ADD PT-PT Language to i18n folder --- i18n/pt-pt.toml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 i18n/pt-pt.toml diff --git a/i18n/pt-pt.toml b/i18n/pt-pt.toml new file mode 100644 index 0000000..213879e --- /dev/null +++ b/i18n/pt-pt.toml @@ -0,0 +1,53 @@ +[sidebarToc] + other = "TOC" + +[sidebarPages] + other = "Paginas" + +[sidebarTags] + other = "Tags" + +[sidebarLinks] + other = "Links" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Powered by " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "No tag" + +[postMetaWordCount] + other = " Palavras" + +[postMetaReadingTime] + other = " Minutos" + +[postCopyrightFront] + other = "Salvo indicação em contrário, o conteúdo deste site é licenciado sob " + +[postCopyrightEnd] + other = "." + +[postComment] + other = "Carregar comentarios" + +[archivesTotalPages] + other = "Nº total de posts: " + +[tagsCurrentTag] + other = "Posts a tag {{ .Title }}: " + +[searchSuccess] + other = "[NUM] resultados ([TIME] ms)" + +[searchNotFound] + other = "Não foram encontrados resultados" + +[searchFailed] + other = "Falha ao carregar o índice" -- cgit v1.2.3 From e574b4d66edb9c707519c52ee2b3ccdae83a0df5 Mon Sep 17 00:00:00 2001 From: Hugo Marques Date: Tue, 30 Jun 2020 14:05:51 +0100 Subject: Update pt-pt.toml Corrected "No tag" Line--- i18n/pt-pt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/pt-pt.toml b/i18n/pt-pt.toml index 213879e..edf9cbc 100644 --- a/i18n/pt-pt.toml +++ b/i18n/pt-pt.toml @@ -20,7 +20,7 @@ other = " " [postMetaNoTag] - other = "No tag" + other = "Sem tags" [postMetaWordCount] other = " Palavras" -- cgit v1.2.3