Advertisement
Guest User

Untitled

a guest
May 15th, 2012
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. ja:
  2. errors:
  3. messages:
  4. expired: "は期限切れになりました。登録し直してください。"
  5. # expired: "has expired, please request a new one"
  6. not_found: "は見つかりませんでした"
  7. # not_found: "not found"
  8. already_confirmed: "は既に登録済みです"
  9. # already_confirmed: "was already confirmed"
  10. not_locked: "は凍結されていません"
  11. # not_locked: "was not locked"
  12. not_saved:
  13. one: "%{resource}にエラーが発生しました。"
  14. # one: "1 error prohibited this %{resource} from being saved:"
  15. other: "%{resource}に%{count}個のエラーが発生しました。"
  16. # other: "%{count} errors prohibited this %{resource} from being saved:"
  17.  
  18. devise:
  19. failure:
  20. already_authenticated: 'すでにログインしています。'
  21. # already_authenticated: 'You are already signed in.'
  22. unauthenticated: 'ログインしてください。'
  23. # unauthenticated: 'You need to sign in or sign up before continuing.'
  24. unconfirmed: '本登録を行ってください。'
  25. # unconfirmed: 'You have to confirm your account before continuing.'
  26. locked: 'あなたのアカウントは凍結されています。'
  27. # locked: 'Your account is locked.'
  28. invalid: 'メールアドレスかパスワードが違います。'
  29. # invalid: 'Invalid email or password.'
  30. invalid_token: '認証キーが不正です。'
  31. # invalid_token: 'Invalid authentication token.'
  32. timeout: 'セッションがタイムアウトしました。もう一度ログインしてください。'
  33. # timeout: 'Your session expired, please sign in again to continue.'
  34. inactive: 'アカウントがアクティベートされていません。'
  35. # inactive: 'Your account was not activated yet.'
  36. sessions:
  37. signed_in: 'ログインしました。'
  38. # signed_in: 'Signed in successfully.'
  39. signed_out: 'ログアウトしました。'
  40. # signed_out: 'Signed out successfully.'
  41. passwords:
  42. send_instructions: 'パスワードのリセット方法を数分以内にメールでご連絡します。'
  43. # send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
  44. updated: 'パスワードを変更しました。'
  45. # updated: 'Your password was changed successfully. You are now signed in.'
  46. updated_not_active: 'パスワードを変更しました。'
  47. # updated_not_active: 'Your password was changed successfully.'
  48. send_paranoid_instructions: "データベースにメールアドレスが存在する場合は、パスワード変更ページへのリンクがあるメールをお送りします。"
  49. # send_paranoid_instructions: "If your e-mail exists on our database, you will receive a password recovery link on your e-mail"
  50. confirmations:
  51. send_instructions: '登録方法を数分以内にメールでご連絡します。'
  52. # send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
  53. send_paranoid_instructions: 'データベースにメールアドレスがあった場合は、登録方法を数分以内にメールでご連絡します。'
  54. # 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.'
  55. confirmed: 'アカウントを登録しました。'
  56. # confirmed: 'Your account was successfully confirmed. You are now signed in.'
  57. registrations:
  58. signed_up: 'アカウント登録を受け付けました。確認のメールをお送りします。'
  59. # signed_up: 'You have signed up successfully. If enabled, a confirmation was sent to your e-mail.'
  60. inactive_signed_up: 'アカウント登録を受け付けました。%{reason}ため、ログインできませんでした。'
  61. # inactive_signed_up: 'You have signed up successfully. However, we could not sign you in because your account is %{reason}.'
  62. updated: 'アカウントを更新しました。'
  63. # updated: 'You updated your account successfully.'
  64. destroyed: 'アカウントを削除しました。またのご利用をお待ちしております。'
  65. # destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
  66. reasons:
  67. inactive: 'アクティベートされていない'
  68. # inactive: 'inactive'
  69. unconfirmed: '確認されていない'
  70. # unconfirmed: 'unconfirmed'
  71. locked: '凍結されている'
  72. # locked: 'locked'
  73. unlocks:
  74. send_instructions: 'アカウントの凍結解除方法を数分以内にメールでご連絡します。'
  75. # send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
  76. unlocked: 'アカウントを凍結解除しました。'
  77. # unlocked: 'Your account was successfully unlocked. You are now signed in.'
  78. send_paranoid_instructions: 'アカウントが存在した場合は、アカウントの凍結解除方法を数分以内にメールでご連絡します。'
  79. # send_paranoid_instructions: 'If your account exists, you will receive an email with instructions about how to unlock it in a few minutes.'
  80. omniauth_callbacks:
  81. success: '%{kind}アカウントから承認されました。'
  82. # success: 'Successfully authorized from %{kind} account.'
  83. failure: '"%{reason}"であるため、%{kind}から承認されませんでした。'
  84. # failure: 'Could not authorize you from %{kind} because "%{reason}".'
  85. mailer:
  86. confirmation_instructions:
  87. subject: 'アカウントの登録方法'
  88. # subject: 'Confirmation instructions'
  89. reset_password_instructions:
  90. subject: 'パスワードの再設定'
  91. # subject: 'Reset password instructions'
  92. unlock_instructions:
  93. subject: 'アカウントの凍結解除'
  94. # subject: 'Unlock Instructions'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement