mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update languages and related files.
This commit is contained in:
@@ -1731,7 +1731,10 @@ return [
|
||||
'remove_budgeted_amount' => ':currency で予算を削除する',
|
||||
|
||||
// bills:
|
||||
'subscription' => 'Subscription',
|
||||
'not_expected_period' => 'この期間には予定なし',
|
||||
'subscriptions_in_group' => '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」を開く',
|
||||
'match_between_amounts' => '請求は :low から :high の間の取引に適合します。',
|
||||
@@ -1768,6 +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',
|
||||
'bill_paid_on' => '{date} に支払い済み',
|
||||
'bill_repeats_weekly' => '毎週の繰り返し',
|
||||
'bill_repeats_monthly' => '毎月の繰り返し',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
@@ -21,6 +21,7 @@ declare(strict_types=1);
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'main_message' => 'アクション「:action"」はルール「:rule」にありますが、取引 #:group に適用できませんでした: :error',
|
||||
@@ -50,8 +51,8 @@ return [
|
||||
'already_has_destination' => 'この取引はすでに宛先の口座は「:name」です',
|
||||
'already_has_source' => 'この取引はすでに元となる口座は「:name」です',
|
||||
'already_linked_to_subscription' => 'この取引はすでにサブスクリプション「:name」にリンクされています',
|
||||
'already_linked_to_category' => 'The transaction is already linked to category ":name"',
|
||||
'already_linked_to_budget' => 'The transaction is already linked to budget ":name"',
|
||||
'already_linked_to_category' => '取引はすでにカテゴリ「:name」にリンクされています',
|
||||
'already_linked_to_budget' => '取引はすでに予算「:name」にリンクされています',
|
||||
'cannot_find_subscription' => 'Firefly IIIはサブスクリプション「":name"」を見つけられませんでした',
|
||||
'no_notes_to_move' => '取引には概要に設定できるメモがありません',
|
||||
'no_tags_to_remove' => '取引には削除できるタグがありません',
|
||||
|
||||
Reference in New Issue
Block a user