change address rule, email content and admin event crud
This commit is contained in:
29
lang/vendor/export-operation/zh_TW/export.php
vendored
Normal file
29
lang/vendor/export-operation/zh_TW/export.php
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'export' => '匯出',
|
||||
'export_entity' => '匯出 :entity',
|
||||
'include_all' => '全部包含',
|
||||
'exclude_all' => '全部排除',
|
||||
'include' => '包含',
|
||||
'exclude' => '排除',
|
||||
'column' => '欄位',
|
||||
'include_in_export' => '包含在匯出中',
|
||||
'confirm_export' => '確認匯出',
|
||||
'file_type' => '檔案類型',
|
||||
'no_filter' => '尚未選擇任何篩選條件,將匯出整個表格!!',
|
||||
'enabled_filters' => '啟用的篩選條件',
|
||||
'filters' => '篩選條件',
|
||||
'entries' => '條目',
|
||||
'values' => '值',
|
||||
'csv' => 'CSV',
|
||||
'xls' => 'XLS',
|
||||
'xlsx' => 'XLSX',
|
||||
'ods' => 'ODS',
|
||||
'pdf' => 'PDF',
|
||||
'your_export_is_being_generated' => '您的匯出正在生成,請稍候...',
|
||||
'your_export_is_complete' => '您的匯出已完成。如果未自動下載,請點擊下面的按鈕。',
|
||||
'click_to_download' => '點擊此處下載您的匯出檔案',
|
||||
'please_include_at_least_one' => '請至少包含一個欄位進行匯出',
|
||||
'your_export_will_be_processed' => '感謝您,您的匯出將在後台處理',
|
||||
];
|
Reference in New Issue
Block a user