Commit 5bc45a307db8db8e207b3a36f018dfc55aa7c222

Authored by Ábner Oliveira
1 parent 69ff070c

fixed pt translation

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/languages/pt.json
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 "article.remove.success.title": "Bom trabalho!", 58 "article.remove.success.title": "Bom trabalho!",
59 "article.remove.success.message": "Artigo removido!", 59 "article.remove.success.message": "Artigo removido!",
60 "article.remove.confirmation.title": "Tem certeza?", 60 "article.remove.confirmation.title": "Tem certeza?",
61 - "article.remove.confirmation.message": "Não será possível recuperar este artigo!", 61 + "article.remove.confirmation.message": "Não será possível recuperar este artigo!",
62 "article.basic_editor.visibility": "Visibilidade", 62 "article.basic_editor.visibility": "Visibilidade",
63 "article.basic_editor.visibility.public": "Público", 63 "article.basic_editor.visibility.public": "Público",
64 "article.basic_editor.visibility.private": "Privado", 64 "article.basic_editor.visibility.private": "Privado",
@@ -75,5 +75,5 @@ @@ -75,5 +75,5 @@
75 "custom_content.title": "Editar conteúdo", 75 "custom_content.title": "Editar conteúdo",
76 "profile.custom_header.label": "Cabeçalho", 76 "profile.custom_header.label": "Cabeçalho",
77 "profile.custom_footer.label": "Rodapé", 77 "profile.custom_footer.label": "Rodapé",
78 - "search.results.summary": "{results, plural, one{result} other{# resultados}}" 78 + "search.results.summary": "{results, plural, one{resultado} other{# resultados}}"
79 } 79 }