mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code for new release.
This commit is contained in:
		| @@ -43,6 +43,7 @@ return [ | ||||
|     'invalid_query_currency'          => 'O seu inquérito contém contas com configurações de moeda diferentes, o que não é permitido.', | ||||
|     'iban'                            => 'Este IBAN não é valido.', | ||||
|     'zero_or_more'                    => 'O valor não pode ser negativo.', | ||||
|     'more_than_zero'                  => 'The value must be more than zero.', | ||||
|     'no_asset_account'                => 'This is not an asset account.', | ||||
|     'date_or_time'                    => 'O valor deve ser uma data ou hora válida (ISO 8601).', | ||||
|     'source_equals_destination'       => 'A conta de origem é igual à conta de destino.', | ||||
| @@ -142,6 +143,7 @@ return [ | ||||
|     'min.array'                       => 'O :attribute tem de ter, pelo menos, :min itens.', | ||||
|     'not_in'                          => 'O :attribute selecionado é inválido.', | ||||
|     'numeric'                         => 'O :attribute tem de ser um número.', | ||||
|     'scientific_notation'             => 'The :attribute cannot use the scientific notation.', | ||||
|     'numeric_native'                  => 'O montante nativo tem de ser um número.', | ||||
|     'numeric_destination'             => 'O montante de destino tem de ser um número.', | ||||
|     'numeric_source'                  => 'O montante de origem tem de ser um número.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user