3 # Used in number_with_delimiter()
4 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
6 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
8 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
10 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
13 # Used in number_to_currency()
16 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
19 # These three are to override number.format and are optional
24 # Used in number_to_percentage()
27 # These three are to override number.format and are optional
32 # Used in number_to_precision()
35 # These three are to override number.format and are optional
40 # Used in number_to_human_size()
43 # These three are to override number.format and are optional
48 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
51 half_a_minute: "half a minute"
53 one: "less than 1 second"
54 other: "less than {{count}} seconds"
57 other: "{{count}} seconds"
59 one: "less than a minute"
60 other: "less than {{count}} minutes"
63 other: "{{count}} minutes"
66 other: "about {{count}} hours"
69 other: "{{count}} days"
72 other: "about {{count}} months"
75 other: "{{count}} months"
78 other: "about {{count}} years"
81 other: "over {{count}} years"
87 one: "1 error prohibited this {{model}} from being saved"
88 other: "{{count}} errors prohibited this {{model}} from being saved"
89 # The variable :count is also available
90 body: "There were problems with the following fields:"