1 # GB English translations for Ruby on Rails
62 default: "%a, %d %b %Y %H:%M:%S %z"
64 long: "%d %B, %Y %H:%M"
71 two_words_connector: " and "
72 last_word_connector: ", and "
75 prompt: "Please select"
83 strip_insignificant_zeros: false
93 strip_insignificant_zeros: false
108 strip_insignificant_zeros: true
127 quadrillion: Quadrillion
131 half_a_minute: "half a minute"
133 one: "less than 1 second"
134 other: "less than %{count} seconds"
137 other: "%{count} seconds"
139 one: "less than a minute"
140 other: "less than %{count} minutes"
143 other: "%{count} minutes"
146 other: "about %{count} hours"
149 other: "%{count} days"
152 other: "about %{count} months"
155 other: "%{count} months"
158 other: "about %{count} years"
161 other: "over %{count} years"
164 other: "almost %{count} years"
175 prompt: "Please select"
178 create: 'Create %{model}'
179 update: 'Update %{model}'
180 submit: 'Save %{model}'
183 format: "%{attribute} %{message}"
185 messages: &errors_messages
186 inclusion: "is not included in the list"
187 exclusion: "is reserved"
188 invalid: "is invalid"
189 confirmation: "doesn't match confirmation"
190 accepted: "must be accepted"
191 empty: "can't be empty"
192 blank: "can't be blank"
193 too_long: "is too long (maximum is %{count} characters)"
194 too_short: "is too short (minimum is %{count} characters)"
195 wrong_length: "is the wrong length (should be %{count} characters)"
196 not_a_number: "is not a number"
197 not_an_integer: "must be an integer"
198 greater_than: "must be greater than %{count}"
199 greater_than_or_equal_to: "must be greater than or equal to %{count}"
200 equal_to: "must be equal to %{count}"
201 less_than: "must be less than %{count}"
202 less_than_or_equal_to: "must be less than or equal to %{count}"
210 one: "1 error prohibited this %{model} from being saved"
211 other: "%{count} errors prohibited this %{model} from being saved"
212 body: "There were problems with the following fields:"
215 taken: "has already been taken"
216 record_invalid: "Validation failed: %{errors}"
220 format: "%{attribute} %{message}"