New translations dashboard.php (French)
This commit is contained in:
@@ -18,12 +18,12 @@ return [
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Planification',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}Aucun incident, félicitations!.|[1]Vous avez signalé un incident|[2,*]Vous avez signalé <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Créer un modèle',
|
||||
'incident-templates' => 'Modèles d\'incident',
|
||||
'updates' => [
|
||||
'title' => 'Incident mis à jour pour : incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'count' => '{0} Aucune mise à jour|[1] Une mise à jour|[2] Deux mises à jour|[3,*] Plusieurs mises à jour',
|
||||
'add' => [
|
||||
'title' => 'Créer une mise à jour d\'incident',
|
||||
'success' => 'Votre nouvelle mise à jour d\'incident a été créée.',
|
||||
@@ -35,7 +35,7 @@ return [
|
||||
'failure' => 'Un problème est survenu lors de la mise à jour de l\'incident',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported by :user',
|
||||
'reported_by' => 'Signalé par :user',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un incident',
|
||||
'success' => 'Incident ajouté.',
|
||||
@@ -75,7 +75,7 @@ return [
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Maintenance Planifiée',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'logged' => '{0} Aucune maintenance en cours, félicitations.|[1]Vous avez une maintenance planifiée.|[2,*]Vous avez <strong>:count</strong> maintenances de planifiées.',
|
||||
'scheduled_at' => 'Planifiée à :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Ajouter une maintenance planifiée',
|
||||
|
||||
Reference in New Issue
Block a user