Skip to content

Commit

Permalink
New translations dashboard.php (French)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Mar 31, 2018
1 parent 327675d commit 6454fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/lang/fr-FR/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
'incidents' => [
'title' => 'Incidents & Planification',
'incidents' => 'Incidents',
'logged' => '{0} Aucun incident, bon travail.|Vous avez un incident signalé.|Vous avez <strong>:count</strong> incidents signalés.',
'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <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} Aucune mise à jour|[1] Une mise à jour|[2] Deux mises à jour|[3,*] Plusieurs mises à jour',
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
'add' => [
'title' => 'Créer une mise à jour d\'incident',
'success' => 'Votre nouvelle mise à jour d\'incident a été créée.',
Expand Down Expand Up @@ -75,7 +75,7 @@
// Incident Maintenance
'schedule' => [
'schedule' => 'Maintenance Planifiée',
'logged' => '{0} Aucune maintenance en cours, félicitations.|Vous avez une maintenance planifiée.|Vous avez <strong>:count</strong> maintenances planifiées.',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Planifiée à :timestamp',
'add' => [
'title' => 'Ajouter une maintenance planifiée',
Expand Down

0 comments on commit 6454fb3

Please sign in to comment.