updated translations
This commit is contained in:
@ -13,18 +13,27 @@ return [
|
||||
'current_email' => '目前的電子郵件',
|
||||
'reset' => '重設',
|
||||
'never' => '永遠不要',
|
||||
|
||||
'password' => [
|
||||
'current' => '密碼',
|
||||
'current_confirm' => '確認密碼',
|
||||
'new' => '新的密碼',
|
||||
'new_confirm' => '確認新的密碼',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => '錯誤:無法刪除自己!'
|
||||
'self_delete' => '錯誤:無法刪除自己!',
|
||||
'no_company' => '錯誤:您的帳戶沒有分配公司,請聯繫系統管理員。',
|
||||
],
|
||||
|
||||
'failed' => '使用者名稱或密碼錯誤',
|
||||
'disabled' => '此帳號已被停用,請聯繫系統管理員。',
|
||||
'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => '您會收到此郵件表示我們收到重設您帳戶密碼的要求。',
|
||||
'message_2' => '如果你沒有要求重設密碼,則不需要進一步操作。',
|
||||
'button' => '重設密碼',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -41,6 +41,18 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'received' => '成功標記帳單為已收到!',
|
||||
'draft' => '這是 <b>草稿</b> 帳單, 在簽收後將反映在圖表上。',
|
||||
|
||||
'status' => [
|
||||
'created' => '創建於 :date',
|
||||
'receive' => [
|
||||
'draft' => '未發送',
|
||||
'received' => '簽收於 :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => '等待付款',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,5 +7,10 @@ return [
|
||||
|
||||
'error' => [
|
||||
'email' => '此郵件已被使用。'
|
||||
]
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':customer 付款 :amount 為發票編號 :invoice_number',
|
||||
'button' => '顯示',
|
||||
],
|
||||
];
|
||||
|
@ -3,7 +3,6 @@
|
||||
return [
|
||||
|
||||
'accounts_cash' => '現金',
|
||||
'categories_uncat' => '未分類',
|
||||
'categories_deposit' => '存款',
|
||||
'categories_sales' => '業務人員',
|
||||
'currencies_usd' => '美金',
|
||||
|
@ -4,6 +4,7 @@ return [
|
||||
|
||||
'version' => '版本',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => '免費會計軟體',
|
||||
|
||||
];
|
||||
|
@ -38,6 +38,10 @@ return [
|
||||
'numbers' => '編號 | 編號',
|
||||
'statuses' => '狀態 | 狀態',
|
||||
'others' => '其他 | 其他',
|
||||
'contacts' => '連絡人|連絡人',
|
||||
'reconciliations' => '核對|核對',
|
||||
'deposits' => '存款|存款',
|
||||
'withdrawals' => '提款|提款',
|
||||
|
||||
'dashboard' => '控制面板',
|
||||
'banking' => '銀行',
|
||||
@ -81,6 +85,7 @@ return [
|
||||
'color' => '顏色',
|
||||
'save' => '儲存',
|
||||
'cancel' => '取消',
|
||||
'loading' => '正在加載…',
|
||||
'from' => '來自',
|
||||
'to' => '收件人',
|
||||
'print' => '列印',
|
||||
@ -100,11 +105,30 @@ return [
|
||||
'overdue' => '已逾期',
|
||||
'partially' => '部分',
|
||||
'partially_paid' => '部分付款',
|
||||
'export' => '導出',
|
||||
'finish' => '完成',
|
||||
'wizard' => '嚮導',
|
||||
'skip' => '略過',
|
||||
'enable' => '啟用',
|
||||
'disable' => '禁用',
|
||||
'select_all' => '全部選取',
|
||||
'unselect_all' => '取消全選',
|
||||
'go_to' => 'Go to :name',
|
||||
'created_date' => '創建日期',
|
||||
'period' => 'Period',
|
||||
'start' => '開始',
|
||||
'end' => '结束',
|
||||
'clear' => '清除',
|
||||
'difference' => '差異',
|
||||
|
||||
'title' => [
|
||||
'new' => '新增 :type',
|
||||
'edit' => '編輯 :type',
|
||||
'create' => '創建 :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => '獲取 :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => '輸入 :field',
|
||||
'select' => [
|
||||
@ -114,4 +138,11 @@ return [
|
||||
'no_file_selected' => '尚未選擇檔案...',
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => '今天',
|
||||
'yesterday' => '昨天',
|
||||
'last_days' => '過去 :day 天',
|
||||
'this_month' => '本月',
|
||||
'last_month' => '上個月',
|
||||
],
|
||||
];
|
||||
|
@ -11,5 +11,6 @@ return [
|
||||
'items_stock' => '{1} :count 項目無庫存 | [2,*] :count 項目無庫存',
|
||||
'view_all' => '檢視全部'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
|
||||
];
|
||||
|
@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => '匯入',
|
||||
'title' => '匯入 :type',
|
||||
'message' => '允許的檔案類型: CSV, XLS。請<a target="_blank" href=":link"><strong>下載</strong></a>範例檔案。',
|
||||
'message' => '允許的檔案類型: XLS, XLSX。請<a target="_blank" href=":link"><strong>下載</strong></a>範例檔案。',
|
||||
|
||||
];
|
||||
|
@ -6,7 +6,7 @@ return [
|
||||
'refresh' => '重新整理',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => '請檢查以下系統需求!',
|
||||
'requirements' => '請詢問您的主機供應商以修復這些錯誤!',
|
||||
'language' => '步驟一:選擇語系',
|
||||
'database' => '步驟二:設定資料庫',
|
||||
'settings' => '步驟三:公司與管理員資訊',
|
||||
@ -19,7 +19,7 @@ return [
|
||||
'requirements' => [
|
||||
'enabled' => ':feature 必須啟動!',
|
||||
'disabled' => ':feature 必須關閉!',
|
||||
'extension' => ':extension 必須載入!',
|
||||
'extension' => '必須安裝並載入 :extension !',
|
||||
'directory' => ':directory 必須可寫入!',
|
||||
],
|
||||
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => '標記為已傳送',
|
||||
'download_pdf' => '下載 PDF格式',
|
||||
'send_mail' => '傳送電子郵件',
|
||||
'all_invoices' => '登錄以查看所有發票',
|
||||
|
||||
'status' => [
|
||||
'draft' => '草稿',
|
||||
@ -45,6 +46,18 @@ return [
|
||||
'email_sent' => '成功傳送帳單郵件!',
|
||||
'marked_sent' => '成功標記帳單為已傳送!',
|
||||
'email_required' => '此客戶沒有電子郵件地址!',
|
||||
'draft' => '這是 <b>草稿</b> 發票, 在簽收後將反映在圖表上。',
|
||||
|
||||
'status' => [
|
||||
'created' => '創建於 :date',
|
||||
'send' => [
|
||||
'draft' => '未發送',
|
||||
'sent' => '發送於 :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => '等待付款',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
@ -8,7 +8,10 @@ return [
|
||||
'sku' => '庫存',
|
||||
|
||||
'notification' => [
|
||||
'message' => '由於 :name 已經無庫存,因此您會收到此封郵件。',
|
||||
'message' => [
|
||||
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
||||
'out_of_stock' => '由於 :name 已缺貨,因此您會收到此封郵件。',
|
||||
],
|
||||
'button' => '現在檢視',
|
||||
],
|
||||
|
||||
|
@ -8,14 +8,18 @@ return [
|
||||
'deleted' => '已刪除:type !',
|
||||
'duplicated' => ':type 重複!',
|
||||
'imported' => ':type 已匯入!',
|
||||
'enabled' => '已啟用 :type !',
|
||||
'disabled' => '已停用 :type !',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => '錯誤:未加入付款方式!數量超過總計。',
|
||||
'over_payment' => '錯誤:付款未添加! 你輸入的金額超過總金額: :amount',
|
||||
'not_user_company' => '錯誤:您不允許管理此公司!',
|
||||
'customer' => '錯誤:未建立使用者!:name已經使用此電子郵件。',
|
||||
'no_file' => '錯誤:沒有選擇檔案!',
|
||||
'last_category' => '錯誤:無法刪除最後一個 :type 分類!',
|
||||
'invalid_token' => '錯誤:token輸入錯誤!',
|
||||
'import_column' => '錯誤: :message工作表 name: :sheet,第 number: :line 行',
|
||||
'import_sheet' => '錯誤:工作表名稱不正確,請檢查範例檔案。',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => '警告:由於和 :text 相關,你不能刪除<b>:name</b>。',
|
||||
|
@ -4,6 +4,7 @@ return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'my_apps' => '我的應用程式',
|
||||
'top_paid' => '最佳銷售',
|
||||
'new' => '新增',
|
||||
'top_free' => '最佳免費',
|
||||
@ -15,6 +16,8 @@ return [
|
||||
'no_apps' => '此分類中尚無應用程式。',
|
||||
'developer' => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
|
||||
|
||||
'recommended_apps' => '推薦的程序',
|
||||
|
||||
'about' => '關於',
|
||||
|
||||
'added' => '已新增',
|
||||
@ -31,18 +34,47 @@ return [
|
||||
'installation' => '安裝',
|
||||
'faq' => '常見問題',
|
||||
'changelog' => '更新日誌',
|
||||
'reviews' => '評論',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => '應用程式安裝',
|
||||
'download' => '下載模組檔案中::module',
|
||||
'unzip' => '解開模組封裝中::module',
|
||||
'file_copy' => '複製 :module 檔案中。',
|
||||
'migrate' => '安裝 :module檔案中。',
|
||||
'finish' => '更新已成功安裝。您將重定向更新中心。',
|
||||
'install' => '安裝 :module檔案中。',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => ':module 無法下載!',
|
||||
'upload' => '已下載 :module無法保存!',
|
||||
'unzip' => ':module 無法解壓縮!',
|
||||
'file_copy' => ':module 文件無法複製!',
|
||||
'migrate' => ':module 遷移失敗!',
|
||||
'migrate core' => ':module 已經是最新版本,所以你無法更新。',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => '已安裝',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => '移除',
|
||||
'disable' => '停用',
|
||||
'enable' => '啟用',
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => '已購買',
|
||||
'installed' => '已安裝',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => '新增評論'
|
||||
],
|
||||
'na' => '目前沒有評論'
|
||||
]
|
||||
];
|
||||
|
10
resources/lang/zh-TW/notifications.php
Normal file
10
resources/lang/zh-TW/notifications.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => '唉呦!',
|
||||
'hello' => '哈囉!',
|
||||
'salutation' => '你好,<br>:company_name',
|
||||
'subcopy' => '如果你在點選「:text」按鈕時遇到問題,複製並在瀏覽器中貼上以下網址:[:url](:url)',
|
||||
|
||||
];
|
14
resources/lang/zh-TW/reconciliations.php
Normal file
14
resources/lang/zh-TW/reconciliations.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => '帳戶核對',
|
||||
'reconciled' => '帳戶已核對',
|
||||
'closing_balance' => '期末餘額',
|
||||
'unreconciled' => '帳戶未核對',
|
||||
'list_transactions' => '查看交易記錄',
|
||||
'start_date' => '開始日期',
|
||||
'end_date' => '結束日期',
|
||||
'cleared_amount' => '清算金額',
|
||||
|
||||
];
|
@ -33,6 +33,16 @@ return [
|
||||
'digit' => '數字位數',
|
||||
'next' => '下一個號碼',
|
||||
'logo' => '商標',
|
||||
'custom' => '自訂',
|
||||
'item_name' => '產品名稱',
|
||||
'item' => '產品',
|
||||
'product' => '商品',
|
||||
'service' => '服務',
|
||||
'price_name' => '價格名稱',
|
||||
'price' => '價格',
|
||||
'rate' => 'Rate',
|
||||
'quantity_name' => '數量名稱',
|
||||
'quantity' => '數量',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => '預設',
|
||||
@ -66,6 +76,8 @@ return [
|
||||
'bill_days' => '於到期日前傳送',
|
||||
'cron_command' => 'Cron指令',
|
||||
'schedule_time' => '執行時間',
|
||||
'send_item_reminder'=> '發送產品提醒',
|
||||
'item_stocks' => 'Send When Item Stock',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => '外觀',
|
||||
|
@ -5,4 +5,8 @@ return [
|
||||
'from_account' => '來自帳戶',
|
||||
'to_account' => '收件帳戶',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from 至 :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -101,6 +101,8 @@ return [
|
||||
'attribute-name' => [
|
||||
'rule-name' => '自訂訊息',
|
||||
],
|
||||
'invalid_currency' => ':attribute 的代碼不正確。',
|
||||
'invalid_amount' => 'The amount :attribute is invalid.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user