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 (limited to 'i18n') 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