55 lines
2.0 KiB
PHP
55 lines
2.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'account' => '帳戶',
|
|
'manage_your_account' => '管理您的帳戶',
|
|
'all_accounts' => '所有帳戶',
|
|
'account_number' => '帳號',
|
|
'add_account' => '添加帳戶',
|
|
'account_created_success' => '帳戶創建成功',
|
|
'account_updated_success' => '帳戶已成功更新',
|
|
'edit_account' => '編輯帳戶',
|
|
'account_closed_success' => '帳戶已成功關閉',
|
|
'closed' => '關閉',
|
|
'list_accounts' => '列出帳戶',
|
|
'opening_balance' => '初始股票',
|
|
'account_book' => '商業書籍',
|
|
'credit' => 'credit',
|
|
'debit' => '借方',
|
|
'account_name' => '帳戶名稱',
|
|
'transaction_type' => '交易類型',
|
|
'fund_transfer' => '轉移',
|
|
'selected_account' => '選定帳戶',
|
|
'transfer_to' => '轉移到',
|
|
'fund_transfered_success' => '資金成功轉讓',
|
|
'deposit' => '首付',
|
|
'deposited_successfully' => '金額已成功存入',
|
|
'from' => '來自',
|
|
'to' => 'to',
|
|
'balance_sheet' => '資產負債表',
|
|
'liability' => '責任',
|
|
'assets' => '資產',
|
|
'supplier_due' => '供應商到期',
|
|
'customer_due' => '客戶到期',
|
|
'account_balances' => '帳戶餘額',
|
|
'total_assets' => '總資產',
|
|
'total_liability' => '總責任',
|
|
'trial_balance' => '測試平衡',
|
|
'payments_not_linked_with_account' => '總計<b>:付款</ b>與帳戶無關',
|
|
'saving_current' => '保存/當前',
|
|
'capital' => '資本',
|
|
'not_applicable' => '不適用',
|
|
'account_type' => '帳戶類型',
|
|
'accounts' => 'accounts',
|
|
'capital_accounts' => '資本賬戶',
|
|
'deposit_from' => '存款',
|
|
'no_capital_account_created' => '沒有活躍的資本賬戶',
|
|
'payment_account_report' => '付款帳戶報告',
|
|
'invoice_ref_no' => '發票編號/編號',
|
|
'payment_ref_no' => '付款參考編號',
|
|
'payment_for' => '付款',
|
|
'link_account' => '連接帳戶',
|
|
'account_linked_success' => '帳戶已成功關聯',
|
|
'view_details' => '顯示詳細信息',
|
|
];
|