Update language strings

This commit is contained in:
James Cole
2023-12-20 21:13:31 +01:00
parent 3842552256
commit 51d244cfe6
512 changed files with 1605 additions and 3621 deletions

View File

@@ -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> 上创建工单。',
];