Various code cleanup and fixed alignments.

This commit is contained in:
James Cole
2024-01-01 15:17:11 +01:00
parent 61c38f2a99
commit 956108399b
494 changed files with 68424 additions and 66802 deletions

View File

@@ -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> にて新しい issue を作ることは大歓迎です。',
'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> にて新しい issue を作ることは大歓迎です。',
'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> でチケットを開いてください。',
];