updated languages
This commit is contained in:
@@ -24,6 +24,7 @@ return [
|
||||
],
|
||||
|
||||
'failed' => '使用者名稱或密碼錯誤',
|
||||
'disabled' => '此帳號已被停用,請聯繫系統管理員。',
|
||||
'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
|
||||
|
||||
];
|
||||
|
@@ -11,7 +11,7 @@ return [
|
||||
'currencies_gbp' => '英鎊',
|
||||
'currencies_try' => '土耳其里拉',
|
||||
'taxes_exempt' => '免稅',
|
||||
'taxes_normal' => '一般',
|
||||
'taxes_normal' => '一般稅率',
|
||||
'taxes_sales' => '銷售稅',
|
||||
|
||||
];
|
||||
|
@@ -85,14 +85,12 @@ return [
|
||||
'filter' => '篩選',
|
||||
'create_user' => '建立使用者',
|
||||
'created_user' => '已建立使用者',
|
||||
'bank' => '銀行轉帳',
|
||||
'cash' => '現金',
|
||||
'paypal' => 'PayPal',
|
||||
'help' => '說明',
|
||||
'all' => '全部',
|
||||
'all_type' => '所有 :type',
|
||||
'upcoming' => '即將到來',
|
||||
'created' => '已建立',
|
||||
'id' => '編號',
|
||||
|
||||
'title' => [
|
||||
'new' => '新增 :type',
|
||||
|
Reference in New Issue
Block a user