mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update language configuration.
This commit is contained in:
@@ -32,7 +32,7 @@ return [
|
||||
'month_and_day_no_year' => '%e %B',
|
||||
'date_time' => '%B %e %Y @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year' => 'Semaine %V, %G',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
|
||||
@@ -197,7 +197,7 @@ return [
|
||||
'generic_invalid_destination' => 'Vous ne pouvez pas utiliser ce compte comme compte de destination.',
|
||||
|
||||
'gte.numeric' => 'La valeur de :attribute doit être supérieure ou égale à :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
'gte.file' => 'L\'attribut :attribute doit contenir au moins :value kilo-octets.',
|
||||
'gte.string' => 'Le texte :attribute doit contenir au moins :value caractères.',
|
||||
'gte.array' => 'L\'attribut :attribute doit avoir :value éléments ou plus.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user