mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update meta files for new release.
This commit is contained in:
@@ -1731,9 +1731,9 @@ return [
|
||||
'remove_budgeted_amount' => ':currency で予算を削除する',
|
||||
|
||||
// bills:
|
||||
'subscription' => 'Subscription',
|
||||
'subscription' => 'サブスクリプション',
|
||||
'not_expected_period' => 'この期間には予定なし',
|
||||
'subscriptions_in_group' => 'Subscriptions in group "%{title}"',
|
||||
'subscriptions_in_group' => 'グループ「%{title}」のサブスクリプション',
|
||||
'subscr_expected_x_times' => 'Expect to pay %{amount} %{times} times this period',
|
||||
'not_or_not_yet' => '(まだ) なし',
|
||||
'visit_bill' => 'Firefly IIIの請求「:name」を開く',
|
||||
@@ -1771,7 +1771,7 @@ return [
|
||||
'bill_edit_rules' => 'Firefly III は、この請求に関連するルールの編集を試みます。 ただし、このルールをあなたが編集している場合、Firefly III は何も変更しません。 Firefly III は、この請求に関連する :count 件のルールも編集します。 ただし、これらのルールをあなたが編集している場合、Firefly III は何も変更しません。',
|
||||
'bill_expected_date' => '予定日 :date',
|
||||
'bill_expected_date_js' => '予定日 {date}',
|
||||
'expected_amount' => '(Expected) amount',
|
||||
'expected_amount' => '(予想される) 金額',
|
||||
'bill_paid_on' => '{date} に支払い済み',
|
||||
'bill_repeats_weekly' => '毎週の繰り返し',
|
||||
'bill_repeats_monthly' => '毎月の繰り返し',
|
||||
|
||||
@@ -59,7 +59,8 @@ return [
|
||||
'transaction_types_equal' => 'すべての分割は同じ種別である必要があります。',
|
||||
'invalid_transaction_type' => '無効な取引種別です。',
|
||||
'invalid_selection' => 'あなたの選択は無効です。',
|
||||
'belongs_user' => 'この欄ではその値は無効です。',
|
||||
'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.',
|
||||
'at_least_one_transaction' => '最低でも一つの取引が必要です。',
|
||||
'recurring_transaction_id' => '少なくとも 1 つの取引が必要です。',
|
||||
'need_id_to_match' => 'APIを一致させるためにこのエントリをIDで送信する必要があります。',
|
||||
|
||||
Reference in New Issue
Block a user