general.php 4.72 KB
<?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'                 => '稅額 | 稅額',
    'logos'                 => '標誌 | 標誌',
    'pictures'              => '圖片 | 圖片',
    'types'                 => '類型 | 類型',
    'payment_methods'       => '付款方式 | 付款方式',
    'compares'              => '收入vs支出 | 收入vs支出',
    'notes'                 => '備註 | 備註',
    'totals'                => '總計 | 總計',
    'languages'             => '語言 | 語言',
    'updates'               => '更新 | 更新',
    'numbers'               => '編號 | 編號',
    'statuses'              => '狀態 | 狀態',
    'others'                => '其他 | 其他',

    'dashboard'             => '控制面板',
    'banking'               => '銀行',
    'general'               => '一般',
    'no_records'            => '尚無記錄。',
    'date'                  => '日期',
    'amount'                => '金額',
    'enabled'               => '啟用',
    'disabled'              => '停用',
    'yes'                   => '是',
    'no'                    => '否',
    'na'                    => 'N/A',
    'daily'                 => '每日',
    'monthly'               => '每月',
    'quarterly'             => '每季度',
    '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'                => '修改',
    'switch'                => '切換',
    'color'                 => '顏色',
    'save'                  => '儲存',
    'cancel'                => '取消',
    'from'                  => '來自',
    'to'                    => '收件人',
    'print'                 => '列印',
    'search'                => '搜尋',
    'search_placeholder'    => '輸入搜尋..',
    'filter'                => '篩選',
    'help'                  => '說明',
    'all'                   => '全部',
    'all_type'              => '所有 :type',
    'upcoming'              => '即將到來',
    'created'               => '已建立',
    'id'                    => '編號',
    'more_actions'          => '更多動作',
    'duplicate'             => '複製',
    'unpaid'                => '未付款',
    'paid'                  => '已付款',
    'overdue'               => '已逾期',
    'partially'             => '部分',
    'partially_paid'        => '部分付款',

    'title' => [
        'new'               => '新增 :type',
        'edit'              => '編輯 :type',
    ],
    'form' => [
        'enter'             => '輸入 :field',
        'select' => [
            'field'         => '- 選擇 :field -',
            'file'          => '選擇檔案',
        ],
        'no_file_selected'  => '尚未選擇檔案...',
    ],

];