1 # US English translations for Ruby on Rails
3 # Use this as the base for the locale file of your language.
12 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
13 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
15 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
16 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
24 default: "%a, %d %b %Y %H:%M:%S %z"
26 long: "%B %d, %Y %H:%M"
33 two_words_connector: " and "
34 last_word_connector: ", and "
37 prompt: "Please select"
45 strip_insignificant_zeros: false
55 strip_insignificant_zeros: false
70 strip_insignificant_zeros: true
89 quadrillion: Quadrillion
93 half_a_minute: "half a minute"
95 one: "less than 1 second"
96 other: "less than %{count} seconds"
99 other: "%{count} seconds"
101 one: "less than a minute"
102 other: "less than %{count} minutes"
105 other: "%{count} minutes"
108 other: "about %{count} hours"
111 other: "%{count} days"
114 other: "about %{count} months"
117 other: "%{count} months"
120 other: "about %{count} years"
123 other: "over %{count} years"
126 other: "almost %{count} years"
137 prompt: "Please select"
140 create: 'Create %{model}'
141 update: 'Update %{model}'
142 submit: 'Save %{model}'
145 format: "%{attribute} %{message}"
147 messages: &errors_messages
148 inclusion: "is not included in the list"
149 exclusion: "is reserved"
150 invalid: "is invalid"
151 confirmation: "doesn't match confirmation"
152 accepted: "must be accepted"
153 empty: "can't be empty"
154 blank: "can't be blank"
155 too_long: "is too long (maximum is %{count} characters)"
156 too_short: "is too short (minimum is %{count} characters)"
157 wrong_length: "is the wrong length (should be %{count} characters)"
158 not_a_number: "is not a number"
159 not_an_integer: "must be an integer"
160 greater_than: "must be greater than %{count}"
161 greater_than_or_equal_to: "must be greater than or equal to %{count}"
162 equal_to: "must be equal to %{count}"
163 less_than: "must be less than %{count}"
164 less_than_or_equal_to: "must be less than or equal to %{count}"
172 one: "1 error prohibited this %{model} from being saved"
173 other: "%{count} errors prohibited this %{model} from being saved"
174 body: "There were problems with the following fields:"
177 taken: "has already been taken"
178 record_invalid: "Validation failed: %{errors}"
182 format: "%{attribute} %{message}"