1
0
mirror of https://github.com/writeas/web-core synced 2018-07-20 11:55:21 +00:00

Add Portuguese (BR) localization

This commit is contained in:
Matt Baer 2018-04-06 17:25:35 -04:00
parent 2284f875d6
commit 5f3aa533bf
2 changed files with 28 additions and 0 deletions

26
l10n/phrases_pt.go Normal file
View File

@ -0,0 +1,26 @@
package l10n
var phrasesPT = map[string]string{
"Anonymous post": "Postagem anônima",
"Blogs": "Blogs",
"Enter": "Entrar",
"Newer": "Próximas",
"Older": "Anteriores",
"Posts": "Postagens",
"Publish to...": "Publicar para...",
"Publish": "Publicar",
"Read more...": "Leia mais...",
"This blog requires a password.": "Este blog requer uma senha.",
"Toggle theme": "Alterar o tema",
"View posts": "Ver Postagens",
"delete": "apagar",
"edit": "edite",
"move to...": "mover para...",
"pin": "fixar",
"published with write.as": "publicado com write.as",
"share modal ending": "Envie para um amigo, compartilhe na Web ou talvez um tweet. Saiba mais.",
"share modal introduction": "Cada postagem publicada tem um URL exclusivo e secreto que você pode compartilhar com qualquer pessoa. Este é o URL:",
"share modal title": "Compartilhar esta postagem",
"share": "compartilhar",
"unpin": "soltar",
}

View File

@ -18,6 +18,8 @@ func Strings(lang string) map[string]string {
return phrasesJA return phrasesJA
case "mk": case "mk":
return phrasesMK return phrasesMK
case "pt":
return phrasesPT
case "ro": case "ro":
return phrasesRO return phrasesRO
case "ru": case "ru":