mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Rebuild frontend, do not use store in components.
This commit is contained in:
@@ -24,36 +24,36 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// common items
|
||||
'greeting' => '你好,',
|
||||
'greeting' => '您好,',
|
||||
'closing' => '哔——啵——',
|
||||
'signature' => 'Firefly III 邮件机器人',
|
||||
'footer_ps' => 'PS: 此消息是由于来自IP:ipAddress的请求触发而发送的。',
|
||||
'footer_ps' => 'PS: 此消息是由来自 IP :ipAddress 的请求触发的。',
|
||||
|
||||
// admin test
|
||||
'admin_test_subject' => 'Firefly III 安装的测试消息',
|
||||
'admin_test_body' => '这是来自 Firefly III 实例的测试消息。它已被发送到 :email。',
|
||||
'admin_test_subject' => '来自 Firefly III 安装的测试消息',
|
||||
'admin_test_body' => '这是来自 Firefly III 站点的测试消息,收件人是 :email。',
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'New login on Firefly III',
|
||||
'new_ip_body' => 'Firefly III detected a new login on your account from an unknown IP address. If you never logged in from the IP address below, or it has been more than six months ago, Firefly III will warn you.',
|
||||
'new_ip_warning' => 'If you recognize this IP address or the login, you can ignore this message. If you didn\'t login, of if you have no idea what this is about, verify your password security, change it, and log out all other sessions. To do this, go to your profile page. Of course you have 2FA enabled already, right? Stay safe!',
|
||||
'ip_address' => 'IP address',
|
||||
'host_name' => 'Host',
|
||||
'date_time' => 'Date + time',
|
||||
'login_from_new_ip' => 'Firefly III 上有新的登录活动',
|
||||
'new_ip_body' => 'Firefly III 检测到了来自未知 IP 地址的登录活动。如果您从未在下列 IP 地址登录,或上次登录已超过6个月,Firefly III 会提醒您。',
|
||||
'new_ip_warning' => '如果您认识该 IP 地址或知道该次登录,您可以忽略此信息。如果您没有登录,或者您不知道发生了什么,请立即前往个人档案页面,确认您的密码安全、修改新密码,并立即退出登录其他所有设备。为了保证帐户的安全性,请务必启用两步验证功能。',
|
||||
'ip_address' => 'IP 地址',
|
||||
'host_name' => '主机',
|
||||
'date_time' => '日期与时间',
|
||||
|
||||
// access token created
|
||||
'access_token_created_subject' => '创建了一个新的访问令牌',
|
||||
'access_token_created_body' => '某人(希望是你) 刚刚为你的用户帐户创建了一个新的 Firefly III API 访问令牌。',
|
||||
'access_token_created_explanation' => '通过这个令牌,您的<strong>所有</strong>个人信息都可以通过Firefly III的API来访问。',
|
||||
'access_token_created_revoke' => '如果不是您,请尽快在:url撤销此令牌。',
|
||||
'access_token_created_body' => '有人(希望是您)刚刚为您的帐户创建了一个新的 Firefly III API 访问令牌。',
|
||||
'access_token_created_explanation' => '通过该令牌,您的<strong>所有</strong>财务信息都可以通过 Firefly III API 来获取。',
|
||||
'access_token_created_revoke' => '如果这不是您,请尽快点击链接 :url 取消该令牌。',
|
||||
|
||||
// registered
|
||||
'registered_subject' => '欢迎使用 Firefly III!',
|
||||
'registered_welcome' => '欢迎来到 <a style="color:#337ab7" href=":address">Firefly III</a>。您的注册已经成功完成,此电子邮件即为确认信息。恭喜!',
|
||||
'registered_pw' => '如果您忘记了您的密码,请使用 <a style="color:#337ab7" href=":address/password/reset">重置密码工具</a> 重置密码。',
|
||||
'registered_help' => '每个页面右上角都有一个帮助图标。如果您需要帮助,请点击它!',
|
||||
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/personal-finances">grand theory</a>.',
|
||||
'registered_doc_text' => '如果您尚未阅读,请阅读第一个使用指南和完整说明。',
|
||||
'registered_doc_html' => '我们推荐您阅读我们的<a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/personal-finances">程序简介</a>。',
|
||||
'registered_doc_text' => '我们推荐您阅读新用户使用指南和完整说明。',
|
||||
'registered_closing' => '祝您使用愉快!',
|
||||
'registered_firefly_iii_link' => 'Firefly III:',
|
||||
'registered_pw_reset_link' => '密码已重置',
|
||||
@@ -62,43 +62,43 @@ return [
|
||||
// email change
|
||||
'email_change_subject' => '您的 Firefly III 电子邮件地址已更改',
|
||||
'email_change_body_to_new' => '您或有人访问您的 Firefly III 帐户已更改您的电子邮件地址。 如果不是您操作的,请忽略并删除。',
|
||||
'email_change_body_to_old' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this to happen, you <strong>must</strong> follow the "undo"-link below to protect your account!',
|
||||
'email_change_ignore' => 'If you initiated this change, you may safely ignore this message.',
|
||||
'email_change_old' => 'The old email address was: :email',
|
||||
'email_change_old_strong' => 'The old email address was: <strong>:email</strong>',
|
||||
'email_change_new' => 'The new email address is: :email',
|
||||
'email_change_new_strong' => 'The new email address is: <strong>:email</strong>',
|
||||
'email_change_instructions' => 'You cannot use Firefly III until you confirm this change. Please follow the link below to do so.',
|
||||
'email_change_undo_link' => 'To undo the change, follow this link:',
|
||||
'email_change_body_to_old' => '您或拥有您帐户访问权限的人修改了您的电子邮件地址。如果您没有进行该操作,您<strong>必须</strong>点击下方的“撤销操作”链接来保护您的帐户!',
|
||||
'email_change_ignore' => '如果该操作由您本人进行,您可以安全地忽略此消息。',
|
||||
'email_change_old' => '旧的电子邮件地址为::email',
|
||||
'email_change_old_strong' => '旧的电子邮件地址为:<strong>:email</strong>',
|
||||
'email_change_new' => '新的电子邮件地址为::email',
|
||||
'email_change_new_strong' => '新的电子邮件地址为:<strong>:email</strong>',
|
||||
'email_change_instructions' => '在您确认该项更改前,您无法使用 Firefly III。请点击下方链接进行操作。',
|
||||
'email_change_undo_link' => '若要撤销改动,请点击此链接:',
|
||||
|
||||
// OAuth token created
|
||||
'oauth_created_subject' => 'A new OAuth client has been created',
|
||||
'oauth_created_body' => 'Somebody (hopefully you) just created a new Firefly III API OAuth Client for your user account. It\'s labeled ":name" and has callback URL <span style="font-family: monospace;">:url</span>.',
|
||||
'oauth_created_explanation' => 'With this client, they can access <strong>all</strong> of your financial records through the Firefly III API.',
|
||||
'oauth_created_undo' => 'If this wasn\'t you, please revoke this client as soon as possible at :url.',
|
||||
'oauth_created_subject' => '新的 OAuth 客户端完成创建',
|
||||
'oauth_created_body' => '有人(希望是您)刚刚为您的帐户创建了一个新的 Firefly III API OAuth 客户端,其名称为“:name”,回调网址为 <span style="font-family: monospace;">:url</span> 。',
|
||||
'oauth_created_explanation' => '通过该客户端,您的<strong>所有</strong>财务信息都可以通过 Firefly III API 来获取。',
|
||||
'oauth_created_undo' => '如果这不是您,请尽快点击链接 :url 取消该客户端。',
|
||||
|
||||
// reset password
|
||||
'reset_pw_subject' => 'Your password reset request',
|
||||
'reset_pw_instructions' => 'Somebody tried to reset your password. If it was you, please follow the link below to do so.',
|
||||
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
|
||||
'reset_pw_subject' => '您的密码重置请求',
|
||||
'reset_pw_instructions' => '有人尝试重置您的密码。如果是您本人的操作,请点击下方链接进行重置。',
|
||||
'reset_pw_warning' => '请您<strong>务必</strong>确认打开的链接为真正的 Firefly III 站点。',
|
||||
|
||||
// error
|
||||
'error_subject' => 'Caught an error in Firefly III',
|
||||
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
|
||||
'error_type' => 'The error was of type ":class".',
|
||||
'error_timestamp' => 'The error occurred on/at: :time.',
|
||||
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
|
||||
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
|
||||
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
|
||||
'error_ip' => 'The IP address related to this error is: :ip',
|
||||
'error_subject' => 'Firefly III 发生了错误',
|
||||
'error_intro' => 'Firefly III v:version 发生了错误:<span style="font-family: monospace;">:errorMessage</span>。',
|
||||
'error_type' => '错误类型为“:class”。',
|
||||
'error_timestamp' => '错误发生于“:time”。',
|
||||
'error_location' => '错误产生于文件“<span style="font-family: monospace;">:file</span>” 第 :line 行代码 :code。',
|
||||
'error_user' => '错误由用户 #:id(<a href="mailto::email">:email</a>)遇到。',
|
||||
'error_no_user' => '没有已登录用户遇到该错误,或未检测到用户信息。',
|
||||
'error_ip' => '与该错误关联的 IP 地址是::ip',
|
||||
'error_url' => '网址为::url',
|
||||
'error_user_agent' => '用户代理: :userAgent',
|
||||
'error_stacktrace' => '完整的堆栈跟踪如下。如果您认为这是Fifly III中的错误,您可以将此消息转发到 <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefresy-iii。 rg</a>。这可以帮助修复您刚刚遇到的错误。',
|
||||
'error_github_html' => '如果你喜欢,你也可以在 <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> 上打开一个新问题。',
|
||||
'error_github_text' => '如果您喜欢,您也可以在 https://github.com/firefrechy-iii/firefrechy-iii/issues上打开一个新问题。',
|
||||
'error_stacktrace_below' => 'The full stacktrace is below:',
|
||||
'error_stacktrace' => '完整的堆栈跟踪如下。如果您认为这是Fifly III中的错误,您可以将此消息转发到 <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefresy-iii.org</a>。这可以帮助修复您刚刚遇到的错误。',
|
||||
'error_github_html' => '如果您愿意,您也可以在 <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> 上创建新工单。',
|
||||
'error_github_text' => '如果您愿意,您也可以在 https://github.com/firefrechy-iii/firefrechy-iii/issues 上创建新工单。',
|
||||
'error_stacktrace_below' => '完整的堆栈跟踪如下:',
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
|
||||
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
|
||||
'new_journals_subject' => 'Firefly III 创建了一笔新的交易|Firefly III 创建了 :count 笔新的交易',
|
||||
'new_journals_header' => 'Firefly III 为您创建了一笔交易,您可以在您的 Firefly III 站点中查看:|Firefly III 为您创建了 :count 笔交易,您可以在您的 Firefly III 站点中查看:',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user