mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
New translations
This commit is contained in:
@@ -35,6 +35,7 @@ return [
|
||||
|
||||
// new IP
|
||||
'login_from_new_ip' => 'New login on Firefly III',
|
||||
'slack_login_from_new_ip' => 'New Firefly III login from IP :ip (:host)',
|
||||
'new_ip_body' => 'Firefly III detected a new login on your account from an unknown IP address. If you never logged in from the IP address below, or it has been more than six months ago, Firefly III will warn you.',
|
||||
'new_ip_warning' => 'If you recognize this IP address or the login, you can ignore this message. If you didn\'t login, of if you have no idea what this is about, verify your password security, change it, and log out all other sessions. To do this, go to your profile page. Of course you have 2FA enabled already, right? Stay safe!',
|
||||
'ip_address' => 'IP address',
|
||||
@@ -49,6 +50,8 @@ return [
|
||||
|
||||
// registered
|
||||
'registered_subject' => 'Welcome to Firefly III!',
|
||||
'registered_subject_admin' => 'A new user has registered',
|
||||
'admin_new_user_registered' => 'A new user has registered. User **:email** was given user ID #:id.',
|
||||
'registered_welcome' => 'Welcome to [Firefly III](:address). Your registration has made it, and this email is here to confirm it. Yay!',
|
||||
'registered_pw' => 'If you have forgotten your password already, please reset it using [the password reset tool](:address/password/reset).',
|
||||
'registered_help' => 'There is a help-icon in the top right corner of each page. If you need help, click it!',
|
||||
@@ -59,6 +62,9 @@ return [
|
||||
'registered_pw_reset_link' => 'Password reset:',
|
||||
'registered_doc_link' => 'Documentation:',
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
// email change
|
||||
'email_change_subject' => 'Your Firefly III email address has changed',
|
||||
'email_change_body_to_new' => 'You or somebody with access to your Firefly III account has changed your email address. If you did not expect this message, please ignore and delete it.',
|
||||
|
||||
@@ -322,119 +322,219 @@ return [
|
||||
|
||||
// old
|
||||
|
||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'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_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_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"',
|
||||
'search_modifier_description_is' => 'Leírás: ":value"',
|
||||
'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"',
|
||||
'search_modifier_has_attachments' => 'Tranzakcióhoz kell legyen melléklet',
|
||||
'search_modifier_has_no_category' => 'A tranzakcióhoz nincs kategória',
|
||||
'search_modifier_has_any_category' => 'A tranzakciónak van kategóriája',
|
||||
'search_modifier_has_no_budget' => 'A tranzakcióhoz nincs költségkeret',
|
||||
'search_modifier_has_any_budget' => 'A tranzakciónak van költségkerete',
|
||||
'search_modifier_has_no_bill' => 'The transaction must have no bill',
|
||||
'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_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_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"',
|
||||
'search_modifier_source_account_contains' => 'Forrásszámla neve tartalmazza ":value"',
|
||||
'search_modifier_source_account_starts' => 'Forrásszámla nevének eleje":value"',
|
||||
'search_modifier_source_account_ends' => 'Forrásszámla vége ":value"',
|
||||
'search_modifier_source_account_id' => 'Forrásszámla ID pontosan :value',
|
||||
'search_modifier_source_account_nr_is' => 'Forrásszámla számlaszáma (IBAN) pontosan ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Forrásszámla számlaszáma (IBAN) tartalmazza ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Forrásszámla számlaszáma (IBAN) kezdete ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Forrásszámla számlaszáma (IBAN) vége ":value"',
|
||||
'search_modifier_destination_account_is' => 'Célszámla neve pontosan ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Célszámla neve tartalmazza ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Célszámla nevének eleje: ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Célszámla nevének vége: ":value"',
|
||||
'search_modifier_destination_account_id' => 'Destination account ID is :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is (cash) account',
|
||||
'search_modifier_source_is_cash' => 'Source account is (cash) account',
|
||||
'search_modifier_destination_account_nr_is' => 'Célszámla számlaszám (IBAN) pontosan: ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Célszámla számlaszám (IBAN) tartalmazza ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Célszámla számlaszáma (IBAN) eleje: ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Célszámla számlaszám (IBAN) vége ":value"',
|
||||
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
|
||||
'search_modifier_category_is' => 'A kategória ":value"',
|
||||
'search_modifier_budget_is' => 'A költségkeret ":value"',
|
||||
'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_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"',
|
||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
|
||||
'search_modifier_id' => 'Transaction ID is ":value"',
|
||||
'search_modifier_not_id' => 'Transaction ID is not ":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_external_id_is' => 'External ID is ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_no_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
|
||||
'search_modifier_description_ends' => 'Description ends on ":value"',
|
||||
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
|
||||
'search_modifier_description_contains' => 'Leírás tartalmazza: ":value"',
|
||||
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
|
||||
'search_modifier_description_is' => 'Leírás: ":value"',
|
||||
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
|
||||
'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"',
|
||||
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
|
||||
'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"',
|
||||
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
|
||||
'search_modifier_has_attachments' => 'Tranzakcióhoz kell legyen melléklet',
|
||||
'search_modifier_has_no_category' => 'A tranzakcióhoz nincs kategória',
|
||||
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
|
||||
'search_modifier_not_has_any_category' => 'The transaction must have no category',
|
||||
'search_modifier_has_any_category' => 'A tranzakciónak van kategóriája',
|
||||
'search_modifier_has_no_budget' => 'A tranzakcióhoz nincs költségkeret',
|
||||
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
|
||||
'search_modifier_has_any_budget' => 'A tranzakciónak van költségkerete',
|
||||
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
|
||||
'search_modifier_has_no_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_not_has_no_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_not_has_any_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_no_tag' => 'A tranzakcióhoz nincs címke',
|
||||
'search_modifier_not_has_any_tag' => 'The transaction must have no tags',
|
||||
'search_modifier_not_has_no_tag' => 'The transaction must have a (any) tag',
|
||||
'search_modifier_has_any_tag' => 'A tranzakciónak van címkéje',
|
||||
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
|
||||
'search_modifier_not_notes_contains' => 'The transaction notes do not contain ":value"',
|
||||
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
|
||||
'search_modifier_not_notes_starts' => 'The transaction notes do not start with ":value"',
|
||||
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
|
||||
'search_modifier_not_notes_ends' => 'The transaction notes do not end with ":value"',
|
||||
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
|
||||
'search_modifier_not_notes_is' => 'The transaction notes are exactly not ":value"',
|
||||
'search_modifier_no_notes' => 'Tranzakciónak nincs megjegyzése',
|
||||
'search_modifier_not_no_notes' => 'The transaction must have notes',
|
||||
'search_modifier_any_notes' => 'Tranzakciónak van megjegyzése',
|
||||
'search_modifier_not_any_notes' => 'The transaction has no notes',
|
||||
'search_modifier_amount_is' => 'Amount is exactly :value',
|
||||
'search_modifier_not_amount_is' => 'Amount is not :value',
|
||||
'search_modifier_amount_less' => 'Összeg legfeljebb :value',
|
||||
'search_modifier_not_amount_more' => 'Amount is less than or equal to :value',
|
||||
'search_modifier_amount_more' => 'Összeg legalább :value',
|
||||
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
|
||||
'search_modifier_source_account_is' => 'Forrásszámla neve pontosan ":value"',
|
||||
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
|
||||
'search_modifier_source_account_contains' => 'Forrásszámla neve tartalmazza ":value"',
|
||||
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
|
||||
'search_modifier_source_account_starts' => 'Forrásszámla nevének eleje":value"',
|
||||
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
|
||||
'search_modifier_source_account_ends' => 'Forrásszámla vége ":value"',
|
||||
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
|
||||
'search_modifier_source_account_id' => 'Forrásszámla ID pontosan :value',
|
||||
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
|
||||
'search_modifier_source_account_nr_is' => 'Forrásszámla számlaszáma (IBAN) pontosan ":value"',
|
||||
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Forrásszámla számlaszáma (IBAN) tartalmazza ":value"',
|
||||
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Forrásszámla számlaszáma (IBAN) kezdete ":value"',
|
||||
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
|
||||
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
|
||||
'search_modifier_destination_account_is' => 'Célszámla neve pontosan ":value"',
|
||||
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Célszámla neve tartalmazza ":value"',
|
||||
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Célszámla nevének eleje: ":value"',
|
||||
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
|
||||
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
|
||||
'search_modifier_destination_account_id' => 'Destination account ID is :value',
|
||||
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
|
||||
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
|
||||
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
|
||||
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
|
||||
'search_modifier_destination_account_nr_is' => 'Célszámla számlaszám (IBAN) pontosan: ":value"',
|
||||
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Célszámla számlaszám (IBAN) tartalmazza ":value"',
|
||||
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Célszámla számlaszáma (IBAN) eleje: ":value"',
|
||||
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Célszámla számlaszám (IBAN) vége ":value"',
|
||||
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
|
||||
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
|
||||
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
|
||||
'search_modifier_category_is' => 'A kategória ":value"',
|
||||
'search_modifier_not_category_is' => 'Category is not ":value"',
|
||||
'search_modifier_budget_is' => 'A költségkeret ":value"',
|
||||
'search_modifier_not_budget_is' => 'Budget is not ":value"',
|
||||
'search_modifier_bill_is' => 'A számla ":value"',
|
||||
'search_modifier_not_bill_is' => 'Bill is not ":value"',
|
||||
'search_modifier_transaction_type' => 'Tranzakció típusa: :value',
|
||||
'search_modifier_not_transaction_type' => 'Transaction type is not ":value"',
|
||||
'search_modifier_tag_is' => 'A címke ":value"',
|
||||
'search_modifier_not_tag_is' => 'No tag is ":value"',
|
||||
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
|
||||
'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"',
|
||||
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
|
||||
'search_modifier_not_date_on_month' => 'Transaction is not in month ":value"',
|
||||
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
|
||||
'search_modifier_not_date_on_day' => 'Transaction is not 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_tag_is_not' => 'No tag is ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
'search_modifier_account_is' => 'Either account is ":value"',
|
||||
'search_modifier_not_account_is' => 'Neither account is ":value"',
|
||||
'search_modifier_account_contains' => 'Either account contains ":value"',
|
||||
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
|
||||
'search_modifier_account_ends' => 'Either account ends with ":value"',
|
||||
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
|
||||
'search_modifier_account_starts' => 'Either account starts with ":value"',
|
||||
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
|
||||
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
|
||||
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
|
||||
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
|
||||
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
|
||||
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
|
||||
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
|
||||
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
|
||||
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
|
||||
'search_modifier_category_contains' => 'Category contains ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends with ":value"',
|
||||
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
|
||||
'search_modifier_category_ends' => 'Category ends on ":value"',
|
||||
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
|
||||
'search_modifier_category_starts' => 'Category starts with ":value"',
|
||||
'search_modifier_not_category_starts' => 'Category does not start with ":value"',
|
||||
'search_modifier_budget_contains' => 'Budget contains ":value"',
|
||||
'search_modifier_not_budget_contains' => 'Budget does not contain ":value"',
|
||||
'search_modifier_budget_ends' => 'Budget ends with ":value"',
|
||||
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
|
||||
'search_modifier_budget_starts' => 'Budget starts with ":value"',
|
||||
'search_modifier_not_budget_starts' => 'Budget does not end on ":value"',
|
||||
'search_modifier_bill_contains' => 'Bill contains ":value"',
|
||||
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
|
||||
'search_modifier_bill_ends' => 'Bill ends with ":value"',
|
||||
'search_modifier_not_bill_ends' => 'Bill ends does not end on ":value"',
|
||||
'search_modifier_bill_starts' => 'Bill starts with ":value"',
|
||||
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
|
||||
'search_modifier_external_id_contains' => 'External ID contains ":value"',
|
||||
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
|
||||
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
|
||||
'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"',
|
||||
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
|
||||
'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"',
|
||||
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
|
||||
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
|
||||
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
|
||||
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
|
||||
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
|
||||
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
|
||||
'search_modifier_external_url_is' => 'External URL is ":value"',
|
||||
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
|
||||
'search_modifier_external_url_contains' => 'External URL contains ":value"',
|
||||
'search_modifier_not_external_url_contains' => 'External URL does not ":value"',
|
||||
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
|
||||
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
|
||||
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
|
||||
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
|
||||
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is a cash account.',
|
||||
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
|
||||
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
|
||||
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
|
||||
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
|
||||
'search_modifier_journal_id' => 'The journal ID is ":value"',
|
||||
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
|
||||
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
|
||||
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
|
||||
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
|
||||
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
|
||||
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
|
||||
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
|
||||
'search_modifier_exists' => 'Transaction exists (any transaction)',
|
||||
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
|
||||
|
||||
// date fields
|
||||
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
|
||||
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
|
||||
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
|
||||
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
|
||||
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
|
||||
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
|
||||
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
|
||||
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not 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"',
|
||||
@@ -444,6 +544,9 @@ return [
|
||||
'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_not_book_date_on_year' => 'Transaction book date is not in year ":value"',
|
||||
'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"',
|
||||
'search_modifier_not_book_date_on_day' => 'Transaction book date is not 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"',
|
||||
@@ -453,6 +556,9 @@ return [
|
||||
'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_not_process_date_on_year' => 'Transaction process date is not in year ":value"',
|
||||
'search_modifier_not_process_date_on_month' => 'Transaction process date is not in month ":value"',
|
||||
'search_modifier_not_process_date_on_day' => 'Transaction process date is not 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"',
|
||||
@@ -462,6 +568,9 @@ return [
|
||||
'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_not_due_date_on_year' => 'Transaction due date is not in year ":value"',
|
||||
'search_modifier_not_due_date_on_month' => 'Transaction due date is not in month ":value"',
|
||||
'search_modifier_not_due_date_on_day' => 'Transaction due date is not 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"',
|
||||
@@ -471,6 +580,9 @@ return [
|
||||
'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_not_payment_date_on_year' => 'Transaction payment date is not in year ":value"',
|
||||
'search_modifier_not_payment_date_on_month' => 'Transaction payment date is not in month ":value"',
|
||||
'search_modifier_not_payment_date_on_day' => 'Transaction payment date is not 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"',
|
||||
@@ -480,6 +592,9 @@ return [
|
||||
'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_not_invoice_date_on_year' => 'Transaction invoice date is not in year ":value"',
|
||||
'search_modifier_not_invoice_date_on_month' => 'Transaction invoice date is not in month ":value"',
|
||||
'search_modifier_not_invoice_date_on_day' => 'Transaction invoice date is not 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"',
|
||||
@@ -490,6 +605,9 @@ return [
|
||||
'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_not_updated_at_on_year' => 'Transaction was not last updated in year ":value"',
|
||||
'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"',
|
||||
'search_modifier_not_updated_at_on_day' => 'Transaction was not 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"',
|
||||
@@ -499,6 +617,9 @@ return [
|
||||
'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_not_created_at_on_year' => 'Transaction was not created in year ":value"',
|
||||
'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"',
|
||||
'search_modifier_not_created_at_on_day' => 'Transaction was not 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"',
|
||||
@@ -508,26 +629,34 @@ return [
|
||||
'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_not_book_date_on' => 'Transaction book date is not 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_not_process_date_on' => 'Transaction process date is not 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_not_due_date_on' => 'Transaction due date is not 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_not_payment_date_on' => 'Transaction payment date is not 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_not_invoice_date_on' => 'Transaction invoice date is not 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_not_created_at_on' => 'Transaction was not 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_not_updated_at_on' => 'Transaction was not 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"',
|
||||
@@ -535,7 +664,15 @@ return [
|
||||
'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"',
|
||||
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"',
|
||||
'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"',
|
||||
'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"',
|
||||
'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"',
|
||||
'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"',
|
||||
'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"',
|
||||
'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"',
|
||||
'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"',
|
||||
'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.',
|
||||
@@ -761,8 +898,8 @@ return [
|
||||
|
||||
// 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_tag_is_not_choice' => 'No tag is..',
|
||||
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
|
||||
'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..',
|
||||
@@ -887,10 +1024,144 @@ return [
|
||||
'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"',
|
||||
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
|
||||
'rule_trigger_reconciled' => 'Transaction is reconciled',
|
||||
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
|
||||
'rule_trigger_exists' => 'Any transaction matches',
|
||||
|
||||
// more values for new types:
|
||||
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"',
|
||||
'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
|
||||
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
|
||||
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
|
||||
'rule_trigger_not_description_contains' => 'Description does not contain',
|
||||
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
|
||||
'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"',
|
||||
'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"',
|
||||
'rule_trigger_not_notes_contains' => 'Notes do not contain ":trigger_value"',
|
||||
'rule_trigger_not_notes_ends' => 'Notes do not end on ":trigger_value"',
|
||||
'rule_trigger_not_notes_starts' => 'Notes do not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_is' => 'Source account is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_contains' => 'Source account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_ends' => 'Source account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_starts' => 'Source account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_is' => 'Source account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_starts' => 'Destination account does not start with ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_is' => 'Destination account number / IBAN is not ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_contains' => 'Destination account number / IBAN does not contain ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_ends' => 'Destination account number / IBAN does not end on ":trigger_value"',
|
||||
'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"',
|
||||
'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"',
|
||||
'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"',
|
||||
'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_starts' => 'Neither account starts with ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_is' => 'Neither account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_contains' => 'Neither account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_ends' => 'Neither account number / IBAN ends on ":trigger_value"',
|
||||
'rule_trigger_not_account_nr_starts' => 'Neither account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_not_category_is' => 'Neither category is ":trigger_value"',
|
||||
'rule_trigger_not_category_contains' => 'Neither category contains ":trigger_value"',
|
||||
'rule_trigger_not_category_ends' => 'Neither category ends on ":trigger_value"',
|
||||
'rule_trigger_not_category_starts' => 'Neither category starts with ":trigger_value"',
|
||||
'rule_trigger_not_budget_is' => 'Neither budget is ":trigger_value"',
|
||||
'rule_trigger_not_budget_contains' => 'Neither budget contains ":trigger_value"',
|
||||
'rule_trigger_not_budget_ends' => 'Neither budget ends on ":trigger_value"',
|
||||
'rule_trigger_not_budget_starts' => 'Neither budget starts with ":trigger_value"',
|
||||
'rule_trigger_not_bill_is' => 'Neither bill is ":trigger_value"',
|
||||
'rule_trigger_not_bill_contains' => 'Neither bill contains ":trigger_value"',
|
||||
'rule_trigger_not_bill_ends' => 'Neither bill ends on ":trigger_value"',
|
||||
'rule_trigger_not_bill_starts' => 'Neither bill starts with ":trigger_value"',
|
||||
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
|
||||
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_id_starts' => 'External ID does not start with ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_is' => 'Internal reference is not ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_contains' => 'Internal reference does not contain ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_ends' => 'Internal reference does not end on ":trigger_value"',
|
||||
'rule_trigger_not_internal_reference_starts' => 'Internal reference does not start with ":trigger_value"',
|
||||
'rule_trigger_not_external_url_is' => 'External URL is not ":trigger_value"',
|
||||
'rule_trigger_not_external_url_contains' => 'External URL does not contain ":trigger_value"',
|
||||
'rule_trigger_not_external_url_ends' => 'External URL does not end on ":trigger_value"',
|
||||
'rule_trigger_not_external_url_starts' => 'External URL does not start with ":trigger_value"',
|
||||
'rule_trigger_not_currency_is' => 'Currency is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_currency_is' => 'Foreign currency is not ":trigger_value"',
|
||||
'rule_trigger_not_id' => 'Transaction ID is not ":trigger_value"',
|
||||
'rule_trigger_not_journal_id' => 'Transaction journal ID is not ":trigger_value"',
|
||||
'rule_trigger_not_recurrence_id' => 'Recurrence ID is not ":trigger_value"',
|
||||
'rule_trigger_not_date_on' => 'Date is not on ":trigger_value"',
|
||||
'rule_trigger_not_date_before' => 'Date is not before ":trigger_value"',
|
||||
'rule_trigger_not_date_after' => 'Date is not after ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_on' => 'Interest date is not on ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_before' => 'Interest date is not before ":trigger_value"',
|
||||
'rule_trigger_not_interest_date_after' => 'Interest date is not after ":trigger_value"',
|
||||
'rule_trigger_not_book_date_on' => 'Book date is not on ":trigger_value"',
|
||||
'rule_trigger_not_book_date_before' => 'Book date is not before ":trigger_value"',
|
||||
'rule_trigger_not_book_date_after' => 'Book date is not after ":trigger_value"',
|
||||
'rule_trigger_not_process_date_on' => 'Process date is not on ":trigger_value"',
|
||||
'rule_trigger_not_process_date_before' => 'Process date is not before ":trigger_value"',
|
||||
'rule_trigger_not_process_date_after' => 'Process date is not after ":trigger_value"',
|
||||
'rule_trigger_not_due_date_on' => 'Due date is not on ":trigger_value"',
|
||||
'rule_trigger_not_due_date_before' => 'Due date is not before ":trigger_value"',
|
||||
'rule_trigger_not_due_date_after' => 'Due date is not after ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_on' => 'Payment date is not on ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_before' => 'Payment date is not before ":trigger_value"',
|
||||
'rule_trigger_not_payment_date_after' => 'Payment date is not after ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_on' => 'Invoice date is not on ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_before' => 'Invoice date is not before ":trigger_value"',
|
||||
'rule_trigger_not_invoice_date_after' => 'Invoice date is not after ":trigger_value"',
|
||||
'rule_trigger_not_created_at_on' => 'Transaction is not created on ":trigger_value"',
|
||||
'rule_trigger_not_created_at_before' => 'Transaction is not created before ":trigger_value"',
|
||||
'rule_trigger_not_created_at_after' => 'Transaction is not created after ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_on' => 'Transaction is not updated on ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_before' => 'Transaction is not updated before ":trigger_value"',
|
||||
'rule_trigger_not_updated_at_after' => 'Transaction is not updated after ":trigger_value"',
|
||||
'rule_trigger_not_amount_is' => 'Transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_amount_less' => 'Transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_amount_more' => 'Transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_is' => 'Foreign transaction amount is not ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_less' => 'Foreign transaction amount is more than ":trigger_value"',
|
||||
'rule_trigger_not_foreign_amount_more' => 'Foreign transaction amount is less than ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_is' => 'No attachment is named ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_contains' => 'No attachment name contains ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_starts' => 'No attachment name starts with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_name_ends' => 'No attachment name ends on ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_are' => 'No attachment notes are ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
|
||||
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
|
||||
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
|
||||
'rule_trigger_not_exists' => 'Transaction does not exist',
|
||||
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
|
||||
'rule_trigger_not_has_any_category' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
|
||||
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
|
||||
'rule_trigger_not_any_notes' => 'Transaction has no notes',
|
||||
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
|
||||
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
|
||||
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
|
||||
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
|
||||
'rule_trigger_not_no_notes' => 'Transaction has any notes',
|
||||
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_not_source_is_cash' => 'Source account is a not a cash account',
|
||||
'rule_trigger_not_destination_is_cash' => 'Destination account is a not a cash account',
|
||||
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'Tranzakció TÖRLÉSE (!)',
|
||||
'rule_action_delete_transaction' => 'Tranzakció TÖRLÉSE (!)',
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
'rule_action_delete_transaction' => 'DELETE transaction(!)',
|
||||
'rule_action_set_category' => 'Kategória beállítása ":action_value"',
|
||||
'rule_action_clear_category' => 'Kategória törlése',
|
||||
'rule_action_set_budget' => 'Költségvetés beállítása: ":action_value"',
|
||||
@@ -901,30 +1172,30 @@ return [
|
||||
'rule_action_set_description' => 'Leírást megadása: ":action_value"',
|
||||
'rule_action_append_description' => 'Hozzáfűzés a leírás végéhez ":action_value"',
|
||||
'rule_action_prepend_description' => 'Hozzáfűzés a leírás elejéhez ":action_value"',
|
||||
'rule_action_set_category_choice' => 'Kategória beállítás:',
|
||||
'rule_action_set_category_choice' => 'Set category to ..',
|
||||
'rule_action_clear_category_choice' => 'Minden kategória törlése',
|
||||
'rule_action_set_budget_choice' => 'Költségkeret beállítása erre..',
|
||||
'rule_action_set_budget_choice' => 'Set budget to ..',
|
||||
'rule_action_clear_budget_choice' => 'Minden költségvetés törlése',
|
||||
'rule_action_add_tag_choice' => 'Címke hozzáadása..',
|
||||
'rule_action_remove_tag_choice' => 'Címke eltávolítása..',
|
||||
'rule_action_add_tag_choice' => 'Add tag ..',
|
||||
'rule_action_remove_tag_choice' => 'Remove tag ..',
|
||||
'rule_action_remove_all_tags_choice' => 'Minden címke eltávolítása',
|
||||
'rule_action_set_description_choice' => 'Leírás megadása..',
|
||||
'rule_action_update_piggy_choice' => 'Tranzakcióösszeg hozzáadása/törlése a malacperselyből.',
|
||||
'rule_action_update_piggy' => 'Tranzakcióösszeg hozzáadása/törlése a malacperselyből ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Hozzáfűzés a leíráshoz..',
|
||||
'rule_action_prepend_description_choice' => 'Hozzáfűzés a leírás elejéhez..',
|
||||
'rule_action_set_source_account_choice' => 'Forrásszámla beállítása..',
|
||||
'rule_action_set_description_choice' => 'Set description to ..',
|
||||
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
|
||||
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
|
||||
'rule_action_append_description_choice' => 'Append description with ..',
|
||||
'rule_action_prepend_description_choice' => 'Prepend description with ..',
|
||||
'rule_action_set_source_account_choice' => 'Set source account to ..',
|
||||
'rule_action_set_source_account' => 'Forrásfiók beállítása :action_value',
|
||||
'rule_action_set_destination_account_choice' => 'Célszámla beállítása..',
|
||||
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
|
||||
'rule_action_set_destination_account' => 'Célfiók beállítása :action_value',
|
||||
'rule_action_append_notes_choice' => 'Hozzáfűzés a jegyzetekhez..',
|
||||
'rule_action_append_notes_choice' => 'Append notes with ..',
|
||||
'rule_action_append_notes' => 'Hozzáfűzés a jegyzetekhez ":action_value"',
|
||||
'rule_action_prepend_notes_choice' => 'Hozzáfűzés a jegyzetek elejéhez..',
|
||||
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
|
||||
'rule_action_prepend_notes' => 'Hozzáfűzés a jegyzetek elejéhez ":action_value"',
|
||||
'rule_action_clear_notes_choice' => 'Megjegyzések eltávolítása',
|
||||
'rule_action_clear_notes' => 'Megjegyzések eltávolítása',
|
||||
'rule_action_set_notes_choice' => 'Megjegyzések beállítása..',
|
||||
'rule_action_link_to_bill_choice' => 'Számlához csatolás..',
|
||||
'rule_action_set_notes_choice' => 'Set notes to ..',
|
||||
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
|
||||
'rule_action_link_to_bill' => 'Számlához csatolás: ":action_value"',
|
||||
'rule_action_set_notes' => 'Jegyzetek megadása: ":action_value"',
|
||||
'rule_action_convert_deposit_choice' => 'A tranzakció bevétellé konvertálása',
|
||||
@@ -933,15 +1204,23 @@ return [
|
||||
'rule_action_convert_withdrawal' => 'Tranzakció költséggé konvertálása ide: ":action_value"',
|
||||
'rule_action_convert_transfer_choice' => 'A tranzakció átvezetéssé konvertálása',
|
||||
'rule_action_convert_transfer' => 'Tranzakció átvezetéssé konvertálása ezzel: ":action_value"',
|
||||
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
|
||||
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
|
||||
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
|
||||
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
|
||||
'rule_action_append_descr_to_notes' => 'Append description to notes',
|
||||
'rule_action_append_notes_to_descr' => 'Append notes to description',
|
||||
'rule_action_move_descr_to_notes' => 'Replace notes with description',
|
||||
'rule_action_move_notes_to_descr' => 'Replace description with notes',
|
||||
|
||||
'rules_have_read_warning' => 'Elolvasta a figyelmeztetést?',
|
||||
'apply_rule_warning' => 'Figyelmeztetés: egy szabály vagy szabálycsoport futtatása nagy mennyiségű tranzakción időtúllépést okozhat. Ebben az esetben a szabály vagy szabálycsoport a tranzakcióknak csak egy egy ismeretlen részén lesz alkalmazva. Ez tönkreteheti a pénzügyi adminisztrációt. Óvatosan kell eljárni.',
|
||||
'rules_have_read_warning' => 'Have you read the warning ? ',
|
||||
'apply_rule_warning' => 'Warning: running a rule(group) on a large selection of transactions could take ages, and it could time - out . if it does, the rule(group) will only be applied to an unknown subset of your transactions . This might leave your financial administration in tatters . Please be careful . ',
|
||||
'rulegroup_for_bills_title' => 'Szabálycsoport a számlákhoz',
|
||||
'rulegroup_for_bills_description' => 'Egy speciális szabálycsoport minden olyan szabálynak amibe számlák tartoznak.',
|
||||
'rule_for_bill_title' => 'Automatikusan generált szabály a számlához: ":name"',
|
||||
'rule_for_bill_description' => 'Ez a szabály automatikusan jön létre, hogy megpróbáljon egyezést találni ":name" számlával.',
|
||||
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills . ',
|
||||
'rule_for_bill_title' => 'Auto - generated rule for bill ":name"',
|
||||
'rule_for_bill_description' => 'This rule is auto - generated to try to match bill ":name" . ',
|
||||
'create_rule_for_bill' => 'Új szabály létrehozás a számlához ":name"',
|
||||
'create_rule_for_bill_txt' => 'Gratulálunk! Épp most lett létrehozva egy új számla ":name" névvel. A Firefly III automatikusan képes összeegyeztetni az új költségeket ezzel a számlával. Például bérleti díj fizetésekor a "bérleti díj" számla hozzá lesz kapcsolva a költséghez. Ily módon a Firefly III pontosan megmutatja, hogy melyik számla esedékes és melyik nem. Ennek érdekében egy új szabályt kell létrehozni. A Firefly III előre kitölt néhány érzékeny alapértelmezés szerinti adatot. Le kell ellenőrizni, hogy ezek helyesek-e. Ha az adatok helyesek, a Firefly III a megfelelő kiadást automatikusan hozzácsatolja a megfelelő számlához. Ellenőrizni kell az eseményindítók helyességét és újakat hozzáadni ha nem helyesek.',
|
||||
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill . for example, whenever you pay your rent, the bill "rent" will be linked to the expense . This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
|
||||
'new_rule_for_bill_title' => 'Szabály a számlához: ":name"',
|
||||
'new_rule_for_bill_description' => 'Ez a szabály megjelöli a tranzakciókat ":name" számla számára.',
|
||||
|
||||
@@ -1014,6 +1293,7 @@ return [
|
||||
'preferences_frontpage' => 'Kezdőoldal',
|
||||
'preferences_security' => 'Biztonság',
|
||||
'preferences_layout' => 'Elrendezés',
|
||||
'preferences_notifications' => 'Notifications',
|
||||
'pref_home_show_deposits' => 'Bevételek mutatása a kezdőoldalon',
|
||||
'pref_home_show_deposits_info' => 'A kezdőoldalon már látszanak a költségszámlák. Szeretné a jövedelemszámlákat is megjeleníteni?',
|
||||
'pref_home_do_show_deposits' => 'Igen, mutasd',
|
||||
@@ -1044,6 +1324,15 @@ return [
|
||||
'optional_field_attachments' => 'Mellékletek',
|
||||
'optional_field_meta_data' => 'Opcionális metaadat',
|
||||
'external_url' => 'External URL',
|
||||
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
|
||||
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
|
||||
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
|
||||
'pref_notification_user_login' => 'Alert when you login from a new location',
|
||||
'pref_notifications' => 'Notifications',
|
||||
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
|
||||
'slack_webhook_url' => 'Slack Webhook URL',
|
||||
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
|
||||
'slack_url_label' => 'Slack "incoming webhook" URL',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Adatok törlése',
|
||||
@@ -1343,6 +1632,7 @@ return [
|
||||
// bills:
|
||||
'not_expected_period' => 'Nem várható ebben az időszakban',
|
||||
'not_or_not_yet' => 'Nincs (még)',
|
||||
'visit_bill' => 'Visit bill ":name" at Firefly III',
|
||||
'match_between_amounts' => 'Tranzakciókkal egyező számlák :low és :high között.',
|
||||
'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',
|
||||
@@ -1930,55 +2220,63 @@ return [
|
||||
'updated_tag' => '":tag" címke frissítve',
|
||||
'created_tag' => '":tag" címke létrehozva!',
|
||||
|
||||
'transaction_journal_information' => 'Tranzakciós információk',
|
||||
'transaction_journal_meta' => 'Meta-információ',
|
||||
'transaction_journal_more' => 'További információ',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Eltárolva ":journal" alatt',
|
||||
'total_amount' => 'Teljes összeg',
|
||||
'number_of_decimals' => 'Tizedesjegyek száma',
|
||||
'transaction_journal_information' => 'Tranzakciós információk',
|
||||
'transaction_journal_meta' => 'Meta-információ',
|
||||
'transaction_journal_more' => 'További információ',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'att_part_of_journal' => 'Eltárolva ":journal" alatt',
|
||||
'total_amount' => 'Teljes összeg',
|
||||
'number_of_decimals' => 'Tizedesjegyek száma',
|
||||
|
||||
// administration
|
||||
'administration' => 'Adminisztráció',
|
||||
'user_administration' => 'Felhasználók adminisztrálása',
|
||||
'list_all_users' => 'Összes felhasználó',
|
||||
'all_users' => 'Összes felhasználó',
|
||||
'instance_configuration' => 'Beállítás',
|
||||
'firefly_instance_configuration' => 'A Firefly III beállítási lehetőségei',
|
||||
'setting_single_user_mode' => 'Egyfelhasználós mód',
|
||||
'setting_single_user_mode_explain' => 'Alapértelmezetten Firefly III kizárólag egy felhasználót enged regisztrálni. Ez egy szándékos biztonsági lépés, megakadályozva azt, hogy esetleg más is hozzáférjen a privát adataihoz. További regisztrációk ezen az eszközön tiltottak. Amikor ezt a jelölőt kikattintja, úgy mások is hozzáférhetnek az eszköz adataihoz (ha van internetkapcsolat).',
|
||||
'store_configuration' => 'Beállítás tárolása',
|
||||
'single_user_administration' => ':email felhasználó adminisztrációja',
|
||||
'edit_user' => ':email felhasználó szerkesztése',
|
||||
'hidden_fields_preferences' => 'A <a href="preferences">beállításokban</a> több mező is engedélyezhető.',
|
||||
'user_data_information' => 'Felhasználói adatok',
|
||||
'user_information' => 'Felhasználó információk',
|
||||
'total_size' => 'teljes méret',
|
||||
'budget_or_budgets' => ':count költségkeret|:count költségkeret',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules szabály :count_groups szabálycsoportban',
|
||||
'tag_or_tags' => ':count címke|:count címke',
|
||||
'configuration_updated' => 'A konfiguráció frissítése megtörtént',
|
||||
'setting_is_demo_site' => 'Bemutató oldal',
|
||||
'setting_is_demo_site_explain' => 'Ha bejelölt, a telepítés bemutató oldalként fog viselkedni, aminek furcsa mellékhatásai lehetnek.',
|
||||
'block_code_bounced' => 'Visszapattant email üzenetek',
|
||||
'block_code_expired' => 'A Demo számla lejárt',
|
||||
'no_block_code' => 'Nincs oka a zárolásnak, vagy a felhasználó nincs zárolva',
|
||||
'block_code_email_changed' => 'A felhasználó még nem erősítette meg az új email címét',
|
||||
'admin_update_email' => 'A profil oldallal ellentétben a felhasználó NEM kap értesítést az email címe megváltozásáról!',
|
||||
'update_user' => 'Felhasználó frissítése',
|
||||
'updated_user' => 'Felhasználói adatok módosítva.',
|
||||
'delete_user' => 'Felhasználó törlése ":email"',
|
||||
'user_deleted' => 'A felhasználó törölve lett',
|
||||
'send_test_email' => 'Teszt email küldése',
|
||||
'send_test_email_text' => 'Az e-mail küldésének teszteléséhez használja ezt a gombot. Ha keletkezik is hiba, itt nem lesz látható, <strong>de a naplófájlokban az esetleges hibák megtalálhatóak</strong>. A gomb bármennyiszer megnyomható. Nincs semmilyen szabályzás rá. A(z) <code>:email</code> címre hamarosan megérkezik az üzenet.',
|
||||
'send_message' => 'Üzenet küldése',
|
||||
'send_test_triggered' => 'Teszt elindítva. Ellenőrizd a bejövő üzeneteidet és a naplófájlokat.',
|
||||
'give_admin_careful' => 'Adminisztrátornak kinevezett felhasználók visszavonhatják akár a te adminisztrátori felhatalmazásodat. Légy óvatos.',
|
||||
'admin_maintanance_title' => 'Karbantartás',
|
||||
'admin_maintanance_expl' => 'Firefly III karbantartását kezelő gombok',
|
||||
'admin_maintenance_clear_cache' => 'Gyorsítótár ürítése',
|
||||
'administration' => 'Adminisztráció',
|
||||
'user_administration' => 'Felhasználók adminisztrálása',
|
||||
'list_all_users' => 'Összes felhasználó',
|
||||
'all_users' => 'Összes felhasználó',
|
||||
'instance_configuration' => 'Beállítás',
|
||||
'firefly_instance_configuration' => 'A Firefly III beállítási lehetőségei',
|
||||
'setting_single_user_mode' => 'Egyfelhasználós mód',
|
||||
'setting_single_user_mode_explain' => 'Alapértelmezetten Firefly III kizárólag egy felhasználót enged regisztrálni. Ez egy szándékos biztonsági lépés, megakadályozva azt, hogy esetleg más is hozzáférjen a privát adataihoz. További regisztrációk ezen az eszközön tiltottak. Amikor ezt a jelölőt kikattintja, úgy mások is hozzáférhetnek az eszköz adataihoz (ha van internetkapcsolat).',
|
||||
'store_configuration' => 'Beállítás tárolása',
|
||||
'single_user_administration' => ':email felhasználó adminisztrációja',
|
||||
'edit_user' => ':email felhasználó szerkesztése',
|
||||
'hidden_fields_preferences' => 'A <a href="preferences">beállításokban</a> több mező is engedélyezhető.',
|
||||
'user_data_information' => 'Felhasználói adatok',
|
||||
'user_information' => 'Felhasználó információk',
|
||||
'total_size' => 'teljes méret',
|
||||
'budget_or_budgets' => ':count költségkeret|:count költségkeret',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules szabály :count_groups szabálycsoportban',
|
||||
'tag_or_tags' => ':count címke|:count címke',
|
||||
'configuration_updated' => 'A konfiguráció frissítése megtörtént',
|
||||
'setting_is_demo_site' => 'Bemutató oldal',
|
||||
'setting_is_demo_site_explain' => 'Ha bejelölt, a telepítés bemutató oldalként fog viselkedni, aminek furcsa mellékhatásai lehetnek.',
|
||||
'block_code_bounced' => 'Visszapattant email üzenetek',
|
||||
'block_code_expired' => 'A Demo számla lejárt',
|
||||
'no_block_code' => 'Nincs oka a zárolásnak, vagy a felhasználó nincs zárolva',
|
||||
'block_code_email_changed' => 'A felhasználó még nem erősítette meg az új email címét',
|
||||
'admin_update_email' => 'A profil oldallal ellentétben a felhasználó NEM kap értesítést az email címe megváltozásáról!',
|
||||
'update_user' => 'Felhasználó frissítése',
|
||||
'updated_user' => 'Felhasználói adatok módosítva.',
|
||||
'delete_user' => 'Felhasználó törlése ":email"',
|
||||
'user_deleted' => 'A felhasználó törölve lett',
|
||||
'send_test_email' => 'Teszt email küldése',
|
||||
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
|
||||
'send_message' => 'Üzenet küldése',
|
||||
'send_test_triggered' => 'Teszt elindítva. Ellenőrizd a bejövő üzeneteidet és a naplófájlokat.',
|
||||
'give_admin_careful' => 'Adminisztrátornak kinevezett felhasználók visszavonhatják akár a te adminisztrátori felhatalmazásodat. Légy óvatos.',
|
||||
'admin_maintanance_title' => 'Karbantartás',
|
||||
'admin_maintanance_expl' => 'Firefly III karbantartását kezelő gombok',
|
||||
'admin_maintenance_clear_cache' => 'Gyorsítótár ürítése',
|
||||
'admin_notifications' => 'Admin notifications',
|
||||
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
|
||||
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
|
||||
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
|
||||
'admin_notification_check_new_version' => 'A new version is available',
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Felosztott tranzakció leírása',
|
||||
'split_transaction_title_help' => 'Felosztott tranzakció létrehozásakor meg kell adni egy globális leírást a tranzakció összes felosztása részére.',
|
||||
|
||||
@@ -142,7 +142,7 @@ return [
|
||||
'unique_object_group' => 'Csoport neve már foglalt',
|
||||
'starts_with' => 'The value must start with :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user