Commit 5bc45a307db8db8e207b3a36f018dfc55aa7c222
1 parent
69ff070c
Exists in
master
and in
10 other branches
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 | 58 | "article.remove.success.title": "Bom trabalho!", |
| 59 | 59 | "article.remove.success.message": "Artigo removido!", |
| 60 | 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 | 62 | "article.basic_editor.visibility": "Visibilidade", |
| 63 | 63 | "article.basic_editor.visibility.public": "Público", |
| 64 | 64 | "article.basic_editor.visibility.private": "Privado", |
| ... | ... | @@ -75,5 +75,5 @@ |
| 75 | 75 | "custom_content.title": "Editar conteúdo", |
| 76 | 76 | "profile.custom_header.label": "Cabeçalho", |
| 77 | 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 | } | ... | ... |