updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@@ -12,11 +12,16 @@ return [
'quantity' => '數量',
'price' => '售價',
'sub_total' => '小計',
'discount' => '折扣',
'tax_total' => '稅額',
'total' => '總計',
'item_name' => '產品名稱 | 產品名稱',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小計',
'payment_due' => '付款到期日',
'amount_due' => '到期金額',
'paid' => '已付款',

View File

@@ -26,6 +26,7 @@ return [
'companies' => '公司 | 公司',
'profits' => '利潤 | 利潤',
'taxes' => '稅額 | 稅額',
'logos' => '標誌 | 標誌',
'pictures' => '圖片 | 圖片',
'types' => '類型 | 類型',
'payment_methods' => '付款方式 | 付款方式',
@@ -36,6 +37,7 @@ return [
'updates' => '更新 | 更新',
'numbers' => '編號 | 編號',
'statuses' => '狀態 | 狀態',
'others' => '其他 | 其他',
'dashboard' => '控制面板',
'banking' => '銀行',

View File

@@ -12,11 +12,16 @@ return [
'quantity' => '數量',
'price' => '售價',
'sub_total' => '小計',
'discount' => '折扣',
'tax_total' => '稅額',
'total' => '總計',
'item_name' => '產品名稱 | 產品名稱',
'show_discount' => ':discount% 折扣',
'add_discount' => '新增折扣',
'discount_desc' => '小計',
'payment_due' => '付款到期日',
'paid' => '已付款',
'histories' => '歷史記錄',

View File

@@ -10,10 +10,12 @@ return [
'imported' => ':type 已匯入!',
],
'error' => [
'payment_add' => '錯誤:您不能新增付款!您需要檢查新增金額。',
'over_payment' => '錯誤:未加入付款方式!數量超過總計。',
'not_user_company' => '錯誤:您不允許管理此公司!',
'customer' => '錯誤:您不能使用此電子郵件建立使用者 :name ',
'customer' => '錯誤:建立使用者:name已經使用此電子郵件。',
'no_file' => '錯誤:沒有選擇檔案!',
'last_category' => '錯誤:無法刪除最後一個 :type 分類!',
'invalid_token' => '錯誤token輸入錯誤',
],
'warning' => [
'deleted' => '警告:由於和 :text 相關,你不能刪除<b>:name</b>。',

View File

@@ -8,6 +8,7 @@ return [
'new' => '新增',
'top_free' => '最佳免費',
'free' => '免費',
'search' => '搜尋',
'install' => '安裝',
'buy_now' => '現在購買',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">點這裡</a>取得您的 API token.',

View File

@@ -0,0 +1,20 @@
<?php
return [
'recurring' => '循環',
'every' => '每個',
'period' => '週期',
'times' => '次',
'daily' => '每日',
'weekly' => '每週',
'monthly' => '每月',
'yearly' => '每年',
'custom' => '自訂',
'days' => '天',
'weeks' => '週',
'months' => '月',
'years' => '年',
'message' => '這是一個循環的 :type 且下次的 :type 將會自動產生於 :date',
];

View File

@@ -7,11 +7,24 @@ return [
'this_quarter' => '本季',
'previous_quarter' => '前一季',
'last_12_months' => '過去 12 個月',
'profit_loss' => '損益',
'gross_profit' => '毛利',
'net_profit' => '初始利潤',
'total_expenses' => '總費用',
'net' => '初始',
'summary' => [
'income' => '收入概要',
'expense' => '支出概要',
'income_expense' => '收入 vs 支出',
'tax' => '稅務概要',
],
'quarter' => [
'1' => '一至三月',
'2' => '四至六月',
'3' => '七至九月',
'4' => '十至十二月',
],
];

View File

@@ -21,6 +21,11 @@ return [
'space' => '空格 ( )',
],
'timezone' => '時區',
'percent' => [
'title' => '百分比 (%) 位置',
'before' => '編號之前',
'after' => '編號之後',
],
],
'invoice' => [
'tab' => '訂單',