OSDN Git Service

change: picker
[pettanr/pettanr.git] / config / locales / devise.ja.yml
1 ja:
2   errors:
3     messages:
4       not_found: "は見つかりませんでした"
5 #      not_found: "not found"
6       already_confirmed: "は既に登録済みです"
7 #      already_confirmed: "was already confirmed"
8       not_locked: "は凍結されていません"
9 #      not_locked: "was not locked"
10
11   devise:
12     failure:
13       unauthenticated: 'ログインしてください。'
14 #      unauthenticated: 'You need to sign in or sign up before continuing.'
15       unconfirmed: '本登録を行ってください。'
16 #      unconfirmed: 'You have to confirm your account before continuing.'
17       locked: 'あなたのアカウントは凍結されています。'
18 #      locked: 'Your account is locked.'
19       invalid: 'メールアドレスかパスワードが違います。'
20 #      invalid: 'Invalid email or password.'
21       invalid_token: '認証キーが不正です。'
22 #      invalid_token: 'Invalid authentication token.'
23       timeout: 'セッションがタイムアウトしました。もう一度ログインしてください。'
24 #      timeout: 'Your session expired, please sign in again to continue.'
25       inactive: 'アカウントがアクティベートされていません。'
26 #      inactive: 'Your account was not activated yet.'
27     sessions:
28       signed_in: 'ログインしました。'
29 #      signed_in: 'Signed in successfully.'
30       signed_out: 'ログアウトしました。'
31 #      signed_out: 'Signed out successfully.'
32     passwords:
33       send_instructions: 'パスワードのリセット方法を数分以内にメールでご連絡します。'
34 #      send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
35       updated: 'パスワードを変更しました。'
36 #      updated: 'Your password was changed successfully. You are now signed in.'
37     confirmations:
38       send_instructions: '登録方法を数分以内にメールでご連絡します。'
39 #      send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
40       confirmed: 'アカウントを登録しました。'
41 #      confirmed: 'Your account was successfully confirmed. You are now signed in.'
42     registrations:
43       signed_up: 'アカウント登録を受け付けました。確認のメールをお送りします。'
44 #      signed_up: 'You have signed up successfully. If enabled, a confirmation was sent to your e-mail.'
45       updated: 'アカウントを更新しました。'
46 #      updated: 'You updated your account successfully.'
47       destroyed: 'アカウントを削除しました。またのご利用をお待ちしております。'
48 #      destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
49     unlocks:
50       send_instructions: 'アカウントの凍結解除方法を数分以内にメールでご連絡します。'
51 #      send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
52       unlocked: 'アカウントを凍結解除しました。'
53 #      unlocked: 'Your account was successfully unlocked. You are now signed in.'
54     mailer:
55       confirmation_instructions:
56         subject: 'アカウントの登録方法'
57 #        subject: 'Confirmation instructions'
58       reset_password_instructions:
59         subject: 'パスワードの再設定'
60 #        subject: 'Reset password instructions'
61       unlock_instructions:
62         subject: 'アカウントの凍結解除'
63 #        subject: 'Unlock Instructions'
64