Update meta data for new release.

This commit is contained in:
James Cole
2023-10-15 13:03:14 +02:00
parent 028ef63f6e
commit 533cd1dbed
95 changed files with 977 additions and 851 deletions

View File

@@ -1734,7 +1734,7 @@ return [
'subscription' => 'サブスクリプション',
'not_expected_period' => 'この期間には予定なし',
'subscriptions_in_group' => 'グループ「%{title}」のサブスクリプション',
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
'subscr_expected_x_times' => 'この期間に %{amount} %{times} 回の支払いを予定',
'not_or_not_yet' => '(まだ) なし',
'visit_bill' => 'Firefly IIIの請求「:name」を開く',
'match_between_amounts' => '請求は :low から :high の間の取引に適合します。',
@@ -2107,6 +2107,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_Debt' => '借金',
'account_type_Loan' => 'ローン',
'account_type_Mortgage' => '住宅ローン',

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'すべての分割は同じ種別である必要があります。',
'invalid_transaction_type' => '無効な取引種別です。',
'invalid_selection' => 'あなたの選択は無効です。',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'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.',
'at_least_one_transaction' => '最低でも一つの取引が必要です。',
'recurring_transaction_id' => '少なくとも 1 つの取引が必要です。',
'need_id_to_match' => 'APIを一致させるためにこのエントリをIDで送信する必要があります。',