Update meta data for new release.

This commit is contained in:
James Cole
2023-12-03 08:14:32 +01:00
parent 40083bf2b4
commit 2660dc5bf7
105 changed files with 666 additions and 540 deletions

View File

@@ -469,6 +469,10 @@ return [
'search_modifier_transaction_type' => '取引種別が「:value」',
'search_modifier_not_transaction_type' => '取引種別が「:value」ではない',
'search_modifier_tag_is' => 'タグが「:value」',
'search_modifier_tag_contains' => 'Tag contains ":value"',
'search_modifier_not_tag_contains' => 'Tag does not contain ":value"',
'search_modifier_tag_ends' => 'Tag ends with ":value"',
'search_modifier_tag_starts' => 'Tag starts with ":value"',
'search_modifier_not_tag_is' => 'タグ「:value」がない',
'search_modifier_date_on_year' => '「:value」年の取引',
'search_modifier_not_date_on_year' => '「:value」年の取引ではない',
@@ -1278,6 +1282,8 @@ return [
'rule_action_append_notes_to_descr' => '概要の終わりにメモを追加',
'rule_action_move_descr_to_notes' => 'メモを概要で置き換え',
'rule_action_move_notes_to_descr' => '概要をメモで置き換え',
'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' => '請求のルールグループ',
'rulegroup_for_bills_description' => '請求に関するすべてのルールのための特別なグループです。',
'rule_for_bill_title' => '請求「:name」用に自動作成されたルール',

View File

@@ -56,6 +56,8 @@ return [
'cannot_find_subscription' => 'Firefly IIIはサブスクリプション「":name"」を見つけられませんでした',
'no_notes_to_move' => '取引には概要に設定できるメモがありません',
'no_tags_to_remove' => '取引には削除できるタグがありません',
'not_withdrawal' => 'The transaction is not a withdrawal',
'not_deposit' => 'The transaction is not a deposit',
'cannot_find_tag' => 'Firefly IIIはタグ「:tag」を見つけられませんでした',
'cannot_find_asset' => 'Firefly IIIは資産口座「:name」を見つけられませんでした',
'cannot_find_accounts' => 'Firefly IIIは引き出し元または預け入れ先口座を見つけられませんでした',