Updated language strings.

This commit is contained in:
James Cole
2019-09-03 17:21:45 +02:00
parent ddabf6a246
commit 7fb5c12a29
52 changed files with 1885 additions and 1276 deletions

View File

@@ -23,65 +23,66 @@
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' => '是否启用?',
'transaction_type' => 'Type',
'lastActivity' => '上次活动',
'balanceDiff' => '馀额差',
'matchesOn' => '配对于',
'account_type' => '帐户类型',
'created_at' => '建立于',
'account' => '帐户',
'matchingAmount' => '金额',
'split_number' => '分割编号 #',
'destination' => '目标',
'source' => '来源',
'next_expected_match' => '下一个预期的配对',
'automatch' => '自动配对',
'repeat_freq' => '重复',
'description' => '描述',
'amount' => '金额',
'internal_reference' => '内部参考',
'date' => '日期',
'interest_date' => '利率日期',
'book_date' => '登记日期',
'process_date' => '处理日期',
'due_date' => '到期日',
'payment_date' => '付款日期',
'invoice_date' => '发票日期',
'interal_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' => '来源帐户',
'buttons' => '按钮',
'icon' => '图示',
'id' => 'ID',
'create_date' => '建立于',
'update_date' => '更新于',
'updated_at' => '更新于',
'balance_before' => '交易前馀额',
'balance_after' => '交易后馀额',
'name' => '名称',
'role' => '角色',
'currentBalance' => '目前馀额',
'linked_to_rules' => '相关规则',
'active' => '是否启用?',
'transaction_type' => 'Type',
'lastActivity' => '上次活动',
'balanceDiff' => '馀额差',
'matchesOn' => '配对于',
'other_meta_data' => 'Other meta data',
'account_type' => '帐户类型',
'created_at' => '建立于',
'account' => '帐户',
'matchingAmount' => '金额',
'split_number' => '分割编号 #',
'destination' => '目标',
'source' => '来源',
'next_expected_match' => '下一个预期的配对',
'automatch' => '自动配对?',
'repeat_freq' => '重复',
'description' => '描述',
'amount' => '金额',
'internal_reference' => '内部参考',
'date' => '日期',
'interest_date' => '利率日期',
'book_date' => '登记日期',
'process_date' => '处理日期',
'due_date' => '到期日',
'payment_date' => '付款日期',
'invoice_date' => '发票日期',
'interal_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' => '交易数量',