Skip to content

Commit

Permalink
Merge pull request #239 from dbarzin/dev
Browse files Browse the repository at this point in the history
Fix FR text
  • Loading branch information
dbarzin authored Dec 13, 2024
2 parents 98d9588 + cddfe73 commit b497c9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/lang/fr/cruds.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'measures' => 'Mesures de sécurité',
'controls' => 'Contrôles',
'action_plans' => 'Plans d\'action',
'next_controls' => 'Contrôles plannifiés les 30 prochains jours',
'next_controls' => 'Contrôles planifiés les 30 prochains jours',
'control_status' => 'Etat des contrôles',
'control_planning' => 'Planning des contrôles',
],
Expand All @@ -21,7 +21,7 @@
'name' => 'Nom',
'scope' => 'Périmètre',
'action' => 'Plan d\'action',
'plan_date' => 'Date de plannification',
'plan_date' => 'Date de planification',
'next_date' => 'Date de revue',
'note' => 'Score',
'objective' => 'Objectif',
Expand Down Expand Up @@ -78,7 +78,7 @@
'note' => 'Note',
'objective' => 'Objectif',
'observations' => 'Observations',
'plan_date' => 'Date de plannification',
'plan_date' => 'Date de planification',
'period' => 'Période',
'periodicity' => 'Périodicité',
'planned' => 'Planifié',
Expand All @@ -103,7 +103,7 @@
'edit' => 'Modifier un contrôle de sécurité',
'history' => 'Planning',
'make' => 'Réaliser un contrôle',
'plan' => 'Plannifier un contrôle',
'plan' => 'Planifier un contrôle',
'radar' => 'Etat des contrôles de sécurité',
'title' => 'Contrôles',
'title_singular' => 'Contrôle',
Expand All @@ -128,7 +128,7 @@
'index' => 'Liste des mesures de sécurité',
'create' => 'Ajouter une mesure de sécurité',
'edit' => 'Modifier une mesure de sécurité',
'plan' => 'Plannifier un contrôle'
'plan' => 'Planifier un contrôle'
],
'notification' => [
'subject' => 'Liste des contrôles à réaliser',
Expand Down

0 comments on commit b497c9d

Please sign in to comment.