mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Code for new release.
This commit is contained in:
		| @@ -43,6 +43,7 @@ return [ | ||||
|     'invalid_query_currency'          => 'Your query contains accounts that have different currency settings, which is not allowed.', | ||||
|     'iban'                            => 'Това е невалиден IBAN.', | ||||
|     'zero_or_more'                    => 'Стойността не може да бъде отрицателна.', | ||||
|     'more_than_zero'                  => 'The value must be more than zero.', | ||||
|     'no_asset_account'                => 'This is not an asset account.', | ||||
|     'date_or_time'                    => 'Стойността трябва да е валидна дата и време (ISO 8601).', | ||||
|     'source_equals_destination'       => 'Разходната сметка е еднаква на приходната сметка.', | ||||
| @@ -142,6 +143,7 @@ return [ | ||||
|     'min.array'                       => ':attribute трябва да има поне :min елемента.', | ||||
|     'not_in'                          => 'Избраният :attribute е невалиден.', | ||||
|     'numeric'                         => ':attribute трябва да бъде число.', | ||||
|     'scientific_notation'             => 'The :attribute cannot use the scientific notation.', | ||||
|     'numeric_native'                  => 'Сумата в основна валута трябва да бъде число.', | ||||
|     'numeric_destination'             => 'Сумата в приходната сметка трябва да е число.', | ||||
|     'numeric_source'                  => 'Сумата в разходната сметка трябва да е число.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user