Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: locale/pt-BR/filter.json

Issue 29372834: Issue 4833 - Add translations for invalid filter messages (Closed)
Patch Set: Created Jan. 24, 2017, 11:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locale/pl/filter.json ('k') | locale/pt-PT/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/pt-BR/filter.json
diff --git a/locale/pt-BR/filter.json b/locale/pt-BR/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..e74f38244ca257817e0aaa3f7c373596bbd745da
--- /dev/null
+++ b/locale/pt-BR/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Somente uma ID do elemento a ser ocultado pode ser especificada"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Nenhum critério especificado para reconhecer o elemento a ser ocultado"
+ },
+ "filter_invalid_regexp": {
+ "message": "Expressão regular inválida"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Este filtro é também uma expressão regular ou curta demais para ser otimizada. Muitos desses filtros podem causar lentidão na navegação."
+ },
+ "filter_unknown_option": {
+ "message": "Opção de filtro desconhecido"
+ }
+}
« no previous file with comments | « locale/pl/filter.json ('k') | locale/pt-PT/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld