We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7259dee commit 7810653Copy full SHA for 7810653
rails/locale/pt.yml
@@ -57,9 +57,9 @@ pt:
57
- novembro
58
- dezembro
59
order:
60
- - :day
61
- - :month
62
- - :year
+ - day
+ - month
+ - year
63
datetime:
64
distance_in_words:
65
about_x_hours:
@@ -128,6 +128,7 @@ pt:
128
not_an_integer: tem de ser um inteiro
129
odd: tem de ser ímpar
130
other_than: tem de ser diferente de %{count}
131
+ password_too_long: é muita longa
132
present: não pode estar em branco
133
required: é obrigatório
134
taken: não está disponível
@@ -151,6 +152,7 @@ pt:
151
152
format:
153
delimiter: "."
154
format: "%n %u"
155
+ negative_format: "-%u%n"
156
precision: 2
157
separator: ","
158
significant: false
@@ -198,6 +200,7 @@ pt:
198
200
mb: MB
199
201
pb: PB
202
tb: TB
203
+ zb: ZB
204
percentage:
205
206
delimiter: ''
0 commit comments