X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b46a0b0e4912dcc1cb3ddedc0e8a0dd04b9abd5..b2c3c8e71010977e06e21fd4ce5e564ab72527ca:/vendor/plugins/rails-i18n/locale/pt-PT.yml?ds=sidebyside diff --git a/vendor/plugins/rails-i18n/locale/pt-PT.yml b/vendor/plugins/rails-i18n/locale/pt-PT.yml index 6fe4f6680..1b28b72c6 100644 --- a/vendor/plugins/rails-i18n/locale/pt-PT.yml +++ b/vendor/plugins/rails-i18n/locale/pt-PT.yml @@ -128,7 +128,7 @@ pt-PT: delimiter: '' # precision: - # Used in number_to_human_size() + # Used in number_to_human_size() and number_to_human() human: format: # These three are to override number.format and are optional @@ -138,6 +138,7 @@ pt-PT: # Rails <= v2.2.2 # storage_units: [Bytes, KB, MB, GB, TB] # Rails >= v2.3 + # number_to_human_size() storage_units: format: "%n %u" units: @@ -148,6 +149,25 @@ pt-PT: 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 activerecord: errors: