first commit

This commit is contained in:
ericli1018
2024-03-13 10:43:39 +08:00
commit 1caae33c43
677 changed files with 105611 additions and 0 deletions

16
lang/vendor/backpack/ja/backup.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

71
lang/vendor/backpack/ja/base.php vendored Normal file
View File

@ -0,0 +1,71 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Backpack\Base Language Lines
|--------------------------------------------------------------------------
*/
'registration_closed' => '登録は締め切られました。',
'no_email_column' => 'ユーザーに紐付いたメールアドレスがありません。',
'first_page_you_see' => 'ログイン後最初に表示されるページ',
'login_status' => 'ログインステータス',
'logged_in' => 'ログインに成功しました!',
'toggle_navigation' => 'ナビゲーション切り替え',
'administration' => '管理',
'user' => 'ユーザー',
'logout' => 'ログアウト',
'login' => 'ログイン',
'register' => '登録',
'name' => '名前',
'email_address' => 'メールアドレス',
'password' => 'パスワード',
'old_password' => '古いパスワード',
'new_password' => '新しいパスワード',
'confirm_password' => '新しいパスワードの確認',
'remember_me' => 'ログイン状態を維持する',
'forgot_your_password' => 'パスワードをお忘れですか?',
'reset_password' => 'パスワードリセット',
'send_reset_link' => 'パスワードリセットリンクを送信する。',
'click_here_to_reset' => 'ここをクリックしてパスワードをリセット',
'change_password' => 'パスワードの変更',
'unauthorized' => '許可されていません。',
'dashboard' => 'ダッシュボード',
'handcrafted_by' => 'Handcrafted by',
'powered_by' => 'Powered by',
'my_account' => 'マイアカウント',
'update_account_info' => 'アカウント情報の更新',
'save' => '保存',
'cancel' => 'キャンセル',
'error' => 'エラー',
'success' => '成功',
'warning' => '警告',
'notice' => '通知',
'old_password_incorrect' => '古いパスワードが正しくありません。',
'password_dont_match' => 'パスワードが一致しません。',
'password_empty' => 'パスワードが入力されているか確認してください。',
'password_updated' => 'パスワードが更新されました。',
'account_updated' => 'アカウントが正しく更新されました。',
'unknown_error' => '不明なエラーが発生しました。もう一度やり直して下さい。',
'error_saving' => '保存中にエラーが発生しました。もう一度やり直して下さい。',
'session_expired_error' => 'セッションの有効期限が切れました。 アカウントに再度ログインしてください。',
'welcome' => 'ようこそ!',
'use_sidebar' => '左側のサイドバーを使用してコンテンツを作成や編集、削除しましょう。',
'password_reset' => [
'greeting' => 'こんにちは!',
'subject' => 'パスワードリセットのお知らせ',
'line_1' => 'パスワードリセット依頼を受け付けたため、このメールを送信しています。',
'line_2' => '以下のボタンをクリックしてパスワードをリセットして下さい:',
'button' => 'パスワードリセット',
'notice' => 'パスワードリセットをリクエストしていない場合、このメールを無視して下さい。',
],
'step' => 'ステップ',
'confirm_email' => 'メールアドレスの確認',
'choose_new_password' => '新しいパスワードの選択',
'confirm_new_password' => '新しいパスワードの確認',
];

180
lang/vendor/backpack/ja/crud.php vendored Normal file
View File

@ -0,0 +1,180 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Backpack Crud Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the CRUD interface.
| You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
// Forms
'save_action_save_and_new' => '保存して作成',
'save_action_save_and_edit' => '保存して編集',
'save_action_save_and_back' => '保存して戻る',
'save_action_save_and_preview' => '保存してプレビュー',
'save_action_changed_notification' => '保存後のデフォルト動作が変更されました。',
// Create form
'add' => '追加',
'back_to_all' => 'Back to all ',
'cancel' => 'キャンセル',
'add_a_new' => 'Add a new ',
// Edit form
'edit' => '編集',
'save' => '保存',
// Translatable models
'edit_translations' => '翻訳を編集',
'language' => '言語',
// CRUD table view
'all' => '全 ',
'in_the_database' => 'データベース上の',
'list' => '一覧',
'reset' => 'リセット',
'actions' => '操作',
'preview' => '表示',
'delete' => '削除',
'admin' => '管理者',
'details_row' => 'これは詳細列です。必要に応じて修正して下さい。',
'details_row_loading_error' => '詳細列の読み込み時にエラーが発生しました。もう一度やり直して下さい。',
'clone' => '複製',
'clone_success' => '<strong>データを複製しました</strong><br>このデータと同じ情報で新しいデータを追加しました。',
'clone_failure' => '<strong>複製に失敗しました</strong><br>新しいデータを作成できませんでした。もう一度やり直して下さい。',
// Confirmation messages and bubbles
'delete_confirm' => 'このデータを削除してもよろしいですか?',
'delete_confirmation_title' => 'データを削除しました',
'delete_confirmation_message' => 'データは正常に削除されました。',
'delete_confirmation_not_title' => '削除できません',
'delete_confirmation_not_message' => 'エラーが発生しました。データは削除されませんでした。',
'delete_confirmation_not_deleted_title' => '削除できません',
'delete_confirmation_not_deleted_message' => 'データは削除されませんでした。',
// Bulk actions
'bulk_no_entries_selected_title' => 'データが未選択',
'bulk_no_entries_selected_message' => '一括操作を行うには、1 件以上データを選択して下さい。',
// Bulk delete
'bulk_delete_are_you_sure' => ':number 件のデータを削除してもよろしいですか?',
'bulk_delete_sucess_title' => 'データを削除しました',
'bulk_delete_sucess_message' => ' 件のデータを削除しました。',
'bulk_delete_error_title' => '削除失敗',
'bulk_delete_error_message' => '1 件以上のデータを削除できません',
// Bulk clone
'bulk_clone_are_you_sure' => '本当にこの :number 件のデータを複製しますか?',
'bulk_clone_sucess_title' => 'データを複製しました',
'bulk_clone_sucess_message' => ' 件のデータを複製しました。',
'bulk_clone_error_title' => '複製に失敗しました',
'bulk_clone_error_message' => '1 件以上のデータを作成できませんでした。もう一度やり直して下さい。',
// Ajax errors
'ajax_error_title' => 'エラー',
'ajax_error_text' => 'ページロードエラー。ページを更新してください。',
// DataTables translation
'emptyTable' => 'テーブルにデータが存在しません',
'info' => '_TOTAL_ 件中 _START_ から _END_ を表示',
'infoEmpty' => '',
'infoFiltered' => '(全 _MAX_ 件からフィルター)',
'infoPostFix' => '.',
'thousands' => ',',
'lengthMenu' => '_MENU_ 件表示',
'loadingRecords' => '読み込み中...',
'processing' => '実行中...',
'search' => '検索',
'zeroRecords' => '一致するレコードが見つかりませんでした',
'paginate' => [
'first' => '先頭',
'last' => '最後',
'next' => '次',
'previous' => '前',
],
'aria' => [
'sortAscending' => ': 昇順に並び替え',
'sortDescending' => ': 降順に並び替え',
],
'export' => [
'export' => 'エクスポート',
'copy' => 'コピー',
'excel' => 'Excel',
'csv' => 'CSV',
'pdf' => 'PDF',
'print' => '印刷',
'column_visibility' => 'カラムの表示',
],
// global crud - errors
'unauthorized_access' => '許可されていないアクセス - このページを表示する為に必要なパーミッションがありません。',
'please_fix' => '次のエラーを修正して下さい:',
// global crud - success / error notification bubbles
'insert_success' => 'データは正常に追加されました。',
'update_success' => 'データは正常に更新されました。',
// CRUD reorder view
'reorder' => '並び替え',
'reorder_text' => 'ドラッグアンドドロップで並び替え可能です。',
'reorder_success_title' => '完了',
'reorder_success_message' => '並び順を保存しました。',
'reorder_error_title' => 'エラー',
'reorder_error_message' => '並び順は保存されませんでした。',
// CRUD yes/no
'yes' => 'はい',
'no' => 'いいえ',
// CRUD filters navbar view
'filters' => 'フィルター',
'toggle_filters' => 'フィルター切り替え',
'remove_filters' => '全フィルターを削除',
'apply' => '適用',
//filters language strings
'today' => '今日',
'yesterday' => '昨日',
'last_7_days' => '過去7日間',
'last_30_days' => '過去30日間',
'this_month' => '今月',
'last_month' => '先月',
'custom_range' => 'カスタム',
'weekLabel' => 'W',
// Fields
'browse_uploads' => 'アップロードから選択',
'select_all' => '全て選択',
'select_files' => '複数ファイル選択',
'select_file' => 'ファイル選択',
'clear' => 'クリア',
'page_link' => 'ページリンク',
'page_link_placeholder' => 'http://example.com/your-desired-page',
'internal_link' => '内部リンク',
'internal_link_placeholder' => '内部スラッグ 例: \':url\' に続く \'admin/page\' (クォーテーション無し)',
'external_link' => '外部リンク',
'choose_file' => 'ファイルを選択',
'new_item' => '項目を追加',
'select_entry' => '項目を1つ選んでください',
'select_entries' => '項目を複数選んでください',
// Table field
'table_cant_add' => '新しい :entity を追加できません',
'table_max_reached' => '最大数 :max に達しました',
// File manager
'file_manager' => 'ファイルマネージャー',
// InlineCreateOperation
'related_entry_created_success' => '関連するデータが追加され、選択されました。',
'related_entry_created_error' => '関連するデータを追加できませんでした。',
// returned when no translations found in select inputs
'empty_translations' => '(なし)',
];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

16
lang/vendor/backpack/ja/logmanager.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

16
lang/vendor/backpack/ja/pagemanager.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];

16
lang/vendor/backpack/ja/settings.php vendored Normal file
View File

@ -0,0 +1,16 @@
<?php
// --------------------------------------------------------
// This is only a pointer file, not an actual language file
// --------------------------------------------------------
//
// If you've copied this file to your /resources/lang/vendor/backpack/
// folder, please delete it, it's no use there. You need to copy/publish the
// actual language file, from the package.
// If a langfile with the same name exists in the package, load that one
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
}
return [];