Update meta files for new release.

This commit is contained in:
James Cole
2023-10-28 17:18:02 +02:00
parent 78153c2aa4
commit 6af62c6be0
69 changed files with 448 additions and 192 deletions

View File

@@ -43,6 +43,7 @@ return [
'split' => '分割',
'single_split' => '分割',
'clone' => '複製',
'clone_and_edit' => 'Clone and edit',
'confirm_action' => '操作を確認',
'last_seven_days' => '過去7日間',
'last_thirty_days' => '過去30日間',
@@ -1565,6 +1566,7 @@ return [
'list_all_attachments' => 'すべての添付ファイルのリスト',
// transaction index
'is_reconciled_fields_dropped' => 'Because this transaction is reconciled, you will not be able to update the accounts, nor the amount(s).',
'title_expenses' => '支出',
'title_withdrawal' => '支出',
'title_revenue' => '収益 / 収入',
@@ -1632,7 +1634,8 @@ return [
'create_currency' => '新しい通貨を作成',
'store_currency' => '新しい通貨を保存',
'update_currency' => '通貨を更新',
'new_default_currency' => ':name はデフォルト通貨です',
'new_default_currency' => '":name" is now the default currency.',
'default_currency_failed' => 'Could not make ":name" the default currency. Please check the logs.',
'cannot_delete_currency' => ':nameは使用されているため削除できません。',
'cannot_delete_fallback_currency' => ':name はシステムのフォールバック通貨であり、削除できません。',
'cannot_disable_currency_journals' => '取引がまだ使用しているため、:name を無効にできません。',
@@ -1658,7 +1661,9 @@ return [
'disable_currency' => '無効',
'currencies_default_disabled' => 'これらの通貨のほとんどはデフォルトで無効になっています。使用するには、まず有効にする必要があります。',
'currency_is_now_enabled' => '通貨「:name」が有効になりました',
'could_not_enable_currency' => 'Could not enable currency ":name". Please review the logs.',
'currency_is_now_disabled' => '通貨「:name」は無効になりました',
'could_not_disable_currency' => 'Could not disable currency ":name". Perhaps it is still in use?',
// forms:
'mandatoryFields' => '必須項目',
@@ -1944,6 +1949,7 @@ return [
// transactions:
'unreconcile' => 'Undo reconciliation',
'update_withdrawal' => '出金を更新',
'update_deposit' => '入金を更新',
'update_transaction' => '取引を更新',
@@ -2041,6 +2047,7 @@ return [
'first_split_overrules_destination' => '最初の分割が預け入れ口座を覆す可能性があります',
'spent_x_of_y' => '{amount} / {total} を支出しました',
// new user:
'welcome' => 'Firefly IIIへようこそ',
'submit' => '送信',
@@ -2107,9 +2114,9 @@ return [
'Expense account' => '支出口座',
'Revenue account' => '収入口座',
'Initial balance account' => '初期口座残高',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Asset account' => '資産口座',
'account_type_Expense account' => '支出口座',
'account_type_Revenue account' => '収入口座',
'account_type_Debt' => '借金',
'account_type_Loan' => 'ローン',
'account_type_Mortgage' => '住宅ローン',

View File

@@ -48,6 +48,7 @@ return [
'source_equals_destination' => '引き出し口座と預け入れ口座が同じです。',
'unique_account_number_for_user' => 'この口座番号は既に使われているようです。',
'unique_iban_for_user' => 'このIBANは既に使われているようです。',
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
'deleted_user' => 'セキュリティ上の制約から、このメールアドレスでは登録できません。',
'rule_trigger_value' => 'この値は選択されたトリガーには無効です。',
'rule_action_value' => 'この値は選択された操作には無効です。',
@@ -59,8 +60,8 @@ return [
'transaction_types_equal' => 'すべての分割は同じ種別である必要があります。',
'invalid_transaction_type' => '無効な取引種別です。',
'invalid_selection' => 'あなたの選択は無効です。',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'belongs_user' => 'この値は存在しないオブジェクトにリンクされています。',
'belongs_user_or_user_group' => 'この値は現在の財務管理に属していないオブジェクトにリンクされています。',
'at_least_one_transaction' => '最低でも一つの取引が必要です。',
'recurring_transaction_id' => '少なくとも 1 つの取引が必要です。',
'need_id_to_match' => 'APIを一致させるためにこのエントリをIDで送信する必要があります。',