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
# Rails <= v2.2.2
# storage_units: [Bytes, KB, MB, GB, TB]
# Rails >= v2.3
+ # number_to_human_size()
storage_units:
format: "%n %u"
units:
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: