Meta data for new release.

This commit is contained in:
James Cole
2023-12-26 08:42:38 +01:00
parent ffeada037d
commit ef09f88816
93 changed files with 300 additions and 210 deletions

View File

@@ -63,7 +63,7 @@ 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> をご覧ください。',
'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' => '検索してください!',

View File

@@ -113,7 +113,7 @@ return [
'two_factor_forgot' => '2要素認証端末を忘れてしまいました。',
'two_factor_lost_header' => '2要素認証を紛失しましたか',
'two_factor_lost_intro' => 'バックアップコードも紛失してしまった場合、Webから修正する方法はありません。つから選ぶことができます。',
'two_factor_lost_fix_self' => 'Firefly IIIインスタンスを自分で運営する場合、説明書として<a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">FAQ内のこの項目</a>をお読みください。',
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
'two_factor_lost_fix_owner' => 'または、サイト管理者 <a href="mailto::site_owner">:site_owner</a> に連絡して2要素認証をリセットしてもらうよう頼んでください。',
'mfa_backup_code' => 'あなたはバックアップコードを利用してログインしました。もし再び使用することが出来ないなら、リストから削除してください。',
'pref_two_factor_new_backup_codes' => '新しいバックアップコードを取得',
@@ -203,7 +203,7 @@ return [
'transfer_exchange_rate_instructions' => '引き出し資産口座「@source_name」は @source_currency の取引のみ受け付けます。 宛先資産口座「@dest_name」は @dest_currency でのみ取引を受け付けます。両方の通貨で正しく送金額を入力する必要があります。',
'transaction_data' => '取引データ',
'invalid_server_configuration' => '無効なサーバー構成',
'invalid_locale_settings' => 'Firefly IIIに必要なパッケージがサーバに不足しているため、金額を整形できません。 解決するための<a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">説明はここ</a>にあります。',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
'quickswitch' => 'クイックスイッチ',
'sign_in_to_start' => 'サインインしてセッションを開始',
'sign_in' => 'サインイン',
@@ -748,6 +748,8 @@ return [
// rules
'is_not_rule_trigger' => '否定',
'cannot_fire_inactive_rules' => '無効なルールは実行できません。',
'show_triggers' => 'Show triggers',
'show_actions' => 'Show actions',
'rules' => 'ルール',
'rule_name' => 'ルールの名前',
'rule_triggers' => 'ルールがいつ発動するか',