[增添]添加了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' => '创建: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' => '导出: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,76 @@
<?php
return [
'label' => '导入:label',
'modal' => [
'heading' => '导入:label',
'form' => [
'file' => [
'label' => '文件',
'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' => '你不能够一次性导入超过 1 行记录。|你不能够一次性导入超过 :count 行记录。',
],
'started' => [
'title' => '导入开始',
'body' => '你的导入已经开始,共 1 行将在后台处理。|你的导入已经开始,共 :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' => '关闭',
],
],
],
],
];