Skip to content

Commit b3f4f89

Browse files
authored
Merge pull request #3726 from onkbear/update-japanese-translation
Updated Japanese translation
2 parents 825825b + 0d75e7c commit b3f4f89

File tree

7 files changed

+188
-5
lines changed

7 files changed

+188
-5
lines changed

src/resources/lang/ja/backup.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// --------------------------------------------------------
4+
// This is only a pointer file, not an actual language file
5+
// --------------------------------------------------------
6+
//
7+
// If you've copied this file to your /resources/lang/vendor/backpack/
8+
// folder, please delete it, it's no use there. You need to copy/publish the
9+
// actual language file, from the package.
10+
11+
// If a langfile with the same name exists in the package, load that one
12+
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
13+
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
14+
}
15+
16+
return [];

src/resources/lang/ja/base.php

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<?php
2+
3+
return [
4+
5+
/*
6+
|--------------------------------------------------------------------------
7+
| Backpack\Base Language Lines
8+
|--------------------------------------------------------------------------
9+
*/
10+
11+
'registration_closed' => '登録は締め切られました。',
12+
'no_email_column' => 'ユーザーに紐付いたメールアドレスがありません。',
13+
'first_page_you_see' => 'ログイン後最初に表示されるページ',
14+
'login_status' => 'ログインステータス',
15+
'logged_in' => 'ログインに成功しました!',
16+
'toggle_navigation' => 'ナビゲーション切り替え',
17+
'administration' => '管理',
18+
'user' => 'ユーザー',
19+
'logout' => 'ログアウト',
20+
'login' => 'ログイン',
21+
'register' => '登録',
22+
'name' => '名前',
23+
'email_address' => 'メールアドレス',
24+
'password' => 'パスワード',
25+
'old_password' => '古いパスワード',
26+
'new_password' => '新しいパスワード',
27+
'confirm_password' => '新しいパスワードの確認',
28+
'remember_me' => 'ログイン状態を維持する',
29+
'forgot_your_password' => 'パスワードをお忘れですか?',
30+
'reset_password' => 'パスワードリセット',
31+
'send_reset_link' => 'パスワードリセットリンクを送信する。',
32+
'click_here_to_reset' => 'ここをクリックしてパスワードをリセット',
33+
'change_password' => 'パスワードの変更',
34+
'unauthorized' => '許可されていません。',
35+
'dashboard' => 'ダッシュボード',
36+
'handcrafted_by' => 'Handcrafted by',
37+
'powered_by' => 'Powered by',
38+
'my_account' => 'マイアカウント',
39+
'update_account_info' => 'アカウント情報の更新',
40+
'save' => '保存',
41+
'cancel' => 'キャンセル',
42+
'error' => 'エラー',
43+
'success' => '成功',
44+
'warning' => '警告',
45+
'notice' => '通知',
46+
'old_password_incorrect' => '古いパスワードが正しくありません。',
47+
'password_dont_match' => 'パスワードが一致しません。',
48+
'password_empty' => 'パスワードが入力されているか確認してください。',
49+
'password_updated' => 'パスワードが更新されました。',
50+
'account_updated' => 'アカウントが正しく更新されました。',
51+
'unknown_error' => '不明なエラーが発生しました。もう一度やり直して下さい。',
52+
'error_saving' => '保存中にエラーが発生しました。もう一度やり直して下さい。',
53+
'welcome' => 'ようこそ!',
54+
'use_sidebar' => '左側のサイドバーを使用してコンテンツを作成や編集、削除しましょう。',
55+
56+
'password_reset' => [
57+
'greeting' => 'こんにちは!',
58+
'subject' => 'パスワードリセットのお知らせ',
59+
'line_1' => 'パスワードリセット依頼を受け付けたため、このメールを送信しています。',
60+
'line_2' => '以下のボタンをクリックしてパスワードをリセットして下さい:',
61+
'button' => 'パスワードリセット',
62+
'notice' => 'パスワードリセットをリクエストしていない場合、このメールを無視して下さい。',
63+
],
64+
65+
'step' => 'ステップ',
66+
'confirm_email' => 'メールアドレスの確認',
67+
'choose_new_password' => '新しいパスワードの選択',
68+
'confirm_new_password' => '新しいパスワードの確認',
69+
70+
];

src/resources/lang/ja/crud.php

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'save_action_save_and_new' => '保存して作成',
1818
'save_action_save_and_edit' => '保存して編集',
1919
'save_action_save_and_back' => '保存して戻る',
20+
'save_action_save_and_preview' => '保存してプレビュー',
2021
'save_action_changed_notification' => '保存後のデフォルト動作が変更されました。',
2122

2223
// Create form
@@ -37,16 +38,20 @@
3738
'all' => '',
3839
'in_the_database' => 'データベース上の',
3940
'list' => '一覧',
41+
'reset' => 'リセット',
4042
'actions' => '操作',
4143
'preview' => '表示',
4244
'delete' => '削除',
4345
'admin' => '管理者',
4446
'details_row' => 'これは詳細列です。必要に応じて修正して下さい。',
45-
'details_row_loading_error' => '詳細列の読み込み時にエラーが発生しました。もう一度お試し下さい。',
47+
'details_row_loading_error' => '詳細列の読み込み時にエラーが発生しました。もう一度やり直して下さい。',
48+
'clone' => '複製',
49+
'clone_success' => '<strong>データを複製しました</strong><br>このデータと同じ情報で新しいデータを追加しました。',
50+
'clone_failure' => '<strong>複製に失敗しました</strong><br>新しいデータを作成できませんでした。もう一度やり直して下さい。',
4651

4752
// Confirmation messages and bubbles
4853
'delete_confirm' => 'このデータを削除してもよろしいですか?',
49-
'delete_confirmation_title' => 'データを削除しました',
54+
'delete_confirmation_title' => 'データを削除しました',
5055
'delete_confirmation_message' => 'データは正常に削除されました。',
5156
'delete_confirmation_not_title' => '削除できません',
5257
'delete_confirmation_not_message' => 'エラーが発生しました。データは削除されませんでした。',
@@ -57,13 +62,20 @@
5762
'bulk_no_entries_selected_title' => 'データが未選択',
5863
'bulk_no_entries_selected_message' => '一括操作を行うには、1 件以上データを選択して下さい。',
5964

60-
// Bulk confirmation
65+
// Bulk delete
6166
'bulk_delete_are_you_sure' => ':number 件のデータを削除してもよろしいですか?',
62-
'bulk_delete_sucess_title' => '削除成功',
63-
'bulk_delete_sucess_message' => ' 件のデータを削除しました',
67+
'bulk_delete_sucess_title' => 'データを削除しました',
68+
'bulk_delete_sucess_message' => ' 件のデータを削除しました',
6469
'bulk_delete_error_title' => '削除失敗',
6570
'bulk_delete_error_message' => '1 件以上のデータを削除できません',
6671

72+
// Bulk clone
73+
'bulk_clone_are_you_sure' => '本当にこの :number 件のデータを複製しますか?',
74+
'bulk_clone_sucess_title' => 'データを複製しました',
75+
'bulk_clone_sucess_message' => ' 件のデータを複製しました。',
76+
'bulk_clone_error_title' => '複製に失敗しました',
77+
'bulk_clone_error_message' => '1 件以上のデータを作成できませんでした。もう一度やり直して下さい。',
78+
6779
// Ajax errors
6880
'ajax_error_title' => 'エラー',
6981
'ajax_error_text' => 'ページロードエラー。ページを更新してください。',
@@ -124,6 +136,17 @@
124136
'filters' => 'フィルター',
125137
'toggle_filters' => 'フィルター切り替え',
126138
'remove_filters' => '全フィルターを削除',
139+
'apply' => '適用',
140+
141+
//filters language strings
142+
'today' => '今日',
143+
'yesterday' => '昨日',
144+
'last_7_days' => '過去7日間',
145+
'last_30_days' => '過去30日間',
146+
'this_month' => '今月',
147+
'last_month' => '先月',
148+
'custom_range' => 'カスタム',
149+
'weekLabel' => 'W',
127150

128151
// Fields
129152
'browse_uploads' => 'アップロードから選択',
@@ -137,11 +160,21 @@
137160
'internal_link_placeholder' => '内部スラッグ 例: \':url\' に続く \'admin/page\' (クォーテーション無し)',
138161
'external_link' => '外部リンク',
139162
'choose_file' => 'ファイルを選択',
163+
'new_item' => '項目を追加',
164+
'select_entry' => '項目を1つ選んでください',
165+
'select_entries' => '項目を複数選んでください',
140166

141167
// Table field
142168
'table_cant_add' => '新しい :entity を追加できません',
143169
'table_max_reached' => '最大数 :max に達しました',
144170

145171
// File manager
146172
'file_manager' => 'ファイルマネージャー',
173+
174+
// InlineCreateOperation
175+
'related_entry_created_success' => '関連するデータが追加され、選択されました。',
176+
'related_entry_created_error' => '関連するデータを追加できませんでした。',
177+
178+
// returned when no translations found in select inputs
179+
'empty_translations' => '(なし)',
147180
];
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// --------------------------------------------------------
4+
// This is only a pointer file, not an actual language file
5+
// --------------------------------------------------------
6+
//
7+
// If you've copied this file to your /resources/lang/vendor/backpack/
8+
// folder, please delete it, it's no use there. You need to copy/publish the
9+
// actual language file, from the package.
10+
11+
// If a langfile with the same name exists in the package, load that one
12+
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
13+
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
14+
}
15+
16+
return [];
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// --------------------------------------------------------
4+
// This is only a pointer file, not an actual language file
5+
// --------------------------------------------------------
6+
//
7+
// If you've copied this file to your /resources/lang/vendor/backpack/
8+
// folder, please delete it, it's no use there. You need to copy/publish the
9+
// actual language file, from the package.
10+
11+
// If a langfile with the same name exists in the package, load that one
12+
if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
13+
return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
14+
}
15+
16+
return [];
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// --------------------------------------------------------
4+
// This is only a pointer file, not an actual language file
5+
// --------------------------------------------------------
6+
//
7+
// If you've copied this file to your /resources/lang/vendor/backpack/
8+
// folder, please delete it, it's no use there. You need to copy/publish the
9+
// actual language file, from the package.
10+
11+
// If a langfile with the same name exists in the package, load that one
12+
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
13+
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
14+
}
15+
16+
return [];

src/resources/lang/ja/settings.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
// --------------------------------------------------------
4+
// This is only a pointer file, not an actual language file
5+
// --------------------------------------------------------
6+
//
7+
// If you've copied this file to your /resources/lang/vendor/backpack/
8+
// folder, please delete it, it's no use there. You need to copy/publish the
9+
// actual language file, from the package.
10+
11+
// If a langfile with the same name exists in the package, load that one
12+
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
13+
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
14+
}
15+
16+
return [];

0 commit comments

Comments
 (0)