updated translations
This commit is contained in:
@@ -23,14 +23,19 @@ return [
|
||||
'histories' => '歷史記錄',
|
||||
'payments' => '付款方式',
|
||||
'add_payment' => '新增付款方式',
|
||||
'mark_received' => '標記已收到',
|
||||
'download_pdf' => '下載 PDF格式',
|
||||
'send_mail' => '傳送電子郵件',
|
||||
|
||||
'status' => [
|
||||
'new' => '新增',
|
||||
'updated' => '更新',
|
||||
'draft' => '草稿',
|
||||
'received' => '已收到',
|
||||
'partial' => '部分',
|
||||
'paid' => '已付款',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => '成功標記帳單為已收到!',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -5,5 +5,14 @@ return [
|
||||
'code' => '代碼',
|
||||
'rate' => '稅率',
|
||||
'default' => '預設貨幣',
|
||||
'decimal_mark' => 'Decimal Mark',
|
||||
'thousands_separator' => 'Thousands Separator',
|
||||
'precision' => 'Precision',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Before Amount',
|
||||
'after' => 'After Amount',
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => '所有客戶',
|
||||
];
|
||||
11
resources/lang/zh-TW/customers.php
Normal file
11
resources/lang/zh-TW/customers.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => '允許登入?',
|
||||
'user_created' => '已建立使用者',
|
||||
|
||||
'error' => [
|
||||
'email' => '此郵件已被使用。'
|
||||
]
|
||||
];
|
||||
@@ -83,14 +83,14 @@ return [
|
||||
'search' => '搜尋',
|
||||
'search_placeholder' => '輸入搜尋..',
|
||||
'filter' => '篩選',
|
||||
'create_user' => '建立使用者',
|
||||
'created_user' => '已建立使用者',
|
||||
'help' => '說明',
|
||||
'all' => '全部',
|
||||
'all_type' => '所有 :type',
|
||||
'upcoming' => '即將到來',
|
||||
'created' => '已建立',
|
||||
'id' => '編號',
|
||||
'more_actions' => '更多動作',
|
||||
'duplicate' => '複製',
|
||||
|
||||
'title' => [
|
||||
'new' => '新增 :type',
|
||||
|
||||
@@ -8,6 +8,7 @@ return [
|
||||
'counter' => '{0} 您沒有任何通知 | {1} 您有 :count 個通知 | [2,*] 您有 :count個通知',
|
||||
'overdue_invoices' => '{1} :count 張逾期訂單 | [2,*] :count 張逾期訂單',
|
||||
'upcoming_bills' => '{1} :count 張即將到來的帳單 | [2,*] :count 張即將到來的帳單',
|
||||
'items_stock' => '{1} :count 項目無庫存 | [2,*] :count 項目無庫存',
|
||||
'view_all' => '檢視全部'
|
||||
],
|
||||
|
||||
|
||||
9
resources/lang/zh-TW/import.php
Normal file
9
resources/lang/zh-TW/import.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => '匯入',
|
||||
'title' => '匯入 :type',
|
||||
'message' => '允許的檔案類型: CSV, XLS。請<a target="_blank" href=":link"><strong>下載</strong></a>範例檔案。',
|
||||
|
||||
];
|
||||
@@ -22,6 +22,8 @@ return [
|
||||
'histories' => '歷史記錄',
|
||||
'payments' => '付款方式',
|
||||
'add_payment' => '新增付款方式',
|
||||
'mark_paid' => '標記為已付款',
|
||||
'mark_sent' => '標記為已傳送',
|
||||
'download_pdf' => '下載 PDF格式',
|
||||
'send_mail' => '傳送電子郵件',
|
||||
|
||||
@@ -34,4 +36,14 @@ return [
|
||||
'paid' => '已付款',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => '成功傳送帳單郵件!',
|
||||
'marked_sent' => '成功標記帳單為已傳送!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => '由於您有一個即將到來的 :amount 帳單給客戶 :customer,因此收到此封郵件。',
|
||||
'button' => '立即付款',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -7,4 +7,9 @@ return [
|
||||
'purchase_price' => '售價',
|
||||
'sku' => '庫存',
|
||||
|
||||
'notification' => [
|
||||
'message' => '由於 :name 已經無庫存,因此您會收到此封郵件。',
|
||||
'button' => '現在檢視',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -6,12 +6,17 @@ return [
|
||||
'added' => '已新增:type !',
|
||||
'updated' => '已更新:type !',
|
||||
'deleted' => '已刪除:type !',
|
||||
'duplicated' => ':type 重複!',
|
||||
'imported' => ':type 已匯入!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => '錯誤:您不允許管理此公司!',
|
||||
'customer' => '錯誤:您不能使用此電子郵件建立使用者 :name !',
|
||||
'no_file' => '錯誤:沒有選擇檔案!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => '注意:由於 :type 包含 :text,因此您無法刪除。',
|
||||
'deleted' => '警告:由於和 :text 相關,你不能刪除<b>:name</b>。',
|
||||
'disabled' => '警告:由於和 :text 相關,你不能停用<b>:name</b>。',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -16,8 +16,8 @@ return [
|
||||
'uninstalled' => '已移除',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取得您的 API token.',
|
||||
|
||||
'enabled' => '已啟用:module',
|
||||
'disabled' => ':module已停用',
|
||||
'enabled' => ':module 已啟用',
|
||||
'disabled' => ':module 已停用',
|
||||
|
||||
'installation' => [
|
||||
'header' => '模組安裝',
|
||||
|
||||
@@ -24,10 +24,10 @@ return [
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => '訂單',
|
||||
'prefix' => '訂單字軌',
|
||||
'digit' => '訂單號碼',
|
||||
'start' => '訂單起始號碼',
|
||||
'logo' => '訂單商標',
|
||||
'prefix' => '數字字軌',
|
||||
'digit' => '數字位數',
|
||||
'next' => '下一個號碼',
|
||||
'logo' => '商標',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => '預設',
|
||||
|
||||
Reference in New Issue
Block a user