mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			138 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			138 lines
		
	
	
		
			6.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * list.php
 | |
|  * Copyright (c) 2019 james@firefly-iii.org
 | |
|  *
 | |
|  * This file is part of Firefly III (https://github.com/firefly-iii).
 | |
|  *
 | |
|  * This program is free software: you can redistribute it and/or modify
 | |
|  * it under the terms of the GNU Affero General Public License as
 | |
|  * published by the Free Software Foundation, either version 3 of the
 | |
|  * License, or (at your option) any later version.
 | |
|  *
 | |
|  * This program is distributed in the hope that it will be useful,
 | |
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|  * GNU Affero General Public License for more details.
 | |
|  *
 | |
|  * You should have received a copy of the GNU Affero General Public License
 | |
|  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | |
|  */
 | |
| 
 | |
| declare(strict_types=1);
 | |
| 
 | |
| return [
 | |
|     'buttons'                 => '按钮',
 | |
|     'icon'                    => '图示',
 | |
|     'id'                      => 'ID',
 | |
|     'create_date'             => '建立于',
 | |
|     'update_date'             => '更新于',
 | |
|     'updated_at'              => '更新于',
 | |
|     'balance_before'          => '交易前馀额',
 | |
|     'balance_after'           => '交易后馀额',
 | |
|     'name'                    => '名称',
 | |
|     'role'                    => '角色',
 | |
|     'currentBalance'          => '目前馀额',
 | |
|     'linked_to_rules'         => '相关规则',
 | |
|     'active'                  => '是否启用?',
 | |
|     'percentage'              => '%',
 | |
|     'next_due'                => '下次到期日',
 | |
|     'transaction_type'        => '类别',
 | |
|     'lastActivity'            => '上次活动',
 | |
|     'balanceDiff'             => '馀额差',
 | |
|     'other_meta_data'         => '其它元信息',
 | |
|     'account_type'            => '帐户类型',
 | |
|     'created_at'              => '建立于',
 | |
|     'account'                 => '帐户',
 | |
|     'matchingAmount'          => '金额',
 | |
|     'destination'             => '目标',
 | |
|     'source'                  => '来源',
 | |
|     'next_expected_match'     => '下一个预期的配对',
 | |
|     'automatch'               => '自动配对?',
 | |
|     'repeat_freq'             => '重复',
 | |
|     'description'             => '描述',
 | |
|     'amount'                  => '金额',
 | |
|     'date'                    => '日期',
 | |
|     'interest_date'           => '利率日期',
 | |
|     'book_date'               => '登记日期',
 | |
|     'process_date'            => '处理日期',
 | |
|     'due_date'                => '到期日',
 | |
|     'payment_date'            => '付款日期',
 | |
|     'invoice_date'            => '发票日期',
 | |
|     'internal_reference'      => 'Internal reference',
 | |
|     'notes'                   => '备注',
 | |
|     'from'                    => '自',
 | |
|     'piggy_bank'              => '存钱罐',
 | |
|     'to'                      => '至',
 | |
|     'budget'                  => '预算',
 | |
|     'category'                => '分类',
 | |
|     'bill'                    => '帐单',
 | |
|     'withdrawal'              => '提款',
 | |
|     'deposit'                 => '存款',
 | |
|     'transfer'                => '转帐',
 | |
|     'type'                    => '类型',
 | |
|     'completed'               => '已完成',
 | |
|     'iban'                    => '国际银行帐户号码 (IBAN)',
 | |
|     'paid_current_period'     => '已付此区间',
 | |
|     'email'                   => '电子邮件',
 | |
|     'registered_at'           => '注册于',
 | |
|     'is_blocked'              => '被封锁',
 | |
|     'is_admin'                => '是管理员',
 | |
|     'has_two_factor'          => '有双重身份验证 (2FA)',
 | |
|     'blocked_code'            => '区块代码',
 | |
|     'source_account'          => '来源帐户',
 | |
|     'destination_account'     => '目标帐户',
 | |
|     'accounts_count'          => '帐户数量',
 | |
|     'journals_count'          => '交易数量',
 | |
|     'attachments_count'       => '附加档案数量',
 | |
|     'bills_count'             => '帐单数量',
 | |
|     'categories_count'        => '分类数量',
 | |
|     'import_jobs_count'       => '导入工作数量',
 | |
|     'budget_count'            => '预算数量',
 | |
|     'rule_and_groups_count'   => '规则及规则群组数量',
 | |
|     'tags_count'              => '标签数量',
 | |
|     'tags'                    => '标签',
 | |
|     'inward'                  => '向内描述',
 | |
|     'outward'                 => '外向描述',
 | |
|     'number_of_transactions'  => '交易数量',
 | |
|     'total_amount'            => '总金额',
 | |
|     'sum'                     => '总和',
 | |
|     'sum_excluding_transfers' => '总和 (不包括转帐)',
 | |
|     'sum_withdrawals'         => '提款总和',
 | |
|     'sum_deposits'            => '存款总和',
 | |
|     'sum_transfers'           => '转帐总和',
 | |
|     'sum_reconciliations'     => '储存对帐',
 | |
|     'reconcile'               => '对帐',
 | |
|     'account_on_spectre'      => '帐户 (Spectre)',
 | |
|     'account_on_ynab'         => '帐户 (YNAB)',
 | |
|     'do_import'               => '自此帐户导入',
 | |
|     'sepa_ct_id'              => 'SEPA 端到端标识符',
 | |
|     'sepa_ct_op'              => 'SEPA 对方帐户标识符',
 | |
|     'sepa_db'                 => 'SEPA 授权标识符',
 | |
|     'sepa_country'            => 'SEPA 国家',
 | |
|     'sepa_cc'                 => 'SEPA 清关代码',
 | |
|     'sepa_ep'                 => 'SEPA 外部用途',
 | |
|     'sepa_ci'                 => 'SEPA 授权标识符',
 | |
|     'sepa_batch_id'           => 'SEPA 批次 ID',
 | |
|     'external_id'             => '外部 ID',
 | |
|     'account_at_bunq'         => 'bunq 帐户',
 | |
|     'file_name'               => '档案名称',
 | |
|     'file_size'               => '档案大小',
 | |
|     'file_type'               => '档案类型',
 | |
|     'attached_to'             => '附加到',
 | |
|     'file_exists'             => '档案已存在',
 | |
|     'spectre_bank'            => '银行',
 | |
|     'spectre_last_use'        => '上次登录',
 | |
|     'spectre_status'          => '状态',
 | |
|     'bunq_payment_id'         => 'bunq 付款 ID',
 | |
|     'repetitions'             => '重复',
 | |
|     'title'                   => '标题',
 | |
|     'transaction_s'           => '交易',
 | |
|     'field'                   => '栏位',
 | |
|     'value'                   => '值',
 | |
|     'interest'                => '利率',
 | |
|     'interest_period'         => '利率期',
 | |
|     'liability_type'          => '负债类型',
 | |
| ];
 |