From e031fffe6596de45aff32db4135a43d71c81a572 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 29 Dec 2022 15:49:24 +0100 Subject: [PATCH] Update translations --- resources/lang/bg_BG/firefly.php | 12 ++++- resources/lang/bg_BG/validation.php | 2 + resources/lang/cs_CZ/firefly.php | 12 ++++- resources/lang/cs_CZ/validation.php | 2 + resources/lang/da_DK/firefly.php | 12 ++++- resources/lang/da_DK/validation.php | 2 + resources/lang/de_DE/firefly.php | 74 ++++++++++++++++------------- resources/lang/de_DE/validation.php | 2 + resources/lang/el_GR/firefly.php | 12 ++++- resources/lang/el_GR/validation.php | 2 + resources/lang/en_GB/firefly.php | 12 ++++- resources/lang/en_GB/validation.php | 2 + resources/lang/es_ES/firefly.php | 12 ++++- resources/lang/es_ES/validation.php | 2 + resources/lang/fi_FI/firefly.php | 12 ++++- resources/lang/fi_FI/validation.php | 2 + resources/lang/fr_FR/firefly.php | 12 ++++- resources/lang/fr_FR/validation.php | 2 + resources/lang/hu_HU/firefly.php | 12 ++++- resources/lang/hu_HU/validation.php | 2 + resources/lang/id_ID/firefly.php | 12 ++++- resources/lang/id_ID/validation.php | 2 + resources/lang/it_IT/firefly.php | 12 ++++- resources/lang/it_IT/validation.php | 2 + resources/lang/ja_JP/firefly.php | 12 ++++- resources/lang/ja_JP/validation.php | 2 + resources/lang/ko_KR/firefly.php | 12 ++++- resources/lang/ko_KR/validation.php | 2 + resources/lang/nb_NO/firefly.php | 12 ++++- resources/lang/nb_NO/validation.php | 2 + resources/lang/nl_NL/firefly.php | 12 ++++- resources/lang/nl_NL/validation.php | 2 + resources/lang/pl_PL/firefly.php | 12 ++++- resources/lang/pl_PL/validation.php | 2 + resources/lang/pt_BR/firefly.php | 12 ++++- resources/lang/pt_BR/validation.php | 2 + resources/lang/pt_PT/firefly.php | 12 ++++- resources/lang/pt_PT/validation.php | 2 + resources/lang/ro_RO/firefly.php | 12 ++++- resources/lang/ro_RO/validation.php | 2 + resources/lang/ru_RU/firefly.php | 12 ++++- resources/lang/ru_RU/validation.php | 2 + resources/lang/sk_SK/firefly.php | 12 ++++- resources/lang/sk_SK/validation.php | 2 + resources/lang/sl_SI/firefly.php | 12 ++++- resources/lang/sl_SI/validation.php | 2 + resources/lang/sv_SE/firefly.php | 12 ++++- resources/lang/sv_SE/validation.php | 2 + resources/lang/th_TH/firefly.php | 12 ++++- resources/lang/th_TH/validation.php | 2 + resources/lang/tr_TR/firefly.php | 12 ++++- resources/lang/tr_TR/validation.php | 2 + resources/lang/uk_UA/firefly.php | 12 ++++- resources/lang/uk_UA/validation.php | 2 + resources/lang/vi_VN/firefly.php | 12 ++++- resources/lang/vi_VN/validation.php | 2 + resources/lang/zh_CN/firefly.php | 12 ++++- resources/lang/zh_CN/validation.php | 2 + resources/lang/zh_TW/firefly.php | 12 ++++- resources/lang/zh_TW/validation.php | 2 + 60 files changed, 421 insertions(+), 61 deletions(-) diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php index fb897ee526..d0e5642874 100644 --- a/resources/lang/bg_BG/firefly.php +++ b/resources/lang/bg_BG/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Обновяване на правило ":rule" от низа за търсене', 'create_rule_from_query' => 'Създай ново правило от низа за търсене', 'rule_from_search_words' => 'Механизмът за правила има затруднения с обработката на ":string". Предложеното правило, което отговаря на низа ви за търсене, може да даде различни резултати. Моля проверете внимателно задействанията на правилото.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Прехвърляния', 'title_transfers' => 'Прехвърляния', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(без етикети)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Добавете пари към касичка ":name"', 'piggy_bank' => 'Касичка', 'new_piggy_bank' => 'Нова касичка', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Създай сметка', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Повтарящи се транзакции', 'repeat_until_in_past' => 'Тази повтаряща се транзакция спря да се повтаря на :date.', 'recurring_calendar_view' => 'Календар', diff --git a/resources/lang/bg_BG/validation.php b/resources/lang/bg_BG/validation.php index 1caba00cef..d791ec52a3 100644 --- a/resources/lang/bg_BG/validation.php +++ b/resources/lang/bg_BG/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.', 'withdrawal_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.', diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index bd7c0753d0..69687cecc0 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Převody', 'title_transfers' => 'Převody', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(žádné štítky)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Vložit peníze do pokladničky ":name"', 'piggy_bank' => 'Pokladnička', 'new_piggy_bank' => 'Nová pokladnička', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Vytvořit účet', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Opakované transakce', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Kalendář', diff --git a/resources/lang/cs_CZ/validation.php b/resources/lang/cs_CZ/validation.php index a88fbadb6a..eb6a926f70 100644 --- a/resources/lang/cs_CZ/validation.php +++ b/resources/lang/cs_CZ/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.', 'withdrawal_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.', 'deposit_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.', diff --git a/resources/lang/da_DK/firefly.php b/resources/lang/da_DK/firefly.php index 9e7b46796e..8751f62a42 100644 --- a/resources/lang/da_DK/firefly.php +++ b/resources/lang/da_DK/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Eksternt ID er ":value"', 'search_modifier_not_external_id_is' => 'Eksternt ID er ikke ":value"', 'search_modifier_no_external_url' => 'Transaktionen har ikke noget eksternt URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'Transaktionen har ikke noget eksternt URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Transaktionen skal have et (vilkårligt) eksternt URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'Transaktionen skal have et (vilkårligt) eksternt URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Intern reference er ":value"', 'search_modifier_not_internal_reference_is' => 'Intern reference er ikke ":value"', 'search_modifier_description_starts' => 'Beskrivelsen starter med ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Opdater regel ":rule" fra søgeforespørgsel', 'create_rule_from_query' => 'Opret ny regel fra søgeforespørgsel', 'rule_from_search_words' => 'Der er problemer med at håndtere forespørgslen ":string". Den foreslåede regel, der passer til din søgeforespørgsel, kan give forskellige resultater. Kontroller venligst omhyggeligt de udløsende hændelser.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Overførsler', 'title_transfers' => 'Overførsler', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(ingen mærker)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Tilføj penge til sparegrisen ":name"', 'piggy_bank' => 'Sparegris', 'new_piggy_bank' => 'Ny sparegris', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Opret ny regning', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Recurring transactions', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/da_DK/validation.php b/resources/lang/da_DK/validation.php index 542181fc53..e1c89da23c 100644 --- a/resources/lang/da_DK/validation.php +++ b/resources/lang/da_DK/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.', 'withdrawal_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller navn ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".', 'deposit_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.', diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 4595a77d04..dfb5865b68 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Externe ID lautet „:value”', 'search_modifier_not_external_id_is' => 'External ID ist nicht ":value"', 'search_modifier_no_external_url' => 'Die Buchung besitzt keine externe URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'Die Buchung besitzt keine externe URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Die Buchung muss eine (beliebige) externe URL aufweisen', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'Die Buchung muss eine (beliebige) externe URL haben', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Interne Referenz lautet „:value”', 'search_modifier_not_internal_reference_is' => 'Interne Referenz ist nicht ":value"', 'search_modifier_description_starts' => 'Beschreibung beginnt mit „:value”', @@ -444,7 +448,7 @@ return [ 'search_modifier_date_on_month' => 'Buchung im Monat „:value”', 'search_modifier_not_date_on_month' => 'Buchung ist nicht im Monat ":value"', 'search_modifier_date_on_day' => 'Buchung erfolgt am :value Tag des Monats', - 'search_modifier_not_date_on_day' => 'Transaction is not on day of month ":value"', + 'search_modifier_not_date_on_day' => 'Buchung erfolgte nicht am Tag des Monats ":value"', 'search_modifier_date_before_year' => 'Buchung ist vor dem oder im Jahr ":value"', 'search_modifier_date_before_month' => 'Buchung ist vor oder im Monat ":value"', 'search_modifier_date_before_day' => 'Buchung vor oder am ":value" Tag des Monats', @@ -455,7 +459,7 @@ return [ // new 'search_modifier_tag_is_not' => 'Kein Schlagwort lautet ":value"', - 'search_modifier_not_tag_is_not' => 'Tag is ":value"', + 'search_modifier_not_tag_is_not' => 'Schlagwort ist ":value"', 'search_modifier_account_is' => 'Beide Konten sind ":value"', 'search_modifier_not_account_is' => 'Beide Konten sind nicht ":value"', 'search_modifier_account_contains' => 'Beide Konten enthalten ":value"', @@ -513,30 +517,30 @@ return [ 'search_modifier_has_no_attachments' => 'Transaktion hat keine Anhänge', 'search_modifier_not_has_no_attachments' => 'Buchung hat Anhänge', 'search_modifier_not_has_attachments' => 'Buchung hat keine Anhänge', - 'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.', + 'search_modifier_account_is_cash' => 'Eines der Konten ist das (Bar-)Konto.', 'search_modifier_not_account_is_cash' => 'Beide Konten sind keine Bargeldkonten.', 'search_modifier_journal_id' => 'Transaktions-Journal-ID ist ":value"', - 'search_modifier_not_journal_id' => 'The journal ID is not ":value"', + 'search_modifier_not_journal_id' => 'Die Journal-ID ist nicht ":value"', 'search_modifier_recurrence_id' => 'Die Dauerauftrags-ID ist ":value"', - 'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"', + 'search_modifier_not_recurrence_id' => 'Die Dauerauftrags-ID ist nicht ":value"', 'search_modifier_foreign_amount_is' => 'Buchungsbetrag (Fremdwährung) lautet ":value"', 'search_modifier_not_foreign_amount_is' => 'Buchungsbetrag (Fremdwährung) ist nicht ":value"', 'search_modifier_foreign_amount_less' => 'Der Fremdbetrag ist geringer als ":value"', 'search_modifier_not_foreign_amount_more' => 'Buchungsbetrag (Fremdwährung) ist kleiner als ":value"', 'search_modifier_not_foreign_amount_less' => 'Buchungsbetrag (Fremdwährung) ist größer als ":value"', 'search_modifier_foreign_amount_more' => 'Buchungsbetrag (Fremdwährung) ist höher als ":value"', - 'search_modifier_exists' => 'Transaction exists (any transaction)', - 'search_modifier_not_exists' => 'Transaction does not exist (no transaction)', + 'search_modifier_exists' => 'Buchung vorhanden (beliebige Buchung)', + 'search_modifier_not_exists' => 'Buchung existiert nicht (keine Buchung)', // date fields 'search_modifier_interest_date_on' => 'Transaktion Zinstermin ist am ":value"', - 'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"', + 'search_modifier_not_interest_date_on' => 'Bungungs-Zinstermin ist nicht am ":value"', 'search_modifier_interest_date_on_year' => 'Transaktion Zinstermin ist im Jahr ":value"', - 'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"', + 'search_modifier_not_interest_date_on_year' => 'Buchungs-Zinstermin ist nicht im Jahr ":value"', 'search_modifier_interest_date_on_month' => 'Transaktion Zinstermin ist im Monat ":value"', - 'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"', + 'search_modifier_not_interest_date_on_month' => 'Buchungs-Zinstermin ist nicht im Monat ":value"', 'search_modifier_interest_date_on_day' => 'Transaktion Zinstermin ist am Tag des Monats ":value"', - 'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"', + 'search_modifier_not_interest_date_on_day' => 'Buchungs-Zinstermin ist nicht am Tag des Monats ":value"', 'search_modifier_interest_date_before_year' => 'Transaktion Zinstermin ist vor dem oder im Jahr ":value"', 'search_modifier_interest_date_before_month' => 'Transaktion Zinstermin ist vor dem oder im Monat ":value"', 'search_modifier_interest_date_before_day' => 'Transaktion Zinstermin ist vor dem oder am Tag des Monats ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Notizen des Anhangs enthalten nicht ":value"', 'search_modifier_not_attachment_notes_starts' => 'Notizen des Anhangs beginnen nicht mit ":value"', 'search_modifier_not_attachment_notes_ends' => 'Notizen des Anhangs enden nicht mit ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Regel „:rule” aus Suchanfrage aktualisieren', 'create_rule_from_query' => 'Neue Regel aus Suchanfrage erstellen', 'rule_from_search_words' => 'Die Regel-Modul hat Schwierigkeiten „:string” zu verarbeiten. Die vorgeschlagene Regel, die Ihrer Suchanfrage entspricht, kann zu unterschiedlichen Ergebnissen führen. Bitte überprüfen Sie die Regelauslöser sorgfältig.', @@ -703,7 +708,7 @@ return [ 'yearly' => 'jährlich', // rules - 'is_not_rule_trigger' => 'Not', + 'is_not_rule_trigger' => 'Nicht', 'cannot_fire_inactive_rules' => 'Inaktive Regeln können nicht ausgeführt werden.', 'rules' => 'Regeln', 'rule_name' => 'Name der Regel', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Buchung hat keine externe URL', 'rule_trigger_id_choice' => 'Buchungskennung lautet …', 'rule_trigger_id' => 'Buchungskennung lautet „:trigger_value”', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'Die Nutzeraktion ist ":trigger_value"', @@ -1037,12 +1044,12 @@ return [ 'rule_trigger_not_source_account_id' => 'Quellkonto-ID ist nicht ":trigger_value"', 'rule_trigger_not_destination_account_id' => 'Zielkonto-ID ist nicht ":trigger_value"', 'rule_trigger_not_transaction_type' => 'Buchungstyp ist nicht „:trigger_value”', - 'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"', - 'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"', - 'rule_trigger_not_description_is' => 'Description is not ":trigger_value"', - 'rule_trigger_not_description_contains' => 'Description does not contain', - 'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"', - 'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"', + 'rule_trigger_not_tag_is' => 'Schlagwort ist nicht ":trigger_value"', + 'rule_trigger_not_tag_is_not' => 'Schlagwort ist ":trigger_value"', + 'rule_trigger_not_description_is' => 'Beschreibung ist nicht ":trigger_value"', + 'rule_trigger_not_description_contains' => 'Beschreibung enthält nicht', + 'rule_trigger_not_description_ends' => 'Beschreibung endet nicht mit ":trigger_value"', + 'rule_trigger_not_description_starts' => 'Beschreibung beginnt nicht mit ":trigger_value"', 'rule_trigger_not_notes_is' => 'Notizen lauten nicht ":trigger_value"', 'rule_trigger_not_notes_contains' => 'Notizen enthalten nicht ":trigger_value"', 'rule_trigger_not_notes_ends' => 'Notizen enden nicht mit ":trigger_value"', @@ -1095,17 +1102,17 @@ return [ 'rule_trigger_not_external_url_contains' => 'Externe URL enthält nicht ":trigger_value"', 'rule_trigger_not_external_url_ends' => 'Externe URL endet nicht mit ":trigger_value"', 'rule_trigger_not_external_url_starts' => 'Externe URL beginnt nicht mit ":trigger_value"', - 'rule_trigger_not_currency_is' => 'Currency is not ":trigger_value"', - 'rule_trigger_not_foreign_currency_is' => 'Foreign currency is not ":trigger_value"', - 'rule_trigger_not_id' => 'Transaction ID is not ":trigger_value"', + 'rule_trigger_not_currency_is' => 'Währung ist nicht ":trigger_value"', + 'rule_trigger_not_foreign_currency_is' => 'Fremdwährung ist nicht ":trigger_value"', + 'rule_trigger_not_id' => 'Buchungs-ID ist nicht ":trigger_value"', 'rule_trigger_not_journal_id' => 'Transaction journal ID is not ":trigger_value"', 'rule_trigger_not_recurrence_id' => 'Recurrence ID is not ":trigger_value"', - 'rule_trigger_not_date_on' => 'Date is not on ":trigger_value"', - 'rule_trigger_not_date_before' => 'Date is not before ":trigger_value"', - 'rule_trigger_not_date_after' => 'Date is not after ":trigger_value"', - 'rule_trigger_not_interest_date_on' => 'Interest date is not on ":trigger_value"', - 'rule_trigger_not_interest_date_before' => 'Interest date is not before ":trigger_value"', - 'rule_trigger_not_interest_date_after' => 'Interest date is not after ":trigger_value"', + 'rule_trigger_not_date_on' => 'Datum ist nicht am ":trigger_value"', + 'rule_trigger_not_date_before' => 'Datum liegt nicht vor ":trigger_value"', + 'rule_trigger_not_date_after' => 'Das Datum liegt nicht nach ":trigger_value"', + 'rule_trigger_not_interest_date_on' => 'Zinsdatum ist nicht auf ":trigger_value"', + 'rule_trigger_not_interest_date_before' => 'Zinsdatum liegt nicht vor ":trigger_value"', + 'rule_trigger_not_interest_date_after' => 'Zinsdatum liegt nicht nach ":trigger_value"', 'rule_trigger_not_book_date_on' => 'Book date is not on ":trigger_value"', 'rule_trigger_not_book_date_before' => 'Book date is not before ":trigger_value"', 'rule_trigger_not_book_date_after' => 'Book date is not after ":trigger_value"', @@ -1179,10 +1186,10 @@ return [ 'rule_action_clear_category_choice' => 'Bereinige jede Kategorie', 'rule_action_set_budget_choice' => 'Setze Budget auf ..', 'rule_action_clear_budget_choice' => 'Alle Budgets leeren', - 'rule_action_add_tag_choice' => 'Add tag ..', - 'rule_action_remove_tag_choice' => 'Remove tag ..', + 'rule_action_add_tag_choice' => 'Schlagwort hinzufügen …', + 'rule_action_remove_tag_choice' => 'Schlagwort entfernen …', 'rule_action_remove_all_tags_choice' => 'Alle Schlagwörter entfernen', - 'rule_action_set_description_choice' => 'Set description to ..', + 'rule_action_set_description_choice' => 'Beschreibung festlegen auf …', 'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..', 'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"', 'rule_action_append_description_choice' => 'Append description with ..', @@ -1293,7 +1300,7 @@ return [ 'preferences_frontpage' => 'Startbildschirm', 'preferences_security' => 'Sicherheit', 'preferences_layout' => 'Anordnung', - 'preferences_notifications' => 'Notifications', + 'preferences_notifications' => 'Benachrichtigungen', 'pref_home_show_deposits' => 'Einnahmen auf dem Startbildschirm anzeigen', 'pref_home_show_deposits_info' => 'Der Startbildschirm zeigt schon Ihre Ausgabekonten an. Sollen zusätzlich Ihre Einnahmekonten angezeigt werden?', 'pref_home_do_show_deposits' => 'Ja, zeige sie an', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Umbuchungen', 'title_transfers' => 'Umbuchungen', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(keine Schlagwörter)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Geld zum Sparschwein „:name” übertragen', 'piggy_bank' => 'Sparschwein', 'new_piggy_bank' => 'Neues Sparschwein', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Eine Rechnung erstellen', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Daueraufträge', 'repeat_until_in_past' => 'Diese wiederkehrende Buchung wiederholte ab dem :date nicht mehr.', 'recurring_calendar_view' => 'Kalender', diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index 2014d1fd91..ad5a0288da 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Zielkontenkennung und/oder einen gültigen Zielkontonamen.', 'withdrawal_dest_bad_data' => 'Bei der Suche nach Kennung „:id” oder Name „:name” konnte kein gültiges Zielkonto gefunden werden.', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.', 'deposit_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.', diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index 32651bfe08..6af5917b7d 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'Η συναλλαγή δεν έχει εξωτερικό URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Η συναλλαγή πρέπει να έχει ένα (οποιοδήποτε) εξωτερικό URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Ενημέρωση κανόνα ":rule" από το ερώτημα αναζήτησης', 'create_rule_from_query' => 'Δημιουργία νέου κανόνα από το ερώτημα αναζήτησης', 'rule_from_search_words' => 'Η ρουτίνα για τους κανόνες δυσκολεύτηκε στο χειρισμό του ":string". Ο προτεινόμενος κανόνας που ταιριάζει στο ερώτημά αναζήτησης μπορεί να δώσει διαφορετικά αποτελέσματα. Παρακαλώ να επιβεβαιώσετε προσεκτικά τους κανόνες ενεργοποίησης.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Μεταφορές', 'title_transfers' => 'Μεταφορές', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(χωρίς ετικέτες)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Δέσμευση χρημάτων για τον κουμπαρά ":name"', 'piggy_bank' => 'Κουμπαράς', 'new_piggy_bank' => 'Νέος κουμπαράς', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Δημιουργία νέου πάγιου έξοδου', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Επαναλαμβανόμενες συναλλαγές', 'repeat_until_in_past' => 'Αυτή η επαναλαμβανόμενη συναλλαγή σταμάτησε να επαναλαμβάνεται στις :date.', 'recurring_calendar_view' => 'Ημερολόγιο', diff --git a/resources/lang/el_GR/validation.php b/resources/lang/el_GR/validation.php index 1a916a5cae..cbcf2f9cf7 100644 --- a/resources/lang/el_GR/validation.php +++ b/resources/lang/el_GR/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.', 'withdrawal_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".', 'deposit_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.', diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php index 2874966e24..f6ac9b3972 100644 --- a/resources/lang/en_GB/firefly.php +++ b/resources/lang/en_GB/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transfers', 'title_transfers' => 'Transfers', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Add money to piggy bank ":name"', 'piggy_bank' => 'Piggy bank', 'new_piggy_bank' => 'New piggy bank', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Create a bill', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Recurring transactions', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/en_GB/validation.php b/resources/lang/en_GB/validation.php index 3266543c57..8e814476f3 100644 --- a/resources/lang/en_GB/validation.php +++ b/resources/lang/en_GB/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index acfca1f082..6f37531c27 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'La ID externo es ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'La transacción no tiene URL externa', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'La transacción debe tener alguna URL externa', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'La referencia interna es ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Actualizar regla ":rule" de la consulta de búsqueda', 'create_rule_from_query' => 'Crear nueva regla a partir de la consulta de búsqueda', 'rule_from_search_words' => 'El motor de reglas tiene un manejo difícil ":string". La regla sugerida que se ajusta a su consulta de búsqueda puede dar diferentes resultados. Por favor verifique los activadores de la regla cuidadosamente.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'La transacción no tiene URL externa', 'rule_trigger_id_choice' => 'La ID de la transacción es..', 'rule_trigger_id' => 'La ID de la transacción es ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transferencias', 'title_transfers' => 'Transferencias', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(sin etiquetas)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Añadir dinero a la hucha ":name"', 'piggy_bank' => 'Hucha', 'new_piggy_bank' => 'Nueva hucha', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Crear una factura', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Transacciones Recurrentes', 'repeat_until_in_past' => 'Esta transacción recurrente dejó de repetirse el :date.', 'recurring_calendar_view' => 'Calendario', diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index 2f69fb28ca..8f59d9ace2 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.', 'withdrawal_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida al buscar el ID ":id" o nombre ":name".', 'deposit_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.', diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php index 8e7a9d9b24..6ba0c3a345 100644 --- a/resources/lang/fi_FI/firefly.php +++ b/resources/lang/fi_FI/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Ulkoinen tunnus on ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'Tapahtumalla ei ole ulkoista URL-osoitetta', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Tapahtumalla on oltava ulkoinen URL (mikä tahansa)', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Sisäinen viite on ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Päivitä sääntö ":rule" hausta', 'create_rule_from_query' => 'Luo uusi sääntö hausta', 'rule_from_search_words' => 'Sääntömoottorilla on vaikeuksia käsitellä ":string". Ehdotettu sääntö, joka sopii hakuusi, voi antaa erilaisia tuloksia. Tarkista säännön ehdot huolellisesti.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Tapahtumalla ei ole ulkoista URL-osoitetta', 'rule_trigger_id_choice' => 'Tapahtuman tunnus on..', 'rule_trigger_id' => 'Tapahtumatunnus on ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Tilisiirrot', 'title_transfers' => 'Tilisiirrot', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(ei tägejä)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Lisää rahaa säästöpossuun ":name"', 'piggy_bank' => 'Säästöpossu', 'new_piggy_bank' => 'Uusi säästöpossu', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Luo lasku', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Toistuvat tapahtumat', 'repeat_until_in_past' => 'Tämä toistuva tapahtuma lakkasi toistumasta :date.', 'recurring_calendar_view' => 'Kalenteri', diff --git a/resources/lang/fi_FI/validation.php b/resources/lang/fi_FI/validation.php index 8b7d2c6e15..2328b9713e 100644 --- a/resources/lang/fi_FI/validation.php +++ b/resources/lang/fi_FI/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.', 'withdrawal_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Kelvollista lähdetiliä ei löytynyt, kun etsittiin tunnusta ":id" tai nimeä ":name".', 'deposit_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.', diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 00069ce417..2a3358313d 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'L\'ID externe est ":value"', 'search_modifier_not_external_id_is' => 'L\'ID externe n\'est pas ":value"', 'search_modifier_no_external_url' => 'L\'opération n\'a pas d\'URL externe', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'L\'opération n\'a pas d\'URL externe', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'L\'opération doit avoir une URL externe', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'L\'opération doit avoir une URL externe', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'La référence interne est ":value"', 'search_modifier_not_internal_reference_is' => 'La référence interne n\'est pas ":value"', 'search_modifier_description_starts' => 'La description commence par ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Les notes d\'une pièce jointe ne contiennent pas ":value"', 'search_modifier_not_attachment_notes_starts' => 'Les notes d\'une pièce jointe commencent par ":value"', 'search_modifier_not_attachment_notes_ends' => 'Les notes d\'une pièce jointe ne se terminent pas par ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Mettre à jour la règle ":rule" à partir de la requête de recherche', 'create_rule_from_query' => 'Créer une nouvelle règle à partir de la requête de recherche', 'rule_from_search_words' => 'Le moteur de règles a du mal à gérer ":string". La règle suggérée qui correspond à votre requête de recherche peut donner des résultats différents. Veuillez vérifier que la règle se déclenche correctement.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'L\'opération n\'a pas d\'URL externe', 'rule_trigger_id_choice' => 'L\'ID de l\'opération est..', 'rule_trigger_id' => 'L\'ID de l\'opération est ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'L\'action de l’utilisateur est ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transferts', 'title_transfers' => 'Transferts', 'submission_options' => 'Options de soumission', - 'apply_rules_checkbox' => 'Appliquer les règles', + 'apply_rules_checkbox' => 'Appliquer les règles', 'fire_webhooks_checkbox' => 'Lancer les webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(pas de mot-clé)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Ajouter de l’argent à la tirelire ":name"', 'piggy_bank' => 'Tirelire', 'new_piggy_bank' => 'Nouvelle tirelire', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Créer une facture', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Opérations périodiques', 'repeat_until_in_past' => 'Cette opération récurrente a cessé de se répéter le :date.', 'recurring_calendar_view' => 'Calendrier', diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 0dd2ca88f1..961c5f57c2 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.', 'withdrawal_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".', 'deposit_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.', diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index 85b5d965e2..71706d92af 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => '":rule" szabály frissítése a keresési feltételek alapján', 'create_rule_from_query' => 'Új szabály létrehozása a keresési feltételek alapján', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Átvezetések', 'title_transfers' => 'Átvezetések', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(nincsenek címkék)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Pénz hozzáadása ":name" malacperselyhez', 'piggy_bank' => 'Malacpersely', 'new_piggy_bank' => 'Új malacpersely', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Számla létrehozása', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Ismétlődő tranzakciók', 'repeat_until_in_past' => 'Ez a rendszeres tranzakció leállt ekkor: :date.', 'recurring_calendar_view' => 'Naptár', diff --git a/resources/lang/hu_HU/validation.php b/resources/lang/hu_HU/validation.php index e7c75b6b2a..c6b4de1806 100644 --- a/resources/lang/hu_HU/validation.php +++ b/resources/lang/hu_HU/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.', 'withdrawal_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.', diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index d6ef6fa5ad..3941146a1e 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transfer', 'title_transfers' => 'Transfer', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Tambahkan uang ke celengan ":name"', 'piggy_bank' => 'Celengan', 'new_piggy_bank' => 'Celengan baru', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Buat tagihan', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Recurring transactions', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/id_ID/validation.php b/resources/lang/id_ID/validation.php index af3ca5e9a2..5b56226090 100644 --- a/resources/lang/id_ID/validation.php +++ b/resources/lang/id_ID/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.', 'withdrawal_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".', 'deposit_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.', diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index aeaffe37eb..6fb343247a 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'L\'ID esterno è ":value"', 'search_modifier_not_external_id_is' => 'L\'ID esterno non è ":value"', 'search_modifier_no_external_url' => 'La transazione non ha URL esterno', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'La transazione non ha URL esterno', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'La transazione deve avere un (qualsiasi) URL esterno', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'La transazione deve avere un (qualsiasi) URL esterno', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Il riferimento interno è ":value"', 'search_modifier_not_internal_reference_is' => 'Il riferimento interno non è ":value"', 'search_modifier_description_starts' => 'La descrizione inizia con ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Aggiorna la regola ":rule" dalla ricerca', 'create_rule_from_query' => 'Crea nuova regola dalla ricerca', 'rule_from_search_words' => 'Il motore delle regole ha difficoltà a gestire ":string". La regola suggerita che si adatta alla tua ricerca potrebbe dare risultati diversi. Verifica attentamente che la regola funzioni.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'La transazione non ha URL esterno', 'rule_trigger_id_choice' => 'L\'ID della transazione è...', 'rule_trigger_id' => 'L\'ID della transazione è ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Trasferimenti', 'title_transfers' => 'Trasferimenti', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(nessuna etichetta)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Aggiungi denaro al salvadanaio":name"', 'piggy_bank' => 'Salvadanaio', 'new_piggy_bank' => 'Nuovo salvadanaio', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Crea bolletta', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Transazioni ricorrenti', 'repeat_until_in_past' => 'Questa transazione ricorrente ha smesso di ripetersi il :date.', 'recurring_calendar_view' => 'Calendario', diff --git a/resources/lang/it_IT/validation.php b/resources/lang/it_IT/validation.php index 5694bb4bde..741e78dbc2 100644 --- a/resources/lang/it_IT/validation.php +++ b/resources/lang/it_IT/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.', 'withdrawal_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', 'deposit_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.', diff --git a/resources/lang/ja_JP/firefly.php b/resources/lang/ja_JP/firefly.php index d707798e1b..a71ec99cc7 100644 --- a/resources/lang/ja_JP/firefly.php +++ b/resources/lang/ja_JP/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => '外部 ID が「:value」', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => '外部 URL がない取引', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => '外部 URL がある取引', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => '内部参照が「:value」', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => '検索クエリからルール「:rule」を更新', 'create_rule_from_query' => '検索クエリから新しいルールを作成', 'rule_from_search_words' => 'ルールエンジンは「:string」をうまく扱えません。 検索クエリに提案されたルールは、異なる結果をもたらす可能性があります。ルールのトリガーは慎重に検証してください。', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => '取引に外部 URL がない', 'rule_trigger_id_choice' => '取引 ID が…', 'rule_trigger_id' => '取引 ID が「:trigger_value」', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'ユーザーアクションが「:trigger_value」', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => '送金', 'title_transfers' => '送金', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(タグなし)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => '貯金箱「:name」にお金を追加', 'piggy_bank' => '貯金箱', 'new_piggy_bank' => '新しい貯金箱', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => '請求を作成', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => '定期的な取引', 'repeat_until_in_past' => 'この繰り返し取引は :date で繰り返し処理を停止しました。', 'recurring_calendar_view' => 'カレンダー', diff --git a/resources/lang/ja_JP/validation.php b/resources/lang/ja_JP/validation.php index 80e85f770c..05a3ce574a 100644 --- a/resources/lang/ja_JP/validation.php +++ b/resources/lang/ja_JP/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => '続行するには、有効な預け入れ口座 ID および(または)有効な預け入れ口座名を取得する必要があります。', 'withdrawal_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ口座が見つかりませんでした。', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。', 'deposit_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。', diff --git a/resources/lang/ko_KR/firefly.php b/resources/lang/ko_KR/firefly.php index 746136214a..a7b277b324 100644 --- a/resources/lang/ko_KR/firefly.php +++ b/resources/lang/ko_KR/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transfers', 'title_transfers' => 'Transfers', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Add money to piggy bank ":name"', 'piggy_bank' => 'Piggy bank', 'new_piggy_bank' => 'New piggy bank', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Create a bill', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Recurring transactions', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/ko_KR/validation.php b/resources/lang/ko_KR/validation.php index 191940fedc..006c462b8d 100644 --- a/resources/lang/ko_KR/validation.php +++ b/resources/lang/ko_KR/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index 28450d1f17..29ece08211 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Ekstern ID er ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'Transaksjonen har ingen ekstern URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Transaksjonen må ha minst en ekstern URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Intern referanse er ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaksjons-ID er', 'rule_trigger_id' => 'Transaksjons ID er ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Overføringer', 'title_transfers' => 'Overføringer', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Legg til penger i sparegris ":name"', 'piggy_bank' => 'Sparegris', 'new_piggy_bank' => 'Ny sparegris', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Opprett en regning', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Gjentakende transaksjoner', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Kalender', diff --git a/resources/lang/nb_NO/validation.php b/resources/lang/nb_NO/validation.php index 1c36ae0161..55ab72ee0a 100644 --- a/resources/lang/nb_NO/validation.php +++ b/resources/lang/nb_NO/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.', 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Trenger en gyldig kilde konto-ID og/eller gyldig kilde kontonavn for å fortsette.', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 021df2d3c4..e289e28950 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Externe ID is ":value"', 'search_modifier_not_external_id_is' => 'Externe ID is niet ":value"', 'search_modifier_no_external_url' => 'De transactie heeft geen externe URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'De transactie heeft geen externe URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'De transactie heeft een (welke dan ook) externe URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'De transactie heeft een (welke dan ook) externe URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Interne referentie is ":value"', 'search_modifier_not_internal_reference_is' => 'Interne referentie is niet ":value"', 'search_modifier_description_starts' => 'Omschrijving begint met ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Er is een bijlage waarvan de notitie niet ":value" bevatten', 'search_modifier_not_attachment_notes_starts' => 'Er is een bijlage waarvan de notitie begint met ":value"', 'search_modifier_not_attachment_notes_ends' => 'Er is een bijlage waarvan de notitie niet eindigt op ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update regel ":rule" middels zoekquery', 'create_rule_from_query' => 'Nieuwe regel op basis van zoekquery', 'rule_from_search_words' => 'Firefly III heeft moeite met deze query: ":string". De voorgestelde regel die past bij je zoekquery kan afwijken. Controleer de regel zorgvuldig.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'De transactie heeft geen externe URL', 'rule_trigger_id_choice' => 'Transactie-ID is..', 'rule_trigger_id' => 'Transactie-ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'Gebruikersactie is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Overschrijvingen', 'title_transfers' => 'Overschrijvingen', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(geen tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Stop geld in spaarpotje ":name"', 'piggy_bank' => 'Spaarpotje', 'new_piggy_bank' => 'Nieuw spaarpotje', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Maak een contract', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Periodieke transacties', 'repeat_until_in_past' => 'Deze periodieke transactie stopte met herhalen op :date.', 'recurring_calendar_view' => 'Kalender', diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index 3e26e0cef7..a32c8b297a 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Om door te gaan moet een geldig bronrekening ID en/of geldige bronrekeningnaam worden gevonden.', 'withdrawal_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".', 'deposit_source_need_data' => 'Om door te gaan moet een geldige bronrekening ID en/of geldige bronrekeningnaam worden gevonden.', diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index ed8c11f3e7..430772047a 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Zewnętrzne ID to ":value"', 'search_modifier_not_external_id_is' => 'Zewnętrzne ID to nie ":value"', 'search_modifier_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'Transakcja nie ma zewnętrznego adresu URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Transakcja musi mieć (dowolny) zewnętrzny adres URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'Transakcja musi mieć (dowolny) zewnętrzny adres URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Wewnętrzne odwołanie to ":value"', 'search_modifier_not_internal_reference_is' => 'Wewnętrzne odwołanie to nie ":value"', 'search_modifier_description_starts' => 'Opis zaczyna się od ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Aktualizuj regułę ":rule" z zapytania wyszukiwania', 'create_rule_from_query' => 'Utwórz nową regułę z zapytania wyszukiwania', 'rule_from_search_words' => 'Silnik reguł ma problemy z obsługą ":string". Sugerowana reguła, która pasuje do Twojego zapytania może dawać różne wyniki. Proszę dokładnie sprawdź wyzwalacze reguł.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transakcja nie ma zewnętrznego adresu URL', 'rule_trigger_id_choice' => 'Identyfikator transakcji to..', 'rule_trigger_id' => 'Identyfikator transakcji to ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transfery', 'title_transfers' => 'Transfery', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(brak tagów)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Dodaj pieniądze do skarbonki ":name"', 'piggy_bank' => 'Skarbonka', 'new_piggy_bank' => 'Nowa skarbonka', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Utwórz rachunek', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Cykliczne transakcje', 'repeat_until_in_past' => 'Ta cykliczna transakcja przestała powtarzać się w dniu :date.', 'recurring_calendar_view' => 'Kalendarz', diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index 8d1d62b4a8..a5db1512c2 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.', 'withdrawal_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".', 'deposit_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 285e6162c0..09809a0cfd 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'O ID externo é ":value"', 'search_modifier_not_external_id_is' => 'ID Externo não é ":value"', 'search_modifier_no_external_url' => 'A transação não tem URL externa', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'A transação não tem URL externa', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'A transação deve ter uma URL externa (qualquer)', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'A transação deve ter uma URL externa (qualquer)', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'A referência interna é ":value"', 'search_modifier_not_internal_reference_is' => 'Referência interna não é ":value"', 'search_modifier_description_starts' => 'Descrição começa com ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Atualizar regra ":rule" da pesquisa', 'create_rule_from_query' => 'Criar nova regra a partir da pesquisa', 'rule_from_search_words' => 'O mecanismo de regra tem dificuldade para tratar ":string". A regra sugerida que se encaixa na sua pesquisa pode retornar resultados diferentes. Por favor, verifique os gatilhos das regras cuidadosamente.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'A transação não tem um link externo', 'rule_trigger_id_choice' => 'O identificador da transação é..', 'rule_trigger_id' => 'O identificador da transação é ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'Ação do usuário é ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transferências', 'title_transfers' => 'Transferências', 'submission_options' => 'Opções de envio', - 'apply_rules_checkbox' => 'Aplicar regras', + 'apply_rules_checkbox' => 'Aplicar regras', 'fire_webhooks_checkbox' => 'Acionar webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(sem etiquetas)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Adicionar dinheiro ao cofrinho ":name"', 'piggy_bank' => 'Cofrinho', 'new_piggy_bank' => 'Nova poupança', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Criar uma conta', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Transações recorrentes', 'repeat_until_in_past' => 'Esta transação recorrente parou de repetir em :date.', 'recurring_calendar_view' => 'Calendário', diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index 2b88d1c035..e336de0906 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'É necessário obter um ID de uma conta de destino válida e/ou um nome de conta de destino válido para continuar.', 'withdrawal_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou pelo nome ":name".', 'deposit_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.', diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php index 57fe661121..85586124c8 100644 --- a/resources/lang/pt_PT/firefly.php +++ b/resources/lang/pt_PT/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'ID externo é ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'A transação não tem nenhum URL externo', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'A transação tem que ter um URL externo (qualquer)', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'A referência interna é ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Actualizar regra ":rule" da pesquisa', 'create_rule_from_query' => 'Criar nova regra a partir da pesquisa', 'rule_from_search_words' => 'O mecanismo de regras tem dificuldade com ":string". A regra sugerida que se encaixa na pesquisa pode mostrar resultados diferentes. Por favor, verifique os gatilhos das regras cuidadosamente.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'ID da transação é..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transferências', 'title_transfers' => 'Transferências', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(sem etiquetas)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Adicionar dinheiro ao mealheiro ":name"', 'piggy_bank' => 'Mealheiro', 'new_piggy_bank' => 'Novo mealheiro', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Criar uma fatura', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Transações recorrentes', 'repeat_until_in_past' => 'Esta transação recorrente parou de repetir a :date.', 'recurring_calendar_view' => 'Calendário', diff --git a/resources/lang/pt_PT/validation.php b/resources/lang/pt_PT/validation.php index 95416a96ca..5e73ad71d1 100644 --- a/resources/lang/pt_PT/validation.php +++ b/resources/lang/pt_PT/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'É necessário ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.', 'withdrawal_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".', 'deposit_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.', diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index feba4f9307..8c75f1424f 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Actualizați regula ":rule" din interogarea de căutare', 'create_rule_from_query' => 'Creați o nouă regulă din interogarea de căutare', 'rule_from_search_words' => 'Motorul regulii are dificultăți în manipularea ":string". Regula sugerată care se potrivește interogării dvs. poate da rezultate diferite. Vă rugăm să verificați declanșatorii regulii cu atenție.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transferuri', 'title_transfers' => 'Transferuri', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(fără etichete)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Adăugați bani la pușculiță ":name"', 'piggy_bank' => 'Pușculiță', 'new_piggy_bank' => 'Pușculiță nouă', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Creați o factură', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Tranzacții recurente', 'repeat_until_in_past' => 'Această tranzacție recurentă a încetat să se mai repete la :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/ro_RO/validation.php b/resources/lang/ro_RO/validation.php index 6cea449328..67dd9299ac 100644 --- a/resources/lang/ro_RO/validation.php +++ b/resources/lang/ro_RO/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.', 'withdrawal_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Nu s-a găsit un cont sursă valid la căutarea ID-ului ":id" sau a numelui ":name".', 'deposit_source_need_data' => 'Trebuie să continuați să obțineți un ID de cont sursă valabil și / sau un nume de cont sursă valabil.', diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 3b3383d865..bf9992f225 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Внешний ID: ":value"', 'search_modifier_not_external_id_is' => 'Внешний ID не ":value"', 'search_modifier_no_external_url' => 'У транзакции нет внешнего URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'У транзакции нет внешнего URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Транзакция должна иметь (любой) внешний URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'Транзакция должна иметь (любой) внешний URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Внутренняя ссылка: ":value"', 'search_modifier_not_internal_reference_is' => 'Внутренняя ссылка не ":value"', 'search_modifier_description_starts' => 'Описание начинается с ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Обновить правило ":rule" из поискового запроса', 'create_rule_from_query' => 'Создать новое правило из поискового запроса', 'rule_from_search_words' => 'Механизм правил не справился с обработкой ":string". Предлагаемое правило, удовлетворяющее вашему поисковому запросу, может дать различные результаты. Пожалуйста, тщательно проверьте условия правила.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'У транзакции нет внешнего URL', 'rule_trigger_id_choice' => 'ID транзакции..', 'rule_trigger_id' => 'ID транзакции ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'Действие пользователя = ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Переводы', 'title_transfers' => 'Переводы', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Применить правила', + 'apply_rules_checkbox' => 'Применить правила', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(нет меток)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Добавить деньги в копилку ":name"', 'piggy_bank' => 'Копилка', 'new_piggy_bank' => 'Новая копилка', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Создать счет к оплате', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Повторяющиеся транзакции', 'repeat_until_in_past' => 'Повторение этой повторяющейся транзакции прервано :date.', 'recurring_calendar_view' => 'Календарь', diff --git a/resources/lang/ru_RU/validation.php b/resources/lang/ru_RU/validation.php index b4f1b2e250..d37b38e494 100644 --- a/resources/lang/ru_RU/validation.php +++ b/resources/lang/ru_RU/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.', 'withdrawal_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".', 'deposit_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.', diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php index 6edcdf54f2..6037cc97aa 100644 --- a/resources/lang/sk_SK/firefly.php +++ b/resources/lang/sk_SK/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Aktualizovať pravidlo ":rule" vyhľadávaným výrazom', 'create_rule_from_query' => 'Vytvoriť z vyhľadávaného výrazu nové pravidlo', 'rule_from_search_words' => 'Pravidlo má ťažkosti so spracovaním „:string“. Navrhované pravidlo, ktoré vyhovuje vášmu vyhľadávaciemu pojmu, môže poskytnúť rôzne výsledky. Dôkladne skontrolujte spúšťače pravidiel.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Prevody', 'title_transfers' => 'Prevody', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(žiadne štítky)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Vložiť peniaze do pokladničky ":name"', 'piggy_bank' => 'Pokladnička', 'new_piggy_bank' => 'Nová pokladnička', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Vytvoriť účet', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Opakované transakcie', 'repeat_until_in_past' => 'Táto opakujúca sa transakcia sa prestala opakovať :date.', 'recurring_calendar_view' => 'Kalendár', diff --git a/resources/lang/sk_SK/validation.php b/resources/lang/sk_SK/validation.php index 4b2c8a0e05..8054eb2a2f 100644 --- a/resources/lang/sk_SK/validation.php +++ b/resources/lang/sk_SK/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Pro pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.', 'withdrawal_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Pre ID ":id" alebo meno ":name" sa nenašiel žiadny platný zdrojový účet.', 'deposit_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.', diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index 48c790adba..e3f263a9c8 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Prenosi', 'title_transfers' => 'Prenosi', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Uporabi pravila', + 'apply_rules_checkbox' => 'Uporabi pravila', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(ni oznak)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Dodaj denar na hranilnik ":name"', 'piggy_bank' => 'Dodaj hranilnik', 'new_piggy_bank' => 'Nov hranilnik', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Ustvari trajnik', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Ponavljajoče transakcije', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Koledar', diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index 58340946b6..cddb06b485 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php index 8c6ce14cd4..64d93fa635 100644 --- a/resources/lang/sv_SE/firefly.php +++ b/resources/lang/sv_SE/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'Transaktionen saknar extern URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Transaktionen måste ha en extern URL (valfri)', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Uppdatera regel ":rule" från sökfråga', 'create_rule_from_query' => 'Skapa ny regel från sökfrågan', 'rule_from_search_words' => 'Regelmotorn har svårt att hantera ":string". Den föreslagna regeln som passar din sökfråga kan ge olika resultat. Kontrollera regelutlösarna noggrant.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaktionen saknar extern URL', 'rule_trigger_id_choice' => 'Transaktions-ID är..', 'rule_trigger_id' => 'Transaktions-ID är ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Överföringar', 'title_transfers' => 'Överföringar', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(inga etiketter)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Lägg till pengar till spargris ":name"', 'piggy_bank' => 'Spargris', 'new_piggy_bank' => 'Ny spargris', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Skapa en nota', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Återkommande transaktioner', 'repeat_until_in_past' => 'Denna återkommande transaktion slutade upprepas :date.', 'recurring_calendar_view' => 'Kalender', diff --git a/resources/lang/sv_SE/validation.php b/resources/lang/sv_SE/validation.php index 876d9e73b0..2b359bc639 100644 --- a/resources/lang/sv_SE/validation.php +++ b/resources/lang/sv_SE/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.', 'withdrawal_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".', 'deposit_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.', diff --git a/resources/lang/th_TH/firefly.php b/resources/lang/th_TH/firefly.php index 9df109adb3..3a576ac84c 100644 --- a/resources/lang/th_TH/firefly.php +++ b/resources/lang/th_TH/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Transfers', 'title_transfers' => 'Transfers', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Add money to piggy bank ":name"', 'piggy_bank' => 'Piggy bank', 'new_piggy_bank' => 'New piggy bank', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Create a bill', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Recurring transactions', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/th_TH/validation.php b/resources/lang/th_TH/validation.php index 191940fedc..006c462b8d 100644 --- a/resources/lang/th_TH/validation.php +++ b/resources/lang/th_TH/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index 5e65675458..eea45a7bab 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -336,9 +336,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'İşlemin harici URL\'si yok', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'İşlemin (herhangi bir) harici URL\'si olmalıdır', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -676,6 +680,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Arama sorgusundan ":rule" kuralını güncelle', 'create_rule_from_query' => 'Arama sorgusundan yeni kural oluşturma', 'rule_from_search_words' => 'Kural altyapısı ":string" işlemekte zorlanıyor. Arama sorgunuza uyan önerilen kural farklı sonuçlar verebilir. Lütfen kural tetikleyicilerini dikkatlice doğrulayın.', @@ -899,6 +904,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'İşlemin harici URL\'si yok', 'rule_trigger_id_choice' => 'İşlem kimliğidir..', 'rule_trigger_id' => 'İşlem kimliği:trigger_value', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1488,7 +1495,7 @@ return [ 'title_transfer' => 'Transferler', 'title_transfers' => 'Transferler', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2186,6 +2193,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => '":name" kumbarasına paraa ekle', 'piggy_bank' => 'Kumbara', 'new_piggy_bank' => 'Yeni kumbara', @@ -2444,6 +2452,8 @@ return [ 'no_bills_create_default' => 'Fatura oluştur', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Tekrar Eden İşlemler', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/tr_TR/validation.php b/resources/lang/tr_TR/validation.php index b1e42c0cf4..334b2d7f73 100644 --- a/resources/lang/tr_TR/validation.php +++ b/resources/lang/tr_TR/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', 'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', diff --git a/resources/lang/uk_UA/firefly.php b/resources/lang/uk_UA/firefly.php index 4f8fc18fbd..778ce8e2f0 100644 --- a/resources/lang/uk_UA/firefly.php +++ b/resources/lang/uk_UA/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'Зовнішній ID - ":value"', 'search_modifier_not_external_id_is' => 'Зовнішній ідентифікатор не ":value"', 'search_modifier_no_external_url' => 'Операція не має зовнішнього URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'Операція не має зовнішнього URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Операція повинна мати зовнішні URL-адреси (будь-який)', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'Операція повинна мати (будь-які) зовнішні URL-адреси', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Внутрішнє посилання - ":value"', 'search_modifier_not_internal_reference_is' => 'Внутрішнє посилання не ":value"', 'search_modifier_description_starts' => 'Опис починається з ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Будь-які примітки вкладення не містять ":value"', 'search_modifier_not_attachment_notes_starts' => 'Будь-які примітки до вкладення починаються з ":value"', 'search_modifier_not_attachment_notes_ends' => 'Примітки до вкладення не закінчуються на ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Оновити правило ":rule" із пошукового запиту', 'create_rule_from_query' => 'Створити нове правило з пошукового запиту', 'rule_from_search_words' => 'Рушію правил важко обробити ":string". Пропоноване правило, яке відповідає вашому запиту, може дати різні результати. Будь ласка, уважно перевіряйте умови.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Операція не має зовнішньої URL-адреси', 'rule_trigger_id_choice' => 'Ідентифікатор операції..', 'rule_trigger_id' => 'Ідентифікатор операції: ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'Дія користувача: ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Переказ', 'title_transfers' => 'Перекази', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Add money to piggy bank ":name"', 'piggy_bank' => 'Piggy bank', 'new_piggy_bank' => 'New piggy bank', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Create a bill', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Recurring transactions', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => 'Calendar', diff --git a/resources/lang/uk_UA/validation.php b/resources/lang/uk_UA/validation.php index 9410132ff9..f979ecf69c 100644 --- a/resources/lang/uk_UA/validation.php +++ b/resources/lang/uk_UA/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Щоб продовжити, необхідно вказати дійсний ID рахунку і/або його назву.', 'withdrawal_dest_bad_data' => 'Не вдалося знайти дійсний рахунок з ID ":id" або іменем ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => 'Щоб продовжити, необхідно вказати дійсний ID вихідного рахунку і/або його назву.', diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php index 0416cc2aad..ac9653a870 100644 --- a/resources/lang/vi_VN/firefly.php +++ b/resources/lang/vi_VN/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'Giao dịch không có URL bên ngoài', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'Giao dịch phải có 1 (hoặc nhiều) URL bên ngoài', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Tạo quy tắc mới từ truy vấn tìm kiếm', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => 'Chuyển', 'title_transfers' => 'Chuyển', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(không có nhãn)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => 'Thêm tiền vào heo đất ":name"', 'piggy_bank' => 'Heo đất', 'new_piggy_bank' => 'Tạo heo đất mới', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => 'Tạo hóa đơn', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => 'Giao dịch định kỳ', 'repeat_until_in_past' => 'Giao dịch định kỳ này đã dừng lặp lại vào :date.', 'recurring_calendar_view' => 'Lịch', diff --git a/resources/lang/vi_VN/validation.php b/resources/lang/vi_VN/validation.php index 4ace5b4bce..d52a9d11f5 100644 --- a/resources/lang/vi_VN/validation.php +++ b/resources/lang/vi_VN/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => 'Cần lấy ID tài khoản đích hợp lệ và / hoặc tên tài khoản đích hợp lệ để tiếp tục.', 'withdrawal_dest_bad_data' => 'Không thể tìm thấy tài khoản đích hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Không thể tìm thấy tài khoản nguồn hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".', 'deposit_source_need_data' => 'Cần lấy ID tài khoản nguồn hợp lệ và / hoặc tên tài khoản nguồn hợp lệ để tiếp tục.', diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index 05da0464ea..22a9e3bf29 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => '外部 ID 为“:value”', 'search_modifier_not_external_id_is' => '外部 ID 不为“:value”', 'search_modifier_no_external_url' => '交易没有外部链接', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => '交易没有外部链接', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => '交易必须有一个(或任意多个)外部链接', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => '交易必须有一个(或任意多个)外部链接', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => '内部引用为“:value”', 'search_modifier_not_internal_reference_is' => '内部引用不为“:value”', 'search_modifier_description_starts' => '描述开头为“:value”', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => '从搜索语句更新规则“:rule”', 'create_rule_from_query' => '从搜索语句创建新规则', 'rule_from_search_words' => '规则引擎无法处理“:string”。符合搜索语句的建议规则可能会给出不同的结果,请仔细确认规则触发条件。', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => '交易没有外部链接', 'rule_trigger_id_choice' => '交易ID为...', 'rule_trigger_id' => '交易ID为":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => '转账', 'title_transfers' => '转账', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => '应用规则', + 'apply_rules_checkbox' => '应用规则', 'fire_webhooks_checkbox' => '触发 webhook', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(无标签)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => '存入存钱罐 “:name”', 'piggy_bank' => '存钱罐', 'new_piggy_bank' => '新存钱罐', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => '创建账单', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => '定期交易', 'repeat_until_in_past' => '此定期交易已于 :date 停止重复。', 'recurring_calendar_view' => '日历', diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php index 481aaa9119..ae2504c40d 100644 --- a/resources/lang/zh_CN/validation.php +++ b/resources/lang/zh_CN/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续', 'withdrawal_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户', 'deposit_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续', diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 37fa1aec5e..eb009d9f9e 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -335,9 +335,13 @@ return [ 'search_modifier_external_id_is' => 'External ID is ":value"', 'search_modifier_not_external_id_is' => 'External ID is not ":value"', 'search_modifier_no_external_url' => 'The transaction has no external URL', + 'search_modifier_no_external_id' => 'The transaction has no external ID', 'search_modifier_not_any_external_url' => 'The transaction has no external URL', + 'search_modifier_not_any_external_id' => 'The transaction has no external ID', 'search_modifier_any_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_any_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL', + 'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID', 'search_modifier_internal_reference_is' => 'Internal reference is ":value"', 'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"', 'search_modifier_description_starts' => 'Description starts with ":value"', @@ -675,6 +679,7 @@ return [ 'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"', 'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"', 'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"', + 'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"', 'update_rule_from_query' => 'Update rule ":rule" from search query', 'create_rule_from_query' => 'Create new rule from search query', 'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.', @@ -898,6 +903,8 @@ return [ 'rule_trigger_no_external_url_choice' => 'Transaction has no external URL', 'rule_trigger_id_choice' => 'Transaction ID is..', 'rule_trigger_id' => 'Transaction ID is ":trigger_value"', + 'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..', + 'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"', // new values: 'rule_trigger_user_action_choice' => 'User action is ":trigger_value"', @@ -1487,7 +1494,7 @@ return [ 'title_transfer' => '轉帳', 'title_transfers' => '轉帳', 'submission_options' => 'Submission options', - 'apply_rules_checkbox' => 'Apply rules', + 'apply_rules_checkbox' => 'Apply rules', 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: @@ -2185,6 +2192,7 @@ return [ 'no_tags' => '(no tags)', // piggy banks: + 'event_history' => 'Event history', 'add_money_to_piggy' => '新增金錢至小豬撲滿 “:name”', 'piggy_bank' => '小豬撲滿', 'new_piggy_bank' => '新小豬撲滿', @@ -2443,6 +2451,8 @@ return [ 'no_bills_create_default' => '建立新帳單', // recurring transactions + 'create_right_now' => 'Create right now', + 'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?', 'recurrences' => '週期性交易', 'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.', 'recurring_calendar_view' => '月曆', diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index 1cb907920c..f039c44f3b 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -194,6 +194,8 @@ return [ 'withdrawal_dest_need_data' => '需要有效的目標帳戶 ID 及/或有效的目標帳戶名稱才能繼續。', 'withdrawal_dest_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的目標帳戶。', + 'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".', + 'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'deposit_source_need_data' => '需要有效的來源帳戶 ID 及/或有效的來源帳戶名稱才能繼續。',