mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
huge Laravel 10 upgrade
This commit is contained in:
20
resources/lang/vendor/wireui/fr/messages.php
vendored
Normal file
20
resources/lang/vendor/wireui/fr/messages.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'datePicker' =>
|
||||
array (
|
||||
'days' => '[\'Dim\', \'Lun\', \'Mar\', \'Mer\', \'Jeu\', \'Ven\', \'Sam\']',
|
||||
'months' => '[\'Janvier\', \'Février\', \'Mars\', \'Avril\', \'Mai\', \'Juin\', \'Juillet\', \'Août\', \'Septembre\', \'Octobre\', \'Novembre\', \'Décembre\']',
|
||||
'today' => 'Aujourd\'hui',
|
||||
'tomorrow' => 'Demain',
|
||||
'yesterday' => 'Hier',
|
||||
),
|
||||
'empty_options' => 'Aucune Option',
|
||||
'errors' =>
|
||||
array (
|
||||
'title' => 'Il y a eu {errors} erreurs durant votre soumission',
|
||||
),
|
||||
'loading' => 'Chargement...',
|
||||
'searchHere' => 'Cherchez ici',
|
||||
'selectTime' => 'Sélectionner l\'heure',
|
||||
);
|
||||
Reference in New Issue
Block a user