OSDN Git Service

import all source code
[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       inactive_signed_up: 'You have signed up successfully. However, we could not sign you in because your account is %{reason}.'
39       updated: 'You updated your account successfully.'
40       destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
41       reasons:
42         inactive: 'inactive'
43         unconfirmed: 'unconfirmed'
44         locked: 'locked'
45     unlocks:
46       send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
47       unlocked: 'Your account was successfully unlocked. You are now signed in.'
48       send_paranoid_instructions: 'If your account exists, you will receive an email with instructions about how to unlock it in a few minutes.'
49     omniauth_callbacks:
50       success: 'Successfully authorized from %{kind} account.'
51       failure: 'Could not authorize you from %{kind} because "%{reason}".'
52     mailer:
53       confirmation_instructions:
54         subject: 'Confirmation instructions'
55       reset_password_instructions:
56         subject: 'Reset password instructions'
57       unlock_instructions:
58         subject: 'Unlock Instructions'