1 # Australian English translations for Ruby on Rails
10 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
11 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
13 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
14 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
22 default: "%a, %d %b %Y %H:%M:%S %z"
24 long: "%B %d, %Y %H:%M"
31 two_words_connector: " and "
32 last_word_connector: ", and "
35 prompt: "Please select"
43 strip_insignificant_zeros: false
53 strip_insignificant_zeros: false
68 strip_insignificant_zeros: true
87 quadrillion: Quadrillion
91 half_a_minute: "half a minute"
93 one: "less than 1 second"
94 other: "less than %{count} seconds"
97 other: "%{count} seconds"
99 one: "less than a minute"
100 other: "less than %{count} minutes"
103 other: "%{count} minutes"
106 other: "about %{count} hours"
109 other: "%{count} days"
112 other: "about %{count} months"
115 other: "%{count} months"
118 other: "about %{count} years"
121 other: "over %{count} years"
124 other: "almost %{count} years"
135 prompt: "Please select"
138 create: 'Create %{model}'
139 update: 'Update %{model}'
140 submit: 'Save %{model}'
143 format: "%{attribute} %{message}"
145 messages: &errors_messages
146 inclusion: "is not included in the list"
147 exclusion: "is reserved"
148 invalid: "is invalid"
149 confirmation: "doesn't match confirmation"
150 accepted: "must be accepted"
151 empty: "can't be empty"
152 blank: "can't be blank"
153 too_long: "is too long (maximum is %{count} characters)"
154 too_short: "is too short (minimum is %{count} characters)"
155 wrong_length: "is the wrong length (should be %{count} characters)"
156 not_a_number: "is not a number"
157 not_an_integer: "must be an integer"
158 greater_than: "must be greater than %{count}"
159 greater_than_or_equal_to: "must be greater than or equal to %{count}"
160 equal_to: "must be equal to %{count}"
161 less_than: "must be less than %{count}"
162 less_than_or_equal_to: "must be less than or equal to %{count}"
170 one: "1 error prohibited this %{model} from being saved"
171 other: "%{count} errors prohibited this %{model} from being saved"
172 body: "There were problems with the following fields:"
175 taken: "has already been taken"
176 record_invalid: "Validation failed: %{errors}"
180 format: "%{attribute} %{message}"