mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -31,44 +31,45 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
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' => '%',
|
||||
'recurring_transaction' => '定期交易',
|
||||
'next_due' => '下个到期日',
|
||||
'transaction_type' => '类别',
|
||||
'lastActivity' => '上次活动',
|
||||
'balanceDiff' => '余额差',
|
||||
'other_meta_data' => '其它元信息',
|
||||
'invited_at' => '邀请于',
|
||||
'expires' => '邀请过期',
|
||||
'invited_by' => '邀请者',
|
||||
'invite_link' => '邀请链接',
|
||||
'account_type' => '账户类型',
|
||||
'created_at' => '创建于',
|
||||
'account' => '账户',
|
||||
'external_url' => '外部链接',
|
||||
'matchingAmount' => '金额',
|
||||
'destination' => '目标',
|
||||
'source' => '来源',
|
||||
'next_expected_match' => '预期下次支付',
|
||||
'automatch' => '自动匹配?',
|
||||
'buttons' => '按钮',
|
||||
'icon' => '图标',
|
||||
'id' => 'ID',
|
||||
'create_date' => '创建于',
|
||||
'update_date' => '更新于',
|
||||
'updated_at' => '更新于',
|
||||
'balance_before' => '交易前余额',
|
||||
'balance_after' => '交易后余额',
|
||||
'name' => '名称',
|
||||
'role' => '角色',
|
||||
'currentBalance' => '目前余额',
|
||||
'linked_to_rules' => '相关规则',
|
||||
'active' => '是否启用?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => '定期交易',
|
||||
'next_due' => '下个到期日',
|
||||
'transaction_type' => '类别',
|
||||
'lastActivity' => '上次活动',
|
||||
'balanceDiff' => '余额差',
|
||||
'other_meta_data' => '其它元信息',
|
||||
'invited_at' => '邀请于',
|
||||
'expires' => '邀请过期',
|
||||
'invited_by' => '邀请者',
|
||||
'invite_link' => '邀请链接',
|
||||
'account_type' => '账户类型',
|
||||
'created_at' => '创建于',
|
||||
'account' => '账户',
|
||||
'external_url' => '外部链接',
|
||||
'matchingAmount' => '金额',
|
||||
'destination' => '目标',
|
||||
'source' => '来源',
|
||||
'next_expected_match' => '预期下次支付',
|
||||
'automatch' => '自动匹配?',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -79,6 +80,7 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => '重复',
|
||||
'description' => '描述',
|
||||
'amount' => '金额',
|
||||
@@ -145,7 +147,7 @@ return [
|
||||
'account_at_bunq' => 'bunq 账户',
|
||||
'file_name' => '文件名称',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -156,32 +158,33 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
'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' => '债务类型',
|
||||
'liability_direction' => '债务增/减',
|
||||
'end_date' => '截止日期',
|
||||
'payment_info' => '付款信息',
|
||||
'expected_info' => '下一个预期的交易',
|
||||
'start_date' => '起始日期',
|
||||
'trigger' => '触发条件',
|
||||
'response' => '答复',
|
||||
'delivery' => '交付',
|
||||
'url' => '网址',
|
||||
'secret' => '密钥',
|
||||
|
||||
'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' => '债务类型',
|
||||
'liability_direction' => '债务增/减',
|
||||
'end_date' => '截止日期',
|
||||
'payment_info' => '付款信息',
|
||||
'expected_info' => '下一个预期的交易',
|
||||
'start_date' => '起始日期',
|
||||
'trigger' => '触发条件',
|
||||
'response' => '答复',
|
||||
'delivery' => '交付',
|
||||
'url' => '网址',
|
||||
'secret' => '密钥',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -193,3 +196,4 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user