| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  | <?php | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | /** | 
					
						
							|  |  |  |  |  * list.php | 
					
						
							| 
									
										
										
										
											2020-02-14 08:07:45 +01:00
										 |  |  |  |  * Copyright (c) 2019 james@firefly-iii.org | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * This file is part of Firefly III (https://github.com/firefly-iii). | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * 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. | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * GNU Affero General Public License for more details. | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |  * 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/>. | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |  */ | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'buttons'                 => '按钮', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'icon'                    => '图标', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'id'                      => 'ID', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'create_date'             => '创建于', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'update_date'             => '更新于', | 
					
						
							|  |  |  |  |     'updated_at'              => '更新于', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'balance_before'          => '交易前余额', | 
					
						
							|  |  |  |  |     'balance_after'           => '交易后余额', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'name'                    => '名称', | 
					
						
							|  |  |  |  |     'role'                    => '角色', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'currentBalance'          => '目前余额', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'linked_to_rules'         => '相关规则', | 
					
						
							|  |  |  |  |     'active'                  => '是否启用?', | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |     'percentage'              => '%', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'recurring_transaction'   => '定期交易', | 
					
						
							|  |  |  |  |     'next_due'                => '下个到期日', | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |     'transaction_type'        => '类别', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'lastActivity'            => '上次活动', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'balanceDiff'             => '余额差', | 
					
						
							| 
									
										
										
										
											2019-10-05 06:23:46 +02:00
										 |  |  |  |     'other_meta_data'         => '其它元信息', | 
					
						
							| 
									
										
										
										
											2021-02-25 06:27:43 +01:00
										 |  |  |  |     'account_type'            => '账户类型', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'created_at'              => '创建于', | 
					
						
							| 
									
										
										
										
											2021-02-25 06:27:43 +01:00
										 |  |  |  |     'account'                 => '账户', | 
					
						
							| 
									
										
										
										
											2020-09-21 12:47:40 +02:00
										 |  |  |  |     'external_uri'            => '外部 URI', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'matchingAmount'          => '金额', | 
					
						
							|  |  |  |  |     'destination'             => '目标', | 
					
						
							|  |  |  |  |     'source'                  => '来源', | 
					
						
							| 
									
										
										
										
											2021-02-25 06:27:43 +01:00
										 |  |  |  |     'next_expected_match'     => '预期下次支付', | 
					
						
							| 
									
										
										
										
											2020-09-07 12:56:51 +02:00
										 |  |  |  |     'automatch'               => '自动匹配?', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'repeat_freq'             => '重复', | 
					
						
							|  |  |  |  |     'description'             => '描述', | 
					
						
							|  |  |  |  |     'amount'                  => '金额', | 
					
						
							|  |  |  |  |     'date'                    => '日期', | 
					
						
							|  |  |  |  |     'interest_date'           => '利率日期', | 
					
						
							|  |  |  |  |     'book_date'               => '登记日期', | 
					
						
							|  |  |  |  |     'process_date'            => '处理日期', | 
					
						
							|  |  |  |  |     'due_date'                => '到期日', | 
					
						
							|  |  |  |  |     'payment_date'            => '付款日期', | 
					
						
							|  |  |  |  |     'invoice_date'            => '发票日期', | 
					
						
							| 
									
										
										
										
											2020-09-21 12:47:40 +02:00
										 |  |  |  |     'internal_reference'      => '内部参考', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'notes'                   => '备注', | 
					
						
							|  |  |  |  |     'from'                    => '自', | 
					
						
							|  |  |  |  |     'piggy_bank'              => '存钱罐', | 
					
						
							| 
									
										
										
										
											2021-02-25 06:27:43 +01:00
										 |  |  |  |     'to'                      => '至目标', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'budget'                  => '预算', | 
					
						
							|  |  |  |  |     'category'                => '分类', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'bill'                    => '账单', | 
					
						
							| 
									
										
										
										
											2021-02-25 06:27:43 +01:00
										 |  |  |  |     'withdrawal'              => '支出', | 
					
						
							|  |  |  |  |     'deposit'                 => '收入', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'transfer'                => '转账', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'type'                    => '类型', | 
					
						
							|  |  |  |  |     'completed'               => '已完成', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'iban'                    => '国际银行账户号码(IBAN)', | 
					
						
							| 
									
										
										
										
											2021-02-25 06:27:43 +01:00
										 |  |  |  |     'paid_current_period'     => '当前周期支付', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'email'                   => '电子邮件', | 
					
						
							|  |  |  |  |     'registered_at'           => '注册于', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'is_blocked'              => '被封禁', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'is_admin'                => '是管理员', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'has_two_factor'          => '有两步验证(2FA)', | 
					
						
							| 
									
										
										
										
											2019-09-03 17:21:45 +02:00
										 |  |  |  |     'blocked_code'            => '区块代码', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'source_account'          => '来源账户', | 
					
						
							|  |  |  |  |     'destination_account'     => '目标账户', | 
					
						
							|  |  |  |  |     'accounts_count'          => '账户数量', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'journals_count'          => '交易数量', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'attachments_count'       => '附件数量', | 
					
						
							|  |  |  |  |     'bills_count'             => '账单数量', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'categories_count'        => '分类数量', | 
					
						
							|  |  |  |  |     'budget_count'            => '预算数量', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'rule_and_groups_count'   => '规则及规则组数量', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'tags_count'              => '标签数量', | 
					
						
							|  |  |  |  |     'tags'                    => '标签', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'inward'                  => '内向描述', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'outward'                 => '外向描述', | 
					
						
							|  |  |  |  |     'number_of_transactions'  => '交易数量', | 
					
						
							|  |  |  |  |     'total_amount'            => '总金额', | 
					
						
							|  |  |  |  |     'sum'                     => '总和', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'sum_excluding_transfers' => '总和(不包括转账)', | 
					
						
							| 
									
										
										
										
											2021-02-25 06:27:43 +01:00
										 |  |  |  |     'sum_withdrawals'         => '支出总和', | 
					
						
							|  |  |  |  |     'sum_deposits'            => '收入总和', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'sum_transfers'           => '转账总和', | 
					
						
							|  |  |  |  |     'sum_reconciliations'     => '对账总和', | 
					
						
							|  |  |  |  |     'reconcile'               => '对账', | 
					
						
							| 
									
										
										
										
											2019-05-29 18:30:52 +02:00
										 |  |  |  |     'sepa_ct_id'              => 'SEPA 端到端标识符', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'sepa_ct_op'              => 'SEPA 对方账户标识符', | 
					
						
							| 
									
										
										
										
											2020-06-04 06:49:44 +02:00
										 |  |  |  |     'sepa_db'                 => 'SEPA 授权标识符', | 
					
						
							|  |  |  |  |     'sepa_country'            => 'SEPA 国家', | 
					
						
							|  |  |  |  |     'sepa_cc'                 => 'SEPA 清关代码', | 
					
						
							|  |  |  |  |     'sepa_ep'                 => 'SEPA 外部用途', | 
					
						
							|  |  |  |  |     'sepa_ci'                 => 'SEPA 授权标识符', | 
					
						
							|  |  |  |  |     'sepa_batch_id'           => 'SEPA 批次 ID', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'external_id'             => '外部 ID', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'account_at_bunq'         => 'bunq 账户', | 
					
						
							|  |  |  |  |     'file_name'               => '文件名称', | 
					
						
							|  |  |  |  |     'file_size'               => '文件大小', | 
					
						
							|  |  |  |  |     'file_type'               => '文件类型', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'attached_to'             => '附加到', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'file_exists'             => '文件已存在', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'spectre_bank'            => '银行', | 
					
						
							|  |  |  |  |     'spectre_last_use'        => '上次登录', | 
					
						
							|  |  |  |  |     'spectre_status'          => '状态', | 
					
						
							|  |  |  |  |     'bunq_payment_id'         => 'bunq 付款 ID', | 
					
						
							|  |  |  |  |     'repetitions'             => '重复', | 
					
						
							|  |  |  |  |     'title'                   => '标题', | 
					
						
							|  |  |  |  |     'transaction_s'           => '交易', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'field'                   => '字段', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  |     'value'                   => '值', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'interest'                => '利息', | 
					
						
							| 
									
										
										
										
											2021-05-13 06:19:15 +02:00
										 |  |  |  |     'interest_period'         => 'Interest period', | 
					
						
							| 
									
										
										
										
											2021-02-22 18:43:26 +01:00
										 |  |  |  |     'liability_type'          => '债务类型', | 
					
						
							| 
									
										
										
										
											2021-05-13 06:19:15 +02:00
										 |  |  |  |     'liability_direction'     => 'Liability in/out', | 
					
						
							| 
									
										
										
										
											2021-07-18 19:21:30 +02:00
										 |  |  |  |     'end_date'                => 'End date', | 
					
						
							|  |  |  |  |     'payment_info'            => 'Payment information', | 
					
						
							|  |  |  |  |     'expected_info'           => 'Next expected transaction', | 
					
						
							|  |  |  |  |     'start_date'              => 'Start date', | 
					
						
							| 
									
										
										
										
											2019-01-28 20:10:52 +01:00
										 |  |  |  | ]; |