2016-08-12 03:34:45 -05:00
|
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* list.php
|
|
|
|
|
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
|
|
|
|
*
|
|
|
|
|
* This software may be modified and distributed under the terms
|
|
|
|
|
* of the MIT license. See the LICENSE file for details.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
return [
|
2016-08-26 21:34:59 -05:00
|
|
|
|
'buttons' => '按鈕',
|
|
|
|
|
'icon' => '圖標',
|
|
|
|
|
'create_date' => '建立於',
|
|
|
|
|
'update_date' => '更新於',
|
|
|
|
|
'balance_before' => '交易前餘額',
|
|
|
|
|
'balance_after' => '交易後餘額',
|
|
|
|
|
'name' => '名稱',
|
|
|
|
|
'role' => '角色',
|
|
|
|
|
'currentBalance' => '目前餘額',
|
|
|
|
|
'active' => '是否有效?',
|
|
|
|
|
'lastActivity' => '最後的活動',
|
|
|
|
|
'balanceDiff' => ':start 和 :end 之間的餘額差',
|
|
|
|
|
'matchedOn' => '匹配於',
|
2016-08-12 03:34:45 -05:00
|
|
|
|
'matchesOn' => 'Matched on',
|
2016-08-26 21:34:59 -05:00
|
|
|
|
'account_type' => '帳戶類型',
|
|
|
|
|
'new_balance' => '新餘額',
|
|
|
|
|
'account' => '帳戶',
|
|
|
|
|
'matchingAmount' => '金額',
|
|
|
|
|
'lastMatch' => '最後出現',
|
|
|
|
|
'split_number' => '拆分編號 #',
|
|
|
|
|
'destination' => '到',
|
2016-08-12 03:34:45 -05:00
|
|
|
|
'source' => 'Source',
|
|
|
|
|
'expectedMatch' => 'Expected match',
|
|
|
|
|
'automatch' => 'Auto match?',
|
|
|
|
|
'repeat_freq' => 'Repeats',
|
|
|
|
|
'description' => 'Description',
|
|
|
|
|
'amount' => 'Amount',
|
|
|
|
|
'date' => 'Date',
|
2016-08-26 21:34:59 -05:00
|
|
|
|
'interest_date' => '付息日',
|
2016-08-12 03:34:45 -05:00
|
|
|
|
'book_date' => 'Book date',
|
2016-08-26 21:34:59 -05:00
|
|
|
|
'process_date' => '處理日期',
|
|
|
|
|
'from' => '從',
|
|
|
|
|
'piggy_bank' => '存錢筒',
|
|
|
|
|
'to' => '至',
|
|
|
|
|
'budget' => '預算',
|
|
|
|
|
'category' => '類別',
|
|
|
|
|
'bill' => '賬單',
|
2016-08-12 03:34:45 -05:00
|
|
|
|
'withdrawal' => 'Withdrawal',
|
|
|
|
|
'deposit' => 'Deposit',
|
|
|
|
|
'transfer' => 'Transfer',
|
|
|
|
|
'type' => 'Type',
|
|
|
|
|
'completed' => 'Completed',
|
|
|
|
|
'iban' => 'IBAN',
|
|
|
|
|
'paid_current_period' => 'Paid this period',
|
2016-08-26 21:34:59 -05:00
|
|
|
|
'email' => '電子郵件',
|
|
|
|
|
'registered_at' => '註冊於',
|
|
|
|
|
'is_activated' => '已經啟動',
|
|
|
|
|
'is_blocked' => '被阻止',
|
|
|
|
|
'is_admin' => '是管理員',
|
|
|
|
|
'has_two_factor' => '有雙重身份驗證 (2FA)',
|
2016-08-12 03:34:45 -05:00
|
|
|
|
'confirmed_from' => 'Confirmed from',
|
|
|
|
|
'registered_from' => 'Registered from',
|
|
|
|
|
'blocked_code' => 'Block code',
|
|
|
|
|
'domain' => 'Domain',
|
|
|
|
|
'registration_attempts' => 'Registration attempts',
|
|
|
|
|
];
|