Update meta-files for new release.

This commit is contained in:
James Cole
2022-04-04 05:46:16 +02:00
parent e854c1b8ae
commit 9872c18715
16 changed files with 52 additions and 46 deletions

View File

@@ -58,7 +58,7 @@ return [
'currency' => '货币',
'account_id' => '资产账户',
'budget_id' => '预算',
'bill_id' => 'Bill',
'bill_id' => '账单',
'opening_balance' => '初始余额',
'tagMode' => '标签模式',
'virtual_balance' => '虚拟账户余额',
@@ -121,7 +121,7 @@ return [
'stop_processing' => '停止处理',
'start_date' => '范围起始',
'end_date' => '范围结束',
'enddate' => 'End date',
'enddate' => '结束日期',
'start' => '范围起始',
'end' => '范围结束',
'delete_account' => '删除账户“:name”',
@@ -159,11 +159,11 @@ return [
'delete_all_permanently' => '永久删除已选项目',
'update_all_journals' => '更新这些交易',
'also_delete_transactions' => '与此账户关联的唯一一笔交易也会被删除。|与此账户关联的 :count 笔交易也会被删除。',
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.',
'also_delete_transactions_js' => '没有交易|与此账户关联的唯一一笔交易也会被删除。|与此账户关联的 {count} 笔交易也会被删除。',
'also_delete_connections' => '与此关联类型相关联的唯一一笔交易会遗失连接。|与此关联类型相关联的 :count 笔交易会遗失连接。',
'also_delete_rules' => '与此规则组关联的唯一一条规则也会被删除。|与此规则组关联的 :count 条规则也会被删除。',
'also_delete_piggyBanks' => '与此账户关联的唯一一个存钱罐也会被删除。|与此账户关联的 :count 个存钱罐也会被删除。',
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.',
'also_delete_piggyBanks_js' => '没有存钱罐|与此账户关联的唯一一个存钱罐也会被删除。|与此账户关联的 {count} 个存钱罐也会被删除。',
'not_delete_piggy_banks' => '关联至此组的存钱罐将不会被删除。|关联至此组的 :count 个存钱罐将不会被删除。',
'bill_keep_transactions' => '与此账单关联的唯一一笔交易不会被删除。|与此账单关联的 :count 笔交易不会被删除。',
'budget_keep_transactions' => '与此预算关联的唯一一笔交易不会被删除。|与此预算关联的 :count 笔交易不会被删除。',
@@ -181,7 +181,7 @@ return [
'login_name' => '登录',
'is_owner' => '是管理员?',
'url' => 'URL',
'bill_end_date' => 'End date',
'bill_end_date' => '结束日期',
// import
'apply_rules' => '应用规则',