mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Auto commit for release 'develop' on 2024-03-11
This commit is contained in:
@@ -34,21 +34,21 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'zh-cn',
|
||||
'locale' => 'zh_CN.utf8, zh_CN.UTF-8',
|
||||
'html_language' => 'zh-cn',
|
||||
'locale' => 'zh_CN.utf8, zh_CN.UTF-8',
|
||||
// 'month' => '%B %Y',
|
||||
'month_js' => 'YYYY年M月',
|
||||
'month_js' => 'YYYY年M月',
|
||||
|
||||
// 'month_and_day' => '%B %e, %Y',
|
||||
'month_and_day_moment_js' => 'YYYY年M月D日',
|
||||
'month_and_day_fns' => 'YYYY年M月D日',
|
||||
'month_and_day_js' => 'YYYY年M月D日',
|
||||
'month_and_day_moment_js' => 'YYYY年M月D日',
|
||||
'month_and_day_fns' => 'YYYY年M月D日',
|
||||
'month_and_day_js' => 'YYYY年M月D日',
|
||||
|
||||
// 'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_date_day_js' => 'YYYY年M月D日 dddd',
|
||||
'month_and_date_day_js' => 'YYYY年M月D日 dddd',
|
||||
|
||||
// 'month_and_day_no_year' => '%B %e',
|
||||
'month_and_day_no_year_js' => 'M月D日',
|
||||
'month_and_day_no_year_js' => 'M月D日',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -62,32 +62,32 @@ return [
|
||||
*/
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'YYYY年M月D日 HH:mm:ss',
|
||||
'date_time_fns' => 'YYYY年M月D日 HH:mm:ss',
|
||||
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
|
||||
'date_time_js' => 'YYYY年M月D日 HH:mm:ss',
|
||||
'date_time_fns' => 'YYYY年M月D日 HH:mm:ss',
|
||||
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
|
||||
|
||||
// 'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'YYYY年M月D日',
|
||||
'specific_day_js' => 'YYYY年M月D日',
|
||||
|
||||
// 'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year_js' => 'W周,GGGG',
|
||||
'week_in_year_fns' => "w'周',yyyy",
|
||||
'week_in_year_js' => 'W周,GGGG',
|
||||
'week_in_year_fns' => "w'周',yyyy",
|
||||
|
||||
// 'year' => '%Y',
|
||||
'year_js' => 'YYYY',
|
||||
'year_js' => 'YYYY',
|
||||
|
||||
// 'half_year' => '%B %Y',
|
||||
'half_year_js' => 'YYYY年 第Q季度',
|
||||
'half_year_js' => 'YYYY年 第Q季度',
|
||||
|
||||
'quarter_fns' => 'YYYY年 第Q季度',
|
||||
'half_year_fns' => '{half}小时,yyyy',
|
||||
'dow_1' => '星期一',
|
||||
'dow_2' => '星期二',
|
||||
'dow_3' => '星期三',
|
||||
'dow_4' => '星期四',
|
||||
'dow_5' => '星期五',
|
||||
'dow_6' => '星期六',
|
||||
'dow_7' => '星期日',
|
||||
'quarter_fns' => 'YYYY年 第Q季度',
|
||||
'half_year_fns' => '{half}小时,yyyy',
|
||||
'dow_1' => '星期一',
|
||||
'dow_2' => '星期二',
|
||||
'dow_3' => '星期三',
|
||||
'dow_4' => '星期四',
|
||||
'dow_5' => '星期五',
|
||||
'dow_6' => '星期六',
|
||||
'dow_7' => '星期日',
|
||||
];
|
||||
|
||||
/*
|
||||
|
||||
@@ -42,7 +42,7 @@ return [
|
||||
'fatal_error' => '发生致命错误:请检查位于“storage/logs”目录的日志文件,或使用“docker logs -f [container]”命令查看相关信息。',
|
||||
'maintenance_mode' => 'Firefly III 已启用维护模式',
|
||||
'be_right_back' => '敬请期待!',
|
||||
'check_back' => 'Firefly III 正在进行必要的维护,请稍后再试',
|
||||
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second. If you happen to see this message on the demo site, just wait a few minutes. The database is reset every few hours.',
|
||||
'error_occurred' => '很抱歉,出现错误',
|
||||
'db_error_occurred' => '哎呀!发生数据库错误。',
|
||||
'error_not_recoverable' => '很遗憾,该错误无法恢复 :( Firefly III 已崩溃。错误信息:',
|
||||
|
||||
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => '我忘记了两步验证码',
|
||||
'two_factor_lost_header' => '遗失了您的两步验证吗?',
|
||||
'two_factor_lost_intro' => '如果您同时遗失了备份代码,很抱歉,您无法通过网页进行恢复。您可以通过下述方式进行操作。',
|
||||
'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_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_owner' => '如果这不是您自己的 Firefly III 站点,请邮件联系站点管理员(<a href="mailto::site_owner">:site_owner</a>)协助您重置两步验证。',
|
||||
'mfa_backup_code' => '您已使用备用代码登录到 Firefly III 。 您不能再使用它,因此请将其划掉。',
|
||||
'pref_two_factor_new_backup_codes' => '获取新的备份代码',
|
||||
@@ -1286,6 +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_destination_to_cash_choice' => '将目标帐户设置为 (现金)',
|
||||
'rule_action_set_source_to_cash_choice' => '将源账户设置为 (现金)',
|
||||
'rulegroup_for_bills_title' => '账单规则组',
|
||||
@@ -2769,6 +2771,7 @@ return [
|
||||
'ale_action_add_to_piggy' => '存钱罐',
|
||||
'ale_action_remove_from_piggy' => '存钱罐',
|
||||
'ale_action_add_tag' => '添加标签',
|
||||
'ale_action_update_amount' => 'Updated amount',
|
||||
|
||||
// dashboard
|
||||
'enable_auto_convert' => '启用货币转换',
|
||||
|
||||
@@ -70,4 +70,5 @@ return [
|
||||
'cannot_find_budget' => 'Firefly III 找不到预算“:name”',
|
||||
'cannot_find_category' => 'Firefly III 找不到分类“:name”',
|
||||
'cannot_set_budget' => 'Firefly III 无法设置预算“:name”为类型“:type”的交易',
|
||||
'journal_invalid_amount' => 'Firefly III can\'t set amount ":amount" because it is not a valid number.',
|
||||
];
|
||||
|
||||
@@ -55,6 +55,7 @@ return [
|
||||
'reconciled_forbidden_field' => '这笔交易已经对账,您无法更改“:field”',
|
||||
'deleted_user' => '由于安全限制,您无法使用此电子邮件地址注册',
|
||||
'rule_trigger_value' => '此值不能用于所选触发条件',
|
||||
'rule_action_expression' => 'Invalid expression. :error',
|
||||
'rule_action_value' => '此值不能用于所选动作',
|
||||
'file_already_attached' => '上传的文件“:name”已添加到此对象',
|
||||
'file_attached' => '成功上传文件“:name”',
|
||||
@@ -195,7 +196,7 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
'secure_password' => '此密码不安全,请重试。访问 https://bit.ly/FF3-password-security 获取更多信息。',
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password',
|
||||
'valid_recurrence_rep_type' => '此重复类型不能用于定期交易',
|
||||
'valid_recurrence_rep_moment' => '此重复时刻不能用于此重复类型',
|
||||
'invalid_account_info' => '无效的账户信息',
|
||||
|
||||
Reference in New Issue
Block a user