Rebuild frontend, do not use store in components.

This commit is contained in:
James Cole
2021-02-22 18:43:26 +01:00
parent 6d9acd1dc2
commit 5b5c988aa3
87 changed files with 2887 additions and 2835 deletions

View File

@@ -24,33 +24,33 @@ declare(strict_types=1);
return [
'buttons' => '按钮',
'icon' => '图',
'icon' => '图',
'id' => 'ID',
'create_date' => '建于',
'create_date' => '建于',
'update_date' => '更新于',
'updated_at' => '更新于',
'balance_before' => '交易前额',
'balance_after' => '交易后额',
'balance_before' => '交易前额',
'balance_after' => '交易后额',
'name' => '名称',
'role' => '角色',
'currentBalance' => '目前额',
'currentBalance' => '目前额',
'linked_to_rules' => '相关规则',
'active' => '是否启用?',
'percentage' => '%',
'recurring_transaction' => '周期性交易',
'next_due' => '下到期日',
'recurring_transaction' => '定期交易',
'next_due' => '下到期日',
'transaction_type' => '类别',
'lastActivity' => '上次活动',
'balanceDiff' => '额差',
'balanceDiff' => '额差',
'other_meta_data' => '其它元信息',
'account_type' => '帐户类型',
'created_at' => '建于',
'created_at' => '建于',
'account' => '帐户',
'external_uri' => '外部 URI',
'matchingAmount' => '金额',
'destination' => '目标',
'source' => '来源',
'next_expected_match' => '下一预期的配对',
'next_expected_match' => '下一预期匹配',
'automatch' => '自动匹配?',
'repeat_freq' => '重复',
'description' => '描述',
@@ -69,44 +69,44 @@ return [
'to' => '至',
'budget' => '预算',
'category' => '分类',
'bill' => '单',
'withdrawal' => '款',
'bill' => '单',
'withdrawal' => '款',
'deposit' => '存款',
'transfer' => '转',
'transfer' => '转',
'type' => '类型',
'completed' => '已完成',
'iban' => '国际银行户号码 (IBAN)',
'paid_current_period' => '已付此区间',
'iban' => '国际银行户号码IBAN',
'paid_current_period' => '此周期已支付',
'email' => '电子邮件',
'registered_at' => '注册于',
'is_blocked' => '被封',
'is_blocked' => '被封',
'is_admin' => '是管理员',
'has_two_factor' => '有双重身份验证 (2FA)',
'has_two_factor' => '有两步验证(2FA',
'blocked_code' => '区块代码',
'source_account' => '来源户',
'destination_account' => '目标户',
'accounts_count' => '户数量',
'source_account' => '来源户',
'destination_account' => '目标户',
'accounts_count' => '户数量',
'journals_count' => '交易数量',
'attachments_count' => '附加档案数量',
'bills_count' => '单数量',
'attachments_count' => '附数量',
'bills_count' => '单数量',
'categories_count' => '分类数量',
'budget_count' => '预算数量',
'rule_and_groups_count' => '规则及规则组数量',
'rule_and_groups_count' => '规则及规则组数量',
'tags_count' => '标签数量',
'tags' => '标签',
'inward' => '内描述',
'inward' => '内描述',
'outward' => '外向描述',
'number_of_transactions' => '交易数量',
'total_amount' => '总金额',
'sum' => '总和',
'sum_excluding_transfers' => '总和 (不包括转帐)',
'sum_withdrawals' => '款总和',
'sum_excluding_transfers' => '总和不包括转账)',
'sum_withdrawals' => '款总和',
'sum_deposits' => '存款总和',
'sum_transfers' => '转总和',
'sum_reconciliations' => '储存对帐',
'reconcile' => '对',
'sum_transfers' => '转总和',
'sum_reconciliations' => '对账总和',
'reconcile' => '对',
'sepa_ct_id' => 'SEPA 端到端标识符',
'sepa_ct_op' => 'SEPA 对方户标识符',
'sepa_ct_op' => 'SEPA 对方户标识符',
'sepa_db' => 'SEPA 授权标识符',
'sepa_country' => 'SEPA 国家',
'sepa_cc' => 'SEPA 清关代码',
@@ -114,12 +114,12 @@ return [
'sepa_ci' => 'SEPA 授权标识符',
'sepa_batch_id' => 'SEPA 批次 ID',
'external_id' => '外部 ID',
'account_at_bunq' => 'bunq 户',
'file_name' => '档案名称',
'file_size' => '档案大小',
'file_type' => '档案类型',
'account_at_bunq' => 'bunq 户',
'file_name' => '文件名称',
'file_size' => '文件大小',
'file_type' => '文件类型',
'attached_to' => '附加到',
'file_exists' => '档案已存在',
'file_exists' => '文件已存在',
'spectre_bank' => '银行',
'spectre_last_use' => '上次登录',
'spectre_status' => '状态',
@@ -127,9 +127,9 @@ return [
'repetitions' => '重复',
'title' => '标题',
'transaction_s' => '交易',
'field' => '栏位',
'field' => '字段',
'value' => '值',
'interest' => '利',
'interest_period' => '利期',
'liability_type' => '债类型',
'interest' => '利',
'interest_period' => '利期',
'liability_type' => '债类型',
];