mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +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' => 'désactivé',
|
||||
'no_webhook_messages' => 'Il n\'y a pas de messages webhook',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'Après la création de l\'opération',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'Après la mise à jour de l\'opération',
|
||||
|
||||
@@ -43,6 +43,7 @@ return [
|
||||
'invalid_query_currency' => 'Votre requête contient des comptes qui ont des paramètres de devise différents, ce qui n\'est pas autorisé.',
|
||||
'iban' => 'Il ne s\'agit pas d\'un IBAN valide.',
|
||||
'zero_or_more' => 'Le montant ne peut pas être négatif.',
|
||||
'more_than_zero' => 'The value must be more than zero.',
|
||||
'no_asset_account' => 'Ce n\'est pas un compte d\'actif.',
|
||||
'date_or_time' => 'La valeur doit être une date ou une heure valide (ISO 8601).',
|
||||
'source_equals_destination' => 'Le compte source est identique au compte de destination.',
|
||||
@@ -142,6 +143,7 @@ return [
|
||||
'min.array' => 'Le tableau :attribute doit avoir au moins :min éléments.',
|
||||
'not_in' => 'Le champ :attribute sélectionné n\'est pas valide.',
|
||||
'numeric' => 'Le champ :attribute doit contenir un nombre.',
|
||||
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
|
||||
'numeric_native' => 'Le montant natif doit être un nombre.',
|
||||
'numeric_destination' => 'Le montant de destination doit être un nombre.',
|
||||
'numeric_source' => 'Le montant source doit être un nombre.',
|
||||
|
||||
Reference in New Issue
Block a user