First new translations.

This commit is contained in:
James Cole 2022-03-28 18:59:07 +02:00
parent a72af79fab
commit 37f05338f7
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
114 changed files with 18648 additions and 10944 deletions

View File

@ -17,10 +17,14 @@ return [
'description_ends' => ['alias' => false, 'needs_context' => true,],
'description_starts' => ['alias' => false, 'needs_context' => true,],
'notes_is' => ['alias' => false, 'needs_context' => true,],
'notes_are' => ['alias' => true, 'alias_for' => 'notes_is', 'needs_context' => true,],
'notes_contains' => ['alias' => false, 'needs_context' => true,],
'notes_contain' => ['alias' => true, 'alias_for' => 'notes_contains', 'needs_context' => true,],
'notes' => ['alias' => true, 'alias_for' => 'notes_contains', 'needs_context' => true,],
'notes_ends' => ['alias' => false, 'needs_context' => true,],
'notes_end' => ['alias' => true, 'alias_for' => 'notes_ends', 'needs_context' => true,],
'notes_starts' => ['alias' => false, 'needs_context' => true,],
'notes_start' => ['alias' => true, 'alias_for' => 'notes_starts', 'needs_context' => true,],
'source_account_is' => ['alias' => false, 'needs_context' => true,],
'from_account_is' => ['alias' => true, 'alias_for' => 'source_account_is', 'needs_context' => true,],
'source_account_contains' => ['alias' => false, 'needs_context' => true,],

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'bg',
'locale' => 'bg, Bulgarian, bg_BG.utf8, bg_BG.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'Do MMMM YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'Do MMMM, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'Do MMMM, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Понеделник',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III създаде нова транзакция | Firefly III създаде :count нови транзакции',
'new_journals_header' => 'Firefly III създаде транзакция за вас. Можете да я намерите във вашата инсталация на Firefly III: | Firefly III създаде :count транзакции за вас. Можете да ги намерите във вашата инсталация на Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Разходната сметка „@source_name“ приема само транзакции в @source_currency. Приходната сметка „@dest_name“ приема само транзакции в @dest_currency. Трябва да предоставите трансферираната сума точно и в двете валути.',
'transaction_data' => 'Данни на транзакцията',
'invalid_server_configuration' => 'Грешна конфигурация на сървъра',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Бърз ключ',
'sign_in_to_start' => 'Влезте, за да започнете сесията си',
'sign_in' => 'Вход',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III намери повече от :count транзакции за :time секунди.',
'search_for_query' => 'Firefly III търси за транзакции с всички от следните думи в тях:<span class="text-info">:query</span>',
'invalid_operators_list' => 'Дадените параметрите за търсене не са валидни и ще бъдат пренебрегнати.',
'search_modifier_date_is' => 'Датата на транзакцията е ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Индентификатор на транзакцията е ":value"',
'search_modifier_date_before' => 'Датата на транзакцията е преди или на ":value"',
'search_modifier_date_after' => 'Датата на транзакцията е след или на ":value"',
'search_modifier_created_on' => 'Транзакцията е създадена на ":value"',
'search_modifier_updated_on' => 'Транзакцията е последно обновена на ":value"',
'search_modifier_external_id' => 'Външното ID е ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Вътрешната референция е ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Описанието е ":value"',
'search_modifier_description_ends' => 'Описанието завършва с ":value"',
'search_modifier_description_contains' => 'Описанието съдържа ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Транзакцията трябва да има (някаква) сметка',
'search_modifier_has_no_tag' => 'Транзакцията трябва да няма етикет',
'search_modifier_has_any_tag' => 'Транзакцията трябва да има (някакъв) етикет',
'search_modifier_notes_contain' => 'Бележките към транзакцията съдържа ":value"',
'search_modifier_notes_start' => 'Бележките към транзакцията започват с ":value"',
'search_modifier_notes_end' => 'Бележките към транзакцията завършват с ":value"',
'search_modifier_notes_are' => 'Бележките към транзакцията са точно ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Транзакцията няма бележки',
'search_modifier_any_notes' => 'Транзакцията трябва да има бележки',
'search_modifier_amount_exactly' => 'Стойността е точно :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Сумата е по-малко или равно на :value',
'search_modifier_amount_more' => 'Сумата е по-голяма или равна на :value',
'search_modifier_source_account_is' => 'Името на разходната сметка е точно ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Сметката е ":value"',
'search_modifier_transaction_type' => 'Видът на транзакцията е ":value"',
'search_modifier_tag_is' => 'Етикетът е ":value"',
'search_modifier_date_is_year' => 'Транзацията е през ":value" година',
'search_modifier_date_is_month' => 'Транзацията е през ":value" месец',
'search_modifier_date_is_day' => 'Транзацията е на ":value" число от месеца',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Транзацията е преди или през ":value" година',
'search_modifier_date_before_month' => 'Транзацията е преди или през ":value" месец',
'search_modifier_date_before_day' => 'Транзацията е преди или на ":value" число от месеца',
'search_modifier_date_after_year' => 'Транзацията е през ":value" година или след нея',
'search_modifier_date_after_month' => 'Транзацията е през ":value" месец или след него',
'search_modifier_date_after_day' => 'Транзацията е на ":value" число от месеца или след него',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"',
'update_rule_from_query' => 'Обновяване на правило ":rule" от низа за търсене',
'create_rule_from_query' => 'Създай ново правило от низа за търсене',
'rule_from_search_words' => 'Механизмът за правила има затруднения с обработката на ":string". Предложеното правило, което отговаря на низа ви за търсене, може да даде различни резултати. Моля проверете внимателно задействанията на правилото.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Групата правила ":title" е приложена към вашия избор.',
// actions and triggers
'rule_trigger_store_journal' => 'Когато се създава транзакция',
'rule_trigger_update_journal' => 'Когато се обновява транзакция',
'rule_trigger_user_action' => 'Действието на потребителя е „:trigger_value“',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Името на разходната сметка започва с..',
'rule_trigger_source_account_starts' => 'Името на разходната сметка започва с ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Името на разходната сметка завършва с..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Името на разходната сметка е ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Името на разходната сметка съдържа..',
'rule_trigger_source_account_contains' => 'Името на разходната сметка съдържа ":trigger_value"',
'rule_trigger_account_id_choice' => 'ID на сметката (разходна/приходна) е точно..',
'rule_trigger_account_id' => 'ID на сметката (разходна/приходна) е точно :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'ID на разходната сметка е точно..',
'rule_trigger_source_account_id' => 'ID на разходната сметка е точно :trigger_value',
'rule_trigger_destination_account_id_choice' => 'ID на приходната сметка е точно..',
'rule_trigger_destination_account_id' => 'ID на приходната сметка е точно :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Сметката (разходна/приходна) е сметка (в брой)',
'rule_trigger_account_is_cash' => 'Сметката (разходна/приходна) е сметка (в брой)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Разходната сметка е сметка (в брой)',
'rule_trigger_source_is_cash' => 'Разходната сметка е сметка (в брой)',
'rule_trigger_destination_is_cash_choice' => 'Приходната сметка е сметка (в брой)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Категорията е ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Сумата е по-малко от..',
'rule_trigger_amount_less' => 'Сумата е по-малко от :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Сумата е..',
'rule_trigger_amount_exactly' => 'Сумата е :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Сумата е по-голяма от..',
'rule_trigger_amount_more' => 'Сумата е по-голяма от :trigger_value',
'rule_trigger_description_starts_choice' => 'Описанието започва с..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Описанието съдържа ":trigger_value"',
'rule_trigger_description_is_choice' => 'Описанието е..',
'rule_trigger_description_is' => 'Описанието е ":trigger_value"',
'rule_trigger_date_is_choice' => 'Датата на транзакцията е..',
'rule_trigger_date_is' => 'Датата на транзакцията е ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Датата на транзакцията е преди..',
'rule_trigger_date_before' => 'Датата на транзакцията е преди ":trigger_value"',
'rule_trigger_date_after_choice' => 'Датата на транзакцията е след..',
'rule_trigger_date_after' => 'Датата на транзакцията е след ":trigger_value"',
'rule_trigger_created_on_choice' => 'Транзакцията е направена на..',
'rule_trigger_created_on' => 'Транзакцията е направена на ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Транзакцията е последно редактирана на..',
'rule_trigger_updated_on' => 'Транзакцията е последно редактирана на ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Бюджетът е..',
'rule_trigger_budget_is' => 'Бюджетът е ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Етикет(ът) е..',
'rule_trigger_tag_is' => 'Етикетът е ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Валутата на транзакцията е..',
'rule_trigger_currency_is' => 'Валутата на транзакцията е ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Чуждата валута на транзакцията е..',
'rule_trigger_foreign_currency_is' => 'Чуждата валута на транзакцията е ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Има поне толкова прикачени файлове',
'rule_trigger_has_attachments' => 'Има поне :trigger_value прикачен(и) файл(а)',
'rule_trigger_store_journal' => 'Когато се създава транзакция',
'rule_trigger_update_journal' => 'Когато се обновява транзакция',
'rule_trigger_has_no_category_choice' => 'Няма категория',
'rule_trigger_has_no_category' => 'Транзакцията няма категория',
'rule_trigger_has_any_category_choice' => 'Има (някаква) категория',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Транзакцията има (някакви) бележки',
'rule_trigger_no_notes_choice' => 'Няма бележки',
'rule_trigger_no_notes' => 'Транзакцията няма бележки',
'rule_trigger_notes_are_choice' => 'Бележките са..',
'rule_trigger_notes_are' => 'Бележките са ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Бележките съдържат..',
'rule_trigger_notes_contain' => 'Бележките съдържат ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Бележките започват с..',
'rule_trigger_notes_start' => 'Бележките започват с ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Бележките завършват с..',
'rule_trigger_notes_end' => 'Бележките завършват с ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Сметката е..',
'rule_trigger_bill_is' => 'Сметката е ":trigger_value"',
'rule_trigger_external_id_choice' => 'Външното ID е..',
'rule_trigger_external_id' => 'Външното ID е ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Вътрешната референция е..',
'rule_trigger_internal_reference' => 'Вътрешната референция е ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'ID на транзакцията е..',
'rule_trigger_journal_id' => 'ID на транзакцията е ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'ИЗТРИИ транзакция (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'По-рано свързаните транзакции с тази сметка могат да загубят връзката си, ако те (вече не) съвпадат с правилото (правилата).',
'bill_related_rules' => 'Правила, свързани с тази сметка',
'repeats' => 'Повторения',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Свързани транзакции',
'auto_match_on' => 'Автоматично свързани от Firefly III',
'auto_match_off' => 'Не автоматично свързани от Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Общ преглед',
'saveOnAccount' => 'Спести в сметка',
'unknown' => 'Неизвестно',
'daily' => 'На ден',
'monthly' => 'Месечно',
'profile' => 'Профил',
'errors' => 'Грешки',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Вход',
'is_owner' => 'Администратор ли е?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Приложи правила',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'cs',
'locale' => 'cs, Čeština, cs_CZ, cs_CZ.utf8, cs_CZ.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, RRRR',
'month_and_day_fns' => 'd MMMM, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Týden %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'D. MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D. MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] t, RRRR',
'week_in_year_fns' => "'týden' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Pondělí',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III vytvořil novou transakci|Firefly III vytvořil :count nových transakcí',
'new_journals_header' => 'Firefly III pro Vás vytvořil transakci. Můžete ji najít ve vaší instalaci Firefly III:|Firefly III vytvořil :count transakcí. Najdete je ve vaší instalaci Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Zdrojový účet aktiv "@source_name" přijímá pouze transakce v @source_currency. Cílový účet aktiv „@dest_name“ přijímá pouze transakce v @dest_currency. V obou měnách musíte uvést převedenou částku správně.',
'transaction_data' => 'Data transakce',
'invalid_server_configuration' => 'Neplatné nastavení serveru',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Rychlé přepnutí',
'sign_in_to_start' => 'Pro zahájení vaší relace se přihlaste',
'sign_in' => 'Přihlásit',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
'search_modifier_date_is' => 'Datum transakce je „:value“',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Číslo transakce je „:value“',
'search_modifier_date_before' => 'Datum transakce je před (včetně) ":value"',
'search_modifier_date_after' => 'Datum transakce je po (včetně) ":value"',
'search_modifier_created_on' => 'Transakce byla vytvořena dne ":value"',
'search_modifier_updated_on' => 'Transakce byla naposledy aktualizována dne ":value"',
'search_modifier_external_id' => 'Externí ID je ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Internal reference is ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Description is ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"',
'search_modifier_description_contains' => 'Description contains ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_no_tag' => 'The transaction must have no tags',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
'search_modifier_notes_start' => 'The transaction notes start with ":value"',
'search_modifier_notes_end' => 'The transaction notes end with ":value"',
'search_modifier_notes_are' => 'The transaction notes are exactly ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'The transaction has no notes',
'search_modifier_any_notes' => 'The transaction must have notes',
'search_modifier_amount_exactly' => 'Amount is exactly :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Amount is less than or equal to :value',
'search_modifier_amount_more' => 'Amount is more than or equal to :value',
'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Bill is ":value"',
'search_modifier_transaction_type' => 'Transaction type is ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Skupina pravidel „:title“ byla uplatněna na váš výběr.',
// actions and triggers
'rule_trigger_store_journal' => 'Kdy je transakce vytvořena',
'rule_trigger_update_journal' => 'Kdy je transakce aktualizována',
'rule_trigger_user_action' => 'Uživatelská akce je „:trigger_value“',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Source account name ends with..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Source account name contains..',
'rule_trigger_source_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_account_id_choice' => 'Account ID (source/destination) is exactly..',
'rule_trigger_account_id' => 'Account ID (source/destination) is exactly :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..',
'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..',
'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',
'rule_trigger_source_is_cash' => 'Source account is (cash) account',
'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategorie je „:trigger_value“',
'rule_trigger_amount_less_choice' => 'Částka je nižší než…',
'rule_trigger_amount_less' => 'Částka je nižší než :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Částka je…',
'rule_trigger_amount_exactly' => 'Částka je :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Částka je vyšší než…',
'rule_trigger_amount_more' => 'Částka je vyšší než :trigger_value',
'rule_trigger_description_starts_choice' => 'Popis začíná na…',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Popis obsahuje „:trigger_value“',
'rule_trigger_description_is_choice' => 'Popis je…',
'rule_trigger_description_is' => 'Popis je „:trigger_value“',
'rule_trigger_date_is_choice' => 'Datum transakce je..',
'rule_trigger_date_is' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Datum transakce je před..',
'rule_trigger_date_before' => 'Datum transakce je před „:trigger_value“',
'rule_trigger_date_after_choice' => 'Datum transakce je po..',
'rule_trigger_date_after' => 'Datum transakce je po „:trigger_value“',
'rule_trigger_created_on_choice' => 'Transakce byla provedena..',
'rule_trigger_created_on' => 'Transakce byla provedena „:trigger_value“',
'rule_trigger_updated_on_choice' => 'Transakce byla naposledy upravena..',
'rule_trigger_updated_on' => 'Transakce byla naposledy upravena „:trigger_value“',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Rozpočet je…',
'rule_trigger_budget_is' => 'Rozpočet je „:trigger_value“',
'rule_trigger_tag_is_choice' => 'Štítek je…',
'rule_trigger_tag_is' => 'Štítek je „:trigger_value“',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Měna transakce je…',
'rule_trigger_currency_is' => 'Měna transakce je „:trigger_value“',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Má alespoň tolik příloh',
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
'rule_trigger_store_journal' => 'Kdy je transakce vytvořena',
'rule_trigger_update_journal' => 'Kdy je transakce aktualizována',
'rule_trigger_has_no_category_choice' => 'Nemá žádnou kategorii',
'rule_trigger_has_no_category' => 'Transakce nemá žádnou kategorii',
'rule_trigger_has_any_category_choice' => 'Má (libovolnou) kategorii',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transakce má (jakékoli) poznámky',
'rule_trigger_no_notes_choice' => 'Nemá žádné poznámky',
'rule_trigger_no_notes' => 'Transakce nemá žádné poznámky',
'rule_trigger_notes_are_choice' => 'Poznámky jsou…',
'rule_trigger_notes_are' => 'Poznámky jsou „:trigger_value“',
'rule_trigger_notes_contain_choice' => 'Poznámky obsahují…',
'rule_trigger_notes_contain' => 'Poznámky obsahují „:trigger_value“',
'rule_trigger_notes_start_choice' => 'Poznámky začínají na…',
'rule_trigger_notes_start' => 'Poznámky začínají na „:trigger_value“',
'rule_trigger_notes_end_choice' => 'Poznámky končí na…',
'rule_trigger_notes_end' => 'Poznámky končí na „:trigger_value“',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Bill is..',
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
'rule_trigger_external_id_choice' => 'External ID is..',
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Pravidla vztahující se k této účtence/faktuře',
'repeats' => 'Opakuje se',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Propojené transakce',
'auto_match_on' => 'Automaticky spárováno Firefly III',
'auto_match_off' => 'Not automatically matched by Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Přehled',
'saveOnAccount' => 'Uložit na účet',
'unknown' => 'Neznámé',
'daily' => 'Denně',
'monthly' => 'Měsíčně',
'profile' => 'Profil',
'errors' => 'Chyby',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Přihlašovací jméno',
'is_owner' => 'Je správce?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Uplatnit pravidla',

View File

@ -24,7 +24,7 @@ declare(strict_types=1);
return [
'home' => 'Startseite',
'budgets' => 'Budgets',
'budgets' => 'Kostenrahmen',
'subscriptions' => 'Abonnements',
'transactions' => 'Buchungen',
'title_expenses' => 'Ausgaben',
@ -32,7 +32,7 @@ return [
'title_revenue' => 'Einnahmen / Einkommen',
'title_deposit' => 'Einnahmen / Einkommen',
'title_transfer' => 'Umbuchungen',
'title_transfers' => 'Transfers',
'title_transfers' => 'Umbuchungen',
'edit_currency' => 'Währung „:name” bearbeiten',
'delete_currency' => 'Währung „:name” löschen',
'newPiggyBank' => 'Neues Sparschwein erstellen',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'de',
'locale' => 'de, Deutsch, de_DE.utf8, de_DE.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e. %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'DD. MMM. YYYY',
'month_and_day_fns' => 'd. MMMM Y',
'month_and_date_day' => '%A, %B %e. %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e. %B %Y',
'week_in_year' => 'Kalenderwoche %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'Do MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'Do MMMM YYYY um HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D. MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week]. KW, YYYY',
'week_in_year_fns' => "'Woche' ww/yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q. Quartal YYYY',
'quarter_fns' => "'Q'QQQ, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Montag',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Wenn Sie es bevorzugen, können Sie auch einen Fehlerbericht auf <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> eröffnen.',
'error_github_text' => 'Wenn Sie es bevorzugen, können Sie auch einen Fehlerbericht auf https://github.com/firefly-iii/firefly-iii/issues eröffnen.',
'error_stacktrace_below' => 'Der vollständige Stacktrace ist unten:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Die folgenden Kopfzeilen können ebenfalls von Bedeutung sein:',
// report new journals
'new_journals_subject' => 'Firefly III hat eine neue Transaktion erstellt|Firefly III hat :count neue Transaktionen erstellt',
'new_journals_header' => 'Firefly III hat eine Transaktion für Sie erstellt. Sie finden sie in Ihrer Firefly III Installation:|Firefly III hat :count Transaktionen für Sie erstellt. Sie können sie in Ihrer Firefly III Installation finden:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Das Quellkonto „@source_name” akzeptiert nur Buchungen in @source_currency. Das Zielkonto "@dest_name" akzeptiert nur Buchungen in @dest_currency. Sie müssen den Betrag in beiden Währungen korrekt angeben.',
'transaction_data' => 'Transaktionsdaten',
'invalid_server_configuration' => 'Ungültige Serverkonfiguration',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III kann keine Geldbeträge formatieren, da Ihrem Server die erforderlichen Pakete fehlen. gibt eine <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">Anleitung</a> wie dies behoben werden kann.',
'quickswitch' => 'Schnellauswahl',
'sign_in_to_start' => 'Melden Sie sich an, um Ihre Sitzung zu starten',
'sign_in' => 'Anmelden',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III hat mehr als :count Transaktionen in :time Sekunden gefunden.',
'search_for_query' => 'Firefly III sucht nach Buchungen mit folgenden Wörtern im Namen: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Diese Suchparameter sind ungültig und wurden ignoriert.',
'search_modifier_date_is' => 'Buchungsdatum ist „:value”',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Buchungsnummer ist ":value"',
'search_modifier_date_before' => 'Buchungsdatum ist vor oder am ":value"',
'search_modifier_date_after' => 'Buchungsdatum ist nach oder am „:value”',
'search_modifier_created_on' => 'Buchung wurde am „:value” erstellt',
'search_modifier_updated_on' => 'Buchung wurde zuletzt am „:value” aktualisiert',
'search_modifier_external_id' => 'Externe ID lautet „::value”',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'Die Buchung besitzt keine externe URL',
'search_modifier_any_external_url' => 'Die Buchung muss eine (beliebige) externe URL aufweisen',
'search_modifier_internal_reference' => 'Interne Referenz lautet „:value”',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Beschreibung ist „:value”',
'search_modifier_description_ends' => 'Beschreibung endet mit „:value”',
'search_modifier_description_contains' => 'Beschreibung enthält „:value”',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Der Buchung muss eine (beliebige) Rechnung zugeordnet werden',
'search_modifier_has_no_tag' => 'Der Buchung darf keine Schlagworte zugeordnet werden',
'search_modifier_has_any_tag' => 'Die Buchung muss ein Schlagwort zugeordnet werden',
'search_modifier_notes_contain' => 'Die Buchungsnotiz enthält „:value”',
'search_modifier_notes_start' => 'Die Buchungsnotiz beginnt mit „:value”',
'search_modifier_notes_end' => 'Die Buchungsnotiz endet mit „:value”',
'search_modifier_notes_are' => 'Die Buchungsnotiz ist „:value”',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Die Buchung hat keine Notiz',
'search_modifier_any_notes' => 'Die Buchung muss eine Notiz haben',
'search_modifier_amount_exactly' => 'Betrag ist genau :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Betrag ist kleiner oder gleich :value',
'search_modifier_amount_more' => 'Betrag ist größer oder gleich :value',
'search_modifier_source_account_is' => 'Name des Quellkontos ist ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Rechnung ist „:value”',
'search_modifier_transaction_type' => 'Buchungstyp ist „:value”',
'search_modifier_tag_is' => 'Schlagwort ist „:value”',
'search_modifier_date_is_year' => 'Buchung ist in Jahr ":value"',
'search_modifier_date_is_month' => 'Buchung ist im Monat ":value"',
'search_modifier_date_is_day' => 'Buchung ist am ":value" Tag des Monats',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":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',
'search_modifier_date_after_year' => 'Buchung ist in oder nach dem Jahr ":value"',
'search_modifier_date_after_month' => 'Buchung ist in oder nach dem Monat ":value"',
'search_modifier_date_after_day' => 'Buchung ist nach oder am ":value" Tag des Monats',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Regelgruppe ":title" wurde auf Ihre Auswahl angewendet.',
// actions and triggers
'rule_trigger_store_journal' => 'Wenn eine Buchung erstellt wird',
'rule_trigger_update_journal' => 'Wenn eine Buchung aktualisiert wird',
'rule_trigger_user_action' => 'Die Nutzeraktion ist ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Name des Quellkontos beginnt mit..',
'rule_trigger_source_account_starts' => 'Name des Quellkontos beginnt mit ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Quellkonto-Name endet mit..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Quellkonto-Name lautet ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Quellkonto-Name enhält..',
'rule_trigger_source_account_contains' => 'Quellkonto-Name enthält ":trigger_value"',
'rule_trigger_account_id_choice' => 'Account ID (Quelle/Ziel) ist genau..',
'rule_trigger_account_id' => 'Account ID (Quelle/Ziel) ist genau :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Quellkonto ID ist genau..',
'rule_trigger_source_account_id' => 'Quellkonto ID ist genau :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Zielkonto ID ist genau..',
'rule_trigger_destination_account_id' => 'Quellkonto ID ist genau :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Konto (Quelle/Ziel) ist (bar)',
'rule_trigger_account_is_cash' => 'Konto (Quelle/Ziel) ist (bar)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Quellkonto ist (bar)',
'rule_trigger_source_is_cash' => 'Quellkonto ist (bar)',
'rule_trigger_destination_is_cash_choice' => 'Zielkonto ist (bar)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategorie ist ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Betrag ist geringer als..',
'rule_trigger_amount_less' => 'Betrag ist kleiner als :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Betrag ist..',
'rule_trigger_amount_exactly' => 'Betrag ist :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Betrag ist mehr als..',
'rule_trigger_amount_more' => 'Betrag ist größer als :trigger_value',
'rule_trigger_description_starts_choice' => 'Beschreibung beginnt mit..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Beschreibung enthält ":trigger_value"',
'rule_trigger_description_is_choice' => 'Beschreibung ist..',
'rule_trigger_description_is' => 'Beschreibung ist ":trigger_value"',
'rule_trigger_date_is_choice' => 'Buchungsdatum ist …',
'rule_trigger_date_is' => 'Buchungsdatum ist „:trigger_value”',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Buchungsdatum ist vor …',
'rule_trigger_date_before' => 'Buchungsdatum ist vor „:trigger_value”',
'rule_trigger_date_after_choice' => 'Buchungsdatum ist nach …',
'rule_trigger_date_after' => 'Buchungsdatum ist nach „:trigger_value”',
'rule_trigger_created_on_choice' => 'Buchungsdatum ist..',
'rule_trigger_created_on' => 'Buchungsdatum ist „:trigger_value”',
'rule_trigger_updated_on_choice' => 'Buchung zuletzt bearbeitet am..',
'rule_trigger_updated_on' => 'Buchung zuletzt am „:trigger_value” bearbeitet',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Budget ist..',
'rule_trigger_budget_is' => 'Budget ist „:trigger_value”',
'rule_trigger_tag_is_choice' => '(Ein) Schlagwort ist …',
'rule_trigger_tag_is' => 'Ein Schlagwort ist ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Buchungswährung ist …',
'rule_trigger_currency_is' => 'Buchungswährung ist „:trigger_value”',
'rule_trigger_foreign_currency_is_choice' => 'Fremdwährung der Buchung ist …',
'rule_trigger_foreign_currency_is' => 'Fremdwährung der Buchung ist „:trigger_value”',
'rule_trigger_has_attachments_choice' => 'Hat mindestens so viele Anhänge',
'rule_trigger_has_attachments' => 'Enthält mindestens :trigger_value Anhänge',
'rule_trigger_store_journal' => 'Wenn eine Buchung erstellt wird',
'rule_trigger_update_journal' => 'Wenn eine Buchung aktualisiert wird',
'rule_trigger_has_no_category_choice' => 'Ohne Kategorie',
'rule_trigger_has_no_category' => 'Buchung ohne Kategorie',
'rule_trigger_has_any_category_choice' => 'Hat eine (beliebige) Kategorie',
@ -548,29 +698,157 @@ return [
'rule_trigger_any_notes' => 'Die Buchung hat (beliebige) Notizen',
'rule_trigger_no_notes_choice' => 'Hat keine Notizen',
'rule_trigger_no_notes' => 'Buchung hat keine Notizen',
'rule_trigger_notes_are_choice' => 'Notizen sind..',
'rule_trigger_notes_are' => 'Notizen sind ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Notizen enthalten..',
'rule_trigger_notes_contain' => 'Notizen enthalten ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Notizen beginnen mit..',
'rule_trigger_notes_start' => 'Notizen beginnen mit „:trigger_value”',
'rule_trigger_notes_end_choice' => 'Notizen enden mit ..',
'rule_trigger_notes_end' => 'Notizen enden mit „:trigger_value”',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Rechnung ist..',
'rule_trigger_bill_is' => 'Rechung ist „:trigger_value”',
'rule_trigger_external_id_choice' => 'Externe ID ist..',
'rule_trigger_external_id' => 'Externe ID ist „:trigger_value”',
'rule_trigger_internal_reference_choice' => 'Interne Referenz ist..',
'rule_trigger_internal_reference' => 'Interne Referenz ist „:trigger_value”',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaktions-Journal-ID ist..',
'rule_trigger_journal_id' => 'Transaktions-Journal-ID ist „:trigger_value”',
'rule_trigger_no_external_url' => 'Buchung hat keine externe URL',
'rule_trigger_any_external_url' => 'Buchung hat eine externe URL',
'rule_trigger_any_external_url_choice' => 'Transaction has an external URL',
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
'rule_trigger_any_external_url_choice' => 'Buchung hat eine externe URL',
'rule_trigger_no_external_url_choice' => 'Buchung hat keine externe URL',
'rule_trigger_id_choice' => 'Buchungskennung lautet …',
'rule_trigger_id' => 'Buchungskennung lautet „:trigger_value”',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'Buchung löschen (!)',
@ -748,7 +1026,7 @@ return [
'delete_all_liabilities' => 'ALLE Verbindlichkeiten löschen',
'delete_all_transactions' => 'ALLE Buchungen löschen',
'delete_all_withdrawals' => 'ALLE Ausgaben löschen',
'delete_all_deposits' => 'ALLE Einzahlung löschen',
'delete_all_deposits' => 'ALLE Einzahlungen löschen',
'delete_all_transfers' => 'ALLE Überweisungen löschen',
'also_delete_transactions' => 'Beim Löschen von Konten werden auch ALLE damit verbundenen Abhebungen, Einzahlungen und Überweisungen gelöscht!',
'deleted_all_budgets' => 'Alle Budgets wurden gelöscht',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Zuvor verknüpfte Buchungen mit dieser Rechnung können ihre Verbindung verlieren, wenn sie (nicht mehr) der/den Regel(n) entsprechen.',
'bill_related_rules' => 'Regeln mit Verknüpfung zu dieser Rechnung',
'repeats' => 'Wiederholungen',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Verknüpfte Buchungen',
'auto_match_on' => 'Automatisch von Firefly III zugeordnet',
'auto_match_off' => 'Nicht automatisch von Firefly III zugeordnet',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Übersicht',
'saveOnAccount' => 'Rücklagen für Konto',
'unknown' => 'Unbekannt',
'daily' => 'Täglich',
'monthly' => 'Monatlich',
'profile' => 'Profil',
'errors' => 'Fehler',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Login',
'is_owner' => 'Ist Administrator?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Regeln anwenden',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'el',
'locale' => 'el, Ελληνικά, el_GR.utf8, el_GR.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A %e %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Εβδομάδα %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'Do MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'Do MMMM YYYY, HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Εβδομάδα' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Δευτέρα',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Το Firefly III έχει δημιουργήσει μια νέα συναλλαγή|Το Firefly III έχει δημιουργήσει :count νέες συναλλαγές',
'new_journals_header' => 'Το Firefly III έχει δημιουργήσει μια συναλλαγή για εσάς. Μπορείτε να τη βρείτε στην εγκατάσταση Firefly ΙΙΙ:|Το Firefly III έχει δημιουργήσει :count συναλλαγές για εσάς. Μπορείτε να τις βρείτε στην εγκατάσταση Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Ο κεφαλαιακός λογαριασμός προέλευσης "@source_name" δέχεται συναλλαγές μόνο σε @source_currency. Ο κεφαλαιακός λογαριασμός προορισμού "@dest_name" δέχεται συναλλαγές μόνο σε @dest_currency. Πρέπει να παρέχετε το σωστό μεταφερόμενο ποσό και στα δύο νομίσματα.',
'transaction_data' => 'Δεδομένα συναλλαγής',
'invalid_server_configuration' => 'Μη έγκυρη παραμετροποίηση εξυπηρετητή',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Εναλλαγή',
'sign_in_to_start' => 'Συνδεθείτε για να ξεκινήσετε τη συνεδρία σας',
'sign_in' => 'Είσοδος',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Το Firefly III βρήκε περισσότερες από :count συναλλαγές σε :time δευτερόλεπτα.',
'search_for_query' => 'Το Firefly III αναζητεί για συναλλαγές που περιέχουν όλες αυτές τις λέξεις: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Αυτές οι παράμετροι αναζήτησης δεν είναι έγκυρες και έχουν αγνοηθεί.',
'search_modifier_date_is' => 'Η ημερομηνία συναλλαγής είναι ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Το ID συναλλαγής είναι ":value"',
'search_modifier_date_before' => 'Η ημερομηνία συναλλαγής είναι πριν ή στις ":value"',
'search_modifier_date_after' => 'Η ημερομηνία συναλλαγής είναι μετά ή στις ":value"',
'search_modifier_created_on' => 'Η συναλλαγή δημιουργήθηκε στις ":value"',
'search_modifier_updated_on' => 'Η συναλλαγή ενημερώθηκε στις ":value"',
'search_modifier_external_id' => 'Το εξωτερικό ID είναι ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'Η συναλλαγή δεν έχει εξωτερικό URL',
'search_modifier_any_external_url' => 'Η συναλλαγή πρέπει να έχει ένα (οποιοδήποτε) εξωτερικό URL',
'search_modifier_internal_reference' => 'Η εσωτερική αναφορά είναι ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Η περιγραφή είναι ":value"',
'search_modifier_description_ends' => 'Η περιγραφή τελειώνει με ":value"',
'search_modifier_description_contains' => 'Η περιγραφή περιέχει ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Η συναλλαγή πρέπει να έχει έναν (οποιοδήποτε) λογαριασμό',
'search_modifier_has_no_tag' => 'Η συναλλαγή δεν πρέπει να έχει καμία ετικέτα',
'search_modifier_has_any_tag' => 'Η συναλλαγή πρέπει να έχει μία (οποιαδήποτε) ετικέτα',
'search_modifier_notes_contain' => 'Οι σημειώσεις της συναλλαγής περιέχουν ":value"',
'search_modifier_notes_start' => 'Οι σημειώσεις της συναλλαγής αρχίζουν με ":value"',
'search_modifier_notes_end' => 'Οι σημειώσεις της συναλλαγής τελειώνουν με ":value"',
'search_modifier_notes_are' => 'Οι σημειώσεις της συναλλαγής είναι ακριβώς ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Η συναλλαγή δεν έχει σημειώσεις',
'search_modifier_any_notes' => 'Η συναλλαγή πρέπει να έχει σημειώσεις',
'search_modifier_amount_exactly' => 'Το ποσό είναι ακριβώς :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Το ποσό είναι μικρότερο ή ίσο με :value',
'search_modifier_amount_more' => 'Το ποσό είναι μεγαλύτερο ή ίσο με :value',
'search_modifier_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης είναι ακριβώς ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Το πάγιο έξοδο είναι ":value"',
'search_modifier_transaction_type' => 'Ο τύπος συναλλαγής είναι ":value"',
'search_modifier_tag_is' => 'Η ετικέτα είναι ":value"',
'search_modifier_date_is_year' => 'Η συναλλαγή είναι στο έτος ":value"',
'search_modifier_date_is_month' => 'Η συναλλαγή είναι στο μήνα ":value"',
'search_modifier_date_is_day' => 'Η συναλλαγή είναι την ημέρα του μήνα ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Η συναλλαγή είναι πριν ή μέσα στο έτος ":value"',
'search_modifier_date_before_month' => 'Η συναλλαγή είναι πριν ή μέσα στο μήνα ":value"',
'search_modifier_date_before_day' => 'Η συναλλαγή είναι πριν ή την ημέρα του μήνα ":value"',
'search_modifier_date_after_year' => 'Η συναλλαγή είναι μέσα ή μετά το έτος ":value"',
'search_modifier_date_after_month' => 'Η συναλλαγή είναι μέσα ή μετά το μήνα ":value"',
'search_modifier_date_after_day' => 'Η συναλλαγή είναι μετά ή την ημέρα του μήνα ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"',
'update_rule_from_query' => 'Ενημέρωση κανόνα ":rule" από το ερώτημα αναζήτησης',
'create_rule_from_query' => 'Δημιουργία νέου κανόνα από το ερώτημα αναζήτησης',
'rule_from_search_words' => 'Η ρουτίνα για τους κανόνες δυσκολεύτηκε στο χειρισμό του ":string". Ο προτεινόμενος κανόνας που ταιριάζει στο ερώτημά αναζήτησης μπορεί να δώσει διαφορετικά αποτελέσματα. Παρακαλώ να επιβεβαιώσετε προσεκτικά τους κανόνες ενεργοποίησης.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Η ομάδα κανόνων ":title" έχει εφαρμοστεί στην επιλογή σας.',
// actions and triggers
'rule_trigger_store_journal' => 'Όταν δημιουργείται μια συναλλαγή',
'rule_trigger_update_journal' => 'Όταν ενημερώνεται μία συναλλαγή',
'rule_trigger_user_action' => 'Η ενέργεια χρήστη είναι ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με..',
'rule_trigger_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Το όνομα του λογαριασμού προέλευσης τελειώνει με..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Το όνομα του λογαριασμού προέλευσης είναι ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Το όνομα του λογαριασμού προέλευσης περιέχει..',
'rule_trigger_source_account_contains' => 'Το όνομα του λογαριασμού προέλευσης περιέχει ":trigger_value"',
'rule_trigger_account_id_choice' => 'Το ID του λογαριασμού (προέλευσης/προορισμού) είναι ακριβώς..',
'rule_trigger_account_id' => 'Το ID του λογαριασμού (προέλευσης/προορισμού) είναι ακριβώς :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Το ID του λογαριασμού προέλευσης είναι ακριβώς..',
'rule_trigger_source_account_id' => 'Το ID του λογαριασμού προέλευσης είναι ακριβώς :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Το ID του λογαριασμού προορισμού είναι ακριβώς..',
'rule_trigger_destination_account_id' => 'Το ID του λογαριασμού προορισμού είναι ακριβώς :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Ο λογαριασμός (προέλευσης/προορισμού) είναι λογαριασμός (μετρητών)',
'rule_trigger_account_is_cash' => 'Ο λογαριασμός (προέλευσης/προορισμού) είναι λογαριασμός (μετρητών)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Ο λογαριασμός προέλευσης είναι λογαριασμός (μετρητών)',
'rule_trigger_source_is_cash' => 'Ο λογαριασμός προέλευσης είναι λογαριασμός (μετρητών)',
'rule_trigger_destination_is_cash_choice' => 'Ο λογαριασμός προορισμού είναι λογαριασμός (μετρητών)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Η κατηγορία είναι ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Το ποσό είναι μικρότερο από..',
'rule_trigger_amount_less' => 'Το ποσό είναι μικρότερο από :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Το ποσό είναι..',
'rule_trigger_amount_exactly' => 'Το ποσό είναι :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Το ποσό είναι μεγαλύτερο από..',
'rule_trigger_amount_more' => 'Το ποσό είναι μεγαλύτερο από :trigger_value',
'rule_trigger_description_starts_choice' => 'Η περιγραφή αρχίζει με..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Η περιγραφή περιέχει ":trigger_value"',
'rule_trigger_description_is_choice' => 'Η περιγραφή είναι..',
'rule_trigger_description_is' => 'Η περιγραφή είναι ":trigger_value"',
'rule_trigger_date_is_choice' => 'Η ημερομηνία συναλλαγής είναι..',
'rule_trigger_date_is' => 'Η ημερομηνία συναλλαγής είναι ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Η ημερομηνία συναλλαγής είναι πριν από τις..',
'rule_trigger_date_before' => 'Η ημερομηνία συναλλαγής είναι πριν από τις ":trigger_value"',
'rule_trigger_date_after_choice' => 'Η ημερομηνία συναλλαγής είναι μετά από τις..',
'rule_trigger_date_after' => 'Η ημερομηνία συναλλαγής είναι μετά από τις ":trigger_value"',
'rule_trigger_created_on_choice' => 'Η συναλλαγή πραγματοποιήθηκε στις..',
'rule_trigger_created_on' => 'Η συναλλαγή πραγματοποιήθηκε στις ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Η συναλλαγή τροποποιήθηκε τελευταία φορά στις..',
'rule_trigger_updated_on' => 'Η συναλλαγή τροποποιήθηκε τελευταία φορά στις ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Ο προϋπολογισμός είναι..',
'rule_trigger_budget_is' => 'Ο προϋπολογισμός είναι ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Μία ετικέτα είναι..',
'rule_trigger_tag_is' => 'Μία ετικέτα είναι ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Το νόμισμα της συναλλαγής είναι..',
'rule_trigger_currency_is' => 'Το νόμισμα της συναλλαγής είναι ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Το ξένο νόμισμα της συναλλαγής είναι..',
'rule_trigger_foreign_currency_is' => 'Το ξένο νόμισμα της συναλλαγής είναι ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Έχει τουλάχιστον τόσα συνημμένα',
'rule_trigger_has_attachments' => 'Έχει τουλάχιστον :trigger_value συνημμένα',
'rule_trigger_store_journal' => 'Όταν δημιουργείται μια συναλλαγή',
'rule_trigger_update_journal' => 'Όταν ενημερώνεται μία συναλλαγή',
'rule_trigger_has_no_category_choice' => 'Δεν έχει κατηγορία',
'rule_trigger_has_no_category' => 'Η συναλλαγή δεν έχει κατηγορία',
'rule_trigger_has_any_category_choice' => 'Έχει μία(οποιαδήποτε) κατηγορία',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Η συναλλαγή έχει (οποιεσδήποτε) σημειώσεις',
'rule_trigger_no_notes_choice' => 'Δεν έχει σημειώσεις',
'rule_trigger_no_notes' => 'Η συναλλαγή δεν έχει σημειώσεις',
'rule_trigger_notes_are_choice' => 'Οι σημειώσεις είναι..',
'rule_trigger_notes_are' => 'Οι σημειώσεις είναι ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Οι σημειώσεις περιέχουν..',
'rule_trigger_notes_contain' => 'Οι σημειώσεις περιέχουν ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Οι σημειώσεις αρχίζουν με..',
'rule_trigger_notes_start' => 'Οι σημειώσεις αρχίζουν με ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Οι σημειώσεις τελειώνουν με..',
'rule_trigger_notes_end' => 'Οι σημειώσεις τελειώνουν με ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Το πάγιο έξοδο είναι..',
'rule_trigger_bill_is' => 'Το πάγιο έξοδο είναι ":trigger_value"',
'rule_trigger_external_id_choice' => 'Το εξωτερικό ID είναι..',
'rule_trigger_external_id' => 'Το εξωτερικό ID είναι ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Η εσωτερική αναφορά είναι..',
'rule_trigger_internal_reference' => 'Η εσωτερική αναφορά είναι "::trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Το ημερολογιακό ID της συναλλαγής είναι..',
'rule_trigger_journal_id' => 'Το ημερολογιακό ID της συναλλαγής είναι ":trigger_value"',
'rule_trigger_no_external_url' => 'Η συναλλαγή δεν έχει εξωτερικό URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'ΔΙΑΓΡΑΦΗ συναλλαγής (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Οι συναλλαγές που έχουν συνδεθεί προηγουμένως με αυτό το πάγιο έξοδο ενδέχεται να χάσουν τη σύνδεσή τους, αν δεν συμφωνούν (πλέον) με τον κανόνα(ες).',
'bill_related_rules' => 'Συσχετιζόμενοι κανόνες με αυτό το πάγιο έξοδο',
'repeats' => 'Επαναλήψεις',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Συνδεδεμένες συναλλαγές',
'auto_match_on' => 'Αυτόματη αντιστοίχιση από το Firefly III',
'auto_match_off' => 'Μη αυτόματη αντιστοίχιση από το Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Επισκόπηση',
'saveOnAccount' => 'Εντός του λογαριασμού',
'unknown' => 'Άγνωστο',
'daily' => 'Ημερησίως',
'monthly' => 'Μηνιαίως',
'profile' => 'Προφίλ',
'errors' => 'Σφάλματα',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Είσοδος',
'is_owner' => 'Είναι διαχειριστής;',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Εφαρμογή κανόνων',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'en-gb',
'locale' => 'en, English, en_GB.utf8, en_GB.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Monday',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.',
'transaction_data' => 'Transaction data',
'invalid_server_configuration' => 'Invalid server configuration',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Quickswitch',
'sign_in_to_start' => 'Sign in to start your session',
'sign_in' => 'Sign in',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
'search_modifier_date_is' => 'Transaction date is ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Transaction ID is ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
'search_modifier_created_on' => 'Transaction was created on ":value"',
'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
'search_modifier_external_id' => 'External ID is ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Internal reference is ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Description is ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"',
'search_modifier_description_contains' => 'Description contains ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_no_tag' => 'The transaction must have no tags',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
'search_modifier_notes_start' => 'The transaction notes start with ":value"',
'search_modifier_notes_end' => 'The transaction notes end with ":value"',
'search_modifier_notes_are' => 'The transaction notes are exactly ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'The transaction has no notes',
'search_modifier_any_notes' => 'The transaction must have notes',
'search_modifier_amount_exactly' => 'Amount is exactly :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Amount is less than or equal to :value',
'search_modifier_amount_more' => 'Amount is more than or equal to :value',
'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Bill is ":value"',
'search_modifier_transaction_type' => 'Transaction type is ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Rule group ":title" has been applied to your selection.',
// actions and triggers
'rule_trigger_store_journal' => 'When a transaction is created',
'rule_trigger_update_journal' => 'When a transaction is updated',
'rule_trigger_user_action' => 'User action is ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Source account name ends with..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Source account name contains..',
'rule_trigger_source_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_account_id_choice' => 'Account ID (source/destination) is exactly..',
'rule_trigger_account_id' => 'Account ID (source/destination) is exactly :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..',
'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..',
'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',
'rule_trigger_source_is_cash' => 'Source account is (cash) account',
'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Category is ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Amount is less than..',
'rule_trigger_amount_less' => 'Amount is less than :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Amount is..',
'rule_trigger_amount_exactly' => 'Amount is :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Amount is more than..',
'rule_trigger_amount_more' => 'Amount is more than :trigger_value',
'rule_trigger_description_starts_choice' => 'Description starts with..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Description contains ":trigger_value"',
'rule_trigger_description_is_choice' => 'Description is..',
'rule_trigger_description_is' => 'Description is ":trigger_value"',
'rule_trigger_date_is_choice' => 'Transaction date is..',
'rule_trigger_date_is' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Transaction date is before..',
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
'rule_trigger_date_after_choice' => 'Transaction date is after..',
'rule_trigger_date_after' => 'Transaction date is after ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transaction was made on..',
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Budget is..',
'rule_trigger_budget_is' => 'Budget is ":trigger_value"',
'rule_trigger_tag_is_choice' => '(A) tag is..',
'rule_trigger_tag_is' => 'A tag is ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaction currency is..',
'rule_trigger_currency_is' => 'Transaction currency is ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Has at least this many attachments',
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
'rule_trigger_store_journal' => 'When a transaction is created',
'rule_trigger_update_journal' => 'When a transaction is updated',
'rule_trigger_has_no_category_choice' => 'Has no category',
'rule_trigger_has_no_category' => 'Transaction has no category',
'rule_trigger_has_any_category_choice' => 'Has a (any) category',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transaction has (any) notes',
'rule_trigger_no_notes_choice' => 'Has no notes',
'rule_trigger_no_notes' => 'Transaction has no notes',
'rule_trigger_notes_are_choice' => 'Notes are..',
'rule_trigger_notes_are' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Notes contain..',
'rule_trigger_notes_contain' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Notes start with..',
'rule_trigger_notes_start' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Notes end with..',
'rule_trigger_notes_end' => 'Notes end with ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Bill is..',
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
'rule_trigger_external_id_choice' => 'External ID is..',
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Rules related to this bill',
'repeats' => 'Repeats',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Connected transactions',
'auto_match_on' => 'Automatically matched by Firefly III',
'auto_match_off' => 'Not automatically matched by Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Overview',
'saveOnAccount' => 'Save on account',
'unknown' => 'Unknown',
'daily' => 'Daily',
'monthly' => 'Monthly',
'profile' => 'Profile',
'errors' => 'Errors',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Login',
'is_owner' => 'Is admin?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Apply rules',

View File

@ -786,9 +786,9 @@ return [
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'es',
'locale' => 'es, Spanish, es_ES.utf8, es_ES.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e de %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A %e de %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e de %B %Y a las %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Semana %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'D MMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D MMMM YYYY, HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Semana' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Trimestre' Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Lunes',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Si prefiere, también puede abrir un nuevo issue en <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Si prefiere, también puedes abrir un nuevo problema en https://github.com/firefly-iiii/firefly-iiii/issues.',
'error_stacktrace_below' => 'El stacktrace completo está a continuación:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Los siguientes encabezados también pueden ser relevantes:',
// report new journals
'new_journals_subject' => 'Firefly III ha creado una nueva transacción|Firefly III ha creado :count nuevas transacciones',
'new_journals_header' => 'Firefly III ha creado una transacción para usted. La puede encontrar en su instalación de Firefly III:|Firefly III ha creado :count transacciones para usted. Las puede encontrar en su instalación de Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'La cuenta de activos "@source_name" solo acepta transacciones en "@source_currency". cuenta de activos de destino "@dest_name" solo acepta transacciones en @dest_currency. Debes indicar la cantidad correcta transferida en ambas monedas.',
'transaction_data' => 'Datos de transacción',
'invalid_server_configuration' => 'Configuración de servidor no válida',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III no puede formatear cantidades monetarias porque a su servidor le faltan los paquetes requeridos. Hay <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instrucciones de cómo hacer esto</a>.',
'quickswitch' => 'Cambio rápido',
'sign_in_to_start' => 'Iniciar sesión para comenzar',
'sign_in' => 'Iniciar sesión',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III encontró más de :count transacciones en :time segundos.',
'search_for_query' => 'Firefly III está buscando transacciones que contengan todas estas palabras: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Estos parámetros de búsqueda no son válidos y han sido ignorados.',
'search_modifier_date_is' => 'La fecha de la transacción es ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'El ID de la transacción es ":value"',
'search_modifier_date_before' => 'La fecha de la transacción es anterior al ":value"',
'search_modifier_date_after' => 'La fecha de la transacción es posterior al ":value"',
'search_modifier_created_on' => 'La transacción fue creada el ":value"',
'search_modifier_updated_on' => 'La transacción fue actualizada por última vez el ":value"',
'search_modifier_external_id' => 'El ID externo es ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'La transacción no tiene URL externa',
'search_modifier_any_external_url' => 'La transacción debe tener alguna URL externa',
'search_modifier_internal_reference' => 'La referencia interna es ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'La descripción es ":value"',
'search_modifier_description_ends' => 'La descripción termina con ":value"',
'search_modifier_description_contains' => 'La descripción contiene ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'La transacción debe tener una (cualquier) factura',
'search_modifier_has_no_tag' => 'La transacción no debe tener etiquetas',
'search_modifier_has_any_tag' => 'La transacción debe tener (alguna) etiqueta',
'search_modifier_notes_contain' => 'Las notas de la transacción contienen ":value"',
'search_modifier_notes_start' => 'Las notas de la transacción comienzan con ":value"',
'search_modifier_notes_end' => 'Las notas de la transacción terminan con ":value"',
'search_modifier_notes_are' => 'Las notas de la transacción son exactamente ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'La transacción no tiene notas',
'search_modifier_any_notes' => 'La transacción debe tener notas',
'search_modifier_amount_exactly' => 'La cantidad es exactamente :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Cantidad es menor o igual a :value',
'search_modifier_amount_more' => 'Cantidad es mayor o igual a :value',
'search_modifier_source_account_is' => 'El nombre de la cuenta de origen es exactamente ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'La factura es ":value"',
'search_modifier_transaction_type' => 'El tipo de transacción es ":value"',
'search_modifier_tag_is' => 'La etiqueta es ":value"',
'search_modifier_date_is_year' => 'El año de la transacción es ":value"',
'search_modifier_date_is_month' => 'El mes de la transacción es ":value"',
'search_modifier_date_is_day' => 'El día de la transacción es ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'El año de la transacción es anterior o igual a ":value"',
'search_modifier_date_before_month' => 'El mes de la transacción es anterior o igual a ":value"',
'search_modifier_date_before_day' => 'El día de la transacción es anterior o igual a ":value"',
'search_modifier_date_after_year' => 'El año de la transacción es posterior o igual a ":value"',
'search_modifier_date_after_month' => 'El mes de la transacción es posterior o igual a ":value"',
'search_modifier_date_after_day' => 'El día de la transacción es posterior o igual a ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'El grupo de reglas ":title" ha sido aplicada a su selección.',
// actions and triggers
'rule_trigger_store_journal' => 'Cuando la transacción es creada',
'rule_trigger_update_journal' => 'Cuando la transacción es actualizada',
'rule_trigger_user_action' => 'La acción del usuario es ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'El nombre de la cuenta de origen comienza con..',
'rule_trigger_source_account_starts' => 'El nombre de la cuenta de origen comienza con ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'El nombre de la cuenta de origen termina con..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'El nombre de la cuenta origen es ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'El nombre de cuenta de origen contiene..',
'rule_trigger_source_account_contains' => 'El nombre de la cuenta origen contiene ":trigger_value"',
'rule_trigger_account_id_choice' => 'El ID de cuenta (origen/destino) es exactamente..',
'rule_trigger_account_id' => 'El ID de cuenta (origen/destino) es exactamente :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'El ID de la cuenta de origen es exactamente..',
'rule_trigger_source_account_id' => 'El ID de cuenta origen es exactamente :trigger_value',
'rule_trigger_destination_account_id_choice' => 'El ID de la cuenta de destino es exactamente..',
'rule_trigger_destination_account_id' => 'El ID de cuenta de destino es exactamente :trigger_value',
'rule_trigger_account_is_cash_choice' => 'La cuenta (origen/destino) es de efectivo',
'rule_trigger_account_is_cash' => 'La cuenta (origen/destino) es de efectivo',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'La cuenta de origen es de efectivo',
'rule_trigger_source_is_cash' => 'La cuenta de origen es de efectivo',
'rule_trigger_destination_is_cash_choice' => 'La cuenta de destino es de efectivo',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Categoría es ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Cantidad es menos de..',
'rule_trigger_amount_less' => 'La cantidad es menor que :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Cantidad es..',
'rule_trigger_amount_exactly' => 'Cantidad es :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Cantidad es mas de..',
'rule_trigger_amount_more' => 'Cantidad es más de :trigger_value',
'rule_trigger_description_starts_choice' => 'Descripción comienza con..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'La descripción contiene ":trigger_value"',
'rule_trigger_description_is_choice' => 'Descripción es..',
'rule_trigger_description_is' => 'La descripción es ":trigger_value"',
'rule_trigger_date_is_choice' => 'Fecha de la transacción es..',
'rule_trigger_date_is' => 'La fecha de la transacción es ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'La fecha de la transacción es anterior a..',
'rule_trigger_date_before' => 'La fecha de la transacción es anterior a ":trigger_value"',
'rule_trigger_date_after_choice' => 'La fecha de la transacción es después de..',
'rule_trigger_date_after' => 'La fecha de la transacción es después de ":trigger_value"',
'rule_trigger_created_on_choice' => 'La transacción se realizó el..',
'rule_trigger_created_on' => 'La transacción se realizó el ":trigger_value"',
'rule_trigger_updated_on_choice' => 'La transacción fue editada por última vez el..',
'rule_trigger_updated_on' => 'La transacción fue editada por última vez el ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Presupuesto es..',
'rule_trigger_budget_is' => 'Presupuesto es ":trigger_value"',
'rule_trigger_tag_is_choice' => '(una) etiqueta es..',
'rule_trigger_tag_is' => 'Una etiqueta es ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'La moneda de la transacción es..',
'rule_trigger_currency_is' => 'La moneda de la transacción es ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'La transacción en moneda extranjera es..',
'rule_trigger_foreign_currency_is' => 'La transacción en moneda extranjera es ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Tiene al menos tantos archivos adjuntos',
'rule_trigger_has_attachments' => 'Tiene al menos :trigger_value anexo(s)',
'rule_trigger_store_journal' => 'Cuando la transacción es creada',
'rule_trigger_update_journal' => 'Cuando la transacción es actualizada',
'rule_trigger_has_no_category_choice' => 'No tiene categoría',
'rule_trigger_has_no_category' => 'La transacción no tiene categoría',
'rule_trigger_has_any_category_choice' => 'Tiene (cualquier) categoría',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'La transacción tiene (cualquier) notas',
'rule_trigger_no_notes_choice' => 'No tiene notas',
'rule_trigger_no_notes' => 'Transacción no tiene notas',
'rule_trigger_notes_are_choice' => 'Notas son..',
'rule_trigger_notes_are' => 'Las notas son ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Las notas contienen..',
'rule_trigger_notes_contain' => 'Las notas contienen ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Las notas comienzan con..',
'rule_trigger_notes_start' => 'Las notas comienzan con ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Las notas terminan con..',
'rule_trigger_notes_end' => 'Las notas terminan con ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'La factura es..',
'rule_trigger_bill_is' => 'La factura es ":trigger_value"',
'rule_trigger_external_id_choice' => 'El ID externo es..',
'rule_trigger_external_id' => 'El ID externo es ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'La referencia interna es..',
'rule_trigger_internal_reference' => 'La referencia interna es ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'El ID del diario de transacciones es..',
'rule_trigger_journal_id' => 'El ID del diario de transacciones es ":trigger_value"',
'rule_trigger_no_external_url' => 'La transacción no tiene URL externa',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'La ID de la transacción es..',
'rule_trigger_id' => 'La ID de la transacción es ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'ELIMINAR transacción (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Las transacciones previamente vinculadas a esta factura pueden perder su conexión, si (ya) no coinciden con la(s) regla(s).',
'bill_related_rules' => 'Reglas relacionadas con esta cuenta',
'repeats' => 'Repeticiones',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Transacciones conectadas',
'auto_match_on' => 'Automáticamente igualado por Firefly III',
'auto_match_off' => 'No igualado automaticamente por Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Resumen',
'saveOnAccount' => 'Guardar en cuenta',
'unknown' => 'Desconocido',
'daily' => 'Diario',
'monthly' => 'Mensual',
'profile' => 'Perfil',
'errors' => 'Errores',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Iniciar sesión',
'is_owner' => '¿Es el administrador?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Aplicar reglas',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'fi',
'locale' => 'fi, Finnish, fi_FI.utf8, fi_FI.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'D MMM, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Viikko %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Viikko] w, YYYY',
'week_in_year_fns' => "'Viikko' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Maanantai',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Jos haluat, voit myös avata uuden tiketin <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHubissa</a>.',
'error_github_text' => 'Jos haluat, voit myös avata uuden tiketin osoitteessa https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'Täydellinen stack trace:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Seuraavat otsikot voivat myös olla merkityksellisiä:',
// report new journals
'new_journals_subject' => 'Firefly III on luonut uuden tapahtuman|Firefly III on luonut :count uutta tapahtumaa',
'new_journals_header' => 'Firefly III on luonut tapahtuman sinulle. Löydät sen Firefly III -asennuksestasi:|Firefly III on luonut sinulle :count tapahtumaa. Löydät ne Firefly III -asennuksestasi:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Lähdetili "@source_name" hyväksyy tapahtumia ainoastaan valuutassa @source_currency. Kohdetili "@dest_name" hyväksyy tapahtumia ainoastaan valuutassa @dest_currency. Siirretty summa täytyy syöttää oikein - molemmilla valuutoilla.',
'transaction_data' => 'Tapahtuman tiedot',
'invalid_server_configuration' => 'Serverin asetukset eivät ole kunnossa',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III ei pysty näyttämään rahasummia oikein koska tarvittavat tiedostot puuttuvat serveriltä. <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">Täältä</a> löydät ohjeet asian korjaamiseksi.',
'quickswitch' => 'Pikakytkin',
'sign_in_to_start' => 'Aloita istunto kirjautumalla sisään',
'sign_in' => 'Kirjaudu sisään',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III löysi enemmän kuin :count tapahtumaa :time sekunnissa.',
'search_for_query' => 'Firefly III hakee tapahtumia kaikilla näillä hakusanoilla: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Nämä hakuparametrit eivät ole kelvollisia ja ne on ohitettu.',
'search_modifier_date_is' => 'Tapahtumapäivä on ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Tapahtuman tunniste on ":value"',
'search_modifier_date_before' => 'Tapahtumapäivä on joko ":value" tai sitä ennen',
'search_modifier_date_after' => 'Tapahtumapäivä on joko ":value" tai sen jälkeen',
'search_modifier_created_on' => 'Tapahtuma luotiin ":value"',
'search_modifier_updated_on' => 'Tapahtuma on päivitetty viimeksi ":value"',
'search_modifier_external_id' => 'Ulkoinen tunniste on ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'Tapahtumalla ei ole ulkoista URL-osoitetta',
'search_modifier_any_external_url' => 'Tapahtumalla on oltava ulkoinen URL (mikä tahansa)',
'search_modifier_internal_reference' => 'Sisäinen viite on ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Kuvaus on ":value"',
'search_modifier_description_ends' => 'Kuvaus päättyy ":value"',
'search_modifier_description_contains' => 'Kuvaus sisältää ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Tapahtumalla on oltava lasku (mikä tahansa)',
'search_modifier_has_no_tag' => 'Tapahtumalla ei saa olla tageja',
'search_modifier_has_any_tag' => 'Tapahtumalla on oltava tagi (mikä tahansa)',
'search_modifier_notes_contain' => 'Tapahtumamerkinnät sisältävät ":value"',
'search_modifier_notes_start' => 'Tapahtumamerkinnät alkavat ":value"',
'search_modifier_notes_end' => 'Tapahtumamerkinnät päättyvät ":value"',
'search_modifier_notes_are' => 'Tapahtumamerkinnät ovat tarkalleen ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Tapahtumalla ei ole muistiinpanoja',
'search_modifier_any_notes' => 'Tapahtumalla on oltava muistiinpanoja',
'search_modifier_amount_exactly' => 'Summa on täsmälleen :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Summa on pienempi tai yhtä suuri kuin :value',
'search_modifier_amount_more' => 'Summa on suurempi tai yhtä suuri kuin :value',
'search_modifier_source_account_is' => 'Lähdetilin nimi on täsmälleen ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Lasku on ":value"',
'search_modifier_transaction_type' => 'Tapahtuman tyyppi on ":value"',
'search_modifier_tag_is' => 'Tägi on ":value"',
'search_modifier_date_is_year' => 'Tapahtuma on vuonna ":value"',
'search_modifier_date_is_month' => 'Tapahtuman kuukausi on ":value"',
'search_modifier_date_is_day' => 'Tapahtuman kuukauden päivä on ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Tapahtuman vuosi on joko ":value" tai sitä ennen',
'search_modifier_date_before_month' => 'Tapahtuman kuukausi on joko ":value" tai sitä ennen',
'search_modifier_date_before_day' => 'Tapahtuman kuukauden päivä on joko ":value" tai sitä ennen',
'search_modifier_date_after_year' => 'Tapahtuman vuosi on joko ":value" tai sen jälkeen',
'search_modifier_date_after_month' => 'Tapahtuman kuukausi on joko ":value" tai sen jälkeen',
'search_modifier_date_after_day' => 'Tapahtuman kuukauden päivä on joko ":value" tai sen jälkeen',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Sääntöryhmä ":title" on ajettu valituille tapahtumille.',
// actions and triggers
'rule_trigger_store_journal' => 'Kun tapahtuma luodaan',
'rule_trigger_update_journal' => 'Kun tapahtuma päivitetään',
'rule_trigger_user_action' => 'Käyttäjän toiminto on ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Lähdetilin nimi alkaa ...',
'rule_trigger_source_account_starts' => 'Lähdetilin nimi alkaa tekstillä ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Lähdetilin nimi päättyy..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Lähdetilin nimi on ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Lähdetilin nimi sisältää..',
'rule_trigger_source_account_contains' => 'Lähdetilin nimi sisältää ":trigger_value"',
'rule_trigger_account_id_choice' => 'Tilin tunniste (lähde/kohde) on tarkalleen..',
'rule_trigger_account_id' => 'Tilin tunniste (lähde/kohde) on täsmälleen :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Lähdetili ID on tarkalleen..',
'rule_trigger_source_account_id' => 'Lähdetilin tunniste on täsmälleen :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Kohdetilin ID on tarkalleen..',
'rule_trigger_destination_account_id' => 'Kohdetilin tunniste on täsmälleen :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Tili (lähde/kohde) on (käteis) tili',
'rule_trigger_account_is_cash' => 'Tili (lähde/kohde) on (käteis) tili',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Lähdetili on (käteis) tili',
'rule_trigger_source_is_cash' => 'Lähdetili on (käteis) tili',
'rule_trigger_destination_is_cash_choice' => 'Kohdetili on (käteis) tili',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategoria on ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Summa on vähemmän kuin ...',
'rule_trigger_amount_less' => 'Summa on vähemmän kuin :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Summa on ...',
'rule_trigger_amount_exactly' => 'Summa on :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Summa on enemmän kuin ...',
'rule_trigger_amount_more' => 'Summa on enemmän kuin :trigger_value',
'rule_trigger_description_starts_choice' => 'Kuvaus alkaa tekstillä ...',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Kuvaus sisältää tekstin ":trigger_value"',
'rule_trigger_description_is_choice' => 'Kuvaus on ...',
'rule_trigger_description_is' => 'Kuvaus on ":trigger_value"',
'rule_trigger_date_is_choice' => 'Tapahtumapäivä on ...',
'rule_trigger_date_is' => 'Tapahtumapäivä on ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Tapahtumapäivä on ennen..',
'rule_trigger_date_before' => 'Tapahtumapäivä on ennen: ":trigger_value"',
'rule_trigger_date_after_choice' => 'Tapahtumapäivä on jälkeen..',
'rule_trigger_date_after' => 'Tapahtumapäivä on jälkeen: ":trigger_value"',
'rule_trigger_created_on_choice' => 'Tapahtuma on tehty..',
'rule_trigger_created_on' => 'Tapahtuma tehtiin ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Tapahtumaa muokattiin viimeksi..',
'rule_trigger_updated_on' => 'Tapahtumaa on viimeksi muokattu ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Budjetti on ...',
'rule_trigger_budget_is' => 'Budjetti on ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Tägi on ...',
'rule_trigger_tag_is' => 'Tägi on ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Tapahtuman valuutta on ...',
'rule_trigger_currency_is' => 'Tapahtuman valuutta on ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Tapahtuman valuutta on..',
'rule_trigger_foreign_currency_is' => 'Tapahtuman ulkomaan valuutta on ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Tapahtumalla on vähintään näin monta liitettä',
'rule_trigger_has_attachments' => 'On vähintään :trigger_value liitettä',
'rule_trigger_store_journal' => 'Kun tapahtuma luodaan',
'rule_trigger_update_journal' => 'Kun tapahtuma päivitetään',
'rule_trigger_has_no_category_choice' => 'Ei kategoriaa',
'rule_trigger_has_no_category' => 'Tapahtumalla ei ole kategoriaa',
'rule_trigger_has_any_category_choice' => 'Mikä tahansa kategoria',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Tapahtumalla on muistiinpano (mitä tahansa)',
'rule_trigger_no_notes_choice' => 'Ei muistiinpanoja',
'rule_trigger_no_notes' => 'Tapahtumalla ei ole muistiinpanoja',
'rule_trigger_notes_are_choice' => 'Muistiinpano on ...',
'rule_trigger_notes_are' => 'Muistiinpano on ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Muistiinpano sisältää ...',
'rule_trigger_notes_contain' => 'Muistiinpano sisältää tekstin ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Muistiinpano alkaa tekstillä ...',
'rule_trigger_notes_start' => 'Muistiinpano alkaa tekstillä ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Muistiinpano loppuu tekstiin ...',
'rule_trigger_notes_end' => 'Muistiinpano loppuu tekstiin ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Lasku on..',
'rule_trigger_bill_is' => 'Lasku on ":trigger_value"',
'rule_trigger_external_id_choice' => 'Ulkoinen tunnus on..',
'rule_trigger_external_id' => 'Ulkoinen tunnus on ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Sisäinen viite on..',
'rule_trigger_internal_reference' => 'Sisäinen viite on ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Tapahtumatietueen tunnus on..',
'rule_trigger_journal_id' => 'Tapahtumatietueen tunnus on ":trigger_value"',
'rule_trigger_no_external_url' => 'Tapahtumalla ei ole ulkoista URL-osoitetta',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Tapahtuman tunnus on..',
'rule_trigger_id' => 'Tapahtumatunnus on ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'POISTA tapahtuma (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Aikaisemmin tälle laskulle yhdistetyt tapahtumat saattavat menettää yhteytensä, jos ne eivät (enää) täytä säännön ehtoja.',
'bill_related_rules' => 'Tähän laskuun liittyvät säännöt',
'repeats' => 'Toistot',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Linkitetyt tapahtumat',
'auto_match_on' => 'Firefly III:n automaattisesti yhdistämät',
'auto_match_off' => 'Näitä Firefly III ei ole automaattisesti yhdistänyt',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Yleiskatsaus',
'saveOnAccount' => 'Tallenna tilille',
'unknown' => 'Tuntematon',
'daily' => 'Päivittäin',
'monthly' => 'Kuukausittain',
'profile' => 'Profiili',
'errors' => 'Virheet',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Käyttäjätunnus',
'is_owner' => 'On ylläpitäjä?',
'url' => 'URL-osoite',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Aja säännöt',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'fr',
'locale' => 'fr, French, fr_FR.utf8, fr_FR.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'D MMMM YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A %e %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y à %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Semaine %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'Do MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'Do MMMM YYYY, à HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Semaine' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Lundi',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Si vous le préférez, vous pouvez également ouvrir un nouveau ticket sur <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> (en anglais).',
'error_github_text' => 'Si vous le préférez, vous pouvez également ouvrir un nouveau ticket sur https://github.com/firefly-ii/firefly-iii/issues (en anglais).',
'error_stacktrace_below' => 'La stacktrace complète se trouve ci-dessous :',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Les en-têtes suivants peuvent également être pertinents :',
// report new journals
'new_journals_subject' => 'Firefly III a créé une nouvelle opération|Firefly III a créé :count nouvelles opérations',
'new_journals_header' => 'Firefly III a créé une opération pour vous. Vous pouvez la trouver dans votre installation de Firefly III :|Firefly III a créé :count opérations pour vous. Vous pouvez les trouver dans votre installation de Firefly III :',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Compte dactif source "@source_name" naccepte que les opérations en @source_currency. Compte dactif "@dest_name" de destination naccepte que les opérations en @dest_currency. Vous devez fournir le montant transféré correctement dans les deux devises.',
'transaction_data' => 'Données d\'opération',
'invalid_server_configuration' => 'Configuration de serveur invalide',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III ne parvient pas à formater les montants monétaires car il manque des paquets logiciels sur votre serveur. Voici <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">des instructions sur comment procéder</a>.',
'quickswitch' => 'Changement rapide',
'sign_in_to_start' => 'Identifiez-vous pour commencer votre session',
'sign_in' => 'S\'identifier',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III a trouvé plus de :count transactions en :time secondes.',
'search_for_query' => 'Firefly III recherche des opérations contenant tous ces mots : <span class="text-info">:query</span>',
'invalid_operators_list' => 'Ces paramètres de recherche ne sont pas valides et ont été ignorés.',
'search_modifier_date_is' => 'La date de l\'opération est ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'L\'ID de l\'opération est ":value"',
'search_modifier_date_before' => 'La date de l\'opération est avant ou le ":value"',
'search_modifier_date_after' => 'La date de l\'opération est après ou le ":value"',
'search_modifier_created_on' => 'L\'opération a été créée le ":value"',
'search_modifier_updated_on' => 'L\'opération a été mise à jour pour la dernière fois le ":value"',
'search_modifier_external_id' => 'L\'ID externe est ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'L\'opération n\'a pas d\'URL externe',
'search_modifier_any_external_url' => 'L\'opération doit avoir une URL externe',
'search_modifier_internal_reference' => 'La référence interne est ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'La description est ":value"',
'search_modifier_description_ends' => 'La description se termine par ":value"',
'search_modifier_description_contains' => 'La description contient ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'L\'opération doit avoir (au moins) une facture',
'search_modifier_has_no_tag' => 'L\'opération ne doit pas avoir de tags',
'search_modifier_has_any_tag' => 'L\'opération doit avoir un tag (n\'importe lequel)',
'search_modifier_notes_contain' => 'Les notes de l\'opération contiennent ":value"',
'search_modifier_notes_start' => 'Les notes de l\'opération commencent par ":value"',
'search_modifier_notes_end' => 'Les notes de l\'opération se terminent par ":value"',
'search_modifier_notes_are' => 'Les notes de l\'opération sont exactement ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'L\'opération n\'a pas de note',
'search_modifier_any_notes' => 'L\'opération doit avoir des notes',
'search_modifier_amount_exactly' => 'Le montant est exactement :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Le montant est inférieur ou égal à :value',
'search_modifier_amount_more' => 'Le montant est supérieur ou égal à :value',
'search_modifier_source_account_is' => 'Le nom du compte source est exactement ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'La facture est ":value"',
'search_modifier_transaction_type' => 'Le type de transaction est ":value"',
'search_modifier_tag_is' => 'Le tag est ":value"',
'search_modifier_date_is_year' => 'L\'opération est dans l\'année ":value"',
'search_modifier_date_is_month' => 'L\'opération est dans le mois ":value"',
'search_modifier_date_is_day' => 'L\'opération est le jour du mois ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'L\'opération est avant ou dans l\'année ":value"',
'search_modifier_date_before_month' => 'L\'opération est avant ou dans le mois ":value"',
'search_modifier_date_before_day' => 'L\'opération est avant ou le jour du mois ":value"',
'search_modifier_date_after_year' => 'L\'opération est dans ou après l\'année ":value"',
'search_modifier_date_after_month' => 'L\'opération est dans ou après le mois ":value"',
'search_modifier_date_after_day' => 'L\'opération est après ou le jour du mois ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Le groupe de règles ":title" a été appliqué à votre sélection.',
// actions and triggers
'rule_trigger_store_journal' => 'Lorsquune opération est créée',
'rule_trigger_update_journal' => 'Lorsquune opération est mise à jour',
'rule_trigger_user_action' => 'L\'action de lutilisateur est ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Le nom du compte source commence par..',
'rule_trigger_source_account_starts' => 'Le nom du compte source commence par ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Le nom du compte source se termine par..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Le nom du compte source est ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Le nom du compte source contient..',
'rule_trigger_source_account_contains' => 'Le nom du compte source contient ":trigger_value"',
'rule_trigger_account_id_choice' => 'L\'ID du compte (source/destination) est exactement..',
'rule_trigger_account_id' => 'L\'ID du compte (source/destination) est exactement :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'L\'ID du compte source est exactement..',
'rule_trigger_source_account_id' => 'L\'ID du compte source est exactement :trigger_value',
'rule_trigger_destination_account_id_choice' => 'L\'ID du compte de destination est exactement..',
'rule_trigger_destination_account_id' => 'L\'ID du compte de destination est exactement :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Le compte (source/destination) est un compte (d\'espèces)',
'rule_trigger_account_is_cash' => 'Le compte (source/destination) est un compte (d\'espèces)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Le compte source est un compte (d\'espèces)',
'rule_trigger_source_is_cash' => 'Le compte source est un compte (d\'espèces)',
'rule_trigger_destination_is_cash_choice' => 'Le compte de destination est un compte (d\'espèces)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'La catégorie est ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Le montant est inférieur à..',
'rule_trigger_amount_less' => 'Le montant est inférieur à :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Le montant est..',
'rule_trigger_amount_exactly' => 'Le montant est :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Le montant est supérieur à..',
'rule_trigger_amount_more' => 'Le montant est supérieur à :trigger_value',
'rule_trigger_description_starts_choice' => 'Le description commence par..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'La description contient ":trigger_value"',
'rule_trigger_description_is_choice' => 'La description est..',
'rule_trigger_description_is' => 'La description est ":trigger_value"',
'rule_trigger_date_is_choice' => 'La date de l\'opération est..',
'rule_trigger_date_is' => 'La date de l\'opération est.. ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'La date de l\'opération se situe avant..',
'rule_trigger_date_before' => 'La date de l\'opération se situe avant ":trigger_value"',
'rule_trigger_date_after_choice' => 'La date de l\'opération se situe après..',
'rule_trigger_date_after' => 'La date de l\'opération se situe après ":trigger_value"',
'rule_trigger_created_on_choice' => 'L\'opération a été créée le..',
'rule_trigger_created_on' => 'L\'opération a été créée le ":trigger_value"',
'rule_trigger_updated_on_choice' => 'La transaction a été modifiée pour la dernière fois le..',
'rule_trigger_updated_on' => 'La transaction a été modifiée pour la dernière fois le ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Le budget est..',
'rule_trigger_budget_is' => 'Le budget est ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Un tag est..',
'rule_trigger_tag_is' => 'Un tag est ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'La devise de l\'opération est..',
'rule_trigger_currency_is' => 'La devise de l\'opération est ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'La devise étrangère de l\'opération est..',
'rule_trigger_foreign_currency_is' => 'La devise étrangère de l\'opération est ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'A au moins autant de pièces jointes',
'rule_trigger_has_attachments' => 'A au moins :trigger_value pièce(s) jointe(s)',
'rule_trigger_store_journal' => 'Lorsquune opération est créée',
'rule_trigger_update_journal' => 'Lorsquune opération est mise à jour',
'rule_trigger_has_no_category_choice' => 'N\'a pas de catégorie',
'rule_trigger_has_no_category' => 'L\'opération n\'a pas de catégorie',
'rule_trigger_has_any_category_choice' => 'A une catégorie',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'L\'opération a une (ou plusieurs) note(s)',
'rule_trigger_no_notes_choice' => 'N\'a pas de note',
'rule_trigger_no_notes' => 'L\'opération n\'a pas de note',
'rule_trigger_notes_are_choice' => 'Les notes sont..',
'rule_trigger_notes_are' => 'Les notes sont ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Les notes contiennent..',
'rule_trigger_notes_contain' => 'Les notes contiennent ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Les notes commencent par..',
'rule_trigger_notes_start' => 'Les notes commencent par ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Les notes se terminent par..',
'rule_trigger_notes_end' => 'Les notes se finissent par ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'La facture est..',
'rule_trigger_bill_is' => 'La facture est ":trigger_value"',
'rule_trigger_external_id_choice' => 'L\'ID externe est..',
'rule_trigger_external_id' => 'L\'ID externe est ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'La référence interne est..',
'rule_trigger_internal_reference' => 'La référence interne est ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'L\'ID du journal d\'opérations est..',
'rule_trigger_journal_id' => 'L\'ID du journal d\'opérations est ":trigger_value"',
'rule_trigger_no_external_url' => 'L\'opération n\'a pas d\'URL externe',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'SUPPRIMER l\'opération (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Les opérations précédemment liées à cette facture peuvent perdre leur connexion, si elles ne correspondent plus à la ou les règles.',
'bill_related_rules' => 'Règles reliées à cette facture',
'repeats' => 'Répétitions',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Opérations liées',
'auto_match_on' => 'Automatiquement mis en correspondance par Firefly III',
'auto_match_off' => 'Pas mis automatiquement en correspondance par Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Vue globale',
'saveOnAccount' => 'Mis de côté sur le compte',
'unknown' => 'Inconnu',
'daily' => 'Journalier',
'monthly' => 'Mensuel',
'profile' => 'Profil',
'errors' => 'Erreurs',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Identifiant',
'is_owner' => 'Est administrateur ?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Appliquer les règles',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'hu',
'locale' => 'hu, Hungarian, hu_HU.utf8, hu_HU.UTF-8',
'month' => '%Y. %B',
'month_and_day' => '%Y. %B %e.',
//'month' => '%B %Y',
'month_js' => 'YYYY. MMMM',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'YYYY. MMM. D.',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%Y. %B %e. %A',
'month_and_day_no_year' => '%B %e.',
'date_time' => '%Y. %B %e. %T',
'specific_day' => '%Y. %B %e.',
'week_in_year' => '%G. %V. hét',
'year' => '%Y',
'half_year' => '%Y %B',
'month_js' => 'YYYY. MMMM',
'month_and_day_js' => 'YYYY. MMMM DD.',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'YYYY. MMMM DD. HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'YYYY. MMMM DD.',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => 'YYYY. w. [Week]',
'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'YYYY Q',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Hétfő',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'A "@source_name" forrás vagyonszámla csak a @source_currency tranzakciókat fogadja el. A "@dest_name" cél vagyonszámla csak a @dest_currency tranzakciókat fogadja el. Mindkét pénznemben helyesen kell megadnia az átutalt összeget.',
'transaction_data' => 'Tranzakciós adatok',
'invalid_server_configuration' => 'Érvénytelen kiszolgálóbeállítás',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Gyorsváltó',
'sign_in_to_start' => 'A munkamenet megkezdéséhez be kell jelentkezni',
'sign_in' => 'Bejelentkezés',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'A Firefly III :count tranzakciót talált :time másodperc alatt.',
'search_for_query' => 'A Firefly III tranzakciókat keres amelyben ez a kifejezés található: <span class="text-info">:query</span>',
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
'search_modifier_date_is' => 'Tranzakció dátuma: :value',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Transaction ID is ":value"',
'search_modifier_date_before' => 'Tranzakció dátuma :value előtt van',
'search_modifier_date_after' => 'Tranzakció dátuma :value után van',
'search_modifier_created_on' => 'Tranzakció létrehozva: :value',
'search_modifier_updated_on' => 'Tranzakció utoljára módosítva: :value',
'search_modifier_external_id' => 'Külső ID pontosan ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Belső hivatkozás: :value',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Leírás: ":value"',
'search_modifier_description_ends' => 'Leírás vége: ":value"',
'search_modifier_description_contains' => 'Leírás tartalmazza: ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_no_tag' => 'A tranzakcióhoz nincs címke',
'search_modifier_has_any_tag' => 'A tranzakciónak van címkéje',
'search_modifier_notes_contain' => 'Tranzakció megjegyzése tartalmazza ":value"',
'search_modifier_notes_start' => 'Tranzakció megjegyzésének kezdete ":value"',
'search_modifier_notes_end' => 'Tranzakció megjegyzésének vége ":value"',
'search_modifier_notes_are' => 'Tranzakció megjegyzése pontosan ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Tranzakciónak nincs megjegyzése',
'search_modifier_any_notes' => 'Tranzakciónak van megjegyzése',
'search_modifier_amount_exactly' => 'Összeg pontosan :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Összeg legfeljebb :value',
'search_modifier_amount_more' => 'Összeg legalább :value',
'search_modifier_source_account_is' => 'Forrásszámla neve pontosan ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'A számla ":value"',
'search_modifier_transaction_type' => 'Tranzakció típusa: :value',
'search_modifier_tag_is' => 'A címke ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => '":title" szabálycsoport alkalmazva a kiválasztásra.',
// actions and triggers
'rule_trigger_store_journal' => 'Tranzakció létrehozásakor',
'rule_trigger_update_journal' => 'Tranzakció frissítésekor',
'rule_trigger_user_action' => 'A felhasználói művelet ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Forrásszámla nevének eleje..',
'rule_trigger_source_account_starts' => 'Forrásszámla nevének eleje: ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Forrásszámla nevének vége..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Forrásszámla neve: ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Forrásszámla neve tartalmazza..',
'rule_trigger_source_account_contains' => 'Forrásszámla neve tartalmazza: ":trigger_value"',
'rule_trigger_account_id_choice' => 'Számla ID (forrás/cél) pontosan..',
'rule_trigger_account_id' => 'Számla ID (forrás/cél) pontosan :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Forrásszámla ID pontosan..',
'rule_trigger_source_account_id' => 'Forrásszámla ID pontosan :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Célszámla ID pontosan..',
'rule_trigger_destination_account_id' => 'Célszámla ID pontosan :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Számla (forrás/cél) egy készpénz számla',
'rule_trigger_account_is_cash' => 'Számla (forrás/cél) egy készpénz számla',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Forrásszámla egy készpénz számla',
'rule_trigger_source_is_cash' => 'Forrásszámla egy készpénz számla',
'rule_trigger_destination_is_cash_choice' => 'Célszámla egy készpénz számla',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'A kategória ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Összeg kevesebb mint..',
'rule_trigger_amount_less' => 'Mennyiség kevesebb mint :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Az összeg pontosan..',
'rule_trigger_amount_exactly' => 'Az öszeg :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Összeg több, mint..',
'rule_trigger_amount_more' => 'Összeg több mint :trigger_value',
'rule_trigger_description_starts_choice' => 'Leírás eleje..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Leírás tartalmazza: ":trigger_value"',
'rule_trigger_description_is_choice' => 'A leírás pontosan..',
'rule_trigger_description_is' => 'Leírás: ":trigger_value"',
'rule_trigger_date_is_choice' => 'Tranzakció dátuma..',
'rule_trigger_date_is' => 'Tranzakció dátuma ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Tranzakció dátuma korábbi, mint..',
'rule_trigger_date_before' => 'Tranzakció dátuma korábbi, mint ":trigger_value"',
'rule_trigger_date_after_choice' => 'Tranzakció dátuma későbbi, mint..',
'rule_trigger_date_after' => 'Tranzakció dátuma későbbi, mint ":trigger_value"',
'rule_trigger_created_on_choice' => 'Tranzakció létrehozva..',
'rule_trigger_created_on' => 'Tranzakció létrehozva ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Tranzakció utoljára módosítva..',
'rule_trigger_updated_on' => 'Tranzakció utoljára módosítva ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'A költségkeret..',
'rule_trigger_budget_is' => 'Költségkeret: ":trigger_value"',
'rule_trigger_tag_is_choice' => 'A címke..',
'rule_trigger_tag_is' => 'Címke: ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'A tranzakció pénzneme..',
'rule_trigger_currency_is' => 'A tranzakció pénzneme: ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Legalább ennyi melléklete van',
'rule_trigger_has_attachments' => 'Legalább :trigger_value melléklete van',
'rule_trigger_store_journal' => 'Tranzakció létrehozásakor',
'rule_trigger_update_journal' => 'Tranzakció frissítésekor',
'rule_trigger_has_no_category_choice' => 'Nincs kategóriája',
'rule_trigger_has_no_category' => 'A tranzakcióhoz nincs kategóriája',
'rule_trigger_has_any_category_choice' => 'Van kategóriája',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'A tranzakciónak van megjegyzése',
'rule_trigger_no_notes_choice' => 'Nincsenek megjegyzései',
'rule_trigger_no_notes' => 'A tranzakciónak nincs megjegyzése',
'rule_trigger_notes_are_choice' => 'A megjegyzések..',
'rule_trigger_notes_are' => 'Megjegyzések: ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Jegyzetek tartalmazzák..',
'rule_trigger_notes_contain' => 'Jegyzetek tartalmazzák: ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Megjegyzések kezdetén..',
'rule_trigger_notes_start' => 'Megjegyzések kezdetén ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Megjegyzések a végén..',
'rule_trigger_notes_end' => 'Megjegyzések végén ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'A számla..',
'rule_trigger_bill_is' => 'A számla ":trigger_value"',
'rule_trigger_external_id_choice' => 'Külső ID pontosan..',
'rule_trigger_external_id' => 'Külső ID pontosan ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'Tranzakció TÖRLÉSE (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'A számlával korábban összekötött tranzakciók összeköttetése törlődhet, ha többé nem felelnek meg egyetlen szabálynak sem.',
'bill_related_rules' => 'Erre a számlára vonatkozó szabályok',
'repeats' => 'Ismétlődések',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Kapcsolódó tranzakciók',
'auto_match_on' => 'A Firefly III által automatikusan egyeztetett',
'auto_match_off' => 'A Firefly III által nem automatikusan egyeztetett',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Áttekintés',
'saveOnAccount' => 'Megtakarítás a számlán:',
'unknown' => 'Ismeretlen',
'daily' => 'Napi',
'monthly' => 'Havi',
'profile' => 'Profil',
'errors' => 'Hibák',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Bejelentkezés',
'is_owner' => 'Adminisztrátor',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Szabályok alkalmazása',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'id',
'locale' => 'id, Bahasa Indonesia, id_ID.utf8, id_ID.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'd MMMM, y',
'month_and_date_day' => '%A, %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Minggu %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'DD MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'DD MMMM YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Mingguan' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Senin',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III telah membuat transaksi baru|Firefly III telah membuat :count transaksi baru',
'new_journals_header' => 'Firefly III telah membuat transaksi untuk Anda. Anda dapat menemukannya di instalasi Firefly III Anda:|Firefly telah membuat :count transaksi untuk Anda. Anda dapat menemukannya di instalasi Firefly III Anda:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Akun aset sumber "@source_name" hanya menerima transaksi di @source_currency. Akun aset tujuan "@dest_name" hanya menerima transaksi di @dest_currency. Anda harus memberikan jumlah yang ditransfer dengan benar pada kedua mata uang tersebut.',
'transaction_data' => 'Data transaksi',
'invalid_server_configuration' => 'Konfigurasi server tidak valid',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Quickswitch',
'sign_in_to_start' => 'Masuk untuk memulai sesi',
'sign_in' => 'Masuk',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Parameter pencarian ini tidak valdi dan telah diabaikan.',
'search_modifier_date_is' => 'Tanggal transaksi adalah ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Transaction ID is ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
'search_modifier_created_on' => 'Transaction was created on ":value"',
'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
'search_modifier_external_id' => 'External ID is ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Internal reference is ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Description is ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"',
'search_modifier_description_contains' => 'Description contains ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_no_tag' => 'The transaction must have no tags',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
'search_modifier_notes_start' => 'The transaction notes start with ":value"',
'search_modifier_notes_end' => 'The transaction notes end with ":value"',
'search_modifier_notes_are' => 'The transaction notes are exactly ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'The transaction has no notes',
'search_modifier_any_notes' => 'The transaction must have notes',
'search_modifier_amount_exactly' => 'Amount is exactly :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Amount is less than or equal to :value',
'search_modifier_amount_more' => 'Amount is more than or equal to :value',
'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Tagihan adalah ":value"',
'search_modifier_transaction_type' => 'Tipe transaksi adalah ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Rule group ":title" telah diterapkan pada pilihan Anda.',
// actions and triggers
'rule_trigger_store_journal' => 'Saat transaksi dibuat',
'rule_trigger_update_journal' => 'Saat transaksi diperbarui',
'rule_trigger_user_action' => 'Tindakan pengguna adalah ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Source account name ends with..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Source account name contains..',
'rule_trigger_source_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_account_id_choice' => 'Account ID (source/destination) is exactly..',
'rule_trigger_account_id' => 'Account ID (source/destination) is exactly :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..',
'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..',
'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',
'rule_trigger_source_is_cash' => 'Source account is (cash) account',
'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategori adalah ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Jumlahnya kurang dari..',
'rule_trigger_amount_less' => 'Jumlahnya kurang dari :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Jumlahnya..',
'rule_trigger_amount_exactly' => 'Jumlahnya adalah:trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Jumlahnya lebih dari..',
'rule_trigger_amount_more' => 'Jumlahnya lebih dari :trigger_value',
'rule_trigger_description_starts_choice' => 'Deskripsi dimulai dengan..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Deskripsi berisi ":trigger_value"',
'rule_trigger_description_is_choice' => 'Deskripsi adalah..',
'rule_trigger_description_is' => 'Deskripsi adalah ":trigger_value"',
'rule_trigger_date_is_choice' => 'Transaction date is..',
'rule_trigger_date_is' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Transaction date is before..',
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
'rule_trigger_date_after_choice' => 'Transaction date is after..',
'rule_trigger_date_after' => 'Transaction date is after ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transaction was made on..',
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Anggaran adalah..',
'rule_trigger_budget_is' => 'Anggaran adalah ":trigger_value"',
'rule_trigger_tag_is_choice' => '(A) tag adalah..',
'rule_trigger_tag_is' => 'Tag adalah ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaction currency is..',
'rule_trigger_currency_is' => 'Transaction currency is ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Paling tidak banyak keterikatan ini',
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
'rule_trigger_store_journal' => 'Saat transaksi dibuat',
'rule_trigger_update_journal' => 'Saat transaksi diperbarui',
'rule_trigger_has_no_category_choice' => 'Tidak memiliki kategori',
'rule_trigger_has_no_category' => 'Transaksi tidak memiliki kategori',
'rule_trigger_has_any_category_choice' => 'Memiliki kategori (apapun)',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transaksi memiliki (ada) catatan',
'rule_trigger_no_notes_choice' => 'Tidak memiliki catatan',
'rule_trigger_no_notes' => 'Transaksi tidak memiliki catatan',
'rule_trigger_notes_are_choice' => 'Catatan adalah..',
'rule_trigger_notes_are' => 'Catatan adalah ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Catatan berisi..',
'rule_trigger_notes_contain' => 'Catatan berisi ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Catatan dimulai dengan..',
'rule_trigger_notes_start' => 'Catatan dimulai dengan ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Catatan diakhiri dengan..',
'rule_trigger_notes_end' => 'Catatan diakhiri dengan ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Bill is..',
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
'rule_trigger_external_id_choice' => 'External ID is..',
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Rules related to this bill',
'repeats' => 'Berulang',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Transaksi yang terhubung',
'auto_match_on' => 'Automatically matched by Firefly III',
'auto_match_off' => 'Not automatically matched by Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Ikhtisar',
'saveOnAccount' => 'Simpan di rekening',
'unknown' => 'Tidak diketahui',
'daily' => 'Harian',
'monthly' => 'Bulanan',
'profile' => 'Profil',
'errors' => 'Kesalahan',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Masuk',
'is_owner' => 'Apakah admin?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Terapkan aturan',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'it',
'locale' => 'it, Italiano, it_IT.utf8, it_IT.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM AAAA',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Settimana %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM AAAA',
'month_and_day_js' => 'Do MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'G MMMM AAAA',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] s, AAAA',
'week_in_year_fns' => "'Settimana' w, yyyy",
//'year' => '%Y',
'year_js' => 'AAAA',
//'half_year' => '%B %Y',
'half_year_js' => 'T AAAA',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Lunedì',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Se preferisci puoi anche aprire una nuova issue su <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Se preferisci puoi anche aprire una nuova issue su https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'Lo stacktrace completo è qui sotto:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Anche le seguenti intestazioni potrebbero esser rilevanti:',
// report new journals
'new_journals_subject' => 'Firefly III ha creato una nuova transazione|Firefly III ha creato :count nuove transazioni',
'new_journals_header' => 'Firefly III ha creato una transazione per te. Puoi trovarla nella tua installazione di Firefly III:|Firefly III ha creato :count transazioni per te. Puoi trovarle nella tua installazione di Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Il conto attività di origine "@source_name" accetta solo transazioni in @source_currency. Il conto attività di destinazione "@dest_name" accetta solo transazioni in @dest_currency. È necessario fornire l\'importo trasferito correttamente in entrambe le valute.',
'transaction_data' => 'Informazioni transazione',
'invalid_server_configuration' => 'Configurazione del server non corretta',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III non è in grado di formattare gli importi monetari perché al server mancano i pacchetti richiesti. Ci sono <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">istruzioni su come eseguire questa operazione</a>.',
'quickswitch' => 'Interruttore veloce',
'sign_in_to_start' => 'Accedi per iniziare la sessione',
'sign_in' => 'Accedi',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III ha trovato più di :count transazioni in :time secondi.',
'search_for_query' => 'Firefly III sta cercando le transazioni contenenti tutte queste parole: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Questi parametri di ricerca non sono validi e sono stati ignorati.',
'search_modifier_date_is' => 'La data della transazione è ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'L\'ID della transazione è ":value"',
'search_modifier_date_before' => 'La data della transazione è antecedente o uguale a ":value"',
'search_modifier_date_after' => 'La data della transazione è successiva o uguale a ":value"',
'search_modifier_created_on' => 'La transazione è stata creata il ":value"',
'search_modifier_updated_on' => 'La transazione è stata aggiornata l\'ultima volta il ":value"',
'search_modifier_external_id' => 'L\'ID esterno è ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'La transazione non ha URL esterno',
'search_modifier_any_external_url' => 'La transazione deve avere un (qualsiasi) URL esterno',
'search_modifier_internal_reference' => 'Il riferimento interno è ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'La descrizione è ":value"',
'search_modifier_description_ends' => 'La descrizione termina con ":value"',
'search_modifier_description_contains' => 'La descrizione contiene ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'La transazione deve avere una (qualsiasi) bolletta',
'search_modifier_has_no_tag' => 'La transazione non deve avere etichette',
'search_modifier_has_any_tag' => 'La transazione deve avere una (qualsiasi) etichetta',
'search_modifier_notes_contain' => 'Le note della transazione contengono ":value"',
'search_modifier_notes_start' => 'Le note della transazione iniziano con ":value"',
'search_modifier_notes_end' => 'Le note della transazione terminano con ":value"',
'search_modifier_notes_are' => 'Le note della transazione sono esattamente ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'La transazione non ha note',
'search_modifier_any_notes' => 'La transazione deve avere note',
'search_modifier_amount_exactly' => 'L\'importo è esattamente :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'L\'importo è inferiore o uguale a :value',
'search_modifier_amount_more' => 'L\'importo è superiore o uguale a :value',
'search_modifier_source_account_is' => 'Il nome del conto di origine è esattamente ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'La bolletta è ":value"',
'search_modifier_transaction_type' => 'Il tipo di transazione è ":value"',
'search_modifier_tag_is' => 'L\'etichetta è ":value"',
'search_modifier_date_is_year' => 'La transazione è dell\'anno ":value"',
'search_modifier_date_is_month' => 'La transazione è del mese di ":value"',
'search_modifier_date_is_day' => 'La transazione è del giorno ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'La transazione è precedente all\'anno o dell\'anno ":value"',
'search_modifier_date_before_month' => 'La transazione è precedente o è del mese di ":value"',
'search_modifier_date_before_day' => 'La transazione è precedente o è del giorno ":value"',
'search_modifier_date_after_year' => 'La transazione è successiva all\'anno o dell\'anno ":value"',
'search_modifier_date_after_month' => 'La transazione è successiva o è del mese di ":value"',
'search_modifier_date_after_day' => 'La transazione è successiva o è del giorno ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Il gruppo di regole ":title" è stato applicato alla selezione.',
// actions and triggers
'rule_trigger_store_journal' => 'Quando una transazione viene creata',
'rule_trigger_update_journal' => 'Quando una transazione viene aggiornata',
'rule_trigger_user_action' => 'L\'azione dell\'utente è ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Il nome del conto di origine inizia con..',
'rule_trigger_source_account_starts' => 'Il nome del conto di origine inizia con ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Il nome del conto di origine termina con..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Il nome del conto di origine è ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Il nome del conto di origine contiene...',
'rule_trigger_source_account_contains' => 'Il nome del conto di origine contiene ":trigger_value"',
'rule_trigger_account_id_choice' => 'L\'ID del conto (sorgente/destinazione) è esattamente...',
'rule_trigger_account_id' => 'L\'ID del conto (origine/destinazione) è esattamente :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'L\'ID del conto di origine è esattamente...',
'rule_trigger_source_account_id' => 'L\'ID del conto di origine è esattamente :trigger_value',
'rule_trigger_destination_account_id_choice' => 'L\'ID del conto di destinazione è esattamente...',
'rule_trigger_destination_account_id' => 'L\'ID del conto di destinazione è esattamente :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Il conto (origine/destinazione) è un conto (in contanti)',
'rule_trigger_account_is_cash' => 'Il conto (origine/destinazione) è un conto (in contanti)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Il conte di origine è un conto (in contanti)',
'rule_trigger_source_is_cash' => 'Il conte di origine è un conto (in contanti)',
'rule_trigger_destination_is_cash_choice' => 'Il conto destinazione è un conto (in contanti)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'La categoria è ":trigger_value"',
'rule_trigger_amount_less_choice' => 'L\'importo è inferiore a...',
'rule_trigger_amount_less' => 'L\'importo è inferiore a :trigger_value',
'rule_trigger_amount_exactly_choice' => 'L\'importo è...',
'rule_trigger_amount_exactly' => 'L\'importo è :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'L\'importo è più di...',
'rule_trigger_amount_more' => 'L\'importo è superiore a :trigger_value',
'rule_trigger_description_starts_choice' => 'La descrizione inizia con...',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'La descrizione contiene ":trigger_value"',
'rule_trigger_description_is_choice' => 'La descrizione è...',
'rule_trigger_description_is' => 'La descrizione è ":trigger_value"',
'rule_trigger_date_is_choice' => 'La data della transazione è...',
'rule_trigger_date_is' => 'La data della transazione è ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'La data della transazione è antecedente al...',
'rule_trigger_date_before' => 'La data della transazione è antecedente al ":trigger_value"',
'rule_trigger_date_after_choice' => 'La data della transazione è successiva al...',
'rule_trigger_date_after' => 'La data della transazione è successiva al ":trigger_value"',
'rule_trigger_created_on_choice' => 'La transazione è stata creata il...',
'rule_trigger_created_on' => 'La transazione è stata creata il ":trigger_value"',
'rule_trigger_updated_on_choice' => 'La transazione è stata modificata l\'ultima volta il...',
'rule_trigger_updated_on' => 'La transazione è stata modificata l\'ultima volta ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Il budget è...',
'rule_trigger_budget_is' => 'Il budget è ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Un tag è...',
'rule_trigger_tag_is' => 'Una etichetta è ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'La valuta della transazione è...',
'rule_trigger_currency_is' => 'La valuta della transazione è ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'La valuta estera della transazione è...',
'rule_trigger_foreign_currency_is' => 'La valuta estera della transazione è ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Ha almeno così tanti allegati',
'rule_trigger_has_attachments' => 'Ha almeno :trigger_value allegato/i',
'rule_trigger_store_journal' => 'Quando una transazione viene creata',
'rule_trigger_update_journal' => 'Quando una transazione viene aggiornata',
'rule_trigger_has_no_category_choice' => 'Non ha categoria',
'rule_trigger_has_no_category' => 'La transazione non ha categoria',
'rule_trigger_has_any_category_choice' => 'Ha una (qualsiasi) categoria',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'La transazione ha una (qualsiasi) nota',
'rule_trigger_no_notes_choice' => 'Non ha note',
'rule_trigger_no_notes' => 'La transazione non ha note',
'rule_trigger_notes_are_choice' => 'Le note sono...',
'rule_trigger_notes_are' => 'Le note sono ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Le note contengono...',
'rule_trigger_notes_contain' => 'Le note contengono ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Le note iniziano con...',
'rule_trigger_notes_start' => 'Le note iniziano con ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Le note finiscono con...',
'rule_trigger_notes_end' => 'Le note finiscono con ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'La bollettà è...',
'rule_trigger_bill_is' => 'La bolletta è ":trigger_value"',
'rule_trigger_external_id_choice' => 'L\'ID esterno è...',
'rule_trigger_external_id' => 'L\'ID esterno è ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Il riferimento interno è...',
'rule_trigger_internal_reference' => 'Il riferimento interno è ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'L\'ID journal della transazione è...',
'rule_trigger_journal_id' => 'L\'ID journal della transazione è ":trigger_value"',
'rule_trigger_no_external_url' => 'La transazione non ha URL esterno',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'L\'ID della transazione è...',
'rule_trigger_id' => 'L\'ID della transazione è ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'ELIMINA transazione (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Le transazioni precedentemente collegate a questa bolletta potrebbero perdere la loro connessione se (non) corrispondono (più) alla regola.',
'bill_related_rules' => 'Regole relative a questa bolletta',
'repeats' => 'Si ripete',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Transazioni connesse',
'auto_match_on' => 'Abbinato automaticamente da Firefly III',
'auto_match_off' => 'Non abbinato automaticamente a Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Panoramica',
'saveOnAccount' => 'Risparmio sul conto',
'unknown' => 'Sconosciuto',
'daily' => 'Giornaliero',
'monthly' => 'Mensile',
'profile' => 'Profilo',
'errors' => 'Errori',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Login',
'is_owner' => 'È amministratore?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Applica regole',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'ja',
'locale' => 'ja, Japanese, ja_JP.utf8, ja_JP.UTF-8',
'month' => '%Y年%B',
'month_and_day' => '%Y年%B%e日',
//'month' => '%B %Y',
'month_js' => 'YYYY年MM月',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'YYYY年MM月D日',
'month_and_day_fns' => 'y年 MMMM d日',
'month_and_date_day' => '%Y年%e%B日%A',
'month_and_day_no_year' => '%e%B日',
'date_time' => '%Y年%B月%e日 %T',
'specific_day' => '%Y年%B月%e日',
'week_in_year' => 'YYYY年w[週目]',
'year' => '%Y年',
'half_year' => '%Y年%B月',
'month_js' => 'YYYY年MM月',
'month_and_day_js' => 'YYYY年MM月DD日',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'YYYY年MM月DD日 HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'YYYY年MM月D日',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => 'YYYY年w[週目]',
'week_in_year_fns' => "yyyy年w[週目]",
//'year' => '%Y',
'year_js' => 'YYYY年',
//'half_year' => '%B %Y',
'half_year_js' => 'YYYY年第Q四半期',
'quarter_fns' => "yyyy年第Q四半期",
'half_year_fns' => "yyyy年H[半期]",
'dow_1' => '月曜日',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III が取引を作成しました|Firefly III が:count件の取引を作成しました',
'new_journals_header' => 'Firefly III が取引を作成しました。Firefly III で参照できます:|Firefly III が:count件の取引を作成しました。 Firefly III でそれらを参照できます。',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -35,7 +35,7 @@ return [
'last_thirty_days' => '過去30日間',
'last_180_days' => '過去180日間',
'YTD' => 'YTD',
'welcome_back' => '何をやっているの?',
'welcome_back' => '概要',
'everything' => '全て',
'today' => '今日',
'customRange' => '期間を指定',
@ -65,8 +65,8 @@ return [
'go_to_withdrawals' => '出金に移動',
'clones_journal_x' => '取り引き ":description" を削除する',
'go_to_categories' => 'カテゴリへ移動',
'go_to_bills' => 'あなたの請求へ移動',
'go_to_expense_accounts' => '支出先を見る',
'go_to_bills' => '請求へ移動',
'go_to_expense_accounts' => '支出口座を見る',
'go_to_revenue_accounts' => '収入源を見る',
'go_to_piggies' => '貯金箱へ移動',
'new_deposit' => '新しい預金',
@ -149,10 +149,10 @@ return [
'clone_withdrawal' => '出金',
'clone_deposit' => '預金',
'clone_transfer' => '複製',
'multi_select_no_selection' => 'この数値は選択された操作には無効です。',
'multi_select_no_selection' => '選択されていません',
'multi_select_select_all' => '日付を選択...',
'multi_select_n_selected' => 'この数値は選択された操作には無効です。',
'multi_select_all_selected' => 'この数値は選択された操作には無効です。',
'multi_select_n_selected' => '選択済み',
'multi_select_all_selected' => 'すべて選択済み',
'multi_select_filter_placeholder' => 'そのメールアドレスのユーザーを見つけることができません。',
'intro_next_label' => '次 &raquo;',
'intro_prev_label' => '&laquo; 前',
@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => '出金元資産口座「@source_name」は @source_currency の取引のみ受け付けます。 送金先資産口座「@dest_name」は @dest_currency でのみ取引を受け付けます。両方の通貨で正しく送金額を入力する必要があります。',
'transaction_data' => '取引データ',
'invalid_server_configuration' => '無効なサーバー構成',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'クイックスイッチ',
'sign_in_to_start' => 'サインインしてセッションを開始',
'sign_in' => 'サインイン',
@ -254,8 +254,8 @@ return [
'admin_update_check_title' => '自動的に一致',
'admin_update_check_explain' => 'Firefly III は自動的にアップデートを確認できます。 この設定を有効にすると、Firefly III アップデートサーバーに問い合わせ、新しいバージョンの Firefly III が利用可能かどうかを確認し、もしあれば通知が届きます。右のボタンでこの通知をテストできます。 Firefly III でアップデートを確認したい場合は、以下を指定してください。',
'check_for_updates_permission' => 'Firefly III はアップデートを確認できますが、あなたの許可が必要です。 この機能を有効にしたい場合は、 <a href=":link">管理</a> にて設定してください。',
'updates_ask_me_later' => 'ログインを維持',
'updates_do_not_check' => '入力された情報に誤りがあります。',
'updates_ask_me_later' => '後で確認する',
'updates_do_not_check' => 'アップデートを確認しない',
'updates_enable_check' => '更新の確認を有効にする',
'admin_update_check_now_title' => '今すぐ更新を確認する',
'admin_update_check_now_explain' => 'ボタンを押すと、Firefly III が最新バージョンかどうかを確認します。',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III は :count 件以上の取引を :time 秒で見つけました。',
'search_for_query' => 'Firefly III はこれらすべての単語を含む取引を検索しています: <span class="text-info">:query</span>',
'invalid_operators_list' => 'これらの検索条件は無効であり、無視されています。',
'search_modifier_date_is' => '取引日は「:value」 です',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => '取引IDは「:value」です',
'search_modifier_date_before' => '取引日は「:value」または、それ以前です',
'search_modifier_date_after' => '取引日は「:value」以降',
'search_modifier_created_on' => '取引が「:value」に作成',
'search_modifier_updated_on' => '取引の最終更新が「:value」',
'search_modifier_external_id' => '外部 ID が「:value」',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => '外部 URL がない取引',
'search_modifier_any_external_url' => '外部 URL がある取引',
'search_modifier_internal_reference' => '内部参照が「:value」',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => '説明が「:value」',
'search_modifier_description_ends' => '説明が「:value」で終わる',
'search_modifier_description_contains' => '説明が「:value」を含む',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => '請求がある取引',
'search_modifier_has_no_tag' => 'タグがない取引',
'search_modifier_has_any_tag' => 'タグがある取引',
'search_modifier_notes_contain' => 'メモに「:value」を含む取引',
'search_modifier_notes_start' => 'メモが「:value」で始まる取引',
'search_modifier_notes_end' => 'メモが「:value」で終わる取引',
'search_modifier_notes_are' => 'メモが「:value」と一致する取引',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'メモがない取引',
'search_modifier_any_notes' => 'メモがある取引',
'search_modifier_amount_exactly' => '金額が:valueと一致する',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => '金額が「:value」以下',
'search_modifier_amount_more' => '金額が「:value」以上',
'search_modifier_source_account_is' => '出金元口座名が「:value」と一致する',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => '請求名が「:value」',
'search_modifier_transaction_type' => '取引種別が「:value」',
'search_modifier_tag_is' => 'タグ名が「:value」',
'search_modifier_date_is_year' => ':value年の取引',
'search_modifier_date_is_month' => ':value月の取引',
'search_modifier_date_is_day' => ':value月内日の取引',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => ':value年以前または年内の取引',
'search_modifier_date_before_month' => ':value月以前または月内の取引',
'search_modifier_date_before_day' => '「:value」日より前の取引',
'search_modifier_date_after_year' => '「:value」中またはそれ以降の取引',
'search_modifier_date_after_month' => '「:value」中またはそれ以降の取引',
'search_modifier_date_after_day' => '「:value」日以降の取引',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"',
'update_rule_from_query' => '検索クエリからルール「:rule」を更新',
'create_rule_from_query' => '検索クエリから新しいルールを作成',
'rule_from_search_words' => 'ルールエンジンは「:string」をうまく扱えません。 検索クエリに提案されたルールは、異なる結果をもたらす可能性があります。ルールのトリガーは慎重に検証してください。',
@ -389,7 +536,7 @@ return [
'rule_priority_up' => 'ルールの優先度を上げる',
'rule_priority_down' => 'ルールの優先度を下げる',
'make_new_rule_group' => '新しいルールグループを作成',
'store_new_rule_group' => '新しい取引を保存',
'store_new_rule_group' => '新しいルールグループを保存',
'created_new_rule_group' => '新しいルールグループ「:title」が保存されました',
'updated_rule_group' => 'ルールグループ「:title」を更新しました。',
'edit_rule_group' => 'ルールグループ「:title」を編集',
@ -414,7 +561,7 @@ return [
'rule_help_active' => '無効なルールは決して実行されません。',
'stored_new_rule' => '新しいルール「:title」を保存しました',
'deleted_rule' => 'ルール「:title」を削除しました',
'store_new_rule' => '新しい取引を保存',
'store_new_rule' => '新しいルールを保存',
'updated_rule' => 'ルール「:title」を更新しました',
'default_rule_group_name' => 'デフォルト',
'default_rule_group_description' => 'グループに属しないルールです。',
@ -423,13 +570,13 @@ return [
'stop_processing_other_triggers' => '他のトリガーの処理を停止する',
'add_rule_trigger' => 'トリガー',
'action' => '操作',
'action_value' => 'この数値は選択された操作には無効です。',
'action_value' => 'アクションの値',
'stop_executing_other_actions' => '他のアクションの実行を停止する',
'add_rule_action' => '操作',
'edit_rule' => 'ルール ":title" を編集',
'delete_rule' => 'ルール ":title" を削除',
'update_rule' => '規則',
'test_rule_triggers' => '支出先を見る',
'test_rule_triggers' => '一致する取引を見る',
'warning_no_matching_transactions' => '一致する取引は見つかりませんでした。',
'warning_no_valid_triggers' => '無効なIBANです。',
'apply_rule_selection' => 'ルール「:title」を任意の取引に適用する',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'ルールグループ「:title」が選択した取引に適用されました。',
// actions and triggers
'rule_trigger_store_journal' => '取引',
'rule_trigger_update_journal' => '取引',
'rule_trigger_user_action' => 'ユーザーアクションは ":trigger_value"です。',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => '出金元口座名が...で始まる',
'rule_trigger_source_account_starts' => '出金元口座名が「:trigger_value」で始まる',
'rule_trigger_source_account_ends_choice' => '出金元口座名が次で終わる',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => '出金元口座名が「:trigger_value」',
'rule_trigger_source_account_contains_choice' => '出金元口座名が次を含む',
'rule_trigger_source_account_contains' => '出金元口座名が「:trigger_value」を含む',
'rule_trigger_account_id_choice' => '口座ID (出金元/送金先) が次と一致する',
'rule_trigger_account_id' => '口座ID (出金元/送金先) が「:trigger_value」と一致する',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => '出金元口座IDが次と一致する',
'rule_trigger_source_account_id' => '出金元口座IDが「:trigger_value」と一致する',
'rule_trigger_destination_account_id_choice' => '送金先口座IDが次と一致する',
'rule_trigger_destination_account_id' => '送金先口座IDが「:trigger_value」と一致する',
'rule_trigger_account_is_cash_choice' => '口座 (送信元/宛先) が現金口座',
'rule_trigger_account_is_cash' => '口座 (送信元/宛先) が現金口座',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => '出金元口座が現金口座',
'rule_trigger_source_is_cash' => '出金元口座が現金口座',
'rule_trigger_destination_is_cash_choice' => '送金先口座が現金口座',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'この数値は選択されたトリガーには無効です。',
'rule_trigger_amount_less_choice' => '金額が次より小さい',
'rule_trigger_amount_less' => '金額が:trigger_valueより小さい',
'rule_trigger_amount_exactly_choice' => '数量',
'rule_trigger_amount_exactly' => '金額が「:trigger_value」',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => '金額が次より大きい',
'rule_trigger_amount_more' => '金額が:trigger_valueより大きい',
'rule_trigger_description_starts_choice' => '説明',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => '説明が「:trigger_value」を含む',
'rule_trigger_description_is_choice' => '説明',
'rule_trigger_description_is' => '説明が「:trigger_value」',
'rule_trigger_date_is_choice' => '取引日が次と一致する',
'rule_trigger_date_is' => '取引日が「:trigger_value」と一致する',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => '取引日が次より前',
'rule_trigger_date_before' => '取引日が「:trigger_value」より前',
'rule_trigger_date_after_choice' => '取引日が次より後',
'rule_trigger_date_after' => '取引日が「:trigger_value」より後',
'rule_trigger_created_on_choice' => '取引が次に作成された',
'rule_trigger_created_on' => '取引が「:trigger_value」に作成された',
'rule_trigger_updated_on_choice' => '取引の最終編集が次にされた',
'rule_trigger_updated_on' => '取引の最終編集が「:trigger_value」',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => '予算',
'rule_trigger_budget_is' => '予算が「:trigger_value」',
'rule_trigger_tag_is_choice' => 'タグモード',
'rule_trigger_tag_is' => 'この数値は選択されたトリガーには無効です。',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => '取引',
'rule_trigger_currency_is' => 'この数値は選択されたトリガーには無効です。',
'rule_trigger_foreign_currency_is_choice' => '取引外国通貨が次と一致する',
'rule_trigger_foreign_currency_is' => '取引外国通貨が「:trigger_value」と一致する',
'rule_trigger_has_attachments_choice' => '次の個数以上の添付ファイルがある',
'rule_trigger_has_attachments' => ':trigger_value個以上の添付ファイルがある',
'rule_trigger_store_journal' => '取引',
'rule_trigger_update_journal' => '取引',
'rule_trigger_has_no_category_choice' => 'カテゴリなし',
'rule_trigger_has_no_category' => '取引',
'rule_trigger_has_any_category_choice' => '(任意の) カテゴリがある',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'メモがある取引',
'rule_trigger_no_notes_choice' => '備考',
'rule_trigger_no_notes' => '備考',
'rule_trigger_notes_are_choice' => '備考',
'rule_trigger_notes_are' => 'この数値は選択されたトリガーには無効です。',
'rule_trigger_notes_contain_choice' => '備考',
'rule_trigger_notes_contain' => 'この数値は選択されたトリガーには無効です。',
'rule_trigger_notes_start_choice' => '備考',
'rule_trigger_notes_start' => 'この数値は選択されたトリガーには無効です。',
'rule_trigger_notes_end_choice' => '備考',
'rule_trigger_notes_end' => 'この数値は選択されたトリガーには無効です。',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => '請求が次と一致する',
'rule_trigger_bill_is' => '請求が「:trigger_value」と一致する',
'rule_trigger_external_id_choice' => '外部IDが次と一致する',
'rule_trigger_external_id' => '外部IDが「:trigger_value」と一致する',
'rule_trigger_internal_reference_choice' => '内部IDが次と一致する',
'rule_trigger_internal_reference' => '内部ID「:trigger_value」と一致する',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => '取引IDが次と一致する',
'rule_trigger_journal_id' => '取引IDが「:trigger_value」と一致する',
'rule_trigger_no_external_url' => '外部 URL がない取引',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => '取引を削除 (!)',
@ -633,7 +911,7 @@ return [
'new_rule_for_journal_description' => 'このルールは取引「:description」に基づいています。全く同じ取引に適合します。',
// tags
'store_new_tag' => '新しい取引を保存',
'store_new_tag' => '新しいタグを保存',
'update_tag' => 'チャンネルを更新',
'no_location_set' => '場所',
'meta_data' => '取引データ',
@ -716,7 +994,7 @@ return [
'pref_optional_tj_process_date' => '処理日',
'pref_optional_tj_due_date' => '日付範囲',
'pref_optional_tj_payment_date' => 'クレジットカードの引き落とし日',
'pref_optional_tj_invoice_date' => '付を選択...',
'pref_optional_tj_invoice_date' => '領収書発行日',
'pref_optional_tj_internal_reference' => '内部参照',
'pref_optional_tj_notes' => '備考',
'pref_optional_tj_attachments' => '添付ファイル',
@ -793,7 +1071,7 @@ return [
'secure_pw_working' => 'チェックすると、Firefly III はあなたのパスワードの SHA1 ハッシュの最初の5文字を<a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">Troy Hunt</a>のウェブサイトに、リストにあるか確認するため送信します。これにより、最新の <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> で推奨されている通り、あなたが安全ではないパスワードを使用するのを防ぎます。',
'secure_pw_should' => 'チェックを入れるべき?',
'secure_pw_long_password' => 'はい。常にパスワードが安全であることを確認してください。',
'command_line_token' => 'コマンドライン',
'command_line_token' => 'コマンドライントークン',
'explain_command_line_token' => 'データのエクスポートなどの、コマンドラインオプションを実行するにはこのトークンが必要です。 トークンがなければ、それら慎重に扱うべきコマンドは動作しません。私を含め、誰にもコマンドライントークンを共有しないでください。 もし失くしたり、疑心暗鬼に陥っている場合は、ボタンを使用してこのトークンを再生成します。',
'regenerate_command_line_token' => 'コマンドライン',
'token_regenerated' => '新しいコマンドライントークンが生成されました',
@ -925,8 +1203,8 @@ return [
'create_new_bill' => '新しい請求書',
// currencies:
'create_currency' => '新しい出金を作成する',
'store_currency' => '新しい取引を保存',
'create_currency' => '新しい通貨を作成',
'store_currency' => '新しい通貨を保存',
'update_currency' => 'チャンネルを更新',
'new_default_currency' => '通貨 ":name" を削除する',
'cannot_delete_currency' => ':nameは使用されているため削除できません。',
@ -943,14 +1221,14 @@ return [
'disable_EUR_side_effects' => 'Euro はシステムの緊急フォールバック通貨です。無効にすると意図しない副作用が発生し、保証できません。',
'deleted_currency' => '通貨 ":name" を削除する',
'created_currency' => '通貨 ":name" を削除する',
'could_not_store_currency' => '新しい取引を保存',
'could_not_store_currency' => '新しい通貨を保存できませんでした。',
'updated_currency' => '通貨 ":name" を削除する',
'ask_site_owner' => '通貨の追加、削除、編集を:ownerに依頼してください。',
'currencies_intro' => 'Firefly III はさまざまな通貨をサポートしており、ここで設定および有効にできます。',
'make_default_currency' => 'デフォルト',
'default_currency' => 'デフォルト',
'currency_is_disabled' => '無効',
'enable_currency' => '<a href="#" id="reenableGuidance">導入ガイダンス</a>を再有効化することもできます。',
'enable_currency' => '有効',
'disable_currency' => '無効',
'currencies_default_disabled' => 'これらの通貨のほとんどはデフォルトで無効になっています。使用するには、まず有効にする必要があります。',
'currency_is_now_enabled' => '通貨「:name」が有効になりました',
@ -972,9 +1250,9 @@ return [
'budget_limit_not_in_range' => 'この金額は :start から :end: まで適用されます:',
'total_available_budget' => '利用可能な予算の合計 (:start から :end まで)',
'total_available_budget_in_currency' => ':currencyで利用可能な予算の合計',
'see_below' => '支出先を見る',
'see_below' => '下を参照',
'create_new_budget' => '新しい予算を作成する',
'store_new_budget' => '新しい取引を保存',
'store_new_budget' => '新しい予算を保存',
'stored_new_budget' => '":name"予算のすべての取引',
'available_between' => ':startから:endまでのすべての収入',
'transactionsWithoutBudget' => '予算別支出',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => '以前にこの請求にリンクされた取引は、ルールに適合しない場合、リンクを失う可能性があります。',
'bill_related_rules' => 'この請求書はどのルールにも関連付けられていません。',
'repeats' => '繰り返し',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => '定期的な取引',
'auto_match_on' => 'Firefly III によって自動的に適合',
'auto_match_off' => 'Firefly III によって自動的に適合しない',
@ -1041,7 +1323,7 @@ return [
'more' => '右上角にある<i class="fa fa-question-circle"></i>アイコンが更に多くの情報を教えてくれるかもしれません。',
'rescan_old' => 'すべての取引にルールを再度実行する',
'update_bill' => '請求',
'updated_bill' => '請求書 ":name" を削除する',
'updated_bill' => '請求書 ":name" を更新しました',
'store_new_bill' => '新しい請求書',
'stored_new_bill' => '請求書 ":name" を編集する',
'cannot_scan_inactive_bill' => '無効な請求はスキャンされません。',
@ -1079,7 +1361,7 @@ return [
// accounts:
'inactive_account_link' => ':count 件の非アクティブ (アーカイブ済み) 口座があり、この別々のページで表示できます。|:count 件の非アクティブ (アーカイブ済み) 口座があり、この別々のページで表示できます。',
'all_accounts_inactive' => '支出先を見る',
'all_accounts_inactive' => 'これらは、アクティブでないアカウントです。',
'active_account_link' => 'このリンクはアクティブな口座に戻ります。',
'account_missing_transaction' => '口座 #:id「:name」は直接見ることはできません。Firefly にリダイレクト情報がありません。',
'cc_monthly_payment_date_help' => '無視されますが、年と月を選択してください。月内の日のみ、意味があります。',
@ -1116,8 +1398,8 @@ return [
'asset_accounts' => '資産勘定',
'undefined_accounts' => 'Accounts',
'asset_accounts_inactive' => '支出元',
'expense_accounts' => '支出先を見る',
'expense_accounts_inactive' => '支出先を見る',
'expense_accounts' => '支出口座',
'expense_accounts_inactive' => '支出口座(非アクティブ)',
'revenue_accounts' => '収入源を見る',
'revenue_accounts_inactive' => '収入口座 (非アクティブ)',
'cash_accounts' => '現金',
@ -1209,7 +1491,7 @@ return [
'category' => 'カテゴリ',
'delete_category' => 'カテゴリ":name" を削除する',
'deleted_category' => '":name"カテゴリのすべての取引',
'store_category' => '新しい取引を保存',
'store_category' => '新しいカテゴリを保存',
'stored_category' => '":name"カテゴリのすべての取引',
'without_category_between' => ':nameカテゴリの:startから:endまでのすべての取引',
@ -1234,7 +1516,7 @@ return [
'stored_journal' => '取引「:description」を作成しました',
'stored_journal_no_descr' => '新しい取引を作成しました',
'updated_journal_no_descr' => '取引を更新しました',
'select_transactions' => '日付を選択...',
'select_transactions' => '取引を選択',
'rule_group_select_transactions' => '適用',
'rule_select_transactions' => '適用',
'stop_selection' => '定期的な取引',
@ -1294,7 +1576,7 @@ return [
'opt_group_sharedAsset' => '支出元',
'opt_group_ccAsset' => 'クレジットカード',
'opt_group_cashWalletAsset' => '現金',
'opt_group_expense_account' => '支出先を見る',
'opt_group_expense_account' => '支出口座',
'opt_group_revenue_account' => '収入源を見る',
'opt_group_l_Loan' => '債務',
'opt_group_cash_account' => '現金アカウント',
@ -1333,7 +1615,7 @@ return [
// home page:
'transaction_table_description' => '取引表',
'opposing_account' => '対する口座',
'yourAccounts' => '支出先を見る',
'yourAccounts' => 'あなたのアカウント',
'your_accounts' => '口座の概要',
'category_overview' => 'カテゴリ',
'expense_overview' => '支出先アカウント(支出元アカウント
@ -1360,7 +1642,7 @@ return [
'currency' => '通貨',
'preferences' => '設定',
'logout' => 'ログアウト',
'logout_other_sessions' => 'すべてのセッションログアウト',
'logout_other_sessions' => 'すべてのセッションからログアウト',
'toggleNavigation' => 'ナビゲーションを切り替え',
'searchPlaceholder' => '検索...',
'version' => 'バージョン',
@ -1419,8 +1701,7 @@ return [
'overview' => 'この小さな吹き出しとこの横にある吹き出しは収支状況の概要を表示しています。',
'saveOnAccount' => '貯蓄口座',
'unknown' => '不明',
'daily' => '1日ごと',
'monthly' => 'クレジットカードの引き落とし日',
'monthly' => '毎月',
'profile' => 'プロフィール',
'errors' => ':count 通のエラーがあります',
'debt_start_date' => '債務',
@ -1481,7 +1762,7 @@ return [
'report_type_double' => '支出先アカウント(支出元アカウント
',
'more_info_help' => 'これらのタイプのレポートの詳細については、ヘルプページを参照してください。右上隅の()アイコンを押します。',
'report_included_accounts' => '支出先を見る',
'report_included_accounts' => '含まれるアカウント',
'report_date_range' => '日付範囲',
'report_preset_ranges' => '事前設定された範囲',
'shared' => '共有中',
@ -1498,8 +1779,8 @@ return [
'reports_submit' => 'レポートを表示',
'end_after_start_date' => 'レポートの終了日は開始日より後でなければいけません。',
'select_category' => 'カテゴリ',
'select_budget' => '日付を選択...',
'select_tag' => '日付を選択...',
'select_budget' => '予算を選択',
'select_tag' => 'タグを選択',
'income_per_category' => 'カテゴリ別収入',
'expense_per_category' => 'カテゴリ',
'expense_per_budget' => '支出元アカウント',
@ -1600,7 +1881,7 @@ return [
'events' => 'イベント',
'target_amount' => '入金先に入金される金額',
'start_date' => '開始日',
'no_start_date' => '日付を選択...',
'no_start_date' => '開始日なし',
'target_date' => '目標日付',
'no_target_date' => '入金先に入金される金額',
'table' => '表',
@ -1638,7 +1919,7 @@ return [
'firefly_instance_configuration' => 'Firefly III の設定オプション',
'setting_single_user_mode' => '厳格モード',
'setting_single_user_mode_explain' => 'デフォルトでは Firefly III はあなた一人の登録しか受け付けません。これはセキュリティ対策であり、許可しない限り他の人がインスタンスを使用することを防ぎます。 今後の登録はブロックされています。このチェックを外すと、(インターネットに接続されている場合) アクセスできる他の人も利用できるようになります。',
'store_configuration' => '新しい取引を保存',
'store_configuration' => '設定を保存',
'single_user_administration' => 'メールアドレスを変更する',
'edit_user' => '":description" を編集する',
'hidden_fields_preferences' => '<a href="preferences">設定</a> で追加の取引オプションを有効にできます。',
@ -1681,7 +1962,7 @@ return [
// links
'journal_link_configuration' => '取引',
'create_new_link_type' => '新しい出金を作成する',
'store_new_link_type' => '新しい取引を保存',
'store_new_link_type' => '新しいリンクタイプを保存',
'update_link_type' => 'チャンネルを更新',
'edit_link_type' => 'ブタの貯金箱 ":name" を編集する',
'updated_link_type' => 'リンクタイプ「:name」を更新しました',
@ -1750,7 +2031,7 @@ return [
'convert_invalid_destination' => '取引 #%d の宛先情報が無効です。',
'create_another' => '保存後、別のものを作成するにはここへ戻ってきてください。',
'after_update_create_another' => '保存後、ここへ戻ってきてください。',
'store_as_new' => '新しい取引を保存',
'store_as_new' => '更新ではなく、新しいトランザクションとして保存する。',
'reset_after' => '送信後にフォームをリセット',
'errors_submission' => '送信に問題が発生しました。エラーを確認してください。',
'transaction_expand_split' => '分割を展開',
@ -1784,7 +2065,7 @@ return [
'no_rules_intro_default' => 'ルールはまだありません。ルールは取引を処理できる強力な自動化機能です。',
'no_rules_imperative_default' => 'ルールは取引を管理するときに非常に便利です。今すぐ作成してみましょう:',
'no_budgets_imperative_default' => '予算は資産管理の基本的なツールです。今すぐ作成しましょう:',
'no_budgets_create_default' => '予算',
'no_budgets_create_default' => '予算を作成',
'no_rules_create_default' => 'ルールを作成',
'no_categories_title_default' => 'カテゴリ',
'no_categories_intro_default' => 'カテゴリはまだありません。カテゴリは取引を微調整し、指定されたカテゴリでラベル付けするために使用されます。',
@ -1794,7 +2075,7 @@ return [
'no_tags_intro_default' => 'タグはまだありません。タグはトランザクションを微調整し、特定のキーワードでラベル付けするために使用されます。',
'no_tags_imperative_default' => 'タグはトランザクションを作成すると自動的に作成されますが、手動で作成することもできます。今すぐ作成しましょう:',
'no_tags_create_default' => '新しいタグを作成する',
'no_transactions_title_withdrawal' => '支出先を見る',
'no_transactions_title_withdrawal' => '費用を作成しましょう!',
'no_transactions_intro_withdrawal' => '支出はまだありません。資産の管理をはじめるため、経費を作成しましょう。',
'no_transactions_imperative_withdrawal' => 'お金を使ったことがありますか?それらを記録しましょう:',
'no_transactions_create_withdrawal' => '支出元アカウント',
@ -1861,7 +2142,7 @@ return [
'repeat_times' => '指定回数繰り返す',
'recurring_skips_one' => '他すべて',
'recurring_skips_more' => ':count 通のエラーがあります',
'store_new_recurrence' => '新しい取引を保存',
'store_new_recurrence' => '定期的な取引を保存',
'stored_new_recurrence' => '定期的な取引「:title」が正常に保存されました。',
'edit_recurrence' => '定期的な取引 ":title"を編集',
'recurring_repeats_until' => '繰り返し',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'ログイン',
'is_owner' => '管理者は?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => '適用',
@ -222,12 +223,12 @@ return [
'inward' => '内向きの説明',
'outward' => '外向きの説明',
'rule_group_id' => '規則',
'transaction_description' => '取り引き ":description" を編集する',
'transaction_description' => '取引の説明',
'first_date' => '日付範囲',
'transaction_type' => '取引の種類',
'repeat_until' => '繰り返し回数か、終了日(repeat_until) が必要です。両方は使えません。',
'recurring_description' => '取り引き ":description" を削除する',
'repetition_type' => '最低でも一回の繰り返しが必要です。',
'repetition_type' => '繰り返しの種類',
'foreign_currency_id' => '外貨',
'repetition_end' => 'リピート終了',
'repetitions' => 'リピート',

View File

@ -61,7 +61,7 @@ return [
'process_date' => '処理日',
'due_date' => '締切日',
'payment_date' => '引き落とし日',
'invoice_date' => '付を選択...',
'invoice_date' => '領収書発行日',
'internal_reference' => 'システム内参考品',
'notes' => '備考',
'from' => 'から',

View File

@ -160,12 +160,12 @@ return [
'targetamount' => '入金先に入金される金額',
'opening_balance_date' => '期首残高日',
'opening_balance' => '期首残高',
'match' => '入力された情報に誤りがあります。',
'match' => '一致',
'amount_min' => '最低額',
'amount_max' => '上限額',
'title' => 'タイトル',
'tag' => 'タグ',
'transaction_description' => '取り引き ":description" を編集する',
'transaction_description' => '取引の説明',
'rule-action-value.1' => 'ルールアクション値 #1',
'rule-action-value.2' => 'ルールアクション値 #2',
'rule-action-value.3' => 'ルールアクション値 #3',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'nb',
'locale' => 'no, nb, Norsk, nb_NO, nb_NO.utf8, nb_NO.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B, %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B. %e, %Y',
'month_and_day_no_year' => '%B. %e',
'date_time' => '%e. %B, %Y @ %T',
'specific_day' => '%e. %B %Y',
'week_in_year' => 'Week %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Mandag',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Kildekonto "@source_name" godtar kun transaksjoner i @source_currency. Destinasjonskonto "@dest_name" aksepterer bare transaksjoner i @dest_currency. Du må angi overført beløp riktig i begge valutaene.',
'transaction_data' => 'Transaksjonsdata',
'invalid_server_configuration' => 'Ugyldig serverkonfigurasjon',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Hurtigbryter',
'sign_in_to_start' => 'Logg inn for å starte økten',
'sign_in' => 'Logg inn',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_for_query' => 'Firefly III leter etter transaksjoner med disse ordene: <span class="text-info">:query</span>',
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
'search_modifier_date_is' => 'Transaction date is ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Transaction ID is ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
'search_modifier_created_on' => 'Transaction was created on ":value"',
'search_modifier_updated_on' => 'Transaction was last updated on ":value"',
'search_modifier_external_id' => 'External ID is ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Internal reference is ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Description is ":value"',
'search_modifier_description_ends' => 'Description ends with ":value"',
'search_modifier_description_contains' => 'Description contains ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_no_tag' => 'The transaction must have no tags',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
'search_modifier_notes_contain' => 'The transaction notes contain ":value"',
'search_modifier_notes_start' => 'The transaction notes start with ":value"',
'search_modifier_notes_end' => 'The transaction notes end with ":value"',
'search_modifier_notes_are' => 'The transaction notes are exactly ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'The transaction has no notes',
'search_modifier_any_notes' => 'The transaction must have notes',
'search_modifier_amount_exactly' => 'Amount is exactly :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Amount is less than or equal to :value',
'search_modifier_amount_more' => 'Amount is more than or equal to :value',
'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Bill is ":value"',
'search_modifier_transaction_type' => 'Transaction type is ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Regelgruppe ":title" har blitt brukt på ditt utvalg.',
// actions and triggers
'rule_trigger_store_journal' => 'Når en transaksjon er opprettet',
'rule_trigger_update_journal' => 'Når en transaksjon er oppdatert',
'rule_trigger_user_action' => 'Brukerhandling er ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Source account name ends with..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Source account name contains..',
'rule_trigger_source_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_account_id_choice' => 'Account ID (source/destination) is exactly..',
'rule_trigger_account_id' => 'Account ID (source/destination) is exactly :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..',
'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..',
'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash' => 'Account (source/destination) is (cash) account',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',
'rule_trigger_source_is_cash' => 'Source account is (cash) account',
'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategori er ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Beløpet er mindre enn..',
'rule_trigger_amount_less' => 'Beløpet er mindre enn :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Beløpet er..',
'rule_trigger_amount_exactly' => 'Beløpet er :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Beløpet er mer enn..',
'rule_trigger_amount_more' => 'Beløpet er mer enn :trigger_value',
'rule_trigger_description_starts_choice' => 'Beskrivelse starter med..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Beskrivelse inneholder ":trigger_value"',
'rule_trigger_description_is_choice' => 'Beskrivelse er..',
'rule_trigger_description_is' => 'Beskrivelse er ":trigger_value"',
'rule_trigger_date_is_choice' => 'Transaction date is..',
'rule_trigger_date_is' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Transaction date is before..',
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
'rule_trigger_date_after_choice' => 'Transaction date is after..',
'rule_trigger_date_after' => 'Transaction date is after ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transaction was made on..',
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Budsjett er..',
'rule_trigger_budget_is' => 'Budsjett er ":trigger_value"',
'rule_trigger_tag_is_choice' => '(En) tagg er..',
'rule_trigger_tag_is' => 'En tagg er ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaksjonsvaluta er..',
'rule_trigger_currency_is' => 'Transaksjonsvaluta er ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Har minst så mange vedlegg',
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
'rule_trigger_store_journal' => 'Når en transaksjon er opprettet',
'rule_trigger_update_journal' => 'Når en transaksjon er oppdatert',
'rule_trigger_has_no_category_choice' => 'Har ingen kategori',
'rule_trigger_has_no_category' => 'Transaksjonen har ingen kategori',
'rule_trigger_has_any_category_choice' => 'Har en (hvilken som helst) kategori',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transaksjonen har ett eller flere notater',
'rule_trigger_no_notes_choice' => 'Har ingen notater',
'rule_trigger_no_notes' => 'Transaksjonen har ingen notater',
'rule_trigger_notes_are_choice' => 'Notater er..',
'rule_trigger_notes_are' => 'Notater er ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Notater inneholder..',
'rule_trigger_notes_contain' => 'Notater inneholder ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Notater begynner med..',
'rule_trigger_notes_start' => 'Notat som starter med ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Notat som slutter med..',
'rule_trigger_notes_end' => 'Notat som slutter med ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Bill is..',
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
'rule_trigger_external_id_choice' => 'External ID is..',
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Regler relatert til denne regningen',
'repeats' => 'Gjentas',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Tilknyttede transaksjoner',
'auto_match_on' => 'Automatisk funnet av Firefly III',
'auto_match_off' => 'Ikke automatisk funnet av Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Oversikt',
'saveOnAccount' => 'Spar på konto',
'unknown' => 'Ukjent',
'daily' => 'Daglig',
'monthly' => 'Månedlig',
'profile' => 'Profil',
'errors' => 'Feil',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Logg inn',
'is_owner' => 'Is admin?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Bruk regler',

View File

@ -24,15 +24,15 @@ declare(strict_types=1);
return [
'home' => 'Home',
'budgets' => 'Budgets',
'subscriptions' => 'Subscriptions',
'transactions' => 'Transactions',
'title_expenses' => 'Expenses',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'budgets' => 'Budgetten',
'subscriptions' => 'Abonnementen',
'transactions' => 'Transacties',
'title_expenses' => 'Uitgaven',
'title_withdrawal' => 'Uitgaven',
'title_revenue' => 'Inkomsten',
'title_deposit' => 'Inkomsten',
'title_transfer' => 'Overschrijvingen',
'title_transfers' => 'Overschrijvingen',
'edit_currency' => 'Wijzig valuta ":name"',
'delete_currency' => 'Verwijder valuta ":name"',
'newPiggyBank' => 'Nieuw spaarpotje',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'nl',
'locale' => 'nl, Dutch, nl_NL.utf8, nl_NL.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A %e %B %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'D MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd D MMMM, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'D MMMM',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D MMMM YYYY @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Maandag',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Als je wilt, kun je ook een nieuw issue openen op <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Als je wilt, kun je ook een nieuw issue openen op https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'De volledige stacktrace staat hieronder:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'De volgende headers zijn wellicht ook interessant:',
// report new journals
'new_journals_subject' => 'Firefly III heeft een nieuwe transactie aangemaakt|Firefly III heeft :count nieuwe transacties aangemaakt',
'new_journals_header' => 'Firefly III heeft een nieuwe transactie voor je gemaakt. Je kan deze terug vinden in je Firefly III installatie:|Firefly III heeft :count nieuwe transacties voor je gemaakt. Je kan deze terug vinden in je Firefly III installatie:',
// bill warning
'bill_warning_subject_end_date' => 'Je contract ":name" gaat over :diff dagen aflopen',
'bill_warning_subject_now_end_date' => 'Je contract ":name" gaat VANDAAG aflopen',
'bill_warning_subject_extension_date' => 'Je contract ":name" moet over :diff dagen opgezegd of verlengd worden',
'bill_warning_subject_now_extension_date' => 'Je contract ":name" moet VANDAAG opgezegd of verlengd worden',
'bill_warning_end_date_text' => 'Je contract ":name" loopt af op :date. Dat is over ongeveer :diff dagen.',
'bill_warning_extension_date_text' => 'Je contract ":name" moet op :date verlengd of opgezegd worden. Dat is over ongeveer :diff dagen.',
'bill_warning_end_date_text_zero' => 'Je contract ":name" loopt af op :date. Dat is VANDAAG!',
'bill_warning_extension_date_text_zero' => 'Je contract ":name" moet op :date verlengd of opgezegd worden. Dat is VANDAAG!',
'bill_warning_please_action' => 'Zorg dat je hier iets mee doet.',
'bill_warning_end_date_html' => 'Je contract <strong>":name"</strong> loopt af op :date. Dat is over ongeveer <strong>:diff dagen</strong>.',
'bill_warning_extension_date_html' => 'Je contract <strong>":name"</strong> moet op :date verlengd of opgezegd worden. Dat is over ongeveer <strong>:diff dagen</strong>.',
'bill_warning_end_date_html_zero' => 'Je contract <strong>":name"</strong> loopt af op :date. Dat is <strong>VANDAAG!</strong>',
'bill_warning_extension_date_html_zero' => 'Je contract <strong>":name"</strong> moet op :date verlengd of opgezegd worden. Dat is <strong>VANDAAG!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Bronbetaalrekening "@source_name" accepteert alleen overschrijvingen in @source_currency. Doelbetaalrekening "@dest_name" accepteert alleen overschrijvingen in @dest_currency. Je moet het juiste bedrag in beide valuta opgeven.',
'transaction_data' => 'Transactiegegevens',
'invalid_server_configuration' => 'Ongeldige serverconfiguratie',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III kan geldbedragen niet goed weergeven omdat je server de vereiste software mist. Er zijn <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructies hoe dit te doen</a>.',
'quickswitch' => 'Quickswitch',
'sign_in_to_start' => 'Login om te beginnen',
'sign_in' => 'Inloggen',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III vond meer dan :count transacties in :time seconden.',
'search_for_query' => 'Firefly III zoekt transacties met al deze woorden: <span class="text-info">:query</span>',
'invalid_operators_list' => 'De volgende zoekparameters zijn niet geldig en worden genegeerd.',
'search_modifier_date_is' => 'Transactiedatum is ":value"',
// old
'search_modifier_date_on' => 'Transactiedatum is ":value"',
'search_modifier_id' => 'Transactie ID is ":value"',
'search_modifier_date_before' => 'Transactiedatum is vóór of op ":value"',
'search_modifier_date_after' => 'Transactiedatum is na of op ":value"',
'search_modifier_created_on' => 'Transactie werd gemaakt op ":value"',
'search_modifier_updated_on' => 'Transactie werd laatst gewijzigd op ":value"',
'search_modifier_external_id' => 'Extern ID is ":value"',
'search_modifier_external_id_is' => 'Externe ID is ":value"',
'search_modifier_no_external_url' => 'De transactie heeft geen externe URL',
'search_modifier_any_external_url' => 'De transactie heeft een (welke dan ook) externe URL',
'search_modifier_internal_reference' => 'Interne referentie is ":value"',
'search_modifier_internal_reference_is' => 'Interne referentie is ":value"',
'search_modifier_description_starts' => 'Omschrijving is ":value"',
'search_modifier_description_ends' => 'Omschrijving eindigt op ":value"',
'search_modifier_description_contains' => 'Omschrijving bevat ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Transactie heeft een (welke dan ook) contract',
'search_modifier_has_no_tag' => 'De transactie heeft geen tags',
'search_modifier_has_any_tag' => 'Transactie heeft een (welke dan ook) tag',
'search_modifier_notes_contain' => 'De transactienotities bevatten ":value"',
'search_modifier_notes_start' => 'De transactienotities beginnen met ":value"',
'search_modifier_notes_end' => 'De transactienotities eindigen met ":value"',
'search_modifier_notes_are' => 'De transactienotities zijn ":value"',
'search_modifier_notes_contains' => 'De transactienotities bevatten ":value"',
'search_modifier_notes_starts' => 'De transactienotities beginnen met ":value"',
'search_modifier_notes_ends' => 'De transactienotities eindigen op ":value"',
'search_modifier_notes_is' => 'De transactienotities zijn ":value"',
'search_modifier_no_notes' => 'Transactie heeft geen notities',
'search_modifier_any_notes' => 'Transactie heeft notities (eender wat dan)',
'search_modifier_amount_exactly' => 'Bedrag is precies :value',
'search_modifier_amount_is' => 'Bedrag is precies :value',
'search_modifier_amount_less' => 'Bedrag is kleiner dan of gelijk aan :value',
'search_modifier_amount_more' => 'Bedrag is meer dan of gelijk aan :value',
'search_modifier_source_account_is' => 'Bronrekeningnaam is ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Contract is ":value"',
'search_modifier_transaction_type' => 'Transactietype is ":value"',
'search_modifier_tag_is' => 'Tag is ":value"',
'search_modifier_date_is_year' => 'Transactie is in jaar ":value"',
'search_modifier_date_is_month' => 'Transactie is in maand ":value"',
'search_modifier_date_is_day' => 'Transactie is op dag van de maand ":value"',
'search_modifier_date_on_year' => 'Transactie is in jaar ":value"',
'search_modifier_date_on_month' => 'Transactie is in maand ":value"',
'search_modifier_date_on_day' => 'Transactie is op dag van de maand ":value"',
'search_modifier_date_before_year' => 'Transactie is in of voor ":value"',
'search_modifier_date_before_month' => 'Transactie is in of voor maand ":value"',
'search_modifier_date_before_day' => 'Transactie is voor of op dag van de maand ":value"',
'search_modifier_date_after_year' => 'Transactie is in of na jaar ":value"',
'search_modifier_date_after_month' => 'Transactie is in of na maand ":value"',
'search_modifier_date_after_day' => 'Transactie is op of na dag van de maand ":value"',
// new
'search_modifier_tag_is_not' => 'Geen tag is ":value"',
'search_modifier_account_is' => 'Bron- of doelrekeningnaam is ":value"',
'search_modifier_account_contains' => 'Bron- of doelrekeningnaam bevat ":value"',
'search_modifier_account_ends' => 'Bron- of doelrekeningnaam eindigt op ":value"',
'search_modifier_account_starts' => 'Bron- of doelrekeningnaam begint met ":value"',
'search_modifier_account_nr_is' => 'Bron- of doelrekeningnummer / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Bron- of doelrekeningnummer / IBAN bevat ":value"',
'search_modifier_account_nr_ends' => 'Bron- of doelrekeningnummer / IBAN eindigt op ":value"',
'search_modifier_account_nr_starts' => 'Bron- of doelrekeningnummer / IBAN begint met ":value"',
'search_modifier_category_contains' => 'Categorie bevat ":value"',
'search_modifier_category_ends' => 'Categorie eindigt op ":value"',
'search_modifier_category_starts' => 'Categorie begint met ":value"',
'search_modifier_budget_contains' => 'Budget bevat ":value"',
'search_modifier_budget_ends' => 'Budget eindigt op ":value"',
'search_modifier_budget_starts' => 'Budget begint met ":value"',
'search_modifier_bill_contains' => 'Contract bevat ":value"',
'search_modifier_bill_ends' => 'Contract eindigt op ":value"',
'search_modifier_bill_starts' => 'Contract begint met ":value"',
'search_modifier_external_id_contains' => 'Externe ID bevat ":value"',
'search_modifier_external_id_ends' => 'Externe ID eindigt op ":value"',
'search_modifier_external_id_starts' => 'Externe ID begint met ":value"',
'search_modifier_internal_reference_contains' => 'Interne referentie bevat ":value"',
'search_modifier_internal_reference_ends' => 'Interne referentie eindigt op ":value"',
'search_modifier_internal_reference_starts' => 'Interne referentie begint met ":value"',
'search_modifier_external_url_is' => 'Externe URL is ":value"',
'search_modifier_external_url_contains' => 'Externe URL bevat ":value"',
'search_modifier_external_url_ends' => 'Externe URL eindigt op ":value"',
'search_modifier_external_url_starts' => 'Externe URL begint met ":value"',
'search_modifier_has_no_attachments' => 'Transactie heeft geen bijlagen',
'search_modifier_account_is_cash' => 'Bron- of doelrekening is een cash-rekening.',
'search_modifier_journal_id' => 'Het journal-ID is ":value"',
'search_modifier_recurrence_id' => 'Het ID van de periodieke transactie is ":value"',
'search_modifier_foreign_amount_is' => 'Het bedrag in vreemde valuta is ":value"',
'search_modifier_foreign_amount_less' => 'Het bedrag in vreemde valuta is minder dan ":value"',
'search_modifier_foreign_amount_more' => 'Het bedrag in vreemde valuta is meer dan ":value"',
// date fields
'search_modifier_interest_date_on' => 'De rentedatum is ":value"',
'search_modifier_interest_date_on_year' => 'De rentedatum is in jaar ":value"',
'search_modifier_interest_date_on_month' => 'De rentedatum is in maand ":value"',
'search_modifier_interest_date_on_day' => 'De rentedatum is op dag van de maand ":value"',
'search_modifier_interest_date_before_year' => 'De rentedatum is in of voor jaar ":value"',
'search_modifier_interest_date_before_month' => 'De rentedatum is in of voor maand ":value"',
'search_modifier_interest_date_before_day' => 'De rentedatum is op of voor dag van de maand ":value"',
'search_modifier_interest_date_after_year' => 'De rentedatum is in of na jaar ":value"',
'search_modifier_interest_date_after_month' => 'De rentedatum is in of na maand ":value"',
'search_modifier_interest_date_after_day' => 'De rentedatum is op of na dag van de maand ":value"',
'search_modifier_book_date_on_year' => 'De boekdatum is in jaar ":value"',
'search_modifier_book_date_on_month' => 'De boekdatum is in maand ":value"',
'search_modifier_book_date_on_day' => 'De boekdatum is op dag van de maand ":value"',
'search_modifier_book_date_before_year' => 'De boekdatum is in of voor jaar ":value"',
'search_modifier_book_date_before_month' => 'De boekdatum is in of voor maand ":value"',
'search_modifier_book_date_before_day' => 'De boekdatum op in of voor dag van de maand ":value"',
'search_modifier_book_date_after_year' => 'De boekdatum is in of na jaar ":value"',
'search_modifier_book_date_after_month' => 'De boekdatum is in of na maand ":value"',
'search_modifier_book_date_after_day' => 'De boekdatum is op of na dag van de maand ":value"',
'search_modifier_process_date_on_year' => 'De verwerkingsdatum is in jaar ":value"',
'search_modifier_process_date_on_month' => 'De verwerkingsdatum is in maand ":value"',
'search_modifier_process_date_on_day' => 'De verwerkingsdatum is op dag van de maand ":value"',
'search_modifier_process_date_before_year' => 'De verwerkingsdatum is in of voor jaar ":value"',
'search_modifier_process_date_before_month' => 'De verwerkingsdatum is in of voor maand ":value"',
'search_modifier_process_date_before_day' => 'De verwerkingsdatum is op of voor dag van de maand ":value"',
'search_modifier_process_date_after_year' => 'De verwerkingsdatum is in of na jaar ":value"',
'search_modifier_process_date_after_month' => 'De verwerkingsdatum is in of na maand ":value"',
'search_modifier_process_date_after_day' => 'De verwerkingsdatum is op of na dag van de maand ":value"',
'search_modifier_due_date_on_year' => 'De vervaldatum is in jaar ":value"',
'search_modifier_due_date_on_month' => 'De vervaldatum is in maand ":value"',
'search_modifier_due_date_on_day' => 'De vervaldatum is op dag van de maand ":value"',
'search_modifier_due_date_before_year' => 'De vervaldatum is in of voor jaar ":value"',
'search_modifier_due_date_before_month' => 'De vervaldatum is in of voor maand ":value"',
'search_modifier_due_date_before_day' => 'De vervaldatum is op of voor dag van de maand ":value"',
'search_modifier_due_date_after_year' => 'De vervaldatum is in of na jaar ":value"',
'search_modifier_due_date_after_month' => 'De vervaldatum is in of na maand ":value"',
'search_modifier_due_date_after_day' => 'De vervaldatum is op of na dag van de maand ":value"',
'search_modifier_payment_date_on_year' => 'De betalingsdatum is in jaar ":value"',
'search_modifier_payment_date_on_month' => 'De betalingsdatum is in maand ":value"',
'search_modifier_payment_date_on_day' => 'De betalingsdatum is op dag van de maand ":value"',
'search_modifier_payment_date_before_year' => 'De betalingsdatum is in of voor jaar ":value"',
'search_modifier_payment_date_before_month' => 'De betalingsdatum is in of voor maand ":value"',
'search_modifier_payment_date_before_day' => 'De betalingsdatum is op of voor dag van de maand ":value"',
'search_modifier_payment_date_after_year' => 'De betalingsdatum is in of na jaar ":value"',
'search_modifier_payment_date_after_month' => 'De betalingsdatum is in of na maand ":value"',
'search_modifier_payment_date_after_day' => 'De betalingsdatum is op of na dag van de maand ":value"',
'search_modifier_invoice_date_on_year' => 'De factuurdatum is in jaar ":value"',
'search_modifier_invoice_date_on_month' => 'De factuurdatum is in maand ":value"',
'search_modifier_invoice_date_on_day' => 'De factuurdatum is op dag van de maand ":value"',
'search_modifier_invoice_date_before_year' => 'De factuurdatum is in of voor jaar ":value"',
'search_modifier_invoice_date_before_month' => 'De factuurdatum is in of voor maand ":value"',
'search_modifier_invoice_date_before_day' => 'De factuurdatum is op of voor dag van de maand ":value"',
'search_modifier_invoice_date_after_year' => 'De factuurdatum is in of na jaar ":value"',
'search_modifier_invoice_date_after_month' => 'De factuurdatum is in of na maand ":value"',
'search_modifier_invoice_date_after_day' => 'De factuurdatum is op of na dag van de maand ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'De transactie werd het laatst gewijzigd in jaar ":value"',
'search_modifier_updated_at_on_month' => 'De transactie werd het laatst gewijzigd in maand ":value"',
'search_modifier_updated_at_on_day' => 'De transactie werd het laatst gewijzigd op dag van de maand ":value"',
'search_modifier_updated_at_before_year' => 'De transactie werd het laatst gewijzigd in of voor jaar ":value"',
'search_modifier_updated_at_before_month' => 'De transactie werd het laatst gewijzigd in of voor maand ":value"',
'search_modifier_updated_at_before_day' => 'De transactie werd het laatst gewijzigd op of voor dag van de maand ":value"',
'search_modifier_updated_at_after_year' => 'De transactie werd het laatst gewijzigd in of na jaar ":value"',
'search_modifier_updated_at_after_month' => 'De transactie werd het laatst gewijzigd in of na maand ":value"',
'search_modifier_updated_at_after_day' => 'Transactie werd laatst gewijzigd op of na dag van de maand ":value"',
'search_modifier_created_at_on_year' => 'Transactie werd gemaakt in jaar ":value"',
'search_modifier_created_at_on_month' => 'Transactie werd gemaakt in maand ":value"',
'search_modifier_created_at_on_day' => 'Transactie werd gemaakt op dag van de maand ":value"',
'search_modifier_created_at_before_year' => 'Transactie werd gemaakt in of voor jaar ":value"',
'search_modifier_created_at_before_month' => 'Transactie werd gemaakt in of voor maand ":value"',
'search_modifier_created_at_before_day' => 'Transactie werd gemaakt op of voor dag van de maand ":value"',
'search_modifier_created_at_after_year' => 'Transactie werd gemaakt in of na jaar ":value"',
'search_modifier_created_at_after_month' => 'Transactie werd gemaakt in of na maand ":value"',
'search_modifier_created_at_after_day' => 'Transactie werd gemaakt op of na dag van de maand ":value"',
'search_modifier_interest_date_before' => 'Rentedatum is op of voor ":value"',
'search_modifier_interest_date_after' => 'Rentedatum is op of na ":value"',
'search_modifier_book_date_on' => 'Boekdatum is op ":value"',
'search_modifier_book_date_before' => 'Boekdatum is op of voor ":value"',
'search_modifier_book_date_after' => 'Boekdatum is op of na ":value"',
'search_modifier_process_date_on' => 'Verwerkingsdatum is op ":value"',
'search_modifier_process_date_before' => 'Verwerkingsdatum is op of voor ":value"',
'search_modifier_process_date_after' => 'Verwerkingsdatum is op of na ":value"',
'search_modifier_due_date_on' => 'Vervaldatum is op ":value"',
'search_modifier_due_date_before' => 'Vervaldatum is op of voor ":value"',
'search_modifier_due_date_after' => 'Vervaldatum is op of na ":value"',
'search_modifier_payment_date_on' => 'Betalingsdatum is op ":value"',
'search_modifier_payment_date_before' => 'Betalingsdatum is op of voor ":value"',
'search_modifier_payment_date_after' => 'Betalingsdatum is op of na ":value"',
'search_modifier_invoice_date_on' => 'Factuurdatum is op ":value"',
'search_modifier_invoice_date_before' => 'Factuurdatum is op of voor ":value"',
'search_modifier_invoice_date_after' => 'Factuurdatum is op of na ":value"',
'search_modifier_created_at_on' => 'Transactie werd gemaakt op ":value"',
'search_modifier_created_at_before' => 'Transactie werd gemaakt op of voor ":value"',
'search_modifier_created_at_after' => 'Transactie werd gemaakt op of na ":value"',
'search_modifier_updated_at_on' => 'Transactie werd gewijzigd op ":value"',
'search_modifier_updated_at_before' => 'Transactie werd gewijzigd op of voor ":value"',
'search_modifier_updated_at_after' => 'Transactie werd gewijzigd op of na ":value"',
'search_modifier_attachment_name_is' => 'Enige bijlage heet ":value"',
'search_modifier_attachment_name_contains' => 'Er is een bijlage waarvan de naam ":value" bevat',
'search_modifier_attachment_name_starts' => 'Er is een bijlage waarvan de naam begint met ":value"',
'search_modifier_attachment_name_ends' => 'Er is een bijlage waarvan de naam eindigt op ":value"',
'search_modifier_attachment_notes_are' => 'Er is een bijlage met notitie ":value"',
'search_modifier_attachment_notes_contains' => 'Er is een bijlage waarvan de notitie ":value" bevat',
'search_modifier_attachment_notes_starts' => 'Er is een bijlage waarvan de notitie begint met ":value"',
'search_modifier_attachment_notes_ends' => 'Er is een bijlage waarvan de notitie eindigt op ":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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Regelgroep ":title" is toegepast op je selectie.',
// actions and triggers
'rule_trigger_store_journal' => 'Als een transactie wordt gemaakt',
'rule_trigger_update_journal' => 'Als een transactie wordt bijgewerkt',
'rule_trigger_user_action' => 'Gebruikersactie is ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Bronrekeningnaam begint met..',
'rule_trigger_source_account_starts' => 'Bronrekeningnaam begint met ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Bronrekeningnaam eindigt op..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Bronrekeningnaam is ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Bronrekeningnaam bevat..',
'rule_trigger_source_account_contains' => 'Bronrekeningnaam bevat ":trigger_value"',
'rule_trigger_account_id_choice' => 'Account-ID (bron/doel) is precies..',
'rule_trigger_account_id' => 'Account-ID (bron/doel) is precies :trigger_value',
'rule_trigger_account_id_choice' => 'Bron- of doelrekening-ID is..',
'rule_trigger_account_id' => 'Bron- of doelrekening-ID is :trigger_value',
'rule_trigger_source_account_id_choice' => 'Bronrekening ID is..',
'rule_trigger_source_account_id' => 'Bronrekening ID is :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Doelrekening ID is..',
'rule_trigger_destination_account_id' => 'Doelrekening ID is precies :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Account (bron/doel) is (cash) account',
'rule_trigger_account_is_cash' => 'Account (bron/doel) is (cash) account',
'rule_trigger_account_is_cash_choice' => 'Bron- of doelrekening is een cash-rekening',
'rule_trigger_account_is_cash' => 'Bron- of doelrekening is een cash-rekening',
'rule_trigger_source_is_cash_choice' => 'Bronrekening is (cash) account',
'rule_trigger_source_is_cash' => 'Bronrekening is (cash) account',
'rule_trigger_destination_is_cash_choice' => 'Doelrekening is (cash) account',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Categorie is ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Bedrag is minder dan..',
'rule_trigger_amount_less' => 'Bedrag is minder dan :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Bedrag is..',
'rule_trigger_amount_exactly' => 'Bedrag is :trigger_value',
'rule_trigger_amount_is_choice' => 'Bedrag is..',
'rule_trigger_amount_is' => 'Bedrag is :trigger_value',
'rule_trigger_amount_more_choice' => 'Bedrag is meer dan..',
'rule_trigger_amount_more' => 'Bedrag is meer dan :trigger_value',
'rule_trigger_description_starts_choice' => 'Omschrijving begint met..',
@ -506,19 +658,19 @@ return [
'rule_trigger_description_contains' => 'Omschrijving bevat ":trigger_value"',
'rule_trigger_description_is_choice' => 'Omschrijving is..',
'rule_trigger_description_is' => 'Omschrijving is ":trigger_value"',
'rule_trigger_date_is_choice' => 'Transactiedatum is..',
'rule_trigger_date_is' => 'Transactiedatum is ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transactiedatum is..',
'rule_trigger_date_on' => 'Transactiedatum is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Transactiedatum is vóór..',
'rule_trigger_date_before' => 'Transactiedatum is vóór ":trigger_value"',
'rule_trigger_date_after_choice' => 'Transactiedatum is na..',
'rule_trigger_date_after' => 'Transactiedatum is na ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transactie is gemaakt op..',
'rule_trigger_created_on' => 'Transactie is gemaakt op ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transactie werd laatst gewijzigd op..',
'rule_trigger_updated_on' => 'Transactie werd laatst gewijzigd op ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transactie is gemaakt op..',
'rule_trigger_created_at_on' => 'Transactie werd gemaakt op ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transactie werd laatst gewijzigd op..',
'rule_trigger_updated_at_on' => 'Transactie werd laatst gewijzigd op ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Budget is..',
'rule_trigger_budget_is' => 'Budget is ":trigger_value"',
'rule_trigger_tag_is_choice' => '(Een) tag is..',
'rule_trigger_tag_is_choice' => 'Een tag is..',
'rule_trigger_tag_is' => 'Een tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transactievaluta is..',
'rule_trigger_currency_is' => 'Transactievaluta is ":trigger_value"',
@ -526,8 +678,6 @@ return [
'rule_trigger_foreign_currency_is' => 'Transactie vreemde valuta is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Heeft minstens zoveel bijlagen',
'rule_trigger_has_attachments' => 'Heeft minstens :trigger_value bijlage(n)',
'rule_trigger_store_journal' => 'Als een transactie wordt gemaakt',
'rule_trigger_update_journal' => 'Als een transactie wordt bijgewerkt',
'rule_trigger_has_no_category_choice' => 'Heeft geen categorie',
'rule_trigger_has_no_category' => 'Transactie heeft geen categorie',
'rule_trigger_has_any_category_choice' => 'Heeft een (welke dan ook) categorie',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transactie heeft (enige) notities',
'rule_trigger_no_notes_choice' => 'Heeft geen notities',
'rule_trigger_no_notes' => 'Transactie heeft geen notities',
'rule_trigger_notes_are_choice' => 'Notities zijn..',
'rule_trigger_notes_are' => 'Notitie is ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Notitie bevat..',
'rule_trigger_notes_contain' => 'Notitie bevat ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Notitie begint met..',
'rule_trigger_notes_start' => 'Notitie begint met ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Notitie eindigt op..',
'rule_trigger_notes_end' => 'Notitie eindigt op ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notities zijn..',
'rule_trigger_notes_is' => 'Notities zijn ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notities bevatten..',
'rule_trigger_notes_contains' => 'Notities bevatten ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notities beginnen met..',
'rule_trigger_notes_starts' => 'Notities beginnen met ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notities eindigen op..',
'rule_trigger_notes_ends' => 'Notities eindigen op ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Contract is..',
'rule_trigger_bill_is' => 'Contract is ":trigger_value"',
'rule_trigger_external_id_choice' => 'Extern ID is..',
'rule_trigger_external_id' => 'Extern ID is ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Interne verwijzing is..',
'rule_trigger_internal_reference' => 'Interne verwijzing is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'Externe ID is..',
'rule_trigger_external_id_is' => 'Externe ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Interne referentie is..',
'rule_trigger_internal_reference_is' => 'Interne referentie is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transactiejournaal ID is..',
'rule_trigger_journal_id' => 'Transactiejournaal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'De transactie heeft geen externe URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transactie-ID is..',
'rule_trigger_id' => 'Transactie-ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'Gebruikersactie is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'Geen enkele tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'Geen enkele tag is..',
'rule_trigger_account_is_choice' => 'Bron- of doelrekeningnaam is..',
'rule_trigger_account_is' => 'Bron- of doelrekeningnaam is ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Bron- of doelrekeningnaam bevat..',
'rule_trigger_account_contains' => 'Bron- of doelrekeningnaam bevat ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Bron- of doelrekeningnaam eindigt op..',
'rule_trigger_account_ends' => 'Bron- of doelrekeningnaam eindigt op ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Bron- of doelrekeningnaam begint met..',
'rule_trigger_account_starts' => 'Bron- of doelrekeningnaam begint met ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Bron- of doelrekeningnummer / IBAN is..',
'rule_trigger_account_nr_is' => 'Bron- of doelrekeningnummer / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Bron- of doelrekeningnummer / IBAN bevat..',
'rule_trigger_account_nr_contains' => 'Bron- of doelrekeningnummer / IBAN bevat ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Bron- of doelrekeningnummer / IBAN eindigt op..',
'rule_trigger_account_nr_ends' => 'Bron- of doelrekeningnummer / IBAN eindigt op ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Bron- of doelrekeningnummer / IBAN begint met..',
'rule_trigger_account_nr_starts' => 'Bron- of doelrekeningnummer / IBAN begint met ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Categorie bevat..',
'rule_trigger_category_contains' => 'Categorie bevat ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Categorie eindigt op..',
'rule_trigger_category_ends' => 'Categorie eindigt op ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Categorie begint met..',
'rule_trigger_category_starts' => 'Categorie begint met ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget bevat..',
'rule_trigger_budget_contains' => 'Budget bevat ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget eindigt op..',
'rule_trigger_budget_ends' => 'Budget eindigt op ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget begint met..',
'rule_trigger_budget_starts' => 'Budget begint met ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Contract bevat..',
'rule_trigger_bill_contains' => 'Contract bevat ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Contract eindigt op..',
'rule_trigger_bill_ends' => 'Contract eindigt op ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Contract begint met..',
'rule_trigger_bill_starts' => 'Contract begint met ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'Externe ID bevat..',
'rule_trigger_external_id_contains' => 'Externe ID bevat ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'Externe ID eindigt op..',
'rule_trigger_external_id_ends' => 'Externe ID eindigt op ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'Externe ID begint met..',
'rule_trigger_external_id_starts' => 'Externe ID begint met ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Interne referentie bevat..',
'rule_trigger_internal_reference_contains' => 'Interne referentie bevat ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Interne referentie eindigt op..',
'rule_trigger_internal_reference_ends' => 'Interne referentie eindigt op ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Interne referentie begint met..',
'rule_trigger_internal_reference_starts' => 'Interne referentie begint met op ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'Externe URL is..',
'rule_trigger_external_url_is' => 'Externe URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'Externe URL bevat..',
'rule_trigger_external_url_contains' => 'Externe URL bevat ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'Externe URL eindigt op..',
'rule_trigger_external_url_ends' => 'Externe URL eindigt op ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'Externe URL begint met..',
'rule_trigger_external_url_starts' => 'Externe URL begint met ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Heeft geen bijlagen',
'rule_trigger_has_no_attachments' => 'Transactie heeft geen bijlagen',
'rule_trigger_recurrence_id_choice' => 'ID van de periodieke transactie is..',
'rule_trigger_recurrence_id' => 'ID van de periodieke transactie is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Rentedatum is op..',
'rule_trigger_interest_date_on' => 'Rentedatum is op ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Rentedatum is voor..',
'rule_trigger_interest_date_before' => 'Rentedatum is voor ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Rentedatum is na..',
'rule_trigger_interest_date_after' => 'Rentedatum is na ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Boekdatum is op..',
'rule_trigger_book_date_on' => 'Boekdatum is op ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Boekdatum is voor..',
'rule_trigger_book_date_before' => 'Boekdatum is voor ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Boekdatum is na..',
'rule_trigger_book_date_after' => 'Boekdatum is na ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Verwerkingsdatum is op..',
'rule_trigger_process_date_on' => 'Verwerkingsdatum is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Verwerkingsdatum is voor..',
'rule_trigger_process_date_before' => 'Verwerkingsdatum is voor ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Verwerkingsdatum is na..',
'rule_trigger_process_date_after' => 'Verwerkingsdatum is na ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Vervaldatum is op..',
'rule_trigger_due_date_on' => 'Vervaldatum is ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Vervaldatum is voor..',
'rule_trigger_due_date_before' => 'Vervaldatum is voor ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Vervaldatum is na..',
'rule_trigger_due_date_after' => 'Vervaldatum is na ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Betalingsdatum is op..',
'rule_trigger_payment_date_on' => 'Betalingsdatum is ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Betalingsdatum is voor..',
'rule_trigger_payment_date_before' => 'Betalingsdatum is voor ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Betalingsdatum is na..',
'rule_trigger_payment_date_after' => 'Betalingsdatum is na ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Factuurdatum is op..',
'rule_trigger_invoice_date_on' => 'Factuurdatum is ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Factuurdatum is voor..',
'rule_trigger_invoice_date_before' => 'Factuurdatum is voor ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Factuurdatum is na..',
'rule_trigger_invoice_date_after' => 'Factuurdatum is na ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transactie werd gemaakt voor..',
'rule_trigger_created_at_before' => 'Transactie werd gemaakt voor ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transactie werd gemaakt na..',
'rule_trigger_created_at_after' => 'Transactie werd gemaakt na ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transactie werd laatst gewijzigd voor..',
'rule_trigger_updated_at_before' => 'Transactie werd laatst gewijzigd voor ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transactie werd laatst gewijzigd na..',
'rule_trigger_updated_at_after' => 'Transactie werd laatst gewijzigd na ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Bedrag in vreemde valuta is precies..',
'rule_trigger_foreign_amount_is' => 'Bedrag in vreemde valuta is ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Bedrag in vreemde valuta is minder dan..',
'rule_trigger_foreign_amount_less' => 'Bedrag in vreemde valuta is minder dan ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Bedrag in vreemde valuta is meer dan..',
'rule_trigger_foreign_amount_more' => 'Bedrag in vreemde valuta is meer dan ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Er is een bijlage met naam..',
'rule_trigger_attachment_name_is' => 'Er is een bijlage met naam ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Er is een bijlage waarvan de naam bevat..',
'rule_trigger_attachment_name_contains' => 'Er is een bijlage waarvan de naam ":trigger_value" bevat',
'rule_trigger_attachment_name_starts_choice' => 'Er is een bijlage waarvan de naam begint met..',
'rule_trigger_attachment_name_starts' => 'Er is een bijlage waarvan de naam begint met ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Er is een bijlage waarvan de naam eindigt op..',
'rule_trigger_attachment_name_ends' => 'Er is een bijlage waarvan de naam eindigt op ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Een bijlage\'s notitie is..',
'rule_trigger_attachment_notes_are' => 'Er is een bijlage waarvan de notitie ":trigger_value" is',
'rule_trigger_attachment_notes_contains_choice' => 'Een bijlage\'s notitie bevat..',
'rule_trigger_attachment_notes_contains' => 'Er is een bijlage waarvan de notitie ":trigger_value" bevat',
'rule_trigger_attachment_notes_starts_choice' => 'Een bijlage\'s notitie begint met..',
'rule_trigger_attachment_notes_starts' => 'Er is een bijlage waarvan de notitie begint met ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Een bijlage\'s notitie eindigt op..',
'rule_trigger_attachment_notes_ends' => 'Er is een bijlage waarvan de notitie eindigt op ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'VERWIJDER transactie (!)',
@ -717,7 +995,7 @@ return [
'pref_optional_tj_due_date' => 'Vervaldatum',
'pref_optional_tj_payment_date' => 'Betalingsdatum',
'pref_optional_tj_invoice_date' => 'Factuurdatum',
'pref_optional_tj_internal_reference' => 'Interne verwijzing',
'pref_optional_tj_internal_reference' => 'Interne referentie',
'pref_optional_tj_notes' => 'Notities',
'pref_optional_tj_attachments' => 'Bijlagen',
'pref_optional_tj_external_url' => 'Externe URL',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Eerder gekoppelde transacties met dit contract kunnen hun koppeling verliezen, als ze (niet langer) overeenkomen met de regel(s).',
'bill_related_rules' => 'Regels gerelateerd aan dit contract',
'repeats' => 'Herhaalt',
'bill_end_date_help' => 'Optioneel veld. Het contract eindigt op deze datum.',
'bill_extension_date_help' => 'Optioneel veld. Het contract moet verlengd of opgezegd worden voor of op deze datum.',
'bill_end_index_line' => 'Het contract eindigt op :date',
'bill_extension_index_line' => 'Het contract moet verlengd of opgezegd worden op :date',
'connected_journals' => 'Verbonden transacties',
'auto_match_on' => 'Automatisch herkend door Firefly III',
'auto_match_off' => 'Niet automatisch herkend door Firefly III',
@ -1111,7 +1393,7 @@ return [
'make_new_revenue_account' => 'Nieuwe debiteur',
'make_new_liabilities_account' => 'Maak nieuwe passiva',
'asset_accounts' => 'Betaalrekeningen',
'undefined_accounts' => 'Accounts',
'undefined_accounts' => 'Rekeningen',
'asset_accounts_inactive' => 'Betaalrekeningen (inactief)',
'expense_accounts' => 'Crediteuren',
'expense_accounts_inactive' => 'Crediteuren (inactief)',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Overzicht',
'saveOnAccount' => 'Sparen op rekening',
'unknown' => 'Onbekend',
'daily' => 'Dagelijks',
'monthly' => 'Maandelijks',
'profile' => 'Profiel',
'errors' => 'Fouten',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Login',
'is_owner' => 'Is beheerder?',
'url' => 'URL',
'bill_end_date' => 'Einddatum',
// import
'apply_rules' => 'Regels toepassen',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'pl',
'locale' => 'pl_PL.utf8, pl_PL.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A, %e %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y o %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Tydzień %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'D MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D MMMM YYYY [o] HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Tydzień] w. YYYY',
'week_in_year_fns' => "w 'tydzień' yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "Q 'kwartał' yyyy",
'half_year_fns' => "'{half} połowa' yyyy",
'dow_1' => 'Poniedziałek',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Jeśli wolisz, możesz również otworzyć nowy problem na <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Jeśli wolisz, możesz również otworzyć nowy problem na https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'Pełny opis błędu znajduje się poniżej:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Istotne mogą być również następujące nagłówki:',
// report new journals
'new_journals_subject' => 'Firefly III stworzył nową transakcję|Firefly III stworzył :count nowych transakcji',
'new_journals_header' => 'Firefly III stworzył dla Ciebie transakcję. Możesz znaleźć ją w Firefly III:|Firefly III stworzył dla Ciebie transakcje :count. Możesz je znaleźć w Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Konto źródłowe "@source_name" obsługuje tylko transakcje w walucie @source_currency. Konto docelowe "@dest_name" obsługuje tylko transakcje w walucie @dest_currency. Musisz podać przelewaną kwotę w obu walutach.',
'transaction_data' => 'Dane transakcji',
'invalid_server_configuration' => 'Nieprawidłowa konfiguracja serwera',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III nie może sformatować kwot, ponieważ brakuje wymaganych pakietów na Twoim serwerze. Sprawdź <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instrukcje jak je zainstalować</a> (po angielsku).',
'quickswitch' => 'Szybki przełącznik',
'sign_in_to_start' => 'Zaloguj się, aby rozpocząć sesję',
'sign_in' => 'Zaloguj',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III znalazł więcej niż :count transakcji w :time sekund.',
'search_for_query' => 'Firefly III szuka transakcji zawierających wszystkie słowa: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Te parametry wyszukiwania nie są prawidłowe i zostały zignorowane.',
'search_modifier_date_is' => 'Data transakcji to ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'ID transakcji to ":value"',
'search_modifier_date_before' => 'Data transakcji jest przed lub w ":value"',
'search_modifier_date_after' => 'Data transakcji jest po lub w ":value"',
'search_modifier_created_on' => 'Transakcja stworzona ":value"',
'search_modifier_updated_on' => 'Transakcja zaktualizowana ":value"',
'search_modifier_external_id' => 'Zewnętrzne ID to ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
'search_modifier_any_external_url' => 'Transakcja musi mieć (dowolny) zewnętrzny adres URL',
'search_modifier_internal_reference' => 'Wewnętrzne odwołanie to ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Opis to ":value"',
'search_modifier_description_ends' => 'Opis kończy się na ":value"',
'search_modifier_description_contains' => 'Opis zawiera ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Transakcja musi mieć (dowolny) rachunek',
'search_modifier_has_no_tag' => 'Transakcja nie może mieć tagów',
'search_modifier_has_any_tag' => 'Transakcja musi mieć (dowolny) tag',
'search_modifier_notes_contain' => 'Notatki transakcji zawierają ":value"',
'search_modifier_notes_start' => 'Notatki transakcji zaczynają się od ":value"',
'search_modifier_notes_end' => 'Notatki transakcji kończą się na ":value"',
'search_modifier_notes_are' => 'Notatki transakcji to ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Transakcja nie ma notatek',
'search_modifier_any_notes' => 'Transakcja musi zawierać notatki',
'search_modifier_amount_exactly' => 'Kwota to dokładnie :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Kwota jest mniejsza lub równa :value',
'search_modifier_amount_more' => 'Kwota jest większa lub równa :value',
'search_modifier_source_account_is' => 'Konto źródłowe to ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Rachunek to ":value"',
'search_modifier_transaction_type' => 'Transakcja jest typu ":value"',
'search_modifier_tag_is' => 'Tag to ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transakcja jest przed lub w dniu miesiąca ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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ł.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Grupa reguł ":title" została zastosowana do Twojego wyboru.',
// actions and triggers
'rule_trigger_store_journal' => 'Po utworzeniu transakcji',
'rule_trigger_update_journal' => 'Po zmodyfikowaniu transakcji',
'rule_trigger_user_action' => 'Akcją użytkownika jest ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Konto źródłowe się zaczyna od..',
'rule_trigger_source_account_starts' => 'Konto źródłowe się zaczyna od ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Konto źródłowe kończy się na..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Nazwa konta źródłowego to ":trigger_value:"',
'rule_trigger_source_account_contains_choice' => 'Nazwa konta źródłowego zawiera..',
'rule_trigger_source_account_contains' => 'Nazwa konta źródłowego zawiera ":trigger_value"',
'rule_trigger_account_id_choice' => 'ID konta (źródłowego/docelowego) to dokładnie..',
'rule_trigger_account_id' => 'ID konta (źródłowego/docelowego) to dokładnie :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'ID konta źródłowego to dokładnie..',
'rule_trigger_source_account_id' => 'ID konta źródłowego to dokładnie :trigger_value',
'rule_trigger_destination_account_id_choice' => 'ID konta docelowego to dokładnie..',
'rule_trigger_destination_account_id' => 'ID konta docelowego to dokładnie :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Konto (źródłowe/docelowe) to konto (gotówkowe)',
'rule_trigger_account_is_cash' => 'Konto (źródłowe/docelowe) to konto (gotówkowe)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Konto źródłowe to konto (gotówkowe)',
'rule_trigger_source_is_cash' => 'Konto źródłowe to konto (gotówkowe)',
'rule_trigger_destination_is_cash_choice' => 'Konto docelowe to konto (gotówkowe)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategoria to ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Kwota jest mniejsza niż..',
'rule_trigger_amount_less' => 'Kwota jest mniejsza niż :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Kwota jest równa..',
'rule_trigger_amount_exactly' => 'Kwota jest równa :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Kwota jest większa niż..',
'rule_trigger_amount_more' => 'Kwota jest większa niż :trigger_value',
'rule_trigger_description_starts_choice' => 'Opis zaczyna się od..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Opis zawiera ":trigger_value"',
'rule_trigger_description_is_choice' => 'Opis to..',
'rule_trigger_description_is' => 'Opis to ":trigger_value"',
'rule_trigger_date_is_choice' => 'Daty transakcji to..',
'rule_trigger_date_is' => 'Data transakcji to ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Data transakcji jest przed..',
'rule_trigger_date_before' => 'Data transakcji jest przed ":trigger_value"',
'rule_trigger_date_after_choice' => 'Data transakcji jest po..',
'rule_trigger_date_after' => 'Data transakcji jest po ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transaction was made on..',
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transakcja edytowana..',
'rule_trigger_updated_on' => 'Transakcja edytowana ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Budżet to..',
'rule_trigger_budget_is' => 'Budżet to ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Tag to..',
'rule_trigger_tag_is' => 'Tag to ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Waluta transakcji to..',
'rule_trigger_currency_is' => 'Waluta transakcji to ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Waluta obca transakcji to..',
'rule_trigger_foreign_currency_is' => 'Waluta obca transakcji to ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Ma co najmniej podaną liczbę załączników',
'rule_trigger_has_attachments' => 'Ma co najmniej :trigger_value załącznik(ów)',
'rule_trigger_store_journal' => 'Po utworzeniu transakcji',
'rule_trigger_update_journal' => 'Po zmodyfikowaniu transakcji',
'rule_trigger_has_no_category_choice' => 'Brak kategorii',
'rule_trigger_has_no_category' => 'Transakcje bez kategorii',
'rule_trigger_has_any_category_choice' => 'Ma (dowolną) kategorię',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transakcja ma (dowolne) notatki',
'rule_trigger_no_notes_choice' => 'Brak notatek',
'rule_trigger_no_notes' => 'Transakcja bez notatek',
'rule_trigger_notes_are_choice' => 'Notatki to..',
'rule_trigger_notes_are' => 'Notatki to ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Notatki zawierają..',
'rule_trigger_notes_contain' => 'Notatki zawierają ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Notatki zaczynają się od..',
'rule_trigger_notes_start' => 'Notatki zaczynają się od ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Notatki kończą się na..',
'rule_trigger_notes_end' => 'Notatki kończą się na ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Rachunek to..',
'rule_trigger_bill_is' => 'Rachunek to ":trigger_value"',
'rule_trigger_external_id_choice' => 'Zewnętrzne ID to..',
'rule_trigger_external_id' => 'Zewnętrzne ID to ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Wewnętrzne odwołanie to..',
'rule_trigger_internal_reference' => 'Wewnętrzne odwołanie to ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'ID dziennika transakcji to..',
'rule_trigger_journal_id' => 'ID dziennika transakcji to ":trigger_value"',
'rule_trigger_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Identyfikator transakcji to..',
'rule_trigger_id' => 'Identyfikator transakcji to ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'USUŃ transakcję (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Transakcje poprzednio powiązane z tym rachunkiem mogą stracić to powiązanie, jeżeli nie będą spełniały założeń reguł(y).',
'bill_related_rules' => 'Reguły powiązane z tym rachunkiem',
'repeats' => 'Powtarza się',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Powiązane transakcje',
'auto_match_on' => 'Automatycznie dopasowane przez Firefly III',
'auto_match_off' => 'Niedopasowane automatycznie przez Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Przegląd',
'saveOnAccount' => 'Oszczędzaj na koncie',
'unknown' => 'Nieznane',
'daily' => 'Dziennie',
'monthly' => 'Miesięcznie',
'profile' => 'Profil',
'errors' => 'Błędy',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Login',
'is_owner' => 'Czy admin?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Zastosuj reguły',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'pt-br',
'locale' => 'pt-br, pt_BR.utf8, pt_BR.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e de %B de %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'DD \de MMMM \de YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %B de %e de %Y',
'month_and_day_no_year' => '%B de %e',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Semana %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] s, AAAA',
'week_in_year_fns' => "'Semana' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'T'Q, yyyy",
'half_year_fns' => "'S{half}', yyyy",
'dow_1' => 'Segunda',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Se você preferir, também pode abrir uma nova issue no <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'Se preferir, você também pode abrir uma nova issue em https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'O rastreamento completo está abaixo:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Os seguintes cabeçalhos também podem ser relevantes:',
// report new journals
'new_journals_subject' => 'Firefly III criou uma nova transação.|Firefly III criou :count novas transações',
'new_journals_header' => 'Firefly III criou uma transação para você. Você pode encontrá-la em sua instalação do Firefly III:|Firefly III criou :count transações para você. Você pode encontrá-los em sua instalação do Firefly II:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'A conta ativa de origem "@source_name" aceita apenas transações em @source_currency. A conta ativa de destino "@dest_name" aceita apenas transações em @dest_currency. Você deve fornecer o valor transferido corretamente em ambas as moedas.',
'transaction_data' => 'Dados de transação',
'invalid_server_configuration' => 'Configuração do servidor inválida',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'O Firefly III não é capaz de formatar quantidades monetárias porque está faltando os pacotes necessários no seu servidor. Existem <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instruções sobre como fazer isso</a>.',
'quickswitch' => 'Mudança rápida',
'sign_in_to_start' => 'Faça login para iniciar sua sessão',
'sign_in' => 'Entrar',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III encontrou mais de :count transações em :time segundos.',
'search_for_query' => 'Firefly III está procurando transações com todas estas palavras neles: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Estes parâmetros de busca não são válidos e foram ignorados.',
'search_modifier_date_is' => 'A data da transação é ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'O ID da transação é ":value"',
'search_modifier_date_before' => 'Data da transação é anterior ou em ":value"',
'search_modifier_date_after' => 'Data da transação é posterior ou em ":value"',
'search_modifier_created_on' => 'A transação foi criada em ":value"',
'search_modifier_updated_on' => 'A transação foi atualizada pela última vez em ":value"',
'search_modifier_external_id' => 'O ID externo é ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'A transação não tem URL externa',
'search_modifier_any_external_url' => 'A transação deve ter uma URL externa (qualquer)',
'search_modifier_internal_reference' => 'A referência interna é ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Descrição é ":value"',
'search_modifier_description_ends' => 'Descrição termina com ":value"',
'search_modifier_description_contains' => 'Descrição contém ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'A transação deve ter uma conta (qualquer)',
'search_modifier_has_no_tag' => 'A transação não deve ter etiquetas',
'search_modifier_has_any_tag' => 'A transação deve ter uma tag (qualquer)',
'search_modifier_notes_contain' => 'As notas de transação contém ":value"',
'search_modifier_notes_start' => 'As notas de transação começam com ":value"',
'search_modifier_notes_end' => 'As notas de transação terminam com ":value"',
'search_modifier_notes_are' => 'As notas de transação são iguais a ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'A transação não tem notas',
'search_modifier_any_notes' => 'A transação deve ter notas',
'search_modifier_amount_exactly' => 'Valor é igual a :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Valor é menor ou igual a :value',
'search_modifier_amount_more' => 'Valor é maior ou igual a :value',
'search_modifier_source_account_is' => 'O nome da conta de origem é igual a ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Conta é ":value"',
'search_modifier_transaction_type' => 'O tipo da transação é ":value"',
'search_modifier_tag_is' => 'A etiqueta é ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'A transação é antes ou no dia do mês ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Grupo de regras ":title" tem sido aplicada para sua seleção.',
// actions and triggers
'rule_trigger_store_journal' => 'Quando uma transação é criada',
'rule_trigger_update_journal' => 'Quando uma transação é atualizada',
'rule_trigger_user_action' => 'Ação do usuário é ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Nome da conta de origem começa com..',
'rule_trigger_source_account_starts' => 'Nome da conta de origem começa com ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'O nome da conta de origem termina com..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Nome da conta de origem é ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Nome da conta de origem contém..',
'rule_trigger_source_account_contains' => 'Nome da conta de origem contém ":trigger_value"',
'rule_trigger_account_id_choice' => 'ID da conta (origem/destino) é igual a..',
'rule_trigger_account_id' => 'ID da conta (origem/destino) é igual a :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'ID da conta de origem é igual a..',
'rule_trigger_source_account_id' => 'ID da conta de origem é igual a :trigger_value',
'rule_trigger_destination_account_id_choice' => 'ID da conta de destino é igual a..',
'rule_trigger_destination_account_id' => 'ID da conta de destino é igual a :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Conta (origem/destino) é conta (dinheiro)',
'rule_trigger_account_is_cash' => 'Conta (origem/destino) é conta (dinheiro)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Conta de origem é (dinheiro)',
'rule_trigger_source_is_cash' => 'Conta de origem é (dinheiro)',
'rule_trigger_destination_is_cash_choice' => 'Conta de destino é (dinheiro)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'A categoria é ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Quantia é inferior a..',
'rule_trigger_amount_less' => 'Quantia é inferior :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Quantia é..',
'rule_trigger_amount_exactly' => 'Quantia é :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Quantia é mais do que..',
'rule_trigger_amount_more' => 'Quantia é mais de :trigger_value',
'rule_trigger_description_starts_choice' => 'Descrição começa com..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Descrição contém ":trigger_value"',
'rule_trigger_description_is_choice' => 'Descrição é..',
'rule_trigger_description_is' => 'Descrição é ":trigger_value"',
'rule_trigger_date_is_choice' => 'A data da transação é...',
'rule_trigger_date_is' => 'A data da transação é ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'A data da transação é anterior a...',
'rule_trigger_date_before' => 'A data da transação é anterior a ":trigger_value"',
'rule_trigger_date_after_choice' => 'A data da transação é posterior a...',
'rule_trigger_date_after' => 'A data da transação é posterior a ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transação foi realizada em..',
'rule_trigger_created_on' => 'Transação foi feita em ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transação foi editada pela última vez em..',
'rule_trigger_updated_on' => 'A transação foi editada pela última vez em ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'O orçamento é..',
'rule_trigger_budget_is' => 'O orçamento é ":trigger_value"',
'rule_trigger_tag_is_choice' => '(A) tag é..',
'rule_trigger_tag_is' => 'A tag é ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'A moeda da transação é..',
'rule_trigger_currency_is' => 'A moeda da transação é ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'A moeda estrangeira da transação é...',
'rule_trigger_foreign_currency_is' => 'A moeda estrangeira da transação é ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Tem pelo menos essa quantidade de anexos',
'rule_trigger_has_attachments' => 'Tem pelo menos :trigger_value anexo(s)',
'rule_trigger_store_journal' => 'Quando uma transação é criada',
'rule_trigger_update_journal' => 'Quando uma transação é atualizada',
'rule_trigger_has_no_category_choice' => 'Não tem categoria',
'rule_trigger_has_no_category' => 'A transação não tem categoria',
'rule_trigger_has_any_category_choice' => 'Tem uma categoria (qualquer)',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'A transação tem notas (qualquer)',
'rule_trigger_no_notes_choice' => 'Não tem notas',
'rule_trigger_no_notes' => 'A transação não tem notas',
'rule_trigger_notes_are_choice' => 'As notas são..',
'rule_trigger_notes_are' => 'As notas são ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'As notas contêm..',
'rule_trigger_notes_contain' => 'As notas contêm ":trigger_value"',
'rule_trigger_notes_start_choice' => 'As notas começam com..',
'rule_trigger_notes_start' => 'As notas começam com ":trigger_value"',
'rule_trigger_notes_end_choice' => 'As notas terminam com..',
'rule_trigger_notes_end' => 'Notas terminam com ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Conta é..',
'rule_trigger_bill_is' => 'Conta é ":trigger_value"',
'rule_trigger_external_id_choice' => 'ID externo é..',
'rule_trigger_external_id' => 'ID externo é ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Referência interna é..',
'rule_trigger_internal_reference' => 'Referência interna é ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'ID do livro de transação é..',
'rule_trigger_journal_id' => 'ID do livro de transação é ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'O identificador da transação é..',
'rule_trigger_id' => 'O identificador da transação é ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'EXCLUIR transação (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Transações previamente vinculadas a esta conta podem perder sua conexão se elas (não mais) corresponderem à(s) regra(s).',
'bill_related_rules' => 'Regras relacionadas a esta conta',
'repeats' => 'Repetições',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Transações conectadas',
'auto_match_on' => 'Automaticamente correspondente com Firefly III',
'auto_match_off' => 'Não corresponde automaticamente com Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Visão Geral',
'saveOnAccount' => 'Salvar na conta',
'unknown' => 'Desconhecido',
'daily' => 'Diário',
'monthly' => 'Mensal',
'profile' => 'Perfil',
'errors' => 'Erros',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Login',
'is_owner' => 'É administrador(a)?',
'url' => 'link',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Aplicar Regras',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'pt',
'locale' => 'pt, Português, pt_PT.utf8, pt_PT.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B, %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'd MMMM, y',
'month_and_date_day' => '%A %e %B, %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Semana %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Semana' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Trimestre' Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Segunda',

View File

@ -103,4 +103,19 @@ Isto pode ajudar a compor a bug que acabou de encontrar.',
// report new journals
'new_journals_subject' => 'O Firefly III criou uma nova transação|O Firefly III criou :count novas transações',
'new_journals_header' => 'O Firefly III criou uma transação para si. Pode encontrar a mesma na sua instância do Firefly III.|O Firefly III criou :count transações para si. Pode encontrar as mesmas na sua instância do Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'A conta de activos de origem "@source_name" apenas aceita transacções em @source_currency. A conta de activos de destino "@dest_name" apenas aceita transacções em @dest_currency. Tem que fornecer o valor transferido correctamente em ambas as moedas.',
'transaction_data' => 'Data de Transação',
'invalid_server_configuration' => 'Configuracao de servidor invalida',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Troca rápida',
'sign_in_to_start' => 'Regista-te para iniciar sessao',
'sign_in' => 'Iniciar sessao',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III encontrou mais de :count transacções em :time segundos.',
'search_for_query' => 'O Firefly III está à procura de transacções com as palavras: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Estes parâmetros de pesquisa não são válidos e foram ignorados.',
'search_modifier_date_is' => 'A data da transacção é ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'O ID da transação é ":value"',
'search_modifier_date_before' => 'A data da transacção é anterior ou a ":value"',
'search_modifier_date_after' => 'A data da transacção é posterior ou a ":value"',
'search_modifier_created_on' => 'A transacção foi criada a ":value"',
'search_modifier_updated_on' => 'A transacção foi actualizada pela última vez a ":value"',
'search_modifier_external_id' => 'ID externo é ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'A referência interna é ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'A descrição é ":value"',
'search_modifier_description_ends' => 'A descrição acaba com ":value"',
'search_modifier_description_contains' => 'A descrição contém ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'A transação deve ter (alguma) fatura',
'search_modifier_has_no_tag' => 'A transação não pode ter etiquetas',
'search_modifier_has_any_tag' => 'A transação tem que ter uma etiqueta (qualquer)',
'search_modifier_notes_contain' => 'As notas de transacção contêm ":value"',
'search_modifier_notes_start' => 'As notas de transacção começam com ":value"',
'search_modifier_notes_end' => 'As notas de transacção acabam com ":value"',
'search_modifier_notes_are' => 'As notas de transacção são exactamente ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'A transacção não pode tem notas',
'search_modifier_any_notes' => 'A transacção tem que ter notas',
'search_modifier_amount_exactly' => 'Valor é exactamente :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Valor é menor ou igual a :value',
'search_modifier_amount_more' => 'Valor é maior ou igual a :value',
'search_modifier_source_account_is' => 'O nome da conta de origem é exactamente ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'A fatura é ":value"',
'search_modifier_transaction_type' => 'Tipo de transacção é ":value"',
'search_modifier_tag_is' => 'A etiqueta é ":value"',
'search_modifier_date_is_year' => 'A transação é no ano ":value"',
'search_modifier_date_is_month' => 'A transação é no mês ":value"',
'search_modifier_date_is_day' => 'A transação é no dia do mês ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'A transação é antes ou no ano ":value"',
'search_modifier_date_before_month' => 'A transação é antes ou no mês ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'A transação é no ou depois do ano ":value"',
'search_modifier_date_after_month' => 'A transação é no ou depois do mês ":value"',
'search_modifier_date_after_day' => 'A transação é depois ou no dia do mês ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'As regras de grupo ":title" foram aplicadas à sua seleção.',
// actions and triggers
'rule_trigger_store_journal' => 'Quando uma transacção é criada',
'rule_trigger_update_journal' => 'Quando uma transacção é actualizada',
'rule_trigger_user_action' => 'A ação de utilizador é ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'O nome da conta de origem começa com..',
'rule_trigger_source_account_starts' => 'O nome da conta de origem começa com ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'O nome da conta de origem acaba com..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'O nome da conta de origem é ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Nome da conta de origem contém..',
'rule_trigger_source_account_contains' => 'Nome da conta de origem contém ":trigger_value"',
'rule_trigger_account_id_choice' => 'ID da conta (origem/destino) é exatamente..',
'rule_trigger_account_id' => 'O ID da conta (origem/destino) é exatamente :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'O ID da conta de origem é exatamente..',
'rule_trigger_source_account_id' => 'O ID da conta de origem é exactamente :trigger_value',
'rule_trigger_destination_account_id_choice' => 'O ID da conta de destino é exatamente..',
'rule_trigger_destination_account_id' => 'O ID da conta de destino é exactamente :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Conta (origem/destino) é uma conta (dinheiro)',
'rule_trigger_account_is_cash' => 'Conta (origem/destino) é uma conta (dinheiro)',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'A conta de origem é uma conta (dinheiro)',
'rule_trigger_source_is_cash' => 'A conta de origem é uma conta (dinheiro)',
'rule_trigger_destination_is_cash_choice' => 'A conta de destino é uma conta (dinheiro)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'A categoria é ":trigger_value"',
'rule_trigger_amount_less_choice' => 'O montante é menos de..',
'rule_trigger_amount_less' => 'Quantia é menor que :trigger_value',
'rule_trigger_amount_exactly_choice' => 'O montante é..',
'rule_trigger_amount_exactly' => 'Quantia é :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'O montante é maior que..',
'rule_trigger_amount_more' => 'Quantia é maior que :trigger_value',
'rule_trigger_description_starts_choice' => 'A descricao comeca com..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Descrição contém ":trigger_value"',
'rule_trigger_description_is_choice' => 'A descrição é..',
'rule_trigger_description_is' => 'Descrição é ":trigger_value"',
'rule_trigger_date_is_choice' => 'Data da transacção é..',
'rule_trigger_date_is' => 'Data da transacção é ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Data de transacção é anterior..',
'rule_trigger_date_before' => 'Data da transacção é antes de ":trigger_value"',
'rule_trigger_date_after_choice' => 'Data da transacção é após..',
'rule_trigger_date_after' => 'Data da transacção é após ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transacção foi realizada em..',
'rule_trigger_created_on' => 'Transacção foi realizada em ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transacção foi editada pela última vez em..',
'rule_trigger_updated_on' => 'A transacção foi editada pela última vez em ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'O orçamento é..',
'rule_trigger_budget_is' => 'O orçamento é ":trigger_value"',
'rule_trigger_tag_is_choice' => 'A etiqueta é..',
'rule_trigger_tag_is' => 'A etiqueta é ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'A moeda da transação é..',
'rule_trigger_currency_is' => 'A moeda da transacção é ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'A moeda estrangeira da transacção é..',
'rule_trigger_foreign_currency_is' => 'A moeda estrangeira da transacção é ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Tem, pelo menos, esta quantidade de anexos',
'rule_trigger_has_attachments' => 'Tem pelo menos :trigger_value anexo(s)',
'rule_trigger_store_journal' => 'Quando uma transacção é criada',
'rule_trigger_update_journal' => 'Quando uma transacção é actualizada',
'rule_trigger_has_no_category_choice' => 'Não tem categoria',
'rule_trigger_has_no_category' => 'Transacção não tem categoria',
'rule_trigger_has_any_category_choice' => 'Tem uma categoria (qualquer)',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'A transacção tem notas (quaisquer)',
'rule_trigger_no_notes_choice' => 'Não tem notas',
'rule_trigger_no_notes' => 'A transacção não tem notas',
'rule_trigger_notes_are_choice' => 'As notas são..',
'rule_trigger_notes_are' => 'As notas são ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'As notas contêm..',
'rule_trigger_notes_contain' => 'As notas contêm ":trigger_value"',
'rule_trigger_notes_start_choice' => 'As notas comecam com..',
'rule_trigger_notes_start' => 'As notas começam com ":trigger_value"',
'rule_trigger_notes_end_choice' => 'As notas terminam com..',
'rule_trigger_notes_end' => 'Notas acabam com ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'A fatura é..',
'rule_trigger_bill_is' => 'A fatura é ":trigger_value"',
'rule_trigger_external_id_choice' => 'O ID Externo é..',
'rule_trigger_external_id' => 'O ID externo é ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'A referência interna é..',
'rule_trigger_internal_reference' => 'A referência interna é ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'O ID do diário de transações é..',
'rule_trigger_journal_id' => 'O ID do diário de transações é ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'ID da transação é..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'APAGAR transacção (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'As transações ligadas anteriormente a esta fatura poderão perder a ligação, se coincidirem (ou não) com a(s) regra(s).',
'bill_related_rules' => 'Regras relacionadas a esta fatura',
'repeats' => 'Repete',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Transações ligadas entre si',
'auto_match_on' => 'Correspondido automaticamente pelo Firefly III',
'auto_match_off' => 'Nao correspondido automaticamente pelo Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Visao geral',
'saveOnAccount' => 'Salvar na conta',
'unknown' => 'Desconhecido',
'daily' => 'Diariamente',
'monthly' => 'Mensalmente',
'profile' => 'Perfil',
'errors' => 'Erros',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Iniciar sessao',
'is_owner' => 'É administrador?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Aplicar regras',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'ro',
'locale' => 'ro, Română, ro_RO.utf8, ro_RO.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Săptămâna %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Săptămână' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyy",
'dow_1' => 'Luni',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III a creat o nouă tranzacție, Firefly III a creat :count tranzacții noi',
'new_journals_header' => 'Firefly III a creat o tranzacție pentru dvs. O puteți găsi în instalarea dvs. Firefly III:|Firefly III a creat :count tranzacții pentru dvs. Le puteți găsi în instalarea Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Sursa contului de active "@source_name" acceptă numai tranzacțiile în @source_currency. Destinația contului de active "@dest_name" acceptă numai tranzacțiile în @dest_currency. Trebuie să furnizați corect suma transferată în ambele valute.',
'transaction_data' => 'Datele tranzacției',
'invalid_server_configuration' => 'Configurația serverului este nevalidă',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Schimbare rapida',
'sign_in_to_start' => 'Logați-vă pentru a începe sesiunea',
'sign_in' => 'Logare',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III a găsit mai mult de :count tranzacții în :time secunde.',
'search_for_query' => 'Firefly III este în căutarea pentru tranzacţii cu toate aceste cuvinte în ele: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Acești parametri de căutare nu sunt valabili și au fost ignorați.',
'search_modifier_date_is' => 'Data tranzacţiei este ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'ID-ul tranzacţiei este ":value"',
'search_modifier_date_before' => 'Data tranzacției este înainte sau pe ":value"',
'search_modifier_date_after' => 'Data tranzacției este după sau pe ":value"',
'search_modifier_created_on' => 'Tranzacția a fost creată pe ":value"',
'search_modifier_updated_on' => 'Tranzacția a fost actualizată ultima dată la ":value"',
'search_modifier_external_id' => 'ID extern este ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Referința internă este ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Descrierea este ":value"',
'search_modifier_description_ends' => 'Descrierea se termină cu ":value"',
'search_modifier_description_contains' => 'Descrierea conține ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Tranzacția trebuie să aibă o (orice) factură',
'search_modifier_has_no_tag' => 'Tranzacția nu trebuie să aibă etichete',
'search_modifier_has_any_tag' => 'Tranzacția trebuie să aibă o (orice) etichetă',
'search_modifier_notes_contain' => 'Notele tranzacției conțin ":value"',
'search_modifier_notes_start' => 'Notele tranzacției încep cu ":value"',
'search_modifier_notes_end' => 'Notele privind tranzacția se termină cu ":value"',
'search_modifier_notes_are' => 'Notele privind tranzacția sunt exact ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Tranzacția nu are note',
'search_modifier_any_notes' => 'Tranzacția trebuie să aibă note',
'search_modifier_amount_exactly' => 'Suma este exact :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Suma este mai mică sau egală cu :value',
'search_modifier_amount_more' => 'Suma este mai mare sau egală cu :value',
'search_modifier_source_account_is' => 'Numele contului sursă este exact ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Factura este ":value"',
'search_modifier_transaction_type' => 'Tipul tranzacției este ":value"',
'search_modifier_tag_is' => 'Eticheta este ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Grupul de reguli ":title" a fost aplicat selecției dvs..',
// actions and triggers
'rule_trigger_store_journal' => 'Când este o tranzacție creată',
'rule_trigger_update_journal' => 'Când este o tranzacție actualizată',
'rule_trigger_user_action' => 'Acțiunea utilizatorului este ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Numele contului sursă începe cu..',
'rule_trigger_source_account_starts' => 'Numele contului sursă începe cu ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Numele contului sursă se termină cu..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Numele contului sursă este ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Numele contului sursă conține..',
'rule_trigger_source_account_contains' => 'Numele contului sursă conține ":trigger_value"',
'rule_trigger_account_id_choice' => 'ID-ul contului (sursa/destinația) este exact..',
'rule_trigger_account_id' => 'ID-ul contului (sursa/destinația) este exact :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'ID-ul contului sursă este exact..',
'rule_trigger_source_account_id' => 'ID-ul contului sursă este exact :trigger_value',
'rule_trigger_destination_account_id_choice' => 'ID-ul contului destinației este exact..',
'rule_trigger_destination_account_id' => 'ID-ul contului destinației este exact :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Contul (sursa/destinația) este (numerar) cont',
'rule_trigger_account_is_cash' => 'Contul (sursa/destinația) este (numerar) cont',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Contul sursă este (numerar)',
'rule_trigger_source_is_cash' => 'Contul sursă este (numerar)',
'rule_trigger_destination_is_cash_choice' => 'Contul destinației este (numerar)',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Categoria este ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Suma este mai mică decât..',
'rule_trigger_amount_less' => 'Suma este mai mică decât :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Suma este..',
'rule_trigger_amount_exactly' => 'Suma este :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Suma este mai mare decât..',
'rule_trigger_amount_more' => 'Suma este mai mare decât :trigger_value',
'rule_trigger_description_starts_choice' => 'Descrierea începe cu..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Descrierea conține ":trigger_value"',
'rule_trigger_description_is_choice' => 'Descrierea este..',
'rule_trigger_description_is' => 'Descrierea este ":trigger_value"',
'rule_trigger_date_is_choice' => 'Data tranzacției este..',
'rule_trigger_date_is' => 'Data tranzacției este ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Data tranzacției este dinainte..',
'rule_trigger_date_before' => 'Data tranzacției este înainte de ":trigger_value"',
'rule_trigger_date_after_choice' => 'Data tranzacției este după..',
'rule_trigger_date_after' => 'Data tranzacției este după ":trigger_value"',
'rule_trigger_created_on_choice' => 'Tranzacția a fost făcută pe..',
'rule_trigger_created_on' => 'Tranzacția a fost făcută la ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Tranzacția a fost editată ultima dată pe..',
'rule_trigger_updated_on' => 'Tranzacția a fost editată ultima dată la ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Bugetul este..',
'rule_trigger_budget_is' => 'Bugetul este ":trigger_value"',
'rule_trigger_tag_is_choice' => 'O etichetă este..',
'rule_trigger_tag_is' => 'O etichetă este ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Moneda tranzacției este..',
'rule_trigger_currency_is' => 'Moneda tranzacției este ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Tranzacția valutară este..',
'rule_trigger_foreign_currency_is' => 'Moneda străină este ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Are cel puțin atâtea atașamente',
'rule_trigger_has_attachments' => 'Are cel puțin :trigger_value atașament(e)',
'rule_trigger_store_journal' => 'Când este o tranzacție creată',
'rule_trigger_update_journal' => 'Când este o tranzacție actualizată',
'rule_trigger_has_no_category_choice' => 'Nu are nici o categorie',
'rule_trigger_has_no_category' => 'Tranzacția nu are nici o categorie',
'rule_trigger_has_any_category_choice' => 'Are o (orice) categorie',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Tranzacția are (orice) notițe',
'rule_trigger_no_notes_choice' => 'Nu are notițe',
'rule_trigger_no_notes' => 'Tranzacția nu are notițe',
'rule_trigger_notes_are_choice' => 'Notele sunt..',
'rule_trigger_notes_are' => 'Notele sunt ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Notele conțin..',
'rule_trigger_notes_contain' => 'Notele conțin ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Notele încep cu..',
'rule_trigger_notes_start' => 'Notele încep cu ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Notele se termină cu..',
'rule_trigger_notes_end' => 'Notele se termină cu ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Factura este..',
'rule_trigger_bill_is' => 'Factura este ":trigger_value"',
'rule_trigger_external_id_choice' => 'ID extern este..',
'rule_trigger_external_id' => 'ID extern este ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Referința internă este..',
'rule_trigger_internal_reference' => 'Referința internă este ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'ID-ul jurnalului de tranzacție este..',
'rule_trigger_journal_id' => 'ID-ul jurnalului de tranzacții este ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'Șterge tranzacția (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Tranzacțiile legate anterior de această factură își pot pierde conexiunea, dacă acestea nu mai corespund cu regula (regulile).',
'bill_related_rules' => 'Reguli legate de această factură',
'repeats' => 'Repetă',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Tranzacții conectate',
'auto_match_on' => 'Potrivire automată făcută de Firefly III',
'auto_match_off' => 'Potrivirea nu este făcută automat de Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Imagine de ansamblu',
'saveOnAccount' => 'Salvați în cont',
'unknown' => 'Necunoscut',
'daily' => 'Zilnic',
'monthly' => 'Lunar',
'profile' => 'Profil',
'errors' => 'Erori',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Logare',
'is_owner' => 'Este administrator?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Aplică reguli',

View File

@ -31,8 +31,8 @@ return [
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'title_transfer' => 'Перевод',
'title_transfers' => 'Переводы',
'edit_currency' => 'Редактирование валюты ":name"',
'delete_currency' => 'Удаление валюты ":name"',
'newPiggyBank' => 'Создание новой копилки',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'ru',
'locale' => 'ru_RU.utf8, ru_RU.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'D MMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A, %B %e %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Неделя %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'Do MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Понедельник',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III создал новую транзакцию|Firefly III создал :count новых транзакций',
'new_journals_header' => 'Firefly III создал для вас транзакцию. Вы можете найти её в вашей установке Firefly III: |Firefly III создал для вас :count транзакций. Вы можете найти их в вашей установке Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Исходный счёт "@source_name" может использовать только транзакции в валюте @source_currency. Счёт назначения "@dest_name" может использовать транзакции только в валюте @dest_currency. Вы должны правильно указать сумму перевода в обеих валютах.',
'transaction_data' => 'Данные транзакции',
'invalid_server_configuration' => 'Неправильная конфигурация сервера',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Быстрое переключение',
'sign_in_to_start' => 'Войдите, чтобы начать сессию',
'sign_in' => 'Войти',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III нашёл более :count транзакций за :time секунд.',
'search_for_query' => 'Firefly III ищет транзакции со всеми этими словами: <span class="text-info">:query</span>',
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
'search_modifier_date_is' => 'Дата транзакции — ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'ID транзакции - ":value"',
'search_modifier_date_before' => 'Дата транзакции до или равна ":value"',
'search_modifier_date_after' => 'Дата транзакции после или равна ":value"',
'search_modifier_created_on' => 'Транзакция была создана ":value"',
'search_modifier_updated_on' => 'Транзакция была последний раз обновлена ":value"',
'search_modifier_external_id' => 'Внешний ID - ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Внутренняя ссылка - ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Описание ":value"',
'search_modifier_description_ends' => 'Описание заканчивается на ":value"',
'search_modifier_description_contains' => 'Описание содержит ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_no_tag' => 'У транзакции не должно быть меток',
'search_modifier_has_any_tag' => 'Транзакция должна иметь (любую) метку',
'search_modifier_notes_contain' => 'Заметки транзакции содержат ":value"',
'search_modifier_notes_start' => 'Заметки транзакции начинаются с ":value"',
'search_modifier_notes_end' => 'Заметки транзакции оканчиваются на ":value"',
'search_modifier_notes_are' => 'Заметки транзакции соответствуют ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Транзакция не содержит заметок',
'search_modifier_any_notes' => 'Транзакция должна содержать заметки',
'search_modifier_amount_exactly' => 'Сумма точно равна :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Сумма меньше или равна :value',
'search_modifier_amount_more' => 'Сумма больше или равна :value',
'search_modifier_source_account_is' => 'Название счёта-источника точно соответствует ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Счёт на оплату ":value"',
'search_modifier_transaction_type' => 'Тип транзакции - ":value"',
'search_modifier_tag_is' => 'Тег - ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Дата выполнения сделки в ":value" году',
'search_modifier_due_date_on_month' => 'Дата выполнения сделки в ":value" месяце',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Дата выполнения транзакции через или в ":value" году',
'search_modifier_due_date_after_month' => 'Дата выполнения транзакции через или в ":value" месяце',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Дата оплаты транзакции в ":value" году',
'search_modifier_payment_date_on_month' => 'Дата оплаты транзакции в ":value" месяце',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Сделка создана в ":value" году',
'search_modifier_created_at_on_month' => 'Сделка создана в ":value" месяце',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Сделка была создана ":value"',
'search_modifier_created_at_before' => 'Сделка была создана или до ":value"',
'search_modifier_created_at_after' => 'Сделка была создана или после ":value"',
'search_modifier_updated_at_on' => 'Сделка обновлена ":value"',
'search_modifier_updated_at_before' => 'Сделка обновлена или до ":value"',
'search_modifier_updated_at_after' => 'Сделка обновлена или после ":value"',
'search_modifier_attachment_name_is' => 'Имя вложения: ":value"',
'search_modifier_attachment_name_contains' => 'Имя вложений содержащее ":value"',
'search_modifier_attachment_name_starts' => 'Имя вложений начинается с ":value"',
'search_modifier_attachment_name_ends' => 'Имя вложений заканчивается на ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end is ":value"',
'update_rule_from_query' => 'Обновить правило ":rule" из поискового запроса',
'create_rule_from_query' => 'Создать новое правило из поискового запроса',
'rule_from_search_words' => 'Механизм правил не справился с обработкой ":string". Предлагаемое правило, удовлетворяющее вашему поисковому запросу, может дать различные результаты. Пожалуйста, тщательно проверьте условия правила.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Группа правил ":title" была применена к выбранным вами транзакциям.',
// actions and triggers
'rule_trigger_store_journal' => 'Когда создается транзакция',
'rule_trigger_update_journal' => 'Когда транзакция обновляется',
'rule_trigger_user_action' => 'Действие пользователя = ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Название счёта-источника начинается с..',
'rule_trigger_source_account_starts' => 'Название счёта-источника начинается с ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Название счёта-источника заканчивается на..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Название счёта-источника ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Название счёта-источника содержит..',
'rule_trigger_source_account_contains' => 'Название счёта-источника содержит ":trigger_value"',
'rule_trigger_account_id_choice' => 'ID счета (источника/назначения) совпадает с..',
'rule_trigger_account_id' => 'ID счета (источника/назначения) совпадает с :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'ID счёта-источника совпадает с..',
'rule_trigger_source_account_id' => 'ID счёта-источника совпадает с :trigger_value',
'rule_trigger_destination_account_id_choice' => 'ID счёта назначения совпадает с..',
'rule_trigger_destination_account_id' => 'ID счёта назначения совпадает с :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Счет (источника/назначения) - это (наличный) счет',
'rule_trigger_account_is_cash' => 'Счет (источника/назначения) - это (наличный) счет',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Счёт-источник - это (наличный) счёт',
'rule_trigger_source_is_cash' => 'Счёт-источник - это (наличный) счёт',
'rule_trigger_destination_is_cash_choice' => 'Счёт назначения - это (наличный) счёт',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Категория = ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Сумма меньше, чем...',
'rule_trigger_amount_less' => 'Сумма меньше, чем ":trigger_value"',
'rule_trigger_amount_exactly_choice' => 'Сумма =',
'rule_trigger_amount_exactly' => 'Сумма = ":trigger_value"',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Сумма больше, чем...',
'rule_trigger_amount_more' => 'Сумма больше, чем ":trigger_value"',
'rule_trigger_description_starts_choice' => 'Описание начинается с...',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Описание содержит ":trigger_value"',
'rule_trigger_description_is_choice' => 'Описание =',
'rule_trigger_description_is' => 'Описание = ":trigger_value"',
'rule_trigger_date_is_choice' => 'Дата транзакции...',
'rule_trigger_date_is' => 'Дата транзакции - ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Дата транзакции до...',
'rule_trigger_date_before' => 'Дата транзакции до ":trigger_value"',
'rule_trigger_date_after_choice' => 'Дата транзакции после..',
'rule_trigger_date_after' => 'Дата транзакции после ":trigger_value"',
'rule_trigger_created_on_choice' => 'Транзакция проведена..',
'rule_trigger_created_on' => 'Транзакция проведена ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Последний раз транзакция была отредактирована..',
'rule_trigger_updated_on' => 'Последний раз транзакция была отредактирована ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Бюджет =',
'rule_trigger_budget_is' => 'Бюджет = ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Метка =',
'rule_trigger_tag_is' => 'Метка = ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Валюта операции - ',
'rule_trigger_currency_is' => 'Валюта транзакции = ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Валюта операции - ',
'rule_trigger_foreign_currency_is' => 'Валюта транзакции = ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Содержит несколько вложений',
'rule_trigger_has_attachments' => 'Содержит как минимум :trigger_value вложений',
'rule_trigger_store_journal' => 'Когда создается транзакция',
'rule_trigger_update_journal' => 'Когда транзакция обновляется',
'rule_trigger_has_no_category_choice' => 'Нет связанной категории',
'rule_trigger_has_no_category' => 'Транзакция не связана ни с одной категорией',
'rule_trigger_has_any_category_choice' => 'Связана с (любой) категорией',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Транзакция содержит (любые) заметки',
'rule_trigger_no_notes_choice' => 'Не содержит заметок',
'rule_trigger_no_notes' => 'Транзакция не содержит заметок',
'rule_trigger_notes_are_choice' => 'Заметки = ',
'rule_trigger_notes_are' => 'Заметки = ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Заметки содержат...',
'rule_trigger_notes_contain' => 'Заметки содержат ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Заметки начинаются с...',
'rule_trigger_notes_start' => 'Заметки начинаются с ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Заметки заканчиваются на...',
'rule_trigger_notes_end' => 'Заметки заканчиваются на ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Заметки содержат..',
'rule_trigger_notes_contains' => 'Заметки содержат ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Заметки начинаются с..',
'rule_trigger_notes_starts' => 'Заметки начинаются с ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Заметки заканчиваются на..',
'rule_trigger_notes_ends' => 'Заметки заканчиваются на ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Счёт на оплату = ..',
'rule_trigger_bill_is' => 'Счёт на оплату ":trigger_value"',
'rule_trigger_external_id_choice' => 'Внешний ID..',
'rule_trigger_external_id' => 'Внешний ID - ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Внутренняя ссылка..',
'rule_trigger_internal_reference' => 'Внутренняя ссылка - ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'Внешний ID..',
'rule_trigger_external_id_is' => 'Внешний ID - ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Внутренняя ссылка..',
'rule_trigger_internal_reference_is' => 'Внутренняя ссылка - ":trigger_value"',
'rule_trigger_journal_id_choice' => 'ID журнала транзакций..',
'rule_trigger_journal_id' => 'ID журнала транзакций ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'Действие пользователя = ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Категория содержит..',
'rule_trigger_category_contains' => 'Категория содержит ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Категория заканчивается на..',
'rule_trigger_category_ends' => 'Категория заканчивается на ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Категория начинается на..',
'rule_trigger_category_starts' => 'Категория начинается на ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Бюджет содержит..',
'rule_trigger_budget_contains' => 'Бюджет содержит ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'УДАЛИТЬ транзакцию (!)',
@ -663,7 +941,7 @@ return [
'pref_3M' => 'Три месяца (квартал)',
'pref_6M' => 'Шесть месяцев',
'pref_1Y' => 'Один год',
'pref_last365' => 'Last year',
'pref_last365' => 'Последний год',
'pref_last90' => 'Last 90 days',
'pref_last30' => 'Last 30 days',
'pref_last7' => 'Last 7 days',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Транзакции, ранее привязанные к этому счёту на оплату, могут потерять связь, они (больше) не соответствуют правилу (правилам).',
'bill_related_rules' => 'Правила, связанные с этим счётом на оплату',
'repeats' => 'Повторы',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'Этот счет заканчивается :date',
'bill_extension_index_line' => 'Этот счет должен быть продлен или отменен :date',
'connected_journals' => 'Связанные транзакции',
'auto_match_on' => 'Автоматически сверено Firefly III',
'auto_match_off' => 'Не сверено автоматически Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Обзор',
'saveOnAccount' => 'Сохранить на счёте',
'unknown' => 'Неизвестно',
'daily' => 'Ежедневно',
'monthly' => 'Ежемесячно',
'profile' => 'Профиль',
'errors' => 'Ошибки',

View File

@ -58,7 +58,7 @@ return [
'currency' => 'Валюта',
'account_id' => 'Основной счёт',
'budget_id' => 'Бюджет',
'bill_id' => 'Bill',
'bill_id' => 'Счет',
'opening_balance' => 'Начальный баланс',
'tagMode' => 'Режим метки',
'virtual_balance' => 'Виртуальный баланс',
@ -121,7 +121,7 @@ return [
'stop_processing' => 'Остановить обработку',
'start_date' => 'Начало диапазона',
'end_date' => 'Конец диапазона',
'enddate' => 'End date',
'enddate' => 'Дата окончания',
'start' => 'Начало диапазона',
'end' => 'Конец диапазона',
'delete_account' => 'Удалить счёт ":name"',
@ -180,7 +180,8 @@ return [
'blocked_code' => 'Причина блокировки',
'login_name' => 'Логин',
'is_owner' => 'Администратор?',
'url' => 'URL',
'url' => 'Ссылка',
'bill_end_date' => 'Дата окончания',
// import
'apply_rules' => 'Применить правила',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'sk',
'locale' => 'sk, Slovenčina, sk_SK, sk_SK.utf8, sk_SK.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, RRRR',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %e. %B %Y',
'month_and_day_no_year' => '%e %B',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e. %B %Y',
'week_in_year' => 'Týždeň %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'D. MMMM YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D. MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] t, RRRR',
'week_in_year_fns' => "'Týždeň' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Pondelok',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III vytvoril novú transakciu|Firefly III :count nových transakcií',
'new_journals_header' => 'Firefly III pre vás vytvoril transakciu. Nájdete ju vo svojej inštalácii Firefly III:|Firefly III pre vás vytvoríl :count transakcií. Nájdete ich vo svojej inštalácii Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Účet zdrojového majetku "@source_name" prijíma iba transakcie v @source_currency. Cieľový majetkový účet „@dest_name“ prijíma iba transakcie v @dest_currency. Prevedenú čiastku musíte uviesť správne v oboch menách.',
'transaction_data' => 'Údaje o transakcii',
'invalid_server_configuration' => 'Neplatné nastavenie serveru',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Rýchle prepnutie',
'sign_in_to_start' => 'Pre zahájenie sedenia sa prihláste',
'sign_in' => 'Prihlásiť',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III našiel viac než :count transakcií za :time sekúnd.',
'search_for_query' => 'Firefly III vyhľadáva transakcie obsahujúce tieto výrazy: <span class="text-info">:query</span>',
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
'search_modifier_date_is' => 'Dátum transakcie je ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'ID transakcie je ":value"',
'search_modifier_date_before' => 'Dátum transakcie je pred alebo v deň ":value"',
'search_modifier_date_after' => 'Dátum transakcie je po alebo v deň ":value"',
'search_modifier_created_on' => 'Transakcia bola vytvorená ":value"',
'search_modifier_updated_on' => 'Transakcia bola naposledy upravená ":value"',
'search_modifier_external_id' => 'Externé ID je ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
'search_modifier_internal_reference' => 'Interná referencia je ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Popis je ":value"',
'search_modifier_description_ends' => 'Popis končí ":value“',
'search_modifier_description_contains' => 'Popis obsahuje ":value“',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Transakcia má (ľubovoľné) účty',
'search_modifier_has_no_tag' => 'Transakcia nesmie mať štítky',
'search_modifier_has_any_tag' => 'Transakcia má (ľubovoľné) štítky',
'search_modifier_notes_contain' => 'Poznámky k transakcii obsahujú ":value"',
'search_modifier_notes_start' => 'Poznámky k transakcii začínajú ":value"',
'search_modifier_notes_end' => 'Poznámky k transakcii končia ":value"',
'search_modifier_notes_are' => 'Poznámky k transakcii sú presne ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Transakcia nemá žiadne poznámky',
'search_modifier_any_notes' => 'Transakcia má poznámky',
'search_modifier_amount_exactly' => 'Suma je presne :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Suma je menej alebo presne :value',
'search_modifier_amount_more' => 'Suma je viac ako alebo presne :value',
'search_modifier_source_account_is' => 'Názov zdrojového účtu je presne ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Účtenka je ":value"',
'search_modifier_transaction_type' => 'Typ transakcie je ":value"',
'search_modifier_tag_is' => 'Štítok je ":value"',
'search_modifier_date_is_year' => 'Transaction is in year ":value"',
'search_modifier_date_is_month' => 'Transaction is in month ":value"',
'search_modifier_date_is_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Skupina pravidiel „:title“ bola uplatnená na váš výber.',
// actions and triggers
'rule_trigger_store_journal' => 'Kedy bola transakcia vytvorená',
'rule_trigger_update_journal' => 'Kedy bola transakcia aktualizovaná',
'rule_trigger_user_action' => 'Použivateľská akcia je „:trigger_value“',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Názov zdrojového účtu začína..',
'rule_trigger_source_account_starts' => 'Názov zdrojového účtu začína ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Názov zdrojového účtu končí..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Názov zdrojového účtu je ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Názov zdrojového účtu obsahuje..',
'rule_trigger_source_account_contains' => 'Názov zdrojového účtu obsahuje ":trigger_value"',
'rule_trigger_account_id_choice' => 'ID účtu (zdroj/cieľ) je presne..',
'rule_trigger_account_id' => 'ID účtu (zdroj/cieľ) je presne :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'ID zdrojového účtu je presne..',
'rule_trigger_source_account_id' => 'ID zdrojového účtu je presne :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Názov cieľového účtu je presne..',
'rule_trigger_destination_account_id' => 'ID cieľového účtu je presne :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Účet (zdroj/cieľ) je (hotovostný) účet',
'rule_trigger_account_is_cash' => 'Bankový účet (zdroj/cieľ) je (hotovostný) účet',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Zdrojový účet je (hotovostný) účet',
'rule_trigger_source_is_cash' => 'Zdrojový účet je (hotovostný) účet',
'rule_trigger_destination_is_cash_choice' => 'Cieľový účet je (hotovostný) účet',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategória je „:trigger_value“',
'rule_trigger_amount_less_choice' => 'Suma je nižšia než..',
'rule_trigger_amount_less' => 'Suma je nižšia než :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Suma je..',
'rule_trigger_amount_exactly' => 'Suma je :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Suma je vyššia než..',
'rule_trigger_amount_more' => 'Suma je vyššia než :trigger_value',
'rule_trigger_description_starts_choice' => 'Popis začína..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Popis obsahuje ":trigger_value“',
'rule_trigger_description_is_choice' => 'Popis je..',
'rule_trigger_description_is' => 'Popis je ":trigger_value“',
'rule_trigger_date_is_choice' => 'Dátum transakcie je..',
'rule_trigger_date_is' => 'Dátum transakcie je ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Dátum transakcie je pred..',
'rule_trigger_date_before' => 'Dátum transakcie je pred ":trigger_value"',
'rule_trigger_date_after_choice' => 'Dátum transakcie je po..',
'rule_trigger_date_after' => 'Dátum transakcie je po ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transakcia bola vykonaná..',
'rule_trigger_created_on' => 'Transakcia bola vykonaná ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transakcia bola naposledy upravená..',
'rule_trigger_updated_on' => 'Transakcia bola naposledy upravená ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Rozpočet je…',
'rule_trigger_budget_is' => 'Rozpočet je „:trigger_value“',
'rule_trigger_tag_is_choice' => 'Štítok je..',
'rule_trigger_tag_is' => 'Štítok je „:trigger_value“',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Mena transakcie je..',
'rule_trigger_currency_is' => 'Mena transakcie je „:trigger_value“',
'rule_trigger_foreign_currency_is_choice' => 'Cudzia mena transakcie je..',
'rule_trigger_foreign_currency_is' => 'Cudzia mena transakcie je ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Má počet príloh minimálne',
'rule_trigger_has_attachments' => 'Má minimálne :trigger_value príloh',
'rule_trigger_store_journal' => 'Kedy bola transakcia vytvorená',
'rule_trigger_update_journal' => 'Kedy bola transakcia aktualizovaná',
'rule_trigger_has_no_category_choice' => 'Nemá žiadnu kategóriu',
'rule_trigger_has_no_category' => 'Transakcia nemá žiadnu kategóriu',
'rule_trigger_has_any_category_choice' => 'Má (ľubovoľnú) kategóriu',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transakcia má (akékoľvek) poznámky',
'rule_trigger_no_notes_choice' => 'Nemá žiadne poznámky',
'rule_trigger_no_notes' => 'Transakcia nemá žiadne poznámky',
'rule_trigger_notes_are_choice' => 'Poznámky sú…',
'rule_trigger_notes_are' => 'Poznámky sú „:trigger_value“',
'rule_trigger_notes_contain_choice' => 'Poznámky obsahujú…',
'rule_trigger_notes_contain' => 'Poznámky obsahujú „:trigger_value“',
'rule_trigger_notes_start_choice' => 'Poznámky začínajú …',
'rule_trigger_notes_start' => 'Poznámky začínajú „:trigger_value“',
'rule_trigger_notes_end_choice' => 'Poznámka končí …',
'rule_trigger_notes_end' => 'Poznámky končí „:trigger_value“',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Účet je..',
'rule_trigger_bill_is' => 'Účet je ":trigger_value"',
'rule_trigger_external_id_choice' => 'Externé ID je..',
'rule_trigger_external_id' => 'Externé ID je ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Interná referencia je..',
'rule_trigger_internal_reference' => 'Interná referencia je ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'ID denníka transakcií je..',
'rule_trigger_journal_id' => 'ID denníka transakcií je ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'ODSTRÁNIŤ transakciu (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Predchádzajúce spojené transakcie s týmto účtom môžu stratiť spojenie, ak sa (už) nezhodujú s pravidlami.',
'bill_related_rules' => 'Pravidlá súvisiace s týmto účtom',
'repeats' => 'Opakuje sa',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Prepojené transakcie',
'auto_match_on' => 'Automaticky spárované Firefly III',
'auto_match_off' => 'Firefly III nedokáže automaticky spárovať',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Prehľad',
'saveOnAccount' => 'Uložiť na účet',
'unknown' => 'Neznáme',
'daily' => 'Denne',
'monthly' => 'Mesačne',
'profile' => 'Profil',
'errors' => 'Chyby',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Prihlasovacie meno',
'is_owner' => 'Je správca?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Uplatniť pravidlá',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'sv',
'locale' => 'sv, Swedish, sv_SE.utf8, sv_SE.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B, %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'd MMMM y',
'month_and_date_day' => '%A, %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y,@ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Vecka %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM DD, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM DD YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'DD MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Vecka' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'kvartal'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Måndag',

View File

@ -102,4 +102,19 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III har skapat en ny transaktion|Firefly III har skapat :count nya transaktioner',
'new_journals_header' => 'Firefly III har skapat en transaktion åt dig. Du hittar den i din Firefly III-installation:|Firefly III har skapat :count transaktioner åt dig. Du hittar dem i din Firefly III-installation:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -188,7 +188,7 @@ return [
'transfer_exchange_rate_instructions' => 'Källkontot "@source_name" accepterar bara transaktioner i @source_currency. Mottagarkontot "@dest_name" accepterar bara transaktioner i @dest_currencty. Du behöver ange det överförda beloppet korrekt i båda valutorna.',
'transaction_data' => 'Transaktionsdata',
'invalid_server_configuration' => 'Ogiltig serverkonfiguration',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="">instructions how to do this</a>.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Snabbbyte',
'sign_in_to_start' => 'Logga in för att börja din session',
'sign_in' => 'Logga in',
@ -282,16 +282,17 @@ return [
'search_found_more_transactions' => 'Firefly III hittade mer än :count transaktioner i :time sekunder.',
'search_for_query' => 'Firefly III söker efter transaktioner med dessa ord i dem: <span class="text-info">:query</span>',
'invalid_operators_list' => 'Sökparametrarna är inte giltiga och har ignorerats.',
'search_modifier_date_is' => 'Transaktions datum är ":value"',
// old
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_id' => 'Transaktions ID är: ":value"',
'search_modifier_date_before' => 'Transaktions datum är före eller på ":value"',
'search_modifier_date_after' => 'Transaktions datum är efter eller på ":value"',
'search_modifier_created_on' => 'Transaktionen skapades ":value"',
'search_modifier_updated_on' => 'Transaktionen uppdaterades senaste ":value"',
'search_modifier_external_id' => 'Externt ID är ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_no_external_url' => 'Transaktionen saknar extern URL',
'search_modifier_any_external_url' => 'Transaktionen måste ha en extern URL (valfri)',
'search_modifier_internal_reference' => 'Intern referens är ":value"',
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_description_starts' => 'Beskrivningen är ":value"',
'search_modifier_description_ends' => 'Beskrivningen slutar med ":value"',
'search_modifier_description_contains' => 'Beskrivning innehåller ":value"',
@ -307,13 +308,13 @@ return [
'search_modifier_has_any_bill' => 'Transaktionen måste ha en (valfri) räkning',
'search_modifier_has_no_tag' => 'Transaktionen får inte ha några taggar',
'search_modifier_has_any_tag' => 'Transaktionen måste ha en (valfri) tagg',
'search_modifier_notes_contain' => 'Transaktionsnoteringar innehåller ":value"',
'search_modifier_notes_start' => 'Transaktionsnoteringar börjar med ":value"',
'search_modifier_notes_end' => 'Transaktionsnoteringar slutar med ":value"',
'search_modifier_notes_are' => 'Transakationsnoteringarna är exakt ":value"',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_no_notes' => 'Transaktionen saknar anteckningar',
'search_modifier_any_notes' => 'Transaktionen måste ha anteckningar',
'search_modifier_amount_exactly' => 'Belopp är exakt :value',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount_less' => 'Beloppet är mindre än eller lika med :value',
'search_modifier_amount_more' => 'Beloppet är mer än eller lika med :value',
'search_modifier_source_account_is' => 'Källkontonamn är exakt ":value"',
@ -342,15 +343,161 @@ return [
'search_modifier_bill_is' => 'Nota är ":value"',
'search_modifier_transaction_type' => 'Transaktionstypen är ":value"',
'search_modifier_tag_is' => 'Taggen är ":value"',
'search_modifier_date_is_year' => 'Transaktionen är i år ":value"',
'search_modifier_date_is_month' => 'Transaktionen är i månaden ":value"',
'search_modifier_date_is_day' => 'Transaktionen är på dagen i månaden ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_date_before_year' => 'Transaktionen är före eller under år ":value"',
'search_modifier_date_before_month' => 'Transaktionen är före eller under månaden ":value"',
'search_modifier_date_before_day' => 'Transaktionen är före eller på dagen i månaden ":value"',
'search_modifier_date_after_year' => 'Transaktionen är i eller efter år ":value"',
'search_modifier_date_after_month' => 'Transaktionen är i eller efter månad ":value"',
'search_modifier_date_after_day' => 'Transaktionen är efter eller på dagen i månaden ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_category_ends' => 'Category ends with ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is a cash account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end 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.',
@ -443,7 +590,12 @@ return [
'applied_rule_group_selection' => 'Regelgrupp ":title" har tillämpats på ditt val.',
// actions and triggers
'rule_trigger_store_journal' => 'När en transaktion skapas',
'rule_trigger_update_journal' => 'När en transaktion uppdateras',
'rule_trigger_user_action' => 'Användaråtgärd är ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Källkontonamn börjar med..',
'rule_trigger_source_account_starts' => 'Källkontonamn börjar med ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Källkontonamn slutar med..',
@ -452,14 +604,14 @@ return [
'rule_trigger_source_account_is' => 'Källkontonamn är ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Källkontonamn innehåller..',
'rule_trigger_source_account_contains' => 'Källkontonamn innehåller ":trigger_value"',
'rule_trigger_account_id_choice' => 'Konto ID (källa/destination) är exakt..',
'rule_trigger_account_id' => 'Konto ID (källa/destination) är exakt :trigger_value',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Källkonto-ID är exakt..',
'rule_trigger_source_account_id' => 'Källkonto-ID är exakt :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Destination konto-ID är exakt..',
'rule_trigger_destination_account_id' => 'Destinationskonto ID är exakt :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Konto (källa/destination) är (kontant) konto',
'rule_trigger_account_is_cash' => 'Konto (källa/destination) är (kontant) konto',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Källkonto är (kontant) konto',
'rule_trigger_source_is_cash' => 'Källkonto är (kontant) konto',
'rule_trigger_destination_is_cash_choice' => 'Destinationskonto är (kontant) konto',
@ -494,8 +646,8 @@ return [
'rule_trigger_category_is' => 'Kategori är ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Beloppet är mindre än..',
'rule_trigger_amount_less' => 'Beloppet är mindre än :trigger_value',
'rule_trigger_amount_exactly_choice' => 'Beloppet är..',
'rule_trigger_amount_exactly' => 'Beloppet är :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Belopp är mer än..',
'rule_trigger_amount_more' => 'Belopp är mer än :trigger_value',
'rule_trigger_description_starts_choice' => 'Beskrivning börjar med..',
@ -506,28 +658,26 @@ return [
'rule_trigger_description_contains' => 'Beskrivning innehåller ":trigger_value"',
'rule_trigger_description_is_choice' => 'Beskrivning är..',
'rule_trigger_description_is' => 'Beskrivning är ":trigger_value"',
'rule_trigger_date_is_choice' => 'Transaktionsdatum är..',
'rule_trigger_date_is' => 'Transaktionsdatum är ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Transaktionsdatum är innan..',
'rule_trigger_date_before' => 'Transaktionsdatum är före ":trigger_value"',
'rule_trigger_date_after_choice' => 'Transaktionsdatum är efter..',
'rule_trigger_date_after' => 'Transaktionsdatum är efter ":trigger_value"',
'rule_trigger_created_on_choice' => 'Transaktion gjordes på..',
'rule_trigger_created_on' => 'Transaktionen gjordes på ":trigger_value"',
'rule_trigger_updated_on_choice' => 'Transaktionen redigerades senast på..',
'rule_trigger_updated_on' => 'Transaktionen ändrades senast ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Budget är..',
'rule_trigger_budget_is' => 'Budget är ":trigger_value"',
'rule_trigger_tag_is_choice' => '(En) etikett är..',
'rule_trigger_tag_is' => 'En etikett är ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Transaktionsvalutan är..',
'rule_trigger_currency_is' => 'Transaktionsvalutan är ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaktion med utländsk valuta är..',
'rule_trigger_foreign_currency_is' => 'Transaktion med utländsk valuta är ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Har minst så många bilagor',
'rule_trigger_has_attachments' => 'Har minst :trigger_value bilaga/bilagor',
'rule_trigger_store_journal' => 'När en transaktion skapas',
'rule_trigger_update_journal' => 'När en transaktion uppdateras',
'rule_trigger_has_no_category_choice' => 'Har ingen kategori',
'rule_trigger_has_no_category' => 'Transaktion saknar kategori',
'rule_trigger_has_any_category_choice' => 'Har en (valfri) kategori',
@ -548,20 +698,20 @@ return [
'rule_trigger_any_notes' => 'Transaktion har (valfria) anteckningar',
'rule_trigger_no_notes_choice' => 'Har inga anteckningar',
'rule_trigger_no_notes' => 'Transaktion saknar anteckningar',
'rule_trigger_notes_are_choice' => 'Anteckningar är..',
'rule_trigger_notes_are' => 'Anteckningar är ":trigger_value"',
'rule_trigger_notes_contain_choice' => 'Anteckningar innehåller..',
'rule_trigger_notes_contain' => 'Anteckningar innehåller ":trigger_value"',
'rule_trigger_notes_start_choice' => 'Anteckningar börjar med..',
'rule_trigger_notes_start' => 'Anteckningar börjar med ":trigger_value"',
'rule_trigger_notes_end_choice' => 'Anteckningar slutar med..',
'rule_trigger_notes_end' => 'Anteckningar slutar med ":trigger_value"',
'rule_trigger_notes_is_choice' => 'Notes are..',
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Faktura är..',
'rule_trigger_bill_is' => 'Fakturan är ":trigger_value"',
'rule_trigger_external_id_choice' => 'Externt ID är..',
'rule_trigger_external_id' => 'Externt ID är ":trigger_value"',
'rule_trigger_internal_reference_choice' => 'Intern referens är..',
'rule_trigger_internal_reference' => 'Intern referens är ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaktionsjournal-ID är..',
'rule_trigger_journal_id' => 'Transaktionsjournal-ID är ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaktionen saknar extern URL',
@ -571,6 +721,134 @@ return [
'rule_trigger_id_choice' => 'Transaktions-ID är..',
'rule_trigger_id' => 'Transaktions-ID är ":trigger_value"',
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not' => 'No tag is..',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
// actions
'rule_action_delete_transaction_choice' => 'TA BORT transaktion (!)',
@ -1031,6 +1309,10 @@ return [
'running_again_loss' => 'Tidigare länkade transaktioner till denna nota kan förlora sin koppling, om de (inte längre) matchar regler(na).',
'bill_related_rules' => 'Regler relaterade till denna nota',
'repeats' => 'Återkommande',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Anslutna transaktioner',
'auto_match_on' => 'Automatiskt matchade av Firefly III',
'auto_match_off' => 'Inte automatiskt matchad av Firefly III',
@ -1412,7 +1694,6 @@ return [
'overview' => 'Översikt',
'saveOnAccount' => 'Spara till konto',
'unknown' => 'Okänd',
'daily' => 'Daglig',
'monthly' => 'Månatlig',
'profile' => 'Profil',
'errors' => 'Fel',

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Logga in',
'is_owner' => 'Admin?',
'url' => 'Länk',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Tillämpa regler',

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'tr',
'locale' => 'tr, Turkish, tr_TR, tr_TR.utf8, tr_TR.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Hafta %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] w, YYYY',
'week_in_year_fns' => "'Hafta' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Pazartesi',

View File

@ -24,8 +24,8 @@ declare(strict_types=1);
return [
// common items
'greeting' => 'Selam,',
'closing' => 'Bip bop,',
'greeting' => 'Selam',
'closing' => 'Bip bop',
'signature' => 'Firefly III Posta Robotu',
'footer_ps' => 'Not: Bu ileti, IP:ıpaddress\'den gelen bir istek tetiklediği için gönderildi.',
@ -80,26 +80,41 @@ return [
// reset password
'reset_pw_subject' => 'Parola sıfırlama isteğin',
'reset_pw_instructions' => 'Birisi şifrenizi sıfırlamaya çalıştı. Siz olsaydınız, bunu yapmak için lütfen aşağıdaki bağlantıyı takip edin.',
'reset_pw_warning' => '<strong>PLEASE</strong> verify that the link actually goes to the Firefly III you expect it to go!',
'reset_pw_warning' => '<strong>lütfen</strong> bağlantının gerçekten gitmesini beklediğiniz Firefly III\'e gittiğinden emin olun!',
// error
'error_subject' => 'Caught an error in Firefly III',
'error_intro' => 'Firefly III v:version ran into an error: <span style="font-family: monospace;">:errorMessage</span>.',
'error_type' => 'The error was of type ":class".',
'error_timestamp' => 'The error occurred on/at: :time.',
'error_location' => 'This error occurred in file "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
'error_user' => 'The error was encountered by user #:id, <a href="mailto::email">:email</a>.',
'error_no_user' => 'There was no user logged in for this error or no user was detected.',
'error_ip' => 'The IP address related to this error is: :ip',
'error_subject' => 'Firefly III\'te bir hata yakalandı',
'error_intro' => 'Firefly III v: sürüm bir hatayla karşılaştı: <span style="font-family: monospace;">:errorMessage</span>.',
'error_type' => 'Hata ":class türündeydi.',
'error_timestamp' => 'Hata açık / kapalı olarak oluştu: :time.',
'error_location' => 'Bu hata dosyada oluştu "<span style="font-family: monospace;">:file</span>" on line :line with code :code.',
'error_user' => 'Hatayla kullanıcı karşılaştı #:id, <a href="mailto::email">:email</a>.',
'error_no_user' => 'Bu hata için kullanıcı oturum açmadı veya kullanıcı algılanmadı.',
'error_ip' => 'Bu hatayla ilgili IP adresi: :ip',
'error_url' => 'Link: :url',
'error_user_agent' => 'User agent: :userAgent',
'error_stacktrace' => 'The full stacktrace is below. If you think this is a bug in Firefly III, you can forward this message to <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. This can help fix the bug you just encountered.',
'error_github_html' => 'If you prefer, you can also open a new issue on <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'If you prefer, you can also open a new issue on https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'The full stacktrace is below:',
'error_headers' => 'The following headers may also be relevant:',
'error_stacktrace' => 'Tam stacktrace aşağıdadır. Bunun Firefly III\'TE bir hata olduğunu düşünüyorsanız, bu iletiyi şu adrese iletebilirsiniz: <a href="mailto:james@firefly-iii.org?subject=BUG!">james@firefly-iii.org</a>. Bu, az önce karşılaştığınız hatayı düzeltmenize yardımcı olabilir.',
'error_github_html' => 'İsterseniz, yeni bir sayı da açabilirsiniz <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>.',
'error_github_text' => 'İsterseniz, yeni bir sayı da açabilirsiniz https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'Tam stacktrace aşağıdadır:',
'error_headers' => 'Aşağıdaki başlıklar da alakalı olabilir:',
// report new journals
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
'new_journals_subject' => 'Firefly III yeni bir işlem yarattı / Firefly III yarattı :count yeni işlemler',
'new_journals_header' => 'Firefly III sizin için bir anlaşma yaptı. Firefly III kurulumunuzda bulabilirsiniz: / Firefly III sizin için :count sayım işlemleri. Bunları Firefly III kurulumunuzda bulabilirsiniz:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -23,32 +23,32 @@
declare(strict_types=1);
return [
'404_header' => 'Firefly III cannot find this page.',
'404_page_does_not_exist' => 'The page you have requested does not exist. Please check that you have not entered the wrong URL. Did you make a typo perhaps?',
'404_send_error' => 'If you were redirected to this page automatically, please accept my apologies. There is a mention of this error in your log files and I would be grateful if you sent me the error to me.',
'404_github_link' => 'If you are sure this page should exist, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Hay aksi',
'fatal_error' => 'There was a fatal error. Please check the log files in "storage/logs" or use "docker logs -f [container]" to see what\'s going on.',
'maintenance_mode' => 'Firefly III is in maintenance mode.',
'404_header' => 'Firefly III bu sayfayı bulamıyor.',
'404_page_does_not_exist' => 'İstediğiniz sayfa mevcut değil. Lütfen yanlış URL\'yi girmediğinizi kontrol edin. Yazım hatası mı yaptınız?',
'404_send_error' => 'Bu sayfaya otomatik olarak yönlendirildiyseniz lütfen özürlerimi kabul edin. Günlük dosyalarınızda bu hatadan bahsediliyor ve hatayı bana gönderirseniz minnettar olurum.',
'404_github_link' => 'Bu sayfanın mevcut olması gerektiğinden eminseniz, lütfen bir bilet açın <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'whoops' => 'Hayda',
'fatal_error' => 'Ölümcül bir hata vardı. Neler olduğunu görmek için lütfen "storage/ logs" içindeki günlük dosyalarını kontrol edin veya "docker logs -f [container]" kullanın.',
'maintenance_mode' => 'Firefly III bakım modunda.',
'be_right_back' => 'Hemen dönecek!',
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second.',
'error_occurred' => 'Whoops! An error occurred.',
'error_not_recoverable' => 'Unfortunately, this error was not recoverable :(. Firefly III broke. The error is:',
'check_back' => 'Firefly III gerekli bakım için hazır. Lütfen bir saniye sonra tekrar kontrol edin.',
'error_occurred' => 'Hoppala! Bir hata oluştu.',
'error_not_recoverable' => 'Ne yazık ki, bu hata kurtarılamadı :(. Ateşböceği III kırıldı. Hata şu şekildedir:',
'error' => 'Hata',
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
'stacktrace' => 'Stack trace',
'error_location' => 'Bu hata dosyada oluştu<span style="font-family: monospace;">:file</span> on line :line with code :code.',
'stacktrace' => 'Yığın izleme',
'more_info' => 'Daha çok bilgi',
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
'github_help' => 'Get help on GitHub',
'github_instructions' => 'You\'re more than welcome to open a new issue <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
'use_search' => 'Use the search!',
'include_info' => 'Include the information <a href=":link">from this debug page</a>.',
'tell_more' => 'Tell us more than "it says Whoops!"',
'include_logs' => 'Include error logs (see above).',
'what_did_you_do' => 'Tell us what you were doing.',
'offline_header' => 'You are probably offline',
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'collect_info' => 'Lütfen günlük dosyalarını bulacağınız <code>storage/logs</code> dizininde daha fazla bilgi toplayın. Eğer Docker kullanıyorsanız, <code>docker logs -f [container]</code> komutunu kullanın.',
'collect_info_more' => 'Hata bilgilerini toplama hakkında daha fazla bilgi için <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode ">the FAQ</a>.',
'github_help' => 'Github\'dan yardım alın',
'github_instructions' => 'Yeni bir sayı açmaktan memnuniyet duyarız<strong><a href="https://github.com/firefly-iii/firefly-iii/issues">on GitHub</a></strong>.',
'use_search' => 'Aramayı kullan!',
'include_info' => 'Bilgileri ekleyin<a href=":link">bu hata ayıklama sayfasından</a>.',
'tell_more' => 'Bize daha fazlasını anlat "diyor Whoops!"',
'include_logs' => '(Bakınız) hata günlükleri vardır.',
'what_did_you_do' => 'Bize ne yaptığınızI anlatın.',
'offline_header' => 'Muhtemelen çevrimdışısınız',
'offline_unreachable' => 'Firefly III\'e ulaşılamıyor. Cihazınız şu anda çevrimdışı veya sunucu çalışmıyor.',
'offline_github' => 'Hem cihazınızın hem de sunucunuzun çevrimiçi olduğundan eminseniz, lütfen bir bilet açın<strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
];

File diff suppressed because it is too large Load Diff

View File

@ -181,6 +181,7 @@ return [
'login_name' => 'Login',
'is_owner' => 'Is admin?',
'url' => 'URL',
'bill_end_date' => 'End date',
// import
'apply_rules' => 'Apply rules',

View File

@ -24,15 +24,15 @@ declare(strict_types=1);
return [
'home' => 'Trang chủ',
'budgets' => 'Budgets',
'subscriptions' => 'Subscriptions',
'transactions' => 'Transactions',
'title_expenses' => 'Expenses',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'budgets' => 'Ngân sách',
'subscriptions' => 'Đăng ký nhận thông tin',
'transactions' => 'Giao dịch',
'title_expenses' => 'Chi phí',
'title_withdrawal' => 'Chi phí',
'title_revenue' => 'Thu nhập doanh thu',
'title_deposit' => 'Thu nhập doanh thu',
'title_transfer' => 'Chuyển',
'title_transfers' => 'Chuyển',
'edit_currency' => 'Sửa tiền tệ ":name"',
'delete_currency' => 'Xóa tiền tệ ":name"',
'newPiggyBank' => 'Tạo mới heo đất',
@ -70,9 +70,9 @@ return [
'edit_object_group' => 'Chỉnh sửa nhóm ":title"',
'delete_object_group' => 'Xóa nhóm ":title"',
'logout_others' => 'Đăng xuất tất cả phiên đăng nhập',
'asset_accounts' => 'Asset accounts',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'placeholder' => '[Placeholder]',
'asset_accounts' => 'Tài khoản tài sản',
'expense_accounts' => 'Tài khoản chi phí',
'revenue_accounts' => 'Tài khoản thu nhập',
'liabilities_accounts' => 'Nợ phải trả',
'placeholder' => 'Giữ chỗ',
];

View File

@ -25,25 +25,36 @@ declare(strict_types=1);
return [
'html_language' => 'vi',
'locale' => 'vi, Vietnamese, vi_VN.utf8, vi_VN.UTF-8',
'month' => '%B %Y (Automatic Translation)',
'month_and_day' => '%B %e, %Y',
//'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Tuần %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Tuần] w, YYYY',
'week_in_year_fns' => "'Tuần' w, yyyy",
//'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
'half_year_js' => 'Q YYYY',
'quarter_fns' => "'Q'Q, yyyy",
'half_year_fns' => "'H{half}', yyyy",
'dow_1' => 'Thứ 2',

View File

@ -97,9 +97,24 @@ return [
'error_github_html' => 'Nếu bạn thích, bạn cũng có thể mở một vấn đề mới trên <a href="https://github.com/firefly-iii/firefly-iii/issues"> GitHub </a>.',
'error_github_text' => 'Nếu bạn thích, bạn cũng có thể mở một vấn đề mới trên https://github.com/firefly-iii/firefly-iii/issues.',
'error_stacktrace_below' => 'Các stacktrace đầy đủ bên dưới:',
'error_headers' => 'The following headers may also be relevant:',
'error_headers' => 'Các tiêu đề sau cũng có thể có liên quan:',
// report new journals
'new_journals_subject' => 'Firefly III đã tạo một giao dịch mới | Firefly III đã tạo: :count các giao dịch mới',
'new_journals_header' => 'Firefly III đã tạo ra một giao dịch cho bạn. Bạn có thể tìm thấy nó trong bản cài đặt Firefly III: | Firefly III đã tạo :count giao dịch cho bạn. Bạn có thể tìm thấy chúng trong bản cài đặt Firefly III:',
// bill warning
'bill_warning_subject_end_date' => 'Your bill ":name" is due to end in :diff days',
'bill_warning_subject_now_end_date' => 'Your bill ":name" is due to end TODAY',
'bill_warning_subject_extension_date' => 'Your bill ":name" is due to be extended or cancelled in :diff days',
'bill_warning_subject_now_extension_date' => 'Your bill ":name" is due to be extended or cancelled TODAY',
'bill_warning_end_date_text' => 'Your bill ":name" is due to end on :date. This moment will pass in about :diff days.',
'bill_warning_extension_date_text' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass in about :diff days.',
'bill_warning_end_date_text_zero' => 'Your bill ":name" is due to end on :date. This moment will pass TODAY!',
'bill_warning_extension_date_text_zero' => 'Your bill ":name" is due to be extended or cancelled on :date. This moment will pass TODAY!',
'bill_warning_please_action' => 'Please take the appropriate action.',
'bill_warning_end_date_html' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_extension_date_html' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass in about <strong>:diff days</strong>.',
'bill_warning_end_date_html_zero' => 'Your bill <strong>":name"</strong> is due to end on :date. This moment will pass <strong>TODAY!</strong>',
'bill_warning_extension_date_html_zero' => 'Your bill <strong>":name"</strong> is due to be extended or cancelled on :date. This moment will pass <strong>TODAY!</strong>',
];

View File

@ -47,8 +47,8 @@ return [
'tell_more' => 'Hãy nói với chúng tôi nhiều hơn "nó nói Rất tiếc!"',
'include_logs' => 'Bao gồm các bản ghi lỗi (xem ở trên).',
'what_did_you_do' => 'Hãy cho chúng tôi biết những gì bạn đã làm.',
'offline_header' => 'You are probably offline',
'offline_unreachable' => 'Firefly III is unreachable. Your device is currently offline or the server is not working.',
'offline_github' => 'If you are sure both your device and the server are online, please open a ticket on <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
'offline_header' => 'Bạn có thể đang ngoại tuyến',
'offline_unreachable' => 'Không thể truy cập Firefly III. Thiết bị của bạn hiện đang ngoại tuyến hoặc máy chủ không hoạt động.',
'offline_github' => 'Nếu bạn chắc chắn cả thiết bị của mình và máy chủ đều trực tuyến, vui lòng tạo một yêu cầu hỗ trợ tại <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
];

Some files were not shown because too many files have changed in this diff Show More