[增添]添加了datasource的setting数据库以及默认值

This commit is contained in:
makotocc0107
2024-08-27 09:57:44 +08:00
parent d111dfaea4
commit 72eb990970
10955 changed files with 978898 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => '関連付ける',
'modal' => [
'heading' => ':labelを関連付ける',
'fields' => [
'record_id' => [
'label' => 'レコード',
],
],
'actions' => [
'associate' => [
'label' => '関連付ける',
],
'associate_another' => [
'label' => '保存して、続けて関連付ける',
],
],
],
'notifications' => [
'associated' => [
'title' => '関連付けしました',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => '紐付ける',
'modal' => [
'heading' => ':labelを紐付ける',
'fields' => [
'record_id' => [
'label' => 'レコード',
],
],
'actions' => [
'attach' => [
'label' => '紐付ける',
],
'attach_another' => [
'label' => '紐付けして、続けて紐付ける',
],
],
],
'notifications' => [
'attached' => [
'title' => '紐付けしました',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => '作成',
'modal' => [
'heading' => ':label 作成',
'actions' => [
'create' => [
'label' => '作成',
],
'create_another' => [
'label' => '保存して、続けて作成',
],
],
],
'notifications' => [
'created' => [
'title' => '作成しました',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => '削除',
'modal' => [
'heading' => ':label 削除',
'actions' => [
'delete' => [
'label' => '削除',
],
],
],
'notifications' => [
'deleted' => [
'title' => '削除しました',
],
],
],
'multiple' => [
'label' => '選択中を削除',
'modal' => [
'heading' => '選択中の:labelを削除',
'actions' => [
'delete' => [
'label' => '削除',
],
],
],
'notifications' => [
'deleted' => [
'title' => '削除しました',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => '解除',
'modal' => [
'heading' => ':labelを解除',
'actions' => [
'detach' => [
'label' => '解除',
],
],
],
'notifications' => [
'detached' => [
'title' => '解除しました',
],
],
],
'multiple' => [
'label' => '選択中を解除',
'modal' => [
'heading' => '選択中の:labelを解除',
'actions' => [
'detach' => [
'label' => '解除',
],
],
],
'notifications' => [
'detached' => [
'title' => '解除しました',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => '関連付け解除',
'modal' => [
'heading' => ':labelの関連付け解除',
'actions' => [
'dissociate' => [
'label' => '関連付け解除',
],
],
],
'notifications' => [
'dissociated' => [
'title' => '関連付け解除しました',
],
],
],
'multiple' => [
'label' => '選択中を関連付け解除',
'modal' => [
'heading' => '選択中の:labelを関連付け解除',
'actions' => [
'dissociate' => [
'label' => '関連付け解除',
],
],
],
'notifications' => [
'dissociated' => [
'title' => '関連付け解除しました',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => '編集',
'modal' => [
'heading' => ':label 編集',
'actions' => [
'save' => [
'label' => '変更を保存',
],
],
],
'notifications' => [
'saved' => [
'title' => '保存しました',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'エクスポート',
'modal' => [
'heading' => 'エクスポート :label',
'form' => [
'columns' => [
'label' => 'カラム',
'form' => [
'is_enabled' => [
'label' => ':column が有効になりました',
],
'label' => [
'label' => ':column ラベル',
],
],
],
],
'actions' => [
'export' => [
'label' => 'エクスポート',
],
],
],
'notifications' => [
'completed' => [
'title' => 'エクスポート完了',
'actions' => [
'download_csv' => [
'label' => 'csv形式をダウンロード',
],
'download_xlsx' => [
'label' => 'xlsx形式をダウンロード',
],
],
],
'max_rows' => [
'title' => 'エクスポートするデータが大きすぎます',
'body' => '一度に:count行を超える行をエクスポートすることはできません。',
],
'started' => [
'title' => 'エクスポート開始',
'body' => 'エクスポートが開始され、:count行がバックグラウンドで処理されます。',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => '強制削除',
'modal' => [
'heading' => ':label 強制削除',
'actions' => [
'delete' => [
'label' => '削除',
],
],
],
'notifications' => [
'deleted' => [
'title' => '削除しました',
],
],
],
'multiple' => [
'label' => '選択中を強制削除',
'modal' => [
'heading' => '選択中の:labelを強制削除',
'actions' => [
'delete' => [
'label' => '削除',
],
],
],
'notifications' => [
'deleted' => [
'title' => '削除しました',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'アクション',
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'インポート',
'modal' => [
'heading' => 'インポート :label',
'form' => [
'file' => [
'label' => 'File',
'placeholder' => 'CSVファイルをアップロード',
],
'columns' => [
'label' => 'カラム',
'placeholder' => '列を選択',
],
],
'actions' => [
'download_example' => [
'label' => 'サンプルCSVファイルをダウンロード',
],
'import' => [
'label' => 'インポート',
],
],
],
'notifications' => [
'completed' => [
'title' => 'インポート完了',
'actions' => [
'download_failed_rows_csv' => [
'label' => '失敗した行に関する情報のダウンロード',
],
],
],
'max_rows' => [
'title' => 'CSVファイルが大きすぎます',
'body' => '一度に:count行を超える行をインポートすることはできません。',
],
'started' => [
'title' => 'インポート開始',
'body' => 'インポートが開始され、:count行がバックグラウンドで処理されます。',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'エラー',
'system_error' => 'システムエラーです。サポートにお問い合わせください。',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => '本当に実行しますか?',
'actions' => [
'cancel' => [
'label' => 'キャンセル',
],
'confirm' => [
'label' => '確定',
],
'submit' => [
'label' => '完了',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => '複製',
'modal' => [
'heading' => ':label 複製',
'actions' => [
'replicate' => [
'label' => '複製',
],
],
],
'notifications' => [
'replicated' => [
'title' => '複製しました',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => '復旧',
'modal' => [
'heading' => ':label 復旧',
'actions' => [
'restore' => [
'label' => '復旧',
],
],
],
'notifications' => [
'restored' => [
'title' => '復旧しました',
],
],
],
'multiple' => [
'label' => '選択中を復旧',
'modal' => [
'heading' => '選択中の:labelを復旧',
'actions' => [
'restore' => [
'label' => '復旧',
],
],
],
'notifications' => [
'restored' => [
'title' => '復旧しました',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => '表示',
'modal' => [
'heading' => ':label 表示',
'actions' => [
'close' => [
'label' => '閉じる',
],
],
],
],
];