-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathtranslation.en-CA.yml
More file actions
343 lines (343 loc) · 10.3 KB
/
Copy pathtranslation.en-CA.yml
File metadata and controls
343 lines (343 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
# WARNING. THIS FILE WAS AUTO-GENERATED BY THE TRANSLATION GEM.
# IF YOU UPDATE IT, YOUR CHANGES WILL BE LOST AT THE NEXT SYNC.
#
# To update this file, use this translation interface:
# https://translation.io/dcc-user/roadmap/en-CA
#
---
en-CA:
date:
day_names:
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
abbr_day_names:
- Sun
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
month_names:
-
- January
- February
- March
- April
- May
- June
- July
- August
- September
- October
- November
- December
abbr_month_names:
-
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
time:
am: am
pm: pm
number:
human:
storage_units:
units:
byte:
one: Byte
other: Bytes
kb: KB
mb: MB
gb: GB
tb: TB
pb: PB
eb: EB
zb:
decimal_units:
units:
thousand: Thousand
million: Million
billion: Billion
trillion: Trillion
quadrillion: Quadrillion
errors:
format: "%{attribute} %{message}"
messages:
model_invalid: 'Validation failed: %{errors}'
inclusion: is not included in the list
exclusion: is reserved
invalid: is invalid
confirmation: doesn't match %{attribute}
accepted: must be accepted
empty: can't be empty
blank: can't be blank
present: must be blank
too_long:
one: is too long (maximum is 1 character)
other: is too long (maximum is %{count} characters)
too_short:
one: is too short (minimum is 1 character)
other: is too short (minimum is %{count} characters)
wrong_length:
one: is the wrong length (should be 1 character)
other: is the wrong length (should be %{count} characters)
not_a_number: is not a number
not_an_integer: must be an integer
greater_than: must be greater than %{count}
greater_than_or_equal_to: must be greater than or equal to %{count}
equal_to: must be equal to %{count}
less_than: must be less than %{count}
less_than_or_equal_to: must be less than or equal to %{count}
other_than: must be other than %{count}
odd: must be odd
even: must be even
required: must exist
taken: has already been taken
already_confirmed: was already confirmed, please try signing in
confirmation_period_expired: needs to be confirmed within %{period}, please
request a new one
expired: has expired, please request a new one
not_found: not found
not_locked: was not locked
not_saved:
one: '1 error prohibited this %{resource} from being saved:'
other: "%{count} errors prohibited this %{resource} from being saved:"
password_too_long:
in:
template:
body: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
other: "%{count} errors prohibited this %{model} from being saved"
unavailable_session:
unacceptable_request:
connection_refused:
activerecord:
errors:
messages:
record_invalid: 'Validation failed: %{errors}'
restrict_dependent_destroy:
has_one: Cannot delete record because a dependent %{record} exists
has_many: Cannot delete record because dependent %{record} exist
datetime:
distance_in_words:
half_a_minute: half a minute
less_than_x_seconds:
one: less than 1 second
other: less than %{count} seconds
x_seconds:
one: 1 second
other: "%{count} seconds"
less_than_x_minutes:
one: less than a minute
other: less than %{count} minutes
x_minutes:
one: 1 minute
other: "%{count} minutes"
about_x_hours:
one: about 1 hour
other: about %{count} hours
x_days:
one: 1 day
other: "%{count} days"
about_x_months:
one: about 1 month
other: about %{count} months
x_months:
one: 1 month
other: "%{count} months"
about_x_years:
one: about 1 year
other: about %{count} years
over_x_years:
one: over 1 year
other: over %{count} years
almost_x_years:
one: almost 1 year
other: almost %{count} years
x_years:
one: 1 year
other: "%{count} years"
prompts:
year: Year
month: Month
day: Day
hour: Hour
minute: Minute
second: Seconds
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
update: Update %{model}
submit: Save %{model}
page_entries_info:
entry:
zero:
one:
other:
one_page:
display_entries:
zero: No %{entry_name} found
one: Displaying <b>%{count}</b> %{entry_name}
other: Displaying <b>all %{count}</b> %{entry_name}
more_pages:
display_entries: Displaying %{entry_name} <b>%{first} - %{last}</b>
of <b>%{total}</b> in total
flash:
actions:
create:
notice:
update:
notice:
destroy:
notice:
alert:
recaptcha:
errors:
verification_failed:
recaptcha_unreachable:
devise:
confirmations:
confirmed: Your email address has been successfully confirmed.
send_instructions: You will receive an email with instructions for how to confirm
your email address in a few minutes.
send_paranoid_instructions: If your email address exists in our database, you
will receive an email with instructions for how to confirm your email address
in a few minutes.
failure:
already_authenticated: You are already signed in.
inactive: Your account is not activated yet.
invalid: Invalid %{authentication_keys} or password.
locked: Your account is locked.
last_attempt: You have one more attempt before your account is locked.
not_found_in_database: Invalid %{authentication_keys} or password.
timeout: Your session expired. Please sign in again to continue.
unauthenticated: You need to sign in or sign up before continuing.
unconfirmed: You need to confirm your account before continuing. <a href="/users/confirmation/new"
class="a-orange">(Click to request a new confirmation email)</a>
invited:
mailer:
confirmation_instructions:
subject: Confirmation instructions
reset_password_instructions:
subject: Reset password instructions
unlock_instructions:
subject: Unlock instructions
email_changed:
subject: Email Changed
password_change:
subject: Password Changed
invitation_instructions:
subject:
hello:
someone_invited_you:
accept:
accept_until:
ignore:
omniauth_callbacks:
failure: Could not authenticate you from %{kind} because "%{reason}".
success: Successfully authenticated from %{kind} account.
passwords:
no_token: You can't access this page without coming from a password reset email.
If you do come from a password reset email, please make sure you used the
full URL provided.
send_instructions: You will receive an email with instructions on how to reset
your password in a few minutes.
send_paranoid_instructions: If your email address exists in our database, you
will receive a password recovery link at your email address in a few minutes.
updated: Your password has been changed successfully. You are now signed in.
updated_not_active: Your password has been changed successfully.
registrations:
destroyed: Bye! Your account has been successfully cancelled. We hope to see
you again soon.
signed_up: Welcome! You have signed up successfully.
signed_up_but_inactive: You have signed up successfully. However, we could not
sign you in because your account is not yet activated.
signed_up_but_locked: You have signed up successfully. However, we could not
sign you in because your account is locked.
signed_up_but_unconfirmed: A message with a confirmation link has been sent
to your email address. Please follow the link to activate your account.
update_needs_confirmation: You updated your account successfully, but we need
to verify your new email address. Please check your email and follow the confirm
link to confirm your new email address.
updated: Your account has been updated successfully.
updated_but_not_signed_in: Your account has been updated successfully, but since
your password was changed, you need to sign in again
sessions:
signed_in: Signed in successfully.
signed_out: Signed out successfully.
already_signed_out: Signed out successfully.
unlocks:
send_instructions: You will receive an email with instructions for how to unlock
your account in a few minutes.
send_paranoid_instructions: If your account exists, you will receive an email
with instructions for how to unlock it in a few minutes.
unlocked: Your account has been unlocked successfully. Please sign in to continue.
invitations:
send_instructions:
invitation_token_invalid:
updated:
updated_not_active:
no_invitations_remaining:
invitation_removed:
new:
header:
submit_button:
edit:
header:
submit_button:
contact_us:
contact_mailer:
contact_email:
sent_by_contact_form:
sent_by_name:
subject:
contacts:
new:
contact_us:
email:
message:
name:
subject:
submit:
new_formtastic:
contact_us:
email:
message:
name:
subject:
submit:
new_simple_form:
contact_us:
email:
message:
name:
subject:
submit:
notices:
error:
success:
views:
pagination:
first: "« First"
last: Last »
previous: "‹ Prev"
next: Next ›
truncate: "…"