mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update language strings
This commit is contained in:
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
||||
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => '用户名或密码错误。',
|
||||
'throttle' => '登录失败次数过多,请 :seconds 秒后再试。',
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -66,7 +65,7 @@ return [
|
||||
'transfer_list' => '转账',
|
||||
'transfers_list' => '转账',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => '对账',
|
||||
'create_withdrawal' => '创建新取款',
|
||||
'create_deposit' => '创建新存款',
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -31,27 +31,26 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'zh-cn',
|
||||
'locale' => 'zh_CN.utf8, zh_CN.UTF-8',
|
||||
//'month' => '%B %Y',
|
||||
// 'month' => '%B %Y',
|
||||
'month_js' => 'YYYY年M月',
|
||||
|
||||
//'month_and_day' => '%B %e, %Y',
|
||||
// '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_date_day' => '%A %B %e, %Y',
|
||||
// 'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_date_day_js' => 'YYYY年M月D日 dddd',
|
||||
|
||||
//'month_and_day_no_year' => '%B %e',
|
||||
// 'month_and_day_no_year' => '%B %e',
|
||||
'month_and_day_no_year_js' => 'M月D日',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -62,26 +61,25 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
//'date_time' => '%B %e, %Y, @ %T',
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'YYYY年M月D日 HH:mm:ss',
|
||||
'date_time_fns' => 'YYYY年M月D日 HH:mm:ss',
|
||||
|
||||
//'specific_day' => '%e %B %Y',
|
||||
// 'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'YYYY年M月D日',
|
||||
|
||||
//'week_in_year' => 'Week %V, %G',
|
||||
// 'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year_js' => 'W周,GGGG',
|
||||
'week_in_year_fns' => "w'周',yyyy",
|
||||
|
||||
//'year' => '%Y',
|
||||
// 'year' => '%Y',
|
||||
'year_js' => 'YYYY',
|
||||
|
||||
//'half_year' => '%B %Y',
|
||||
// 'half_year' => '%B %Y',
|
||||
'half_year_js' => 'YYYY年 第Q季度',
|
||||
|
||||
'quarter_fns' => "YYYY年 第Q季度",
|
||||
'half_year_fns' => "{half}小时,yyyy",
|
||||
'quarter_fns' => 'YYYY年 第Q季度',
|
||||
'half_year_fns' => '{half}小时,yyyy',
|
||||
'dow_1' => '星期一',
|
||||
'dow_2' => '星期二',
|
||||
'dow_3' => '星期三',
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -45,7 +44,7 @@ return [
|
||||
'admin_test_subject' => '来自 Firefly III 安装的测试消息',
|
||||
'admin_test_body' => '这是来自 Firefly III 站点的测试消息,收件人是 :email。',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => '邀请已发送',
|
||||
'invitation_created_body' => '管理员用户:email创建了用户邀请,可以由电子邮件地址背后的任何人使用":invitee"。 邀请将对48小时有效。',
|
||||
@@ -92,7 +90,7 @@ return [
|
||||
'registered_pw_reset_link' => '密码已重置',
|
||||
'registered_doc_link' => '文档',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => '有新的 Firefly III 版本可用',
|
||||
|
||||
@@ -147,7 +144,7 @@ return [
|
||||
'error_stacktrace_below' => '完整的堆栈跟踪如下:',
|
||||
'error_headers' => '以下标题也可能具有相关性:',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III 创建了一笔新的交易|Firefly III 创建了 :count 笔新的交易',
|
||||
'new_journals_header' => 'Firefly III 为您创建了一笔交易,您可以在您的 Firefly III 站点中查看:|Firefly III 为您创建了 :count 笔交易,您可以在您的 Firefly III 站点中查看:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => '您的账单**":name"** 将于 :date结束。过期日 **今天!**',
|
||||
'bill_warning_extension_date_zero' => '您的账单**":name"** 将在 :date延期或取消。过期日 **今天!**',
|
||||
'bill_warning_please_action' => '请采取适当的行动。',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -52,7 +51,7 @@ return [
|
||||
'stacktrace' => '堆栈跟踪',
|
||||
'more_info' => '更多信息',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => '请在 <code>storage/logs</code> 目录中查找日志文件以获取更多信息。如果您正在使用 Docker,请使用 <code>docker logs -f [container]</code>。',
|
||||
'collect_info_more' => '您可以在<a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ页面</a>了解更多有关收集错误信息的内容。',
|
||||
'github_help' => '在 GitHub 上获取帮助',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => '您可能处于离线状态',
|
||||
'offline_unreachable' => '无法访问 Firefly III。您的设备目前处于离线状态或服务器无法正常工作。',
|
||||
'offline_github' => '如果您确信您的设备和服务器均正常在线运行,请在 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong> 上创建工单。',
|
||||
|
||||
];
|
||||
|
||||
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => '关闭',
|
||||
@@ -339,7 +338,7 @@ return [
|
||||
|
||||
// old
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => '交易日期为 “:value”',
|
||||
'search_modifier_not_date_on' => '交易日期不为 “:value”',
|
||||
'search_modifier_reconciled' => '交易已对账',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => '交易在月内或月后“:value”',
|
||||
'search_modifier_date_after_day' => '交易为月中第“:value”天或之后',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => '没有标签是 ":value"',
|
||||
'search_modifier_not_tag_is_not' => '标签是“:value”',
|
||||
@@ -715,7 +712,7 @@ return [
|
||||
'create_rule_from_query' => '从搜索语句创建新规则',
|
||||
'rule_from_search_words' => '规则引擎无法处理“:string”。符合搜索语句的建议规则可能会给出不同的结果,请仔细确认规则触发条件。',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => '搜索结果同时包含以下内容:',
|
||||
'general_search_error' => '搜索时出错。请检查日志文件以获取更多信息。',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => '当交易更新时',
|
||||
'rule_trigger_user_action' => '用户动作为“:trigger_value”',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => '来源账户名称开头为...',
|
||||
'rule_trigger_source_account_starts' => '来源账户名称开头为“:trigger_value”',
|
||||
@@ -1214,7 +1209,7 @@ return [
|
||||
'rule_trigger_not_destination_is_cash' => '目标账户不为现金账户',
|
||||
'rule_trigger_not_account_is_cash' => '两个账户都不是现金账户',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => '删除交易!',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => '基于交易创建规则',
|
||||
'create_recurring_from_transaction' => '从交易创建定期交易',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => '让您的浏览器决定',
|
||||
'dark_mode_option_light' => '始终使用亮色',
|
||||
@@ -1499,7 +1492,7 @@ return [
|
||||
'login_provider_local_only' => '当藉由 ":login_provider" 验证时,此动作不可用。',
|
||||
'external_user_mgt_disabled' => '当 Firefly III 不负责用户管理或身份验证时,此操作不可用。',
|
||||
'external_auth_disabled' => '当 Firefly III 不负责身份验证时,此操作不可用。',
|
||||
'delete_local_info_only' => "由于 Firefly III 不负责用户管理和身份验证时,此操作将仅删除 Firefly III 本地的信息。",
|
||||
'delete_local_info_only' => '由于 Firefly III 不负责用户管理和身份验证时,此操作将仅删除 Firefly III 本地的信息。',
|
||||
'oauth' => 'OAuth 授权',
|
||||
'profile_oauth_clients' => 'OAuth 客户端',
|
||||
'profile_oauth_no_clients' => '您尚未创建任何 OAuth 客户端。',
|
||||
@@ -1539,7 +1532,7 @@ return [
|
||||
'multi_account_warning_deposit' => '请注意,后续拆分的目标账户将会被收入的首笔拆分的配置所覆盖。',
|
||||
'multi_account_warning_transfer' => '请注意,后续拆分的来源和目标账户将会被转账的首笔拆分的配置所覆盖。',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -1550,7 +1543,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => '从 Firefly III 导出数据',
|
||||
'export_data_menu' => '导出数据',
|
||||
@@ -1943,7 +1935,7 @@ return [
|
||||
'stored_category' => '已保存新分类“:name”',
|
||||
'without_category_between' => ':start – :end 没有分类',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -1954,7 +1946,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => '撤销对账',
|
||||
'update_withdrawal' => '更新支出',
|
||||
@@ -2054,7 +2045,6 @@ return [
|
||||
'first_split_overrules_destination' => '首笔拆分可能覆盖目标账户',
|
||||
'spent_x_of_y' => '花费{total}的{amount}',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => '欢迎使用 Firefly III!',
|
||||
'submit' => '提交',
|
||||
@@ -2184,7 +2174,7 @@ return [
|
||||
'classification' => '归类整理',
|
||||
'store_transaction' => '保存交易',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2195,7 +2185,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => ':start – :end 的默认财务报表',
|
||||
'report_audit' => ':start – :end 的交易历史概览',
|
||||
@@ -2300,7 +2289,7 @@ return [
|
||||
'sum_in_default_currency' => '总额会总是以您的默认货币显示',
|
||||
'net_filtered_prefs' => '此图表永远不会包括未勾选“包含于净资产”选项的账户',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2311,7 +2300,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => '图表',
|
||||
'month' => '月',
|
||||
@@ -2402,7 +2390,7 @@ return [
|
||||
'total_amount' => '总金额',
|
||||
'number_of_decimals' => '小数位数',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2413,7 +2401,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => '已撤回“:address”的邀请',
|
||||
'invite_is_deleted' => '已删除“:address”的邀请',
|
||||
@@ -2474,7 +2461,6 @@ return [
|
||||
'save_notification_settings' => '保存设置',
|
||||
'notification_settings_saved' => '通知设置已保存',
|
||||
|
||||
|
||||
'split_transaction_title' => '拆分交易的描述',
|
||||
'split_transaction_title_help' => '如果您创建了一笔拆分交易,必须有一个所有拆分的全局描述。',
|
||||
'split_title_help' => '如果您创建了一笔拆分交易,必须有一个所有拆分的全局描述。',
|
||||
@@ -2482,7 +2468,6 @@ return [
|
||||
'you_create_withdrawal' => '您正在创建一笔支出',
|
||||
'you_create_deposit' => '您正在创建一笔收入',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => '交易关联配置',
|
||||
'create_new_link_type' => '创建新关联类型',
|
||||
@@ -2688,7 +2673,7 @@ return [
|
||||
'except_weekends' => '例外的周末',
|
||||
'recurrence_deleted' => '定期交易“:title”已删除',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -2699,7 +2684,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => '余额(:currency)',
|
||||
'box_spent_in_currency' => '支出 (:currency)',
|
||||
@@ -2763,7 +2747,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => '启用货币转换',
|
||||
'disable_auto_convert' => '禁用货币转换',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2776,4 +2759,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -75,7 +74,7 @@ return [
|
||||
'tagMode' => '标签模式',
|
||||
'virtual_balance' => '虚拟账户余额',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => '目标金额',
|
||||
'account_role' => '账户角色',
|
||||
'opening_balance_date' => '开户日期',
|
||||
@@ -180,7 +178,7 @@ return [
|
||||
'journal_areYouSure' => '您确定要删除描述为“:description”的交易吗?',
|
||||
'mass_journal_are_you_sure' => '您确定要删除这些交易吗?',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => '您确定要删除标签“:tag”吗?',
|
||||
'journal_link_areYouSure' => '您确定要删除 <a href=":source_link">:source</a> 与 <a href=":destination_link">:destination</a> 之间的关联吗?',
|
||||
'linkType_areYouSure' => '您确定要删除关联类型“:name” (“:inward”/“:outward”) 吗?',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => '专辑',
|
||||
'song' => '曲目',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => '域名',
|
||||
'single_user_mode' => '禁止新用户注册',
|
||||
@@ -256,7 +252,7 @@ return [
|
||||
'fints_account' => 'FinTS 帐户',
|
||||
'local_account' => 'Firefly III 账户',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => '日期自',
|
||||
'to_date' => '日期至',
|
||||
'due_date' => '到期日',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -65,7 +64,7 @@ return [
|
||||
'budgets_index_list_of_budgets' => '使用此表格可以设定每个预算的金额,并查看您的使用情况。',
|
||||
'budgets_index_outro' => '要了解更多有关预算的信息,请查看右上角的帮助图标。',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => '使用这些报表可以详细地了解您的财务状况。',
|
||||
'reports_index_inputReportType' => '选择报表类型,查看帮助页面以了解每个报表向您显示的内容。',
|
||||
@@ -114,7 +112,7 @@ return [
|
||||
'piggy-banks_index_button' => '此进度条旁边有两个按钮 (+ 和 -),用于从每个存钱罐中存入或取出资金。',
|
||||
'piggy-banks_index_accountStatus' => '此表格中列出了所有至少拥有一个存钱罐的资产账户的状态。',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => '您的目标是什么?一张新沙发、一台相机,或是应急用金?',
|
||||
'piggy-banks_create_date' => '您可以为存钱罐设定目标日期或截止日期。',
|
||||
@@ -148,7 +145,7 @@ return [
|
||||
// create bill
|
||||
'bills_create_intro' => '使用账单来追踪你每个区间要缴纳的费用,例如租金、保险或抵押贷款等支出。',
|
||||
'bills_create_name' => '使用描述性名称, 如“租金”或“健康保险”。',
|
||||
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
// 'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
'bills_create_amount_min_holder' => '选择此账单的最小和最大金额。',
|
||||
'bills_create_repeat_freq_holder' => '大多数账单每月重复,但你可以在这里设定另一个频次。',
|
||||
'bills_create_skip_holder' => '如果账单每2周重复一次,则应将“跳过”栏位设定为“1”,以便每隔一周跳过一次。',
|
||||
@@ -168,7 +165,7 @@ return [
|
||||
'rules_create_test_rule_triggers' => '使用此按钮可以查看哪些交易记录将配对您的规则。',
|
||||
'rules_create_actions' => '您可以设定任意数量的动作。',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => '这些标签页后还有更多可用选项。',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -69,7 +68,7 @@ return [
|
||||
'next_expected_match' => '预期下次支付',
|
||||
'automatch' => '自动匹配?',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => '重复',
|
||||
'description' => '描述',
|
||||
'amount' => '金额',
|
||||
@@ -147,7 +145,7 @@ return [
|
||||
'account_at_bunq' => 'bunq 账户',
|
||||
'file_name' => '文件名称',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => '文件大小',
|
||||
'file_type' => '文件类型',
|
||||
'attached_to' => '附加到',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => '交付',
|
||||
'url' => '网址',
|
||||
'secret' => '密钥',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -101,7 +100,7 @@ return [
|
||||
'unique_object_for_user' => '此名称已在使用中',
|
||||
'unique_account_for_user' => '此账户名称已在使用中',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => ':attribute 必须介于 :min 和 :max 之间',
|
||||
'between.file' => ':attribute 必须介于 :min kB 到 :max kB之间',
|
||||
'between.string' => ':attribute 必须介于 :min 到 :max 字符之间',
|
||||
@@ -181,7 +179,7 @@ return [
|
||||
'same_account_type' => '两个账户必须是相同类型的账户',
|
||||
'same_account_currency' => '两个账户必须设置有相同的货币',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'secure_password' => '此密码不安全,请重试。访问 https://bit.ly/FF3-password-security 获取更多信息。',
|
||||
'valid_recurrence_rep_type' => '此重复类型不能用于定期交易',
|
||||
'valid_recurrence_rep_moment' => '此重复时刻不能用于此重复类型',
|
||||
@@ -254,7 +251,7 @@ return [
|
||||
'deposit_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
|
||||
'deposit_dest_wrong_type' => '提交的目标账户的类型不正确',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'transfer_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
|
||||
'transfer_source_bad_data' => '[c]搜索ID“:id”或名称“:name”时,没有找到有效的来源账户。',
|
||||
'transfer_dest_need_data' => '[c] 需要一个有效的目标账户ID和/或有效的目标账户名称才能继续。',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user