Auto commit for release 'develop' on 2024-03-28

This commit is contained in:
github-actions
2024-03-28 04:10:19 +01:00
parent 322f70bcca
commit c44e48a793
13 changed files with 56 additions and 56 deletions

View File

@@ -113,7 +113,7 @@ return [
'two_factor_forgot' => '我忘记了两步验证码',
'two_factor_lost_header' => '遗失了您的两步验证吗?',
'two_factor_lost_intro' => '如果您同时遗失了备份代码,很抱歉,您无法通过网页进行恢复。您可以通过下述方式进行操作。',
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working">this entry in the FAQ</a> for instructions.',
'two_factor_lost_fix_self' => '若您自行运行 Firefly III 服务,查看 <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working">常见问题解答</a> 来参考',
'two_factor_lost_fix_owner' => '如果这不是您自己的 Firefly III 站点,请邮件联系站点管理员(<a href="mailto::site_owner">:site_owner</a>)协助您重置两步验证。',
'mfa_backup_code' => '您已使用备用代码登录到 Firefly III 。 您不能再使用它,因此请将其划掉。',
'pref_two_factor_new_backup_codes' => '获取新的备份代码',
@@ -317,8 +317,8 @@ return [
'update_new_version_alert' => '发现可用的 Firefly III 新版本,您正在运行的版本是 :your_version最新版本是 :new_version发布于 :date。',
'update_version_beta' => '此版本是 BETA 版本。您可能会遇到问题。',
'update_version_alpha' => '此版本是 ALPHA 版本。您可能会遇到问题。',
'update_current_dev_older' => 'You are running development release ":version", which is older than the latest release :new_version. Please update!',
'update_current_dev_newer' => 'You are running development release ":version", which is newer than the latest release :new_version.',
'update_current_dev_older' => '您正在运行开发版本 ":version", 该版本比最新版本的 :new_version旧。请更新',
'update_current_dev_newer' => '您正在运行开发版本 ":version", 它比最新版本 :new_version 更新。',
'update_current_version_alert' => '您正在运行 :version这是最新的可用版本。',
'update_newer_version_alert' => '您正在运行 :your_version它比最新发布的 :new_version 更新。',
'update_check_error' => '检查更新时发生错误::error',
@@ -896,12 +896,12 @@ return [
'rule_trigger_budget_is' => '预算为 ":trigger_value"',
'rule_trigger_tag_is_choice' => '其中一个标签为...',
'rule_trigger_tag_is' => '其中一个标签为":trigger_value"',
'rule_trigger_tag_contains_choice' => 'Any tag contains..',
'rule_trigger_tag_contains' => 'Any tag contains ":trigger_value"',
'rule_trigger_tag_ends_choice' => 'Any tag ends with..',
'rule_trigger_tag_ends' => 'Any tag ends with ":trigger_value"',
'rule_trigger_tag_starts_choice' => 'Any tag starts with..',
'rule_trigger_tag_starts' => 'Any tag starts with ":trigger_value"',
'rule_trigger_tag_contains_choice' => '任何标签包含...',
'rule_trigger_tag_contains' => '任何标签包含 ":trigger_value"',
'rule_trigger_tag_ends_choice' => '任何标签结尾...',
'rule_trigger_tag_ends' => '任何标签以 ":trigger_value " 结尾',
'rule_trigger_tag_starts_choice' => '任何标签开头...',
'rule_trigger_tag_starts' => '任何标签以 ":trigger_value " 开头',
'rule_trigger_currency_is_choice' => '交易货币为…',
'rule_trigger_currency_is' => '交易货币为“:trigger_value”',
'rule_trigger_foreign_currency_is_choice' => '交易外币为...',
@@ -1203,7 +1203,7 @@ return [
'rule_trigger_not_exists' => '交易不存在',
'rule_trigger_not_has_attachments' => '交易不含附件',
'rule_trigger_not_has_any_category' => '交易不含分类',
'rule_trigger_not_has_any_budget' => 'Transaction has no budget',
'rule_trigger_not_has_any_budget' => '交易没有预算',
'rule_trigger_not_has_any_bill' => '交易不含账单',
'rule_trigger_not_has_any_tag' => '交易不含标签',
'rule_trigger_not_any_notes' => '交易不含备注',
@@ -1286,8 +1286,8 @@ return [
'rule_action_append_notes_to_descr' => '在描述后追加备注',
'rule_action_move_descr_to_notes' => '用描述替换备注',
'rule_action_move_notes_to_descr' => '用备注替换描述',
'rule_action_set_amount_choice' => 'Set amount to ..',
'rule_action_set_amount' => 'Set amount to ":action_value"',
'rule_action_set_amount_choice' => '设置金额为 ...',
'rule_action_set_amount' => '设置金额为 ":action_value"',
'rule_action_set_destination_to_cash_choice' => '将目标帐户设置为 (现金)',
'rule_action_set_source_to_cash_choice' => '将源账户设置为 (现金)',
'rulegroup_for_bills_title' => '账单规则组',
@@ -1589,8 +1589,8 @@ return [
'submission_options' => '提交选项',
'apply_rules_checkbox' => '应用规则',
'fire_webhooks_checkbox' => '触发 webhook',
'select_source_account' => 'Please select or type a valid source account name',
'select_dest_account' => 'Please select or type a valid destination account name',
'select_source_account' => '请选择或输入一个有效的源帐户名称',
'select_dest_account' => '请选择或输入一个有效的目标帐户名称',
// convert stuff:
'convert_is_already_type_Withdrawal' => '此交易已经为支出',
@@ -1990,7 +1990,7 @@ return [
'deleted_transfer' => '已成功删除转账“:description”',
'deleted_reconciliation' => '成功删除对账交易“:description”',
'stored_journal' => '成功创建新交易“:description”',
'stored_journal_js' => 'Successfully created new transaction "{{description}}"',
'stored_journal_js' => '成功创建新交易 "{{description}}"',
'stored_journal_no_descr' => '成功创建您的新交易',
'updated_journal_no_descr' => '成功更新您的交易',
'select_transactions' => '选择交易',
@@ -2298,7 +2298,7 @@ return [
'description' => '描述',
'sum_of_period' => '区间内的总和',
'average_in_period' => '区间平均',
'no_account_role' => '(no role)',
'no_account_role' => '(无角色)',
'account_role_defaultAsset' => '默认资产账户',
'account_role_sharedAsset' => '共用资产账户',
'account_role_savingAsset' => '储蓄账户',
@@ -2463,7 +2463,7 @@ return [
'block_code_bounced' => '电子邮件被退回',
'block_code_expired' => '演示账户已过期',
'no_block_code' => '无封禁理由或用户未被封禁',
'demo_user_export' => 'The demo user cannot export data',
'demo_user_export' => '演示用户不能导出数据',
'block_code_email_changed' => '用户尚未确认新的电子邮件地址',
'admin_update_email' => '与个人档案页面相反,用户不会被通知他们的电子邮件地址已变更!',
'update_user' => '更新用户',
@@ -2571,9 +2571,9 @@ return [
'store_as_new' => '保存为新交易而不是更新此交易。',
'reset_after' => '提交后重置表单',
'errors_submission' => '您的提交有误,请查看下面输出的错误信息。',
'errors_submission_v2' => 'There was something wrong with your submission. Please check out the errors below: {{errorMessage}}',
'errors_submission_v2' => '您提交的内容有误,请检查错误信息: {{errorMessage}}',
'transaction_expand_split' => '展开拆分',
'transaction_remove_split' => 'Remove split',
'transaction_remove_split' => '移除拆分',
'transaction_collapse_split' => '折叠拆分',
// object groups
@@ -2773,7 +2773,7 @@ return [
'ale_action_add_to_piggy' => '存钱罐',
'ale_action_remove_from_piggy' => '存钱罐',
'ale_action_add_tag' => '添加标签',
'ale_action_update_amount' => 'Updated amount',
'ale_action_update_amount' => '更新金额',
// dashboard
'enable_auto_convert' => '启用货币转换',