mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New translations firefly.php (Slovenian)
This commit is contained in:
		| @@ -239,46 +239,60 @@ return [ | ||||
|  | ||||
|     // actions and triggers | ||||
|     'rule_trigger_user_action'                   => 'User action is ":trigger_value"', | ||||
|     'rule_trigger_from_account_starts'           => 'Source account starts with ":trigger_value"', | ||||
|     'rule_trigger_from_account_ends'             => 'Source account ends with ":trigger_value"', | ||||
|     'rule_trigger_from_account_is'               => 'Source account is ":trigger_value"', | ||||
|     'rule_trigger_from_account_contains'         => 'Source account contains ":trigger_value"', | ||||
|     'rule_trigger_to_account_starts'             => 'Destination account starts with ":trigger_value"', | ||||
|     'rule_trigger_to_account_ends'               => 'Destination account ends with ":trigger_value"', | ||||
|     'rule_trigger_to_account_is'                 => 'Destination account is ":trigger_value"', | ||||
|     'rule_trigger_to_account_contains'           => 'Destination account contains ":trigger_value"', | ||||
|     'rule_trigger_transaction_type'              => 'Transaction is of type ":trigger_value"', | ||||
|     'rule_trigger_category_is'                   => 'Category is ":trigger_value"', | ||||
|     'rule_trigger_amount_less'                   => 'Amount is less than :trigger_value', | ||||
|     'rule_trigger_amount_exactly'                => 'Amount is :trigger_value', | ||||
|     'rule_trigger_amount_more'                   => 'Amount is more than :trigger_value', | ||||
|     'rule_trigger_description_starts'            => 'Description starts with ":trigger_value"', | ||||
|     'rule_trigger_description_ends'              => 'Description ends with ":trigger_value"', | ||||
|     'rule_trigger_description_contains'          => 'Description contains ":trigger_value"', | ||||
|     'rule_trigger_description_is'                => 'Description is ":trigger_value"', | ||||
|     'rule_trigger_from_account_starts_choice'    => 'Source account starts with..', | ||||
|     'rule_trigger_from_account_starts'           => 'Source account starts with ":trigger_value"', | ||||
|     'rule_trigger_from_account_ends_choice'      => 'Source account ends with..', | ||||
|     'rule_trigger_from_account_ends'             => 'Source account ends with ":trigger_value"', | ||||
|     'rule_trigger_from_account_is_choice'        => 'Source account is..', | ||||
|     'rule_trigger_from_account_is'               => 'Source account is ":trigger_value"', | ||||
|     'rule_trigger_from_account_contains_choice'  => 'Source account contains..', | ||||
|     'rule_trigger_from_account_contains'         => 'Source account contains ":trigger_value"', | ||||
|     'rule_trigger_to_account_starts_choice'      => 'Destination account starts with..', | ||||
|     'rule_trigger_to_account_starts'             => 'Destination account starts with ":trigger_value"', | ||||
|     'rule_trigger_to_account_ends_choice'        => 'Destination account ends with..', | ||||
|     'rule_trigger_to_account_ends'               => 'Destination account ends with ":trigger_value"', | ||||
|     'rule_trigger_to_account_is_choice'          => 'Destination account is..', | ||||
|     'rule_trigger_to_account_is'                 => 'Destination account is ":trigger_value"', | ||||
|     'rule_trigger_to_account_contains_choice'    => 'Destination account contains..', | ||||
|     'rule_trigger_to_account_contains'           => 'Destination account contains ":trigger_value"', | ||||
|     'rule_trigger_transaction_type_choice'       => 'Transaction is of type..', | ||||
|     'rule_trigger_amount_less_choice'            => 'Amount is less than..', | ||||
|     'rule_trigger_amount_exactly_choice'         => 'Amount is..', | ||||
|     'rule_trigger_amount_more_choice'            => 'Amount is more than..', | ||||
|     'rule_trigger_description_starts_choice'     => 'Description starts with..', | ||||
|     'rule_trigger_description_ends_choice'       => 'Description ends with..', | ||||
|     'rule_trigger_description_contains_choice'   => 'Description contains..', | ||||
|     'rule_trigger_description_is_choice'         => 'Description is..', | ||||
|     'rule_trigger_transaction_type'              => 'Transaction is of type ":trigger_value"', | ||||
|     'rule_trigger_category_is_choice'            => 'Category is..', | ||||
|     '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_more_choice'            => 'Amount is more than..', | ||||
|     'rule_trigger_amount_more'                   => 'Amount is more than :trigger_value', | ||||
|     'rule_trigger_description_starts_choice'     => 'Description starts with..', | ||||
|     'rule_trigger_description_starts'            => 'Description starts with ":trigger_value"', | ||||
|     'rule_trigger_description_ends_choice'       => 'Description ends with..', | ||||
|     'rule_trigger_description_ends'              => 'Description ends with ":trigger_value"', | ||||
|     'rule_trigger_description_contains_choice'   => 'Description contains..', | ||||
|     '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_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_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', | ||||
|     'rule_trigger_has_any_category'              => 'Transaction has a (any) category', | ||||
|     'rule_trigger_has_no_budget_choice'          => 'Has no budget', | ||||
|     'rule_trigger_has_no_budget'                 => 'Transaction has no budget', | ||||
|     'rule_trigger_has_any_budget_choice'         => 'Has a (any) budget', | ||||
|     'rule_trigger_has_any_budget'                => 'Transaction has a (any) budget', | ||||
|     'rule_trigger_has_no_tag_choice'             => 'Has no tag(s)', | ||||
|     'rule_trigger_has_no_tag'                    => 'Transaction has no tag(s)', | ||||
|     'rule_trigger_has_any_tag_choice'            => 'Has one or more (any) tags', | ||||
|     'rule_trigger_has_any_tag'                   => 'Transaction has one or more (any) tags', | ||||
|     'rule_action_set_category'                   => 'Set category to ":action_value"', | ||||
|     'rule_action_clear_category'                 => 'Clear category', | ||||
|     'rule_action_set_budget'                     => 'Set budget to ":action_value"', | ||||
| @@ -1019,4 +1033,4 @@ return [ | ||||
|     'no_bills_create_default'               => 'Create a bill', | ||||
|  | ||||
|  | ||||
| ]; | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user