OSDN Git Service

fix:error dlg
[pettanr/pettanr.git] / config / locales / devise.en.yml
1 # Additional translations at https://github.com/plataformatec/devise/wiki/I18n
2
3 en:
4   errors:
5     messages:
6       expired: "has expired, please request a new one"
7       not_found: "not found"
8       already_confirmed: "was already confirmed, please try signing in"
9       not_locked: "was not locked"
10       not_saved:
11         one: "1 error prohibited this %{resource} from being saved:"
12         other: "%{count} errors prohibited this %{resource} from being saved:"
13
14   devise:
15     failure:
16       already_authenticated: 'You are already signed in.'
17       unauthenticated: 'You need to sign in or sign up before continuing.'
18       unconfirmed: 'You have to confirm your account before continuing.'
19       locked: 'Your account is locked.'
20       invalid: 'Invalid email or password.'
21       invalid_token: 'Invalid authentication token.'
22       timeout: 'Your session expired, please sign in again to continue.'
23       inactive: 'Your account was not activated yet.'
24     sessions:
25       signed_in: 'Signed in successfully.'
26       signed_out: 'Signed out successfully.'
27     passwords:
28       send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
29       updated: 'Your password was changed successfully. You are now signed in.'
30       updated_not_active: 'Your password was changed successfully.'
31       send_paranoid_instructions: "If your e-mail exists on our database, you will receive a password recovery link on your e-mail"
32     confirmations:
33       send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
34       send_paranoid_instructions: 'If your e-mail exists on our database, you will receive an email with instructions about how to confirm your account in a few minutes.'
35       confirmed: 'Your account was successfully confirmed. You are now signed in.'
36     registrations:
37       signed_up: 'Welcome! You have signed up successfully.'
38       updated: 'You updated your account successfully.'
39       destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
40       reasons:
41         signed_up_but_unconfirmed: 'A message with a confirmation link has been sent to your email address. Please open the link to activate your account.'
42         signed_up_but_inactive: 'You have signed up successfully. However, we could not sign you in because your account is not yet activated.'
43         signed_up_but_locked: 'You have signed up successfully. However, we could not sign you in because your account is locked.'
44         unconfirmed: 'unconfirmed'
45         locked: 'locked'
46     unlocks:
47       send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
48       unlocked: 'Your account was successfully unlocked. You are now signed in.'
49       send_paranoid_instructions: 'If your account exists, you will receive an email with instructions about how to unlock it in a few minutes.'
50     omniauth_callbacks:
51       success: 'Successfully authorized from %{kind} account.'
52       failure: 'Could not authorize you from %{kind} because "%{reason}".'
53     mailer:
54       confirmation_instructions:
55         subject: 'Confirmation instructions'
56       reset_password_instructions:
57         subject: 'Reset password instructions'
58       unlock_instructions:
59         subject: 'Unlock Instructions'