updated translations

This commit is contained in:
Denis Duliçi
2020-06-29 17:11:50 +03:00
parent 42f558833a
commit 2576fd118c
85 changed files with 933 additions and 733 deletions

View File

@@ -13,16 +13,18 @@ return [
'current_email' => '目前的電子郵件',
'reset' => '重設',
'never' => '永遠不要',
'landing_page' => '登陸頁面',
'password' => [
'current' => '密碼',
'current_confirm' => '確認密碼',
'new' => '新的密碼',
'new_confirm' => '確認新的密碼',
],
'error' => [
'self_delete' => '錯誤:無法刪除自己!',
'self_disable' => '錯誤:無法停用自己!',
'no_company' => '錯誤:您的帳戶沒有分配公司,請聯繫系統管理員。',
],

View File

@@ -2,54 +2,65 @@
return [
'bill_number' => '帳單編號',
'bill_date' => '帳單日期',
'total_price' => '總價',
'due_date' => '到期日',
'order_number' => '訂單編號',
'bill_from' => '帳單來自',
'bill_number' => '帳單編號',
'bill_date' => '帳單日期',
'total_price' => '總價',
'due_date' => '到期日',
'order_number' => '訂單編號',
'bill_from' => '帳單來自',
'quantity' => '數量',
'price' => '售價',
'sub_total' => '小計',
'discount' => '折扣',
'tax_total' => '稅額',
'total' => '總計',
'quantity' => '數量',
'price' => '售價',
'sub_total' => '小計',
'discount' => '折扣',
'item_discount' => '單項折扣',
'tax_total' => '稅額',
'total' => '總計',
'item_name' => '產品名稱 | 產品名稱',
'item_name' => '產品名稱 | 產品名稱',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小計',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小計',
'payment_due' => '付款到期日',
'amount_due' => '到期金額',
'paid' => '已付款',
'histories' => '歷史記錄',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_received' => '標記已收到',
'download_pdf' => '下載 PDF格式',
'send_mail' => '傳送電子郵件',
'payment_due' => '付款到期日',
'amount_due' => '到期金額',
'paid' => '已付款',
'histories' => '歷史記錄',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_paid' => '標記為已付款',
'mark_received' => '標記已收到',
'mark_cancelled' => '標記為已取消',
'download_pdf' => '下載 PDF格式',
'send_mail' => '傳送電子郵件',
'create_bill' => '創建帳單',
'receive_bill' => '接收帳單',
'make_payment' => '取消付款',
'statuses' => [
'draft' => '草稿',
'received' => '已收到',
'partial' => '部分',
'paid' => '已付款',
'draft' => '草稿',
'received' => '已收到',
'partial' => '部分',
'paid' => '已付款',
'overdue' => '逾期',
'unpaid' => '未付款',
'cancelled' => '已撤銷',
],
'messages' => [
'received' => '成功標記帳單為已收到',
'draft' => '這是 <b>草稿</b> 帳單, 在簽收後將反映在圖表上。',
'marked_received' => '帳單標記為已收到',
'marked_paid' => '帳單標記為已付款',
'marked_cancelled' => '帳單標記為已撤銷',
'draft' => '這是 <b>草稿</b> 帳單, 在簽收後將反映在圖表上。',
'status' => [
'created' => '創建於 :date',
'receive' => [
'created' => '創建於 :date',
'receive' => [
'draft' => '未發送',
'received' => '簽收於 :date',
],
'paid' => [
'paid' => [
'await' => '等待付款',
],
],

View File

@@ -4,10 +4,11 @@ return [
'domain' => '網域',
'logo' => '商標',
'manage' => '管理公司',
'all' => '所有公司',
'error' => [
'delete_active' => '錯誤:不能刪除使用中的公司,請先修改',
'not_user_company' => '錯誤:您不允許變更此公司',
'delete_active' => '錯誤:無法刪除使用中的公司。請先切換到另一家!',
'disable_active' => '錯誤:無法停用使用中的公司。請先切換到另一家!',
],
];

View File

@@ -2,15 +2,11 @@
return [
'allow_login' => '允許登入?',
'can_login' => '需要登入?',
'user_created' => '已建立使用者',
'error' => [
'email' => '此郵件已被使用。'
'email' => '此郵件已被使用。',
],
'notification' => [
'message' => ':customer 付款 :amount 為發票編號 :invoice_number',
'button' => '顯示',
],
];

View File

@@ -1,24 +0,0 @@
<?php
return [
'total_incomes' => '總收入',
'receivables' => '應收帳款',
'open_invoices' => '未結訂單',
'overdue_invoices' => '逾期訂單',
'total_expenses' => '總費用',
'payables' => '應付帳款',
'open_bills' => '未結帳單',
'overdue_bills' => '逾期帳單',
'total_profit' => '總利潤',
'open_profit' => '初始利潤',
'overdue_profit' => '逾期利潤',
'cash_flow' => '金流',
'no_profit_loss' => '無利潤損失',
'incomes_by_category' => '收入分類',
'expenses_by_category' => '支出分類',
'account_balance' => '帳戶餘額',
'latest_incomes' => '近期收入',
'latest_expenses' => '近期支出',
];

View File

@@ -2,15 +2,33 @@
return [
'accounts_cash' => '現金',
'categories_deposit' => '存款',
'categories_sales' => '業務人員',
'currencies_usd' => '美金',
'currencies_eur' => '歐元',
'currencies_gbp' => '英鎊',
'currencies_try' => '土耳其里拉',
'taxes_exempt' => '免稅',
'taxes_normal' => '一般稅率',
'taxes_sales' => '銷售稅',
'accounts' => [
'cash' => '現金',
],
'categories' => [
'deposit' => '存款',
'sales' => '銷售額',
],
'currencies' => [
'usd' => '美金',
'eur' => '歐元',
'gbp' => '英鎊',
'try' => '土耳其里拉',
],
'offline_payments' => [
'cash' => '現金',
'bank' => '銀行轉帳',
],
'reports' => [
'income' => '按類別分列的月收入總表。',
'expense' => '按類別分列的月支出總表。',
'income_expense' => '按類別分列的月收入/支出對比。',
'tax' => '季度稅表。',
'profit_loss' => '按類別分列的季度利潤和虧損統計表。',
],
];

View File

@@ -2,6 +2,7 @@
return [
'dashboards' => '控制面板|控制面板',
'items' => '產品 | 產品',
'incomes' => '收入 | 收入',
'invoices' => '訂單 | 訂單',
@@ -40,10 +41,18 @@ return [
'others' => '其他 | 其他',
'contacts' => '連絡人|連絡人',
'reconciliations' => '核對|核對',
'deposits' => '存款|存款',
'withdrawals' => '提款|提款',
'developers' => '開發者|開發者',
'schedules' => '時間表|時間表',
'groups' => '群組|群組',
'charts' => '圖表|圖表',
'localisations' => '本地化|本地化',
'defaults' => '預設|預設',
'widgets' => '小工具|小工具',
'templates' => '範本|範本|',
'sales' => '銷售|銷售',
'purchases' => '採購|採購',
'dashboard' => '控制面板',
'welcome' => '歡迎',
'banking' => '銀行',
'general' => '一般',
'no_records' => '尚無記錄。',
@@ -55,15 +64,19 @@ return [
'no' => '否',
'na' => 'N/A',
'daily' => '每日',
'weekly' => '每週的',
'monthly' => '每月',
'quarterly' => '每季度',
'yearly' => '每年',
'add' => '新增',
'add_new' => '新增',
'add_income' => '新增收益',
'add_expense' => '新增支出',
'show' => '顯示',
'edit' => '編輯',
'delete' => '刪除',
'send' => '傳送',
'share' => '共享',
'download' => '下載',
'delete_confirm' => '確認刪除 :name :type ',
'name' => '名稱',
@@ -81,9 +94,11 @@ return [
'reference' => '参考',
'attachment' => '附件',
'change' => '修改',
'change_type' => '更改 :type',
'switch' => '切換',
'color' => '顏色',
'save' => '儲存',
'confirm' => '確認',
'cancel' => '取消',
'loading' => '正在加載…',
'from' => '來自',
@@ -113,20 +128,47 @@ return [
'disable' => '禁用',
'select_all' => '全部選取',
'unselect_all' => '取消全選',
'go_to' => 'Go to :name',
'created_date' => '創建日期',
'period' => 'Period',
'period' => '區間',
'frequency' => '頻率',
'start' => '開始',
'end' => '结束',
'clear' => '清除',
'difference' => '差異',
'footer' => '頁尾',
'start_date' => '起始日',
'end_date' => '結束日期',
'basis' => '基礎',
'accrual' => '應計',
'cash' => '現金',
'group_by' => '群組依據',
'accounting' => '會計',
'sort' => '排序',
'width' => '寬度',
'month' => '月',
'year' => '年',
'type_item_name' => '輸入產品名稱',
'no_data' => '沒有資料',
'no_matching_data' => '沒肴合適的資料',
'clear_cache' => '清除緩存',
'go_to_dashboard' => '前往儀表板',
'card' => [
'name' => '持卡人姓名',
'number' => '卡號',
'expiration_date' => '有效日期',
'cvv' => '信用卡 CVC',
],
'title' => [
'new' => '新增 :type',
'edit' => '編輯 :type',
'delete' => '刪除 :type',
'create' => '創建 :type',
'send' => 'Send :type',
'send' => '傳送 :type',
'get' => '獲取 :type',
'add' => '新增 :type',
'manage' => '管理 :type',
],
'form' => [
@@ -135,6 +177,7 @@ return [
'field' => '- 選擇 :field -',
'file' => '選擇檔案',
],
'add_new' => '新增訂閱',
'no_file_selected' => '尚未選擇檔案...',
],
@@ -145,4 +188,19 @@ return [
'this_month' => '本月',
'last_month' => '上個月',
],
'empty' => [
'documentation' => '如欲了解詳情,請點撃 <a href=":url" target="_blank">文檔</a> 查看。',
'items' => '項目可以是產品或服務。您可以在創建發票和賬單時使用項目來填寫價格、稅務等資料。',
'invoices' => '發票可以是一次性發票或定期發票,您可以將其發送給客戶並接受在線付款。',
'revenues' => '收入是一種已支付的收入交易,可以是一份獨立的記錄 (即存款),也可以是發票的附件。',
'customers' => '如果您想要開發票,必需先行建立客戶資料。客戶可以經客戶端登錄查看到他們的結餘。',
'bills' => '賬單可以是一次性訂單或定期訂單。它們用來表明您對您所購買的產品或服務的賣方所需要支付的款項。',
'payments' => '付款是一項付費交易,它可以是獨立的記錄(即零用收據),也可以附在賬單上。',
'vendors' => '如果您想要創建賬單,必需先行建立供應商資料。您可以看到您所欠的余額,並過濾供應商的報告。',
'transfers' => '轉賬允許您將錢從一個帳戶轉移到另一個帳戶,不管他們是否使用同一貨幣。',
'taxes' => '稅款是對發票和賬單收取的額外費用。您的金融交易受這些稅務管制。',
'reconciliations' => '銀行對帳是一個能夠確保貴公司的銀行記錄正確無誤的手續。',
],
];

View File

@@ -8,9 +8,9 @@ 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' => '檢視全部'
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
];

View File

@@ -21,6 +21,7 @@ return [
'disabled' => ':feature 必須關閉!',
'extension' => '必須安裝並載入 :extension ',
'directory' => ':directory 必須可寫入!',
'executable' => 'PHP CLI 可執行文件未定義/無法運行或者其版本不是或高於php_version 請向您的託管公司要求正確設置 PHP_BINARY 或 PHP_PATH 的環境參數。',
],
'database' => [

View File

@@ -2,67 +2,76 @@
return [
'invoice_number' => '訂單號碼',
'invoice_date' => '訂單日期',
'total_price' => '總價',
'due_date' => '到期日',
'order_number' => '訂單編號',
'bill_to' => '帳單收件人',
'invoice_number' => '訂單號碼',
'invoice_date' => '訂單日期',
'total_price' => '總價',
'due_date' => '到期日',
'order_number' => '訂單編號',
'bill_to' => '帳單收件人',
'quantity' => '數量',
'price' => '售價',
'sub_total' => '小計',
'discount' => '折扣',
'tax_total' => '稅額',
'total' => '總計',
'quantity' => '數量',
'price' => '售價',
'sub_total' => '小計',
'discount' => '折扣',
'item_discount' => '單項折扣',
'tax_total' => '稅額',
'total' => '總計',
'item_name' => '產品名稱 | 產品名稱',
'item_name' => '產品名稱 | 產品名稱',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小計',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小計',
'payment_due' => '付款到期日',
'paid' => '已付款',
'histories' => '歷史記錄',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_paid' => '標記為已付款',
'mark_sent' => '標記為已傳送',
'download_pdf' => '下載 PDF格式',
'send_mail' => '傳送電子郵件',
'all_invoices' => '登錄以查看所有發票',
'payment_due' => '付款到期日',
'paid' => '已付款',
'histories' => '歷史記錄',
'payments' => '付款方式',
'add_payment' => '新增付款方式',
'mark_paid' => '標記為已付款',
'mark_sent' => '標記為已傳送',
'mark_viewed' => '標誌已閲',
'mark_cancelled' => '標記為已註銷',
'download_pdf' => '下載 PDF格式',
'send_mail' => '傳送電子郵件',
'all_invoices' => '登錄以查看所有發票',
'create_invoice' => '創建發票',
'send_invoice' => '發出發票',
'get_paid' => '獲得報酬',
'accept_payments' => '接受線上付款',
'statuses' => [
'draft' => '草稿',
'sent' => '已送',
'viewed' => '已瀏覽',
'approved' => '已准',
'partial' => '部分',
'paid' => '已付',
'draft' => '草稿',
'sent' => '已送',
'viewed' => '已',
'approved' => '已准',
'partial' => '部分',
'paid' => '已付',
'overdue' => '逾期',
'unpaid' => '未付',
'cancelled' => '已撤銷',
],
'messages' => [
'email_sent' => '成功傳送帳單郵件!',
'marked_sent' => '成功標記帳單為已傳送!',
'email_required' => '此客戶沒有電子郵件地址!',
'draft' => '這是 <b>草稿</b> 發票, 在簽收後將反映在圖表上。',
'email_sent' => '發票已發送',
'marked_sent' => '發票標示為已發送',
'marked_paid' => '帳單標記為已付款',
'marked_viewed' => '發票標示為已閲',
'marked_cancelled' => '發票標記為已撤銷',
'email_required' => '此客戶沒有電子郵件地址!',
'draft' => '這是 <b>草稿</b> 發票, 在簽收後將反映在圖表上。',
'status' => [
'created' => '創建於 :date',
'send' => [
'created' => '創建於 :date',
'viewed' => '已閲',
'send' => [
'draft' => '未發送',
'sent' => '發送於 :date',
],
'paid' => [
'paid' => [
'await' => '等待付款',
],
],
],
'notification' => [
'message' => '由於您有一個即將到來的 :amount 帳單給客戶 :customer因此收到此封郵件。',
'button' => '立即付款',
],
];

View File

@@ -2,17 +2,7 @@
return [
'quantities' => '數量 | 數量',
'sales_price' => '定價',
'purchase_price' => '售價',
'sku' => '庫存',
'notification' => [
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => '由於 :name 已缺貨,因此您會收到此封郵件。',
],
'button' => '現在檢視',
],
];

View File

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

View File

@@ -2,20 +2,18 @@
return [
'title' => 'API Token',
'api_token' => 'Token',
'api_key' => 'API 密鑰',
'my_apps' => '我的應用程式',
'pre_sale' => '售前服務',
'top_paid' => '最佳銷售',
'new' => '新增',
'top_free' => '最佳免費',
'free' => '免費',
'search' => '搜尋',
'install' => '安裝',
'buy_now' => '現在購買',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取您的 API token.',
'get_api_key' => '<a href=":url" target="_blank">點這裡</a>取您的 API 密鑰。',
'no_apps' => '此分類中尚無應用程式。',
'developer' => '您是開發人員嗎?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">這裡</a>可以幫助您學習如何建立應用程式並立即開始銷售!',
'become_developer' => '您是開發嗎? <a href=":url" target="_blank">這裡</a> 您可以學習如何創建一個 app 並立即開始銷售!',
'recommended_apps' => '推薦的程序',
'about' => '關於',
@@ -23,6 +21,9 @@ return [
'added' => '已新增',
'updated' => '已更新',
'compatibility' => '相容性',
'documentation' => '文件',
'view' => '檢視',
'back' => '返回',
'installed' => '已安裝 :module',
'uninstalled' => '已移除 :module',
@@ -34,30 +35,30 @@ return [
'installation' => '安裝',
'faq' => '常見問題',
'changelog' => '更新日誌',
'reviews' => '評論',
'reviews' => '評論',
],
'installation' => [
'header' => '應用程式安裝',
'download' => '下載模組檔案中::module',
'unzip' => '解開模組封裝中::module',
'file_copy' => '複製 :module 檔案中。',
'migrate' => '安裝 :module檔案中。',
'finish' => '更新已成功安裝。您將重定向更新中心。',
'install' => '安裝 :module檔案中。',
'download' => '模板 :module 下載中',
'unzip' => '模板 :module 解壓中',
'file_copy' => '模板 :module 複製中',
'finish' => '模板 :module 完成安裝中',
'redirect' => '模板 :module 已完成安裝,將跳轉至更新頁面。',
'install' => '正在安裝模板 :module ',
],
'errors' => [
'download' => ':module 無法下載!',
'upload' => '已下載 :module無法保存!',
'unzip' => ':module 無法解壓縮!',
'file_copy' => ':module 文件無法複製!',
'migrate' => ':module 遷移失敗!',
'migrate core' => ':module 已經是最新版本,所以你無法更新。',
'download' => '無法下載 :module',
'zip' => '無法創建 :module zip 文件',
'unzip' => '無法解壓 :module',
'file_copy' => '無法復制 :module 文件',
'finish' => '無法完成 :module 安裝',
],
'badge' => [
'installed' => '已安裝',
'installed' => '已安裝',
'pre_sale' => '售前服務',
],
'button' => [
@@ -67,14 +68,16 @@ return [
],
'my' => [
'purchased' => '已購買',
'installed' => '已安裝',
'purchased' => '已購買',
'installed' => '已安裝',
],
'reviews' => [
'button' => [
'add' => '新增評論'
'add' => '新增評論'
],
'na' => '目前沒有評論'
]
'na' => '目前沒有評論'
],
];

View File

@@ -2,8 +2,9 @@
return [
'previous' => '&laquo; 上一頁',
'next' => '下一頁 &raquo;',
'showing' => '顯示 :first:last 的 :total :type',
'previous' => '上一頁',
'next' => '下一頁',
'showing' => ':first-:last 的 :total 數據紀錄。',
'page' => '每頁。',
];

View File

@@ -18,5 +18,6 @@ return [
'sent' => '密碼重設郵件已發送!',
'token' => '密碼重設隨機碼 (token) 無效。',
'user' => "找不到該電子郵件信箱對應的使用者。",
'throttle' => '請等候一會,然後重試。',
];

View File

@@ -6,9 +6,11 @@ return [
'reconciled' => '帳戶已核對',
'closing_balance' => '期末餘額',
'unreconciled' => '帳戶未核對',
'list_transactions' => '查看交易記錄',
'transactions' => '交易',
'start_date' => '開始日期',
'end_date' => '結束日期',
'cleared_amount' => '清算金額',
'deposit' => '存款',
'withdrawal' => '提款',
];

View File

@@ -12,6 +12,7 @@ return [
'net_profit' => '初始利潤',
'total_expenses' => '總費用',
'net' => '初始',
'income_expense' => '收入 及 支出',
'summary' => [
'income' => '收入概要',
@@ -20,11 +21,10 @@ return [
'tax' => '稅務概要',
],
'quarter' => [
'1' => '一至三月',
'2' => '四至六月',
'3' => '七至九月',
'4' => '十至十二月',
'charts' => [
'line' => '綠狀',
'bar' => '條狀',
'pie' => '餅狀',
],
];

View File

@@ -3,14 +3,18 @@
return [
'company' => [
'description' => '\'更改公司名稱、電子郵件、地址、稅號等等',
'name' => '名稱',
'email' => '電子郵件',
'phone' => '電話',
'address' => '地址',
'logo' => '商標',
],
'localisation' => [
'tab' => '本地化',
'description' => '設置財年、時區、日期格式和更多局部信息',
'financial_start' => '財年開始',
'timezone' => '時區',
'date' => [
'format' => '日期格式',
'separator' => '日期分隔',
@@ -20,15 +24,21 @@ return [
'slash' => '斜線 (/)',
'space' => '空格 ( )',
],
'timezone' => '時區',
'percent' => [
'title' => '百分比 (%) 位置',
'before' => '編號之前',
'after' => '編號之後',
],
'discount_location' => [
'name' => '折扣位置',
'item' => '單項',
'total' => '總計',
'both' => '單項及總計',
],
],
'invoice' => [
'tab' => '訂單',
'description' => '自定義發票前綴、數字、條款、註腳等。',
'prefix' => '數字字軌',
'digit' => '數字位數',
'next' => '下一個號碼',
@@ -40,19 +50,28 @@ return [
'service' => '服務',
'price_name' => '價格名稱',
'price' => '價格',
'rate' => 'Rate',
'rate' => '',
'quantity_name' => '數量名稱',
'quantity' => '數量',
'payment_terms' => '付款條件',
'title' => '標題',
'subheading' => '副標題',
'due_receipt' => '收到日即行到期',
'due_days' => ':days 內到期',
'choose_template' => '選擇發票範本',
'default' => '默認',
'classic' => '傳統',
'modern' => '新式',
],
'default' => [
'tab' => '預設',
'account' => '預設帳號',
'currency' => '預設貨幣',
'tax' => '預設稅率',
'payment' => '預設付款方式',
'language' => '預設語言',
'description' => '默認賬戶、貨幣、公司語言',
'list_limit' => '每頁行數',
'use_gravatar' => '使用 Gravatar',
],
'email' => [
'description' => '更改發送協議和電子郵件範本',
'protocol' => '協定',
'php' => 'PHP Mail',
'smtp' => [
@@ -67,36 +86,44 @@ return [
'sendmail' => 'Sendmail',
'sendmail_path' => 'Sendmail 路徑',
'log' => '郵件日誌',
'templates' => [
'subject' => '主題',
'body' => '正文',
'tags' => '<strong>可用標簽:</strong> :tag_list',
'invoice_new_customer' => '新發票範本 (發送給客戶)',
'invoice_remind_customer' => '發票提醒範本 (發送給客戶)',
'invoice_remind_admin' => '發票提醒範本 (發送給管理員)\'',
'invoice_recur_customer' => '定期發票範本 (發送給客戶)',
'invoice_recur_admin' => '定期發票範本 (發送給管理員)',
'invoice_payment_customer' => '接收付款範本 (發送給客戶)',
'invoice_payment_admin' => '收到付款範本 (發送給管理員)\'',
'bill_remind_admin' => '帳單提醒範本 (發送給管理員)\'',
'bill_recur_admin' => '定期帳單範本 (發送給管理員)',
],
],
'scheduling' => [
'tab' => '排程',
'name' => '計劃任務',
'description' => '定期的自動提醒和指令',
'send_invoice' => '傳送訂單提醒',
'invoice_days' => '於到期日後傳送',
'send_bill' => '傳送帳單提醒',
'bill_days' => '於到期日前傳送',
'cron_command' => 'Cron指令',
'schedule_time' => '執行時間',
'send_item_reminder'=> '發送產品提醒',
'item_stocks' => 'Send When Item Stock',
],
'appearance' => [
'tab' => '外觀',
'theme' => '主題',
'light' => '明亮',
'dark' => '暗色',
'list_limit' => '每頁記錄',
'use_gravatar' => '使用 Gravatar',
'categories' => [
'description' => '沒有限制 收入、支出和項目的類別 數量',
],
'system' => [
'tab' => '系統',
'session' => [
'lifetime' => '工作階段保存 (分鐘)',
'handler' => '工作階段管理員',
'file' => '檔案',
'database' => '資料庫',
],
'file_size' => '最大檔案容量 (MB)',
'file_types' => '允許檔案格式',
'currencies' => [
'description' => '創建、管理貨幣並設定它們的兌換率',
],
'taxes' => [
'description' => '固定稅率,常規稅率,其他費率以及復合稅率',
],
];

View File

@@ -4,5 +4,8 @@ return [
'rate' => '稅率',
'rate_percent' => '稅率 (%)',
'normal' => '一般',
'inclusive' => '包含',
'compound' => '複合',
'fixed' => '固定的',
];

View File

@@ -33,19 +33,20 @@ return [
'confirmed' => ':attribute 確認欄位的輸入不一致。',
'date' => ':attribute 並非一個有效的日期。',
'date_format' => ':attribute 不符合 :format 的格式。',
'different' => ':attribute :other 必須不同。',
'different' => ':attribute :other 必須<strong>不相同</strong>。',
'digits' => ':attribute 必須是 :digits 位數字。',
'digits_between' => ':attribute 必須介於 :min 至 :max 位數字。',
'dimensions' => ':attribute 圖片尺寸不正確。',
'distinct' => ':attribute 已經存在。',
'email' => ':attribute 必須是有效的電子郵件位址。',
'email' => ':attribute 必須是正確的<strong>電子郵件位置</strong>。',
'ends_with' => ':attribute 必須以此值結尾: :values',
'exists' => '所選擇的 :attribute 選項無效。',
'file' => ':attribute 必須是一個檔案。',
'filled' => ':attribute 不能留空。',
'image' => ':attribute 必須是一張圖片。',
'file' => ':attribute 必須是<strong>檔案</strong>。',
'filled' => ':attribute 欄位必須有<strong>值</strong>。',
'image' => ':attribute 必須是<strong>圖片</strong>。',
'in' => '所選擇的 :attribute 選項無效。',
'in_array' => ':attribute 沒有在 :other 中。',
'integer' => ':attribute 必須是一個整數。',
'integer' => ':attribute 必須是<strong>整數</strong>。',
'ip' => ':attribute 必須是一個有效的 IP 位址。',
'json' => ':attribute 必須是正確的 JSON 字串。',
'max' => [
@@ -64,9 +65,9 @@ return [
],
'not_in' => '所選擇的 :attribute 選項無效。',
'numeric' => ':attribute 必須為一個數字。',
'present' => ':attribute 必須存在。',
'regex' => ':attribute 格式錯誤。',
'required' => ':attribute 不能留空。',
'present' => ':attribute 欄位必須是<strong>現在</strong>。',
'regex' => ':attribute 格式<strong>不正確</strong>。',
'required' => ':attribute 欄位是<strong>必要的</strong>。',
'required_if' => '當 :other 是 :value 時 :attribute 不能留空。',
'required_unless' => '當 :other 不是 :value 時 :attribute 不能留空。',
'required_with' => '當 :values 出現時 :attribute 不能留空。',
@@ -77,14 +78,14 @@ return [
'size' => [
'numeric' => ':attribute 的大小必須是 :size。',
'file' => ':attribute 的大小必須是 :size kb。',
'string' => ':attribute 必須是 :size 字元。',
'string' => ':attribute 必須是<strong>:size 字元</strong>。',
'array' => ':attribute 必須是 :size 個元素。',
],
'string' => ':attribute 必須是一個字串。',
'string' => ':attribute 必須是<strong>字串</strong>。',
'timezone' => ':attribute 必須是一個正確的時區值。',
'unique' => ':attribute 已經存在。',
'uploaded' => ':attribute 上傳失敗。',
'url' => ':attribute 格式錯誤。',
'unique' => ':attribute 已經<strong>被使用</strong>。',
'uploaded' => ':attribute 上傳<strong>錯誤</strong>。',
'url' => ':attribute 格式<strong>不正確</strong>。',
/*
|--------------------------------------------------------------------------
@@ -99,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => '自訂訊息',
'rule-name' => '自訂訊息',
],
'invalid_currency' => ':attribute 的代碼不正確。',
'invalid_amount' => 'The amount :attribute is invalid.',
'invalid_currency' => ':attribute 的代碼不正確。',
'invalid_amount' => ':attribute 的數額不正確',
'invalid_extension' => '文件副名無效。',
],
/*