mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update translations
This commit is contained in:
@@ -335,9 +335,13 @@ return [
|
||||
'search_modifier_external_id_is' => 'External ID is ":value"',
|
||||
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
|
||||
'search_modifier_no_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_no_external_id' => 'The transaction has no external ID',
|
||||
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
|
||||
'search_modifier_not_any_external_id' => 'The transaction has no external ID',
|
||||
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_any_external_id' => 'The transaction must have a (any) external ID',
|
||||
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
|
||||
'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID',
|
||||
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
|
||||
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
|
||||
'search_modifier_description_starts' => 'Description starts with ":value"',
|
||||
@@ -675,6 +679,7 @@ return [
|
||||
'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"',
|
||||
'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
|
||||
'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"',
|
||||
'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"',
|
||||
'update_rule_from_query' => 'Update rule ":rule" from search query',
|
||||
'create_rule_from_query' => 'Create new rule from search query',
|
||||
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
|
||||
@@ -898,6 +903,8 @@ return [
|
||||
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
|
||||
'rule_trigger_id_choice' => 'Transaction ID is..',
|
||||
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..',
|
||||
'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"',
|
||||
|
||||
// new values:
|
||||
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
|
||||
@@ -1487,7 +1494,7 @@ return [
|
||||
'title_transfer' => 'Prenosi',
|
||||
'title_transfers' => 'Prenosi',
|
||||
'submission_options' => 'Submission options',
|
||||
'apply_rules_checkbox' => 'Uporabi pravila',
|
||||
'apply_rules_checkbox' => 'Uporabi pravila',
|
||||
'fire_webhooks_checkbox' => 'Fire webhooks',
|
||||
|
||||
// convert stuff:
|
||||
@@ -2185,6 +2192,7 @@ return [
|
||||
'no_tags' => '(ni oznak)',
|
||||
|
||||
// piggy banks:
|
||||
'event_history' => 'Event history',
|
||||
'add_money_to_piggy' => 'Dodaj denar na hranilnik ":name"',
|
||||
'piggy_bank' => 'Dodaj hranilnik',
|
||||
'new_piggy_bank' => 'Nov hranilnik',
|
||||
@@ -2443,6 +2451,8 @@ return [
|
||||
'no_bills_create_default' => 'Ustvari trajnik',
|
||||
|
||||
// recurring transactions
|
||||
'create_right_now' => 'Create right now',
|
||||
'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?',
|
||||
'recurrences' => 'Ponavljajoče transakcije',
|
||||
'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.',
|
||||
'recurring_calendar_view' => 'Koledar',
|
||||
|
Reference in New Issue
Block a user