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

@@ -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' => '銀行對帳是一個能夠確保貴公司的銀行記錄正確無誤的手續。',
],
];