X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b46a0b0e4912dcc1cb3ddedc0e8a0dd04b9abd5..b2c3c8e71010977e06e21fd4ce5e564ab72527ca:/vendor/plugins/rails-i18n/locale/pt-BR.yml diff --git a/vendor/plugins/rails-i18n/locale/pt-BR.yml b/vendor/plugins/rails-i18n/locale/pt-BR.yml index 98af17940..3a007b2e4 100644 --- a/vendor/plugins/rails-i18n/locale/pt-BR.yml +++ b/vendor/plugins/rails-i18n/locale/pt-BR.yml @@ -97,8 +97,11 @@ pt-BR: delimiter: '.' human: format: - precision: 1 + precision: 2 delimiter: '.' + significant: true + strip_unsignificant_zeros: true + # number_to_human_size() storage_units: format: "%n %u" units: @@ -109,6 +112,25 @@ pt-BR: mb: "MB" gb: "GB" tb: "TB" + # number_to_human() + # new in rails 3: please add to other locales + decimal_units: + format: "%n %u" + units: + unit: "" + thousand: "mil" + million: + one: milhão + other: milhões + billion: + one: bilhão + other: bilhões + trillion: + one: trilhão + other: trilhões + quadrillion: + one: quatrilhão + other: quatrilhões # Usado no Array.to_sentence support: @@ -138,6 +160,7 @@ pt-BR: wrong_length: "não possui o tamanho esperado ({{count}} caracteres)" taken: "já está em uso" not_a_number: "não é um número" + not_an_integer: "não é um número inteiro" greater_than: "deve ser maior do que {{count}}" greater_than_or_equal_to: "deve ser maior ou igual a {{count}}" equal_to: "deve ser igual a {{count}}" @@ -145,4 +168,4 @@ pt-BR: less_than_or_equal_to: "deve ser menor ou igual a {{count}}" odd: "deve ser ímpar" even: "deve ser par" - record_invalid: "A validação falhou: {{errors}}" \ No newline at end of file + record_invalid: "A validação falhou: {{errors}}"