1 # Australian English translations for Ruby on Rails
62 default: "%a, %d %b %Y %H:%M:%S %z"
64 long: "%B %d, %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"
194 one: "is too long (maximum is 1 character)"
195 other: "is too long (maximum is %{count} characters)"
197 one: "is too short (minimum is 1 character)"
198 other: "is too short (minimum is %{count} characters)"
200 one: "is the wrong length (should be 1 character)"
201 other: "is the wrong length (should be %{count} characters)"
202 not_a_number: "is not a number"
203 not_an_integer: "must be an integer"
204 greater_than: "must be greater than %{count}"
205 greater_than_or_equal_to: "must be greater than or equal to %{count}"
206 equal_to: "must be equal to %{count}"
207 less_than: "must be less than %{count}"
208 less_than_or_equal_to: "must be less than or equal to %{count}"
211 taken: "has already been taken"
212 record_invalid: "Validation failed: %{errors}"
213 template: &errors_template
215 one: "1 error prohibited this %{model} from being saved"
216 other: "%{count} errors prohibited this %{model} from being saved"
217 body: "There were problems with the following fields:"
227 format: "%{attribute} %{message}"