mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Rebuild frontend.
This commit is contained in:
		| @@ -298,6 +298,8 @@ return [ | ||||
|     'search_modifier_has_any_category'                    => 'The transaction must have a (any) category', | ||||
|     'search_modifier_has_no_budget'                       => 'The transaction must have no budget', | ||||
|     'search_modifier_has_any_budget'                      => 'The transaction must have a (any) budget', | ||||
|     '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'                          => '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"', | ||||
| @@ -525,6 +527,10 @@ return [ | ||||
|     'rule_trigger_has_no_budget'                          => 'Tapahtumalla ei ole budjettia', | ||||
|     'rule_trigger_has_any_budget_choice'                  => 'On budjetti (mikä tahansa)', | ||||
|     'rule_trigger_has_any_budget'                         => 'Tapahtumalla on budjetti (mikä tahansa)', | ||||
|     'rule_trigger_has_no_bill_choice'                     => 'Has no bill', | ||||
|     'rule_trigger_has_no_bill'                            => 'Transaction has no bill', | ||||
|     'rule_trigger_has_any_bill_choice'                    => 'Has a (any) bill', | ||||
|     'rule_trigger_has_any_bill'                           => 'Transaction has a (any) bill', | ||||
|     'rule_trigger_has_no_tag_choice'                      => 'Ei tägejä', | ||||
|     'rule_trigger_has_no_tag'                             => 'Tapahtumalla ei ole tägejä', | ||||
|     'rule_trigger_has_any_tag_choice'                     => 'On tägi/tägejä (mitä tahansa)', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user