mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +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> にて新しい 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> でチケットを開いてください。',
|
||||
];
|
||||
|
Reference in New Issue
Block a user