[增添]添加了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' => 'Liên kết',
'modal' => [
'heading' => 'Liên kết :label',
'fields' => [
'record_id' => [
'label' => 'Bản ghi',
],
],
'actions' => [
'associate' => [
'label' => 'Liên kết',
],
'associate_another' => [
'label' => 'Liên kết & liên kết thêm',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Đã liên kết',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Đính kèm',
'modal' => [
'heading' => 'Đính kèm :label',
'fields' => [
'record_id' => [
'label' => 'Bản ghi',
],
],
'actions' => [
'attach' => [
'label' => 'Đình kèm',
],
'attach_another' => [
'label' => 'Đính kèm & đính kèm thêm',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Đã đính kèm',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Tạo mới :label',
'modal' => [
'heading' => 'Tạo :label',
'actions' => [
'create' => [
'label' => 'Tạo',
],
'create_another' => [
'label' => 'Tạo & tạo thêm',
],
],
],
'notifications' => [
'created' => [
'title' => 'Đã tạo',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Xóa',
'modal' => [
'heading' => 'Xóa :label',
'actions' => [
'delete' => [
'label' => 'Xóa',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Đã xóa',
],
],
],
'multiple' => [
'label' => 'Xoá các mục đã chọn',
'modal' => [
'heading' => 'Xóa các mục :label đã chọn',
'actions' => [
'delete' => [
'label' => 'Xóa',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Đã xóa',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Tách',
'modal' => [
'heading' => 'Tách :label',
'actions' => [
'detach' => [
'label' => 'Tách',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Đã tách',
],
],
],
'multiple' => [
'label' => 'Tách các mục đã chọn',
'modal' => [
'heading' => 'Tách các mục :label đã chọn',
'actions' => [
'detach' => [
'label' => 'Tách',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Đã tách',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Huỷ liên kết',
'modal' => [
'heading' => 'Huỷ liên kết :label',
'actions' => [
'dissociate' => [
'label' => 'Huỷ liên kết',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Đã huỷ liên kết',
],
],
],
'multiple' => [
'label' => 'Huỷ liên kết các mục đã chọn',
'modal' => [
'heading' => 'Huỷ liên kết :label',
'actions' => [
'dissociate' => [
'label' => 'Huỷ liên kết',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Đã huỷ liên kết',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Chỉnh sửa',
'modal' => [
'heading' => 'Chỉnh sửa :label',
'actions' => [
'save' => [
'label' => 'Lưu thay đổi',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Đã lưu',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Xuất :label',
'modal' => [
'heading' => 'Xuất :label',
'form' => [
'columns' => [
'label' => 'Cột',
'form' => [
'is_enabled' => [
'label' => ':column đã kích hoạt',
],
'label' => [
'label' => ':column nhãn',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Xuất',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Xuất đã hoàn thành',
'actions' => [
'download_csv' => [
'label' => 'Tải xuống .csv',
],
'download_xlsx' => [
'label' => 'Tải xuống .xlsx',
],
],
],
'max_rows' => [
'title' => 'Xuất quá lớn',
'body' => 'Bạn không thể xuất nhiều hơn 1 hàng cùng lúc.|Bạn không thể xuất nhiều hơn :count hàng cùng lúc.',
],
'started' => [
'title' => 'Xuất đã bắt đầu',
'body' => 'Quá trình xuất của bạn đã bắt đầu và 1 hàng sẽ được xử lý ở nền.|Quá trình xuất của bạn đã bắt đầu và :count hàng sẽ được xử lý ở nền.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Xóa vĩnh viễn',
'modal' => [
'heading' => 'Xóa vĩnh viễn :label',
'actions' => [
'delete' => [
'label' => 'Xoá',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Đã xoá',
],
],
],
'multiple' => [
'label' => 'Xóa vĩnh viễn các mục đã chọn',
'modal' => [
'heading' => 'Xóa vĩnh viễn các mục :label đã chọn',
'actions' => [
'delete' => [
'label' => 'Xoá',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Đã xoá',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Thao tác',
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Nhập :label',
'modal' => [
'heading' => 'Nhập :label',
'form' => [
'file' => [
'label' => 'Tệp',
'placeholder' => 'Tải lên tệp CSV',
],
'columns' => [
'label' => 'Cột',
'placeholder' => 'Chọn một cột',
],
],
'actions' => [
'download_example' => [
'label' => 'Tải xuống tệp mẫu CSV',
],
'import' => [
'label' => 'Nhập',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Quá trình nhập hoàn tất',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Tải thông tin về hàng bị lỗi xuống',
],
],
],
'max_rows' => [
'title' => 'Tệp CSV đã tải lên quá lớn',
'body' => 'Bạn không thể nhập hơn 1 hàng cùng một lúc.|Bạn không thể nhập hơn :count hàng cùng một lúc.',
],
'started' => [
'title' => 'Quá trình nhập đã bắt đầu',
'body' => 'Quá trình nhập của bạn đã bắt đầu và sẽ xử lý 1 hàng trong nền.|Quá trình nhập của bạn đã bắt đầu và sẽ xử lý :count hàng trong nền.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'lỗi',
'system_error' => 'Lỗi hệ thống, vui lòng liên hệ bộ phận hỗ trợ.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Bạn có chắc chắn khi thực hiện thao tác này?',
'actions' => [
'cancel' => [
'label' => 'Huỷ bỏ',
],
'confirm' => [
'label' => 'Xác nhận',
],
'submit' => [
'label' => 'Gửi',
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Sao chép',
'modal' => [
'heading' => 'Sao chép :label',
'actions' => [
'replicate' => [
'label' => 'Sao chép',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Đã sao chép',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Khôi phục',
'modal' => [
'heading' => 'Khôi phục :label',
'actions' => [
'restore' => [
'label' => 'Khôi phục',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Đã khôi phục',
],
],
],
'multiple' => [
'label' => 'Khôi phục các mục đã chọn',
'modal' => [
'heading' => 'Khôi phục các mục :label đã chọn',
'actions' => [
'restore' => [
'label' => 'Khôi phục',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Đã khôi phục',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Xem',
'modal' => [
'heading' => 'Xem :label',
'actions' => [
'close' => [
'label' => 'Đóng',
],
],
],
],
];