2017-10-02 10:26:10 +03:00

111 lines
4.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'items' => '項目 | 項目',
'incomes' => '收入 | 收入',
'invoices' => '發票 | 發票',
'revenues' => '營利 | 營利',
'customers' => '客戶 | 客戶',
'expenses' => '支出 | 支出',
'bills' => '帳單 | 帳單',
'payments' => '付款 | 付款',
'vendors' => '供應商 | 供應商',
'accounts' => '帳戶 | 帳戶',
'transfers' => '移轉 | 移轉',
'transactions' => '交易 | 交易',
'reports' => '報告 | 報告',
'settings' => '設定 | 設定',
'categories' => '分類 | 分類',
'currencies' => '幣別 | 幣別',
'tax_rates' => '稅率 | 稅率',
'users' => '使用者 | 使用者',
'roles' => '角色 | 角色',
'permissions' => '權限 | 權限',
'modules' => 'App|Apps',
'companies' => '公司 | 公司',
'profits' => '利潤 | 利潤',
'taxes' => '稅額 | 稅額',
'pictures' => '圖片 | 圖片',
'types' => '類型 | 類型',
'payment_methods' => '付款方式 | 付款方式',
'compares' => '收入vs支出 | 收入vs支出',
'notes' => '備註 | 備註',
'totals' => '總計 | 總計',
'languages' => '語言 | 語言',
'updates' => '更新 | 更新',
'numbers' => '編號 | 編號',
'dashboard' => '控制面板',
'banking' => '銀行',
'general' => '一般',
'no_records' => '尚無記錄。',
'date' => '日期',
'amount' => '金額',
'enabled' => '啟用',
'disabled' => '停用',
'yes' => '是',
'no' => '否',
'na' => 'N/A',
'daily' => '每日',
'monthly' => '每月',
'yearly' => '每年',
'add' => '新增',
'add_new' => '新增',
'show' => '顯示',
'edit' => '編輯',
'delete' => '刪除',
'send' => '傳送',
'download' => '下載',
'delete_confirm' => '確認刪除 :name :type ',
'name' => '名稱',
'email' => '電子郵件',
'tax_number' => '統一編號',
'phone' => '電話',
'address' => '地址',
'website' => '網站',
'actions' => '操作',
'description' => '描述',
'manage' => '管理',
'code' => '代碼',
'alias' => '別名',
'balance' => '餘額',
'reference' => '参考',
'attachment' => '附件',
'change' => '修改',
'color' => '顏色',
'save' => '儲存',
'cancel' => '取消',
'status' => '狀態',
'from' => '來自',
'to' => '收件人',
'print' => '列印',
'search' => '搜尋',
'search_placeholder' => '輸入搜尋..',
'filter' => '篩選',
'create_user' => '建立使用者',
'created_user' => '已建立使用者',
'all_statuses' => '所有狀態',
'bank' => '銀行轉帳',
'cash' => '現金',
'paypal' => 'PayPal',
'help' => '說明',
'all' => '全部',
'upcoming' => '即將到來',
'created' => '已建立',
'title' => [
'new' => '新增 :type',
'edit' => '編輯 :type',
],
'form' => [
'enter' => '輸入 :field',
'select' => [
'field' => '- 選擇 :field -',
'file' => '選擇檔案',
],
'no_file_selected' => '尚未選擇檔案...',
],
];