2017-10-02 10:26:10 +03:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'success' => [
|
|
|
|
|
'added' => '已新增:type !',
|
|
|
|
|
'updated' => '已更新:type !',
|
|
|
|
|
'deleted' => '已刪除:type !',
|
2017-12-13 15:01:55 +03:00
|
|
|
|
'duplicated' => ':type 重複!',
|
|
|
|
|
'imported' => ':type 已匯入!',
|
2020-06-29 17:11:50 +03:00
|
|
|
|
'exported' => ':type 已導出!',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
'enabled' => '已啟用 :type !',
|
|
|
|
|
'disabled' => '已停用 :type !',
|
2017-10-02 10:26:10 +03:00
|
|
|
|
],
|
2020-06-29 17:11:50 +03:00
|
|
|
|
|
2017-10-02 10:26:10 +03:00
|
|
|
|
'error' => [
|
2018-11-08 12:11:42 +03:00
|
|
|
|
'over_payment' => '錯誤:付款未添加! 你輸入的金額超過總金額: :amount',
|
2017-10-02 10:26:10 +03:00
|
|
|
|
'not_user_company' => '錯誤:您不允許管理此公司!',
|
2018-05-03 12:16:18 +03:00
|
|
|
|
'customer' => '錯誤:未建立使用者!:name已經使用此電子郵件。',
|
2017-12-13 15:01:55 +03:00
|
|
|
|
'no_file' => '錯誤:沒有選擇檔案!',
|
2018-05-03 12:16:18 +03:00
|
|
|
|
'last_category' => '錯誤:無法刪除最後一個 :type 分類!',
|
2020-06-29 17:11:50 +03:00
|
|
|
|
'change_type' => '錯誤:無法更改類型,因為它和 :text 相關!',
|
|
|
|
|
'invalid_apikey' => '\'錯誤:輸入的 API 密鑰無效!',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
'import_column' => '錯誤: :message工作表 name: :sheet,第 number: :line 行',
|
|
|
|
|
'import_sheet' => '錯誤:工作表名稱不正確,請檢查範例檔案。',
|
2017-10-02 10:26:10 +03:00
|
|
|
|
],
|
2020-06-29 17:11:50 +03:00
|
|
|
|
|
2017-10-02 10:26:10 +03:00
|
|
|
|
'warning' => [
|
2017-12-13 15:01:55 +03:00
|
|
|
|
'deleted' => '警告:由於和 :text 相關,你不能刪除<b>:name</b>。',
|
|
|
|
|
'disabled' => '警告:由於和 :text 相關,你不能停用<b>:name</b>。',
|
2020-06-29 17:11:50 +03:00
|
|
|
|
'reconciled_tran' => '警告:您無權修改或刪除交易,因為它已經對賬。',
|
|
|
|
|
'reconciled_doc' => '警告:您無權修改或刪除交易,因為它已經註銷。',
|
|
|
|
|
'disable_code' => '警告:您無權停用或更改此貨幣 <b>:name</b> ,因為它和 :text有 關聯。',
|
|
|
|
|
'payment_cancel' => '警告: 您已註銷了您最近的 :methods 付款 !',
|
2017-10-02 10:26:10 +03:00
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
];
|