[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
45
vendor/filament/actions/resources/lang/zh_CN/associate.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/zh_CN/associate.php
vendored
Normal 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' => '已关联',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
vendor/filament/actions/resources/lang/zh_CN/attach.php
vendored
Normal file
45
vendor/filament/actions/resources/lang/zh_CN/attach.php
vendored
Normal 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' => '已附加',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
37
vendor/filament/actions/resources/lang/zh_CN/create.php
vendored
Normal file
37
vendor/filament/actions/resources/lang/zh_CN/create.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => '创建:label',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => '创建:label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'create' => [
|
||||
'label' => '保存',
|
||||
],
|
||||
|
||||
'create_another' => [
|
||||
'label' => '保存并创建另一个',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'created' => [
|
||||
'title' => '已创建',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/zh_CN/delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/zh_CN/delete.php
vendored
Normal 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' => '已删除',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/zh_CN/detach.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/zh_CN/detach.php
vendored
Normal 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' => '已分离',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/zh_CN/dissociate.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/zh_CN/dissociate.php
vendored
Normal 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' => '已解除关联',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/zh_CN/edit.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/zh_CN/edit.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => '编辑',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => '编辑 :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => '保存',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'saved' => [
|
||||
'title' => '已保存',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
77
vendor/filament/actions/resources/lang/zh_CN/export.php
vendored
Normal file
77
vendor/filament/actions/resources/lang/zh_CN/export.php
vendored
Normal 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',
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/zh_CN/force-delete.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/zh_CN/force-delete.php
vendored
Normal 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' => '记录已删除',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
vendor/filament/actions/resources/lang/zh_CN/group.php
vendored
Normal file
9
vendor/filament/actions/resources/lang/zh_CN/group.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'trigger' => [
|
||||
'label' => '动作组',
|
||||
],
|
||||
|
||||
];
|
||||
76
vendor/filament/actions/resources/lang/zh_CN/import.php
vendored
Normal file
76
vendor/filament/actions/resources/lang/zh_CN/import.php
vendored
Normal 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' => '系统错误,请联系支持。',
|
||||
],
|
||||
|
||||
];
|
||||
23
vendor/filament/actions/resources/lang/zh_CN/modal.php
vendored
Normal file
23
vendor/filament/actions/resources/lang/zh_CN/modal.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => '您确定要这样操作吗?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => '取消',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => '确定',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => '提交',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
33
vendor/filament/actions/resources/lang/zh_CN/replicate.php
vendored
Normal file
33
vendor/filament/actions/resources/lang/zh_CN/replicate.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => '复制',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => '复制 :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'replicate' => [
|
||||
'label' => '复制',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'replicated' => [
|
||||
'title' => '记录已复制',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
61
vendor/filament/actions/resources/lang/zh_CN/restore.php
vendored
Normal file
61
vendor/filament/actions/resources/lang/zh_CN/restore.php
vendored
Normal 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' => '记录已恢复',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
25
vendor/filament/actions/resources/lang/zh_CN/view.php
vendored
Normal file
25
vendor/filament/actions/resources/lang/zh_CN/view.php
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => '查看',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => '查看 :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => '关闭',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user