Skip to content

Commit 7810653

Browse files
committed
Update Portuguese locale
Adds: errors.messages.password_too_long number.currency.format.negative_format number.human.storage_units.zb
1 parent 7259dee commit 7810653

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

rails/locale/pt.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ pt:
5757
- novembro
5858
- dezembro
5959
order:
60-
- :day
61-
- :month
62-
- :year
60+
- day
61+
- month
62+
- year
6363
datetime:
6464
distance_in_words:
6565
about_x_hours:
@@ -128,6 +128,7 @@ pt:
128128
not_an_integer: tem de ser um inteiro
129129
odd: tem de ser ímpar
130130
other_than: tem de ser diferente de %{count}
131+
password_too_long: é muita longa
131132
present: não pode estar em branco
132133
required: é obrigatório
133134
taken: não está disponível
@@ -151,6 +152,7 @@ pt:
151152
format:
152153
delimiter: "."
153154
format: "%n %u"
155+
negative_format: "-%u%n"
154156
precision: 2
155157
separator: ","
156158
significant: false
@@ -198,6 +200,7 @@ pt:
198200
mb: MB
199201
pb: PB
200202
tb: TB
203+
zb: ZB
201204
percentage:
202205
format:
203206
delimiter: ''

0 commit comments

Comments
 (0)