mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -51,7 +52,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!
|
||||
@@ -62,16 +63,17 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
'collect_info' => '请在 <code>storage/logs</code> 目录中查找日志文件以获取更多信息。如果您正在使用 Docker,请使用 <code>docker logs -f [container]</code>。',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'github_help' => '在 GitHub 上获取帮助',
|
||||
'github_instructions' => '欢迎您在 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong> 创建工单。',
|
||||
'use_search' => '请善用搜索功能!',
|
||||
'include_info' => '请包含<a href=":link">该调试页面</a>的相关信息。',
|
||||
'tell_more' => '请提交给我们更多信息,而不仅仅是“网页提示说很抱歉”。',
|
||||
'include_logs' => '请包含错误日志(见上文)。',
|
||||
'what_did_you_do' => '告诉我们您进行了哪些操作。',
|
||||
'offline_header' => '您可能处于离线状态',
|
||||
'offline_unreachable' => '无法访问 Firefly III。您的设备目前处于离线状态或服务器无法正常工作。',
|
||||
'offline_github' => '如果您确信您的设备和服务器均正常在线运行,请在 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong> 上创建工单。',
|
||||
|
||||
'collect_info' => '请在 <code>storage/logs</code> 目录中查找日志文件以获取更多信息。如果您正在使用 Docker,请使用 <code>docker logs -f [container]</code>。',
|
||||
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
|
||||
'github_help' => '在 GitHub 上获取帮助',
|
||||
'github_instructions' => '欢迎您在 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong> 创建工单。',
|
||||
'use_search' => '请善用搜索功能!',
|
||||
'include_info' => '请包含<a href=":link">该调试页面</a>的相关信息。',
|
||||
'tell_more' => '请提交给我们更多信息,而不仅仅是“网页提示说很抱歉”。',
|
||||
'include_logs' => '请包含错误日志(见上文)。',
|
||||
'what_did_you_do' => '告诉我们您进行了哪些操作。',
|
||||
'offline_header' => '您可能处于离线状态',
|
||||
'offline_unreachable' => '无法访问 Firefly III。您的设备目前处于离线状态或服务器无法正常工作。',
|
||||
'offline_github' => '如果您确信您的设备和服务器均正常在线运行,请在 <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong> 上创建工单。',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user