Auto commit for release 'develop' on 2024-03-11

This commit is contained in:
github-actions
2024-03-11 06:17:46 +01:00
parent 349d38b956
commit dfdbfae4b5
241 changed files with 3894 additions and 982 deletions

View File

@@ -34,21 +34,21 @@
declare(strict_types=1);
return [
'html_language' => 'ja',
'locale' => 'ja, Japanese, ja_JP.utf8, ja_JP.UTF-8',
'html_language' => 'ja',
'locale' => 'ja, Japanese, ja_JP.utf8, ja_JP.UTF-8',
// 'month' => '%B %Y',
'month_js' => 'YYYY年MM月',
'month_js' => 'YYYY年MM月',
// 'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'YYYY年MM月D日',
'month_and_day_fns' => 'y年 MMMM d日',
'month_and_day_js' => 'YYYY年MM月DD日',
'month_and_day_moment_js' => 'YYYY年MM月D日',
'month_and_day_fns' => 'y年 MMMM d日',
'month_and_day_js' => 'YYYY年MM月DD日',
// 'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'YYYY年M月D日 dddd',
'month_and_date_day_js' => 'YYYY年M月D日 dddd',
// 'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'M月D日',
'month_and_day_no_year_js' => 'M月D日',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -62,32 +62,32 @@ return [
*/
// 'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'YYYY年MM月DD日 HH:mm:ss',
'date_time_fns' => 'yyyy年MMMM月do日 HH:mm:ss',
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
'date_time_js' => 'YYYY年MM月DD日 HH:mm:ss',
'date_time_fns' => 'yyyy年MMMM月do日 HH:mm:ss',
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
// 'specific_day' => '%e %B %Y',
'specific_day_js' => 'YYYY年MM月D日',
'specific_day_js' => 'YYYY年MM月D日',
// 'week_in_year' => 'Week %V, %G',
'week_in_year_js' => 'GGGG年W週',
'week_in_year_fns' => 'yyyy年w週',
'week_in_year_js' => 'GGGG年W週',
'week_in_year_fns' => 'yyyy年w週',
// 'year' => '%Y',
'year_js' => 'YYYY年',
'year_js' => 'YYYY年',
// 'half_year' => '%B %Y',
'half_year_js' => 'YYYY年第Q四半期',
'half_year_js' => 'YYYY年第Q四半期',
'quarter_fns' => 'yyyy年第Q四半期',
'half_year_fns' => 'yyyy年H半期',
'dow_1' => '月曜日',
'dow_2' => '火曜日',
'dow_3' => '水曜日',
'dow_4' => '木曜日',
'dow_5' => '金曜日',
'dow_6' => '土曜日',
'dow_7' => '日曜日',
'quarter_fns' => 'yyyy年第Q四半期',
'half_year_fns' => 'yyyy年H半期',
'dow_1' => '月曜日',
'dow_2' => '火曜日',
'dow_3' => '水曜日',
'dow_4' => '木曜日',
'dow_5' => '金曜日',
'dow_6' => '土曜日',
'dow_7' => '日曜日',
];
/*

View File

@@ -42,7 +42,7 @@ return [
'fatal_error' => '致命的なエラーが発生しました。"storage/logs"にあるログファイルを確認するか、"docker logs -f [container]"を使用して問題点を確認してください。',
'maintenance_mode' => 'Firefly III はメンテナンスモードです。',
'be_right_back' => 'メンテナンスはすぐに終わります。',
'check_back' => '必要なメンテナンスを行っているため、Firefly IIIは一時停止しています。しばらくしてからもう一度確認してください。',
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second. If you happen to see this message on the demo site, just wait a few minutes. The database is reset every few hours.',
'error_occurred' => '申し訳ありません。エラーが発生しました。',
'db_error_occurred' => 'おっと!データベースエラーが発生しました。',
'error_not_recoverable' => '残念ながら、このエラーは回復不可能です。Firefly IIIは故障しました。エラーログは以下の通りです:',

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' => '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_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' => '新しいバックアップコードを取得',
@@ -1286,6 +1286,8 @@ return [
'rule_action_append_notes_to_descr' => '概要の終わりにメモを追加',
'rule_action_move_descr_to_notes' => 'メモを概要で置き換え',
'rule_action_move_notes_to_descr' => '概要をメモで置き換え',
'rule_action_set_amount_choice' => 'Set amount to ..',
'rule_action_set_amount' => 'Set amount to ":action_value"',
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
'rulegroup_for_bills_title' => '請求のルールグループ',
@@ -2768,6 +2770,7 @@ return [
'ale_action_add_to_piggy' => '貯金箱',
'ale_action_remove_from_piggy' => '貯金箱',
'ale_action_add_tag' => '追加したタグ',
'ale_action_update_amount' => 'Updated amount',
// dashboard
'enable_auto_convert' => '通貨の変換を有効にする',

View File

@@ -70,4 +70,5 @@ return [
'cannot_find_budget' => 'Firefly IIIは予算「:name」を見つけらませんでした',
'cannot_find_category' => 'Firefly IIIはカテゴリ「:name」を見つけらませんでした',
'cannot_set_budget' => 'Firefly IIIは予算「:name」を取引種別「:type」に設定できません',
'journal_invalid_amount' => 'Firefly III can\'t set amount ":amount" because it is not a valid number.',
];

View File

@@ -55,6 +55,7 @@ return [
'reconciled_forbidden_field' => 'この取引は照合済みです。「:field」は変更できません。',
'deleted_user' => 'セキュリティ上の制約から、このメールアドレスでは登録できません。',
'rule_trigger_value' => 'この値は選択されたトリガーには無効です。',
'rule_action_expression' => 'Invalid expression. :error',
'rule_action_value' => 'この値は選択された操作には無効です。',
'file_already_attached' => 'アップロードされたファイル ":name"は既に対象に割り当てられています。',
'file_attached' => 'ファイル ":name" のアップロードに成功しました。',
@@ -195,7 +196,7 @@ return [
*
*/
'secure_password' => 'これは安全なパスワードではありません。もう一度やり直してください。詳細については、https://bit.ly/FF3-password-security を参照してください。',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password',
'valid_recurrence_rep_type' => '繰り返し取引のタイプが無効です。',
'valid_recurrence_rep_moment' => '無効な繰り返し設定があります。',
'invalid_account_info' => 'アカウント情報が正しくありません。',