1 # US English translations for Ruby on Rails
3 # Use this as the base for the locale file of your language.
64 default: "%a, %d %b %Y %H:%M:%S %z"
66 long: "%B %d, %Y %H:%M"
73 two_words_connector: " and "
74 last_word_connector: ", and "
77 prompt: "Please select"
85 strip_insignificant_zeros: false
95 strip_insignificant_zeros: false
110 strip_insignificant_zeros: true
129 quadrillion: Quadrillion
133 half_a_minute: "half a minute"
135 one: "less than 1 second"
136 other: "less than %{count} seconds"
139 other: "%{count} seconds"
141 one: "less than a minute"
142 other: "less than %{count} minutes"
145 other: "%{count} minutes"
148 other: "about %{count} hours"
151 other: "%{count} days"
154 other: "about %{count} months"
157 other: "%{count} months"
160 other: "about %{count} years"
163 other: "over %{count} years"
166 other: "almost %{count} years"
177 prompt: "Please select"
180 create: 'Create %{model}'
181 update: 'Update %{model}'
182 submit: 'Save %{model}'
185 format: "%{attribute} %{message}"
187 messages: &errors_messages
188 inclusion: "is not included in the list"
189 exclusion: "is reserved"
190 invalid: "is invalid"
191 confirmation: "doesn't match confirmation"
192 accepted: "must be accepted"
193 empty: "can't be empty"
194 blank: "can't be blank"
195 too_long: "is too long (maximum is %{count} characters)"
196 too_short: "is too short (minimum is %{count} characters)"
197 wrong_length: "is the wrong length (should be %{count} characters)"
198 not_a_number: "is not a number"
199 not_an_integer: "must be an integer"
200 greater_than: "must be greater than %{count}"
201 greater_than_or_equal_to: "must be greater than or equal to %{count}"
202 equal_to: "must be equal to %{count}"
203 less_than: "must be less than %{count}"
204 less_than_or_equal_to: "must be less than or equal to %{count}"
212 one: "1 error prohibited this %{model} from being saved"
213 other: "%{count} errors prohibited this %{model} from being saved"
214 body: "There were problems with the following fields:"
217 taken: "has already been taken"
218 record_invalid: "Validation failed: %{errors}"
222 format: "%{attribute} %{message}"