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:
		| @@ -243,7 +243,7 @@ return [ | ||||
|     // Webhooks
 | ||||
|     'webhooks'                                            => 'Webhooks', | ||||
|     'webhooks_breadcrumb'                                 => 'Webhooks', | ||||
|     'webhooks_menu_disabled'                              => 'disabled', | ||||
|     'webhooks_menu_disabled'                              => 'deshabilitat', | ||||
|     'no_webhook_messages'                                 => 'No hi ha missatges webhook', | ||||
|     'webhook_trigger_STORE_TRANSACTION'                   => 'Després de crear la transacció', | ||||
|     'webhook_trigger_UPDATE_TRANSACTION'                  => 'Després d\'actualitzar la transacció', | ||||
|   | ||||
| @@ -43,6 +43,7 @@ return [ | ||||
|     'invalid_query_currency'          => 'La consulta conté comptes amb diferents preferències de moneda, cosa que no és permesa.', | ||||
|     'iban'                            => 'Aquest IBAN no és vàlid.', | ||||
|     'zero_or_more'                    => 'El valor no pot ser negatiu.', | ||||
|     'more_than_zero'                  => 'The value must be more than zero.', | ||||
|     'no_asset_account'                => 'Aquest no és un compte d\'actius.', | ||||
|     'date_or_time'                    => 'El valor ha de ser una data o hora vàlida (ISO 8601).', | ||||
|     'source_equals_destination'       => 'El compte d\'origen és el mateix que el compte de destí.', | ||||
| @@ -142,6 +143,7 @@ return [ | ||||
|     'min.array'                       => 'El camp :attribute ha de tenir com a mínim :min elements.', | ||||
|     'not_in'                          => 'El camp :attribute seleccionat no és vàlid.', | ||||
|     'numeric'                         => 'El camp :attribute ha de ser un número.', | ||||
|     'scientific_notation'             => 'The :attribute cannot use the scientific notation.', | ||||
|     'numeric_native'                  => 'La quantitat nativa ha de ser un número.', | ||||
|     'numeric_destination'             => 'La quantitat de destí ha de ser un número.', | ||||
|     'numeric_source'                  => 'La quantitat d\'origen ha de ser un número.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user