Update language configuration.

This commit is contained in:
James Cole
2020-01-27 19:33:58 +01:00
parent 90b3bce361
commit 17c8be37f5
5 changed files with 113 additions and 103 deletions

View File

@@ -8,3 +8,5 @@ uk_UA
sr_CS
et_EE
fi_FI
bg_BG
tlh_AA

View File

@@ -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',

View File

@@ -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.',
];

View File

@@ -32,7 +32,7 @@ return [
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %V, %G',
'week_in_year' => 'Settimana %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM AAAA',