N°6381 - Add rank on Enums of default DataModel

This commit is contained in:
vdumas
2023-06-08 18:56:21 +02:00
parent cc8c6ac027
commit 0fb770783d
12 changed files with 102 additions and 26 deletions

View File

@@ -64,9 +64,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
//
Dict::Add('FR FR', 'French', 'Français', array(
'Class:Change' => 'Ticket de changement',
'Class:Change' => 'Ticket de Changement',
'Class:Change+' => '',
'Class:Change/Attribute:status' => 'Etat',
'Class:Change/Attribute:status' => 'Statut',
'Class:Change/Attribute:status+' => '',
'Class:Change/Attribute:status/Value:new' => 'Nouveau',
'Class:Change/Attribute:status/Value:new+' => '',
@@ -80,10 +80,10 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Change/Attribute:status/Value:approved+' => '',
'Class:Change/Attribute:status/Value:closed' => 'Fermé',
'Class:Change/Attribute:status/Value:closed+' => '',
'Class:Change/Attribute:category' => 'Categorie',
'Class:Change/Attribute:category' => 'Catégorie',
'Class:Change/Attribute:category+' => '',
'Class:Change/Attribute:category/Value:application' => 'application',
'Class:Change/Attribute:category/Value:application+' => 'application',
'Class:Change/Attribute:category/Value:application' => 'Application',
'Class:Change/Attribute:category/Value:application+' => 'Application',
'Class:Change/Attribute:category/Value:hardware' => 'Matériel',
'Class:Change/Attribute:category/Value:hardware+' => 'Matériel',
'Class:Change/Attribute:category/Value:network' => 'Réseau',
@@ -92,8 +92,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Change/Attribute:category/Value:other+' => 'Autre',
'Class:Change/Attribute:category/Value:software' => 'Logiciel',
'Class:Change/Attribute:category/Value:software+' => 'Logiciel',
'Class:Change/Attribute:category/Value:system' => 'système',
'Class:Change/Attribute:category/Value:system+' => 'système',
'Class:Change/Attribute:category/Value:system' => 'Système',
'Class:Change/Attribute:category/Value:system+' => 'Système',
'Class:Change/Attribute:reject_reason' => 'Raison du rejet',
'Class:Change/Attribute:reject_reason+' => '',
'Class:Change/Attribute:changemanager_id' => 'Responsable du changement',
@@ -110,7 +110,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:Change/Attribute:approval_date+' => '',
'Class:Change/Attribute:fallback_plan' => 'Plan de secours',
'Class:Change/Attribute:fallback_plan+' => '',
'Class:Change/Attribute:related_request_list' => 'Requêtes liées',
'Class:Change/Attribute:related_request_list' => 'Demandes liées',
'Class:Change/Attribute:related_request_list+' => 'Toutes les demandes utilisateurs liées à ce changement',
'Class:Change/Attribute:related_incident_list' => 'Incidents liés',
'Class:Change/Attribute:related_incident_list+' => 'Tous les incidents liés à ce changement',