|
9 | 9 | */
|
10 | 10 |
|
11 | 11 | return [
|
12 |
| - 'update_success' => 'Account successfully updated!', |
| 12 | + 'update_success' => 'アカウントが正常に更新されました!', |
13 | 13 | 'password' => [
|
14 |
| - 'success' => 'Password successfully updated!', |
15 |
| - 'current' => 'Current Password', |
| 14 | + 'success' => '正しく更新されたパスワード', |
| 15 | + 'current' => '現在のパスワード', |
16 | 16 | 'not_match' => 'The current password field does not match your password',
|
17 |
| - 'password' => 'Password', |
18 |
| - 'forgot' => 'Forgot Password?', |
19 |
| - 'reset' => 'Reset Password', |
20 |
| - 'confirm' => 'Confirm new Password', |
21 |
| - 'new' => 'New Password', |
22 |
| - 'change' => 'Change Password', |
23 |
| - 'old' => 'Old Password', |
24 |
| - 'send' => 'Send Password Reset Link', |
| 17 | + 'password' => 'パスワード', |
| 18 | + 'forgot' => 'パスワードを忘れた場合', |
| 19 | + 'reset' => 'パスワードのリセット', |
| 20 | + 'confirm' => '新しいパスワードの確認', |
| 21 | + 'new' => '新しいパスワード', |
| 22 | + 'change' => 'パスワードの変更', |
| 23 | + 'old' => '以前のパスワード', |
| 24 | + 'send' => 'パスワードのリセットリンクを送信', |
25 | 25 | ],
|
26 |
| - 'user_created' => 'User successfully created', |
27 |
| - 'user_updated' => 'User successfully updated', |
28 |
| - 'user_deleted' => 'User successfully deleted', |
| 26 | + 'user_created' => 'ユーザーの作成に成功しました', |
| 27 | + 'user_updated' => 'ユーザを更新しました', |
| 28 | + 'user_deleted' => 'ユーザを削除しました', |
29 | 29 | 'sign_in' => 'Sign in with your credentials',
|
30 | 30 | 'email' => 'Email',
|
31 |
| - 'remember' => 'Remember me', |
32 |
| - 'login' => 'Sign in', |
33 |
| - 'new' => 'Create new account', |
| 31 | + 'remember' => '次回も同じ設定を使用する', |
| 32 | + 'login' => 'ログイン', |
| 33 | + 'new' => '新規アカウントを作成', |
34 | 34 | 'sign_up' => 'Sign up to :site',
|
35 |
| - 'name' => 'Name', |
36 |
| - 'agreement' => 'I agree with the', |
| 35 | + 'name' => '名前', |
| 36 | + 'agreement' => '使用許諾書に', |
37 | 37 | 'agreement_error' => 'To proceed you must accept our TOS / Privacy Policy.',
|
38 |
| - 'create' => 'Create account', |
39 |
| - 'verify' => 'Verify Your Email Address', |
| 38 | + 'create' => 'アカウントを作成', |
| 39 | + 'verify' => '電子メールアドレスの確認', |
40 | 40 | 'verify_sent' => 'A fresh verification link has been sent to your email address.',
|
41 | 41 | 'verify_proceed' => 'Before proceeding, please check your email for a verification link.',
|
42 | 42 | 'verify_resend' => 'If you did not receive the email',
|
43 | 43 | 'verify_resend_2' => 'click here to request another',
|
44 | 44 | 'verified_title' => 'Account successfully verified!',
|
45 | 45 | 'verified' => 'Great! You successfully verified your email address. You can now use all the website features.',
|
46 |
| - 'edit' => 'Edit Account', |
47 |
| - 'information' => 'User information', |
48 |
| - 'user' => 'User', |
| 46 | + 'edit' => 'アカウントを編集', |
| 47 | + 'information' => 'ユーザー情報', |
| 48 | + 'user' => 'ユーザー', |
49 | 49 | 'management' => 'Users Management',
|
50 | 50 | 'back_list' => 'Back to list',
|
51 |
| - 'users' => 'Users', |
52 |
| - 'add' => 'Add User', |
| 51 | + 'users' => 'ユーザー', |
| 52 | + 'add' => 'ユーザーの追加', |
53 | 53 | 'creation_date' => 'Creation date',
|
54 | 54 | 'delete' => [
|
55 | 55 | 'confirm' => 'Are you sure you want to delete this user?',
|
56 |
| - 'delete' => 'Delete User', |
| 56 | + 'delete' => 'はい', |
57 | 57 | ],
|
58 | 58 | ];
|
0 commit comments