updated translations
This commit is contained in:
20
resources/lang/fr-FR/recurring.php
Normal file
20
resources/lang/fr-FR/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Récurrent',
|
||||
'every' => 'Tous les',
|
||||
'period' => 'Période',
|
||||
'times' => 'Fois',
|
||||
'daily' => 'Quotidien',
|
||||
'weekly' => 'Hebdomadaire',
|
||||
'monthly' => 'Mensuel',
|
||||
'yearly' => 'Annuel',
|
||||
'custom' => 'Personnalisé',
|
||||
'days' => 'Jour(s)',
|
||||
'weeks' => 'Semaine(s)',
|
||||
'months' => 'Mois',
|
||||
'years' => 'Année(s)',
|
||||
'message' => 'Il s\'agit d\'un :type récurrent et le prochain :type sera automatiquement généré le :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user