Automated dictionaries synchronization with english reference

This commit is contained in:
Timothee
2024-06-11 17:43:44 +02:00
parent 09a5d7a35f
commit d4b41d892c
158 changed files with 7594 additions and 9938 deletions

View File

@@ -13,19 +13,31 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'Class:Change' => 'Cambio',
'Class:Change+' => '~~',
'Class:Change/Attribute:approval_date' => 'Data di approvazione',
'Class:Change/Attribute:approval_date+' => '~~',
'Class:Change/Attribute:category' => 'Category~~',
'Class:Change/Attribute:category+' => '~~',
'Class:Change/Attribute:category/Value:application' => 'applicazione',
'Class:Change/Attribute:category/Value:application+' => 'application~~',
'Class:Change/Attribute:category/Value:hardware' => 'hardware',
'Class:Change/Attribute:category/Value:hardware+' => 'hardware~~',
'Class:Change/Attribute:category/Value:network' => 'rete',
'Class:Change/Attribute:category/Value:network+' => 'network~~',
'Class:Change/Attribute:category/Value:other' => 'altro',
'Class:Change/Attribute:category/Value:other+' => 'other~~',
'Class:Change/Attribute:category/Value:software' => 'software',
'Class:Change/Attribute:category/Value:software+' => 'software~~',
'Class:Change/Attribute:category/Value:system' => 'sistema',
'Class:Change/Attribute:category/Value:system+' => 'system~~',
'Class:Change/Attribute:changemanager_email' => 'Email del gestore del cambiamento',
'Class:Change/Attribute:changemanager_email+' => '~~',
'Class:Change/Attribute:changemanager_id' => 'Gestore del cambiamento',
'Class:Change/Attribute:changemanager_id+' => '~~',
'Class:Change/Attribute:child_changes_list' => 'Cambiamenti figli',
'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change~~',
'Class:Change/Attribute:creation_date' => 'Data di creazione',
'Class:Change/Attribute:creation_date+' => '~~',
'Class:Change/Attribute:fallback_plan' => 'Piano di fallback',
'Class:Change/Attribute:fallback_plan+' => '~~',
'Class:Change/Attribute:outage' => 'Interruzione',
'Class:Change/Attribute:outage+' => '~~',
'Class:Change/Attribute:outage/Value:no' => 'No',
@@ -33,13 +45,19 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'Class:Change/Attribute:outage/Value:yes' => 'Si',
'Class:Change/Attribute:outage/Value:yes+' => '~~',
'Class:Change/Attribute:parent_id' => 'Cambiamento genitore',
'Class:Change/Attribute:parent_id+' => '~~',
'Class:Change/Attribute:parent_id_friendlyname' => 'Nome del cambiamento genitore',
'Class:Change/Attribute:parent_id_friendlyname+' => '~~',
'Class:Change/Attribute:parent_name' => 'Rif. del cambiamento genitore',
'Class:Change/Attribute:parent_name+' => '~~',
'Class:Change/Attribute:reject_reason' => 'Motivo del rifiuto',
'Class:Change/Attribute:reject_reason+' => '~~',
'Class:Change/Attribute:related_incident_list' => 'Incidenti correlati',
'Class:Change/Attribute:related_incident_list+' => 'All the incidents linked to this change~~',
'Class:Change/Attribute:related_problems_list' => 'Problemi correlati',
'Class:Change/Attribute:related_problems_list+' => 'All the problems linked to this change~~',
'Class:Change/Attribute:related_request_list' => 'Richieste correlate',
'Class:Change/Attribute:related_request_list+' => 'All the user requests linked to this change~~',
'Class:Change/Attribute:status' => 'Stato',
'Class:Change/Attribute:status+' => '~~',
'Class:Change/Attribute:status/Value:approved' => 'Approvato',
@@ -89,22 +107,4 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Cambiamenti per dominio negli ultimi 7 giorni',
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Cambiamenti per stato negli ultimi 7 giorni',
'UI-ChangeManagementOverview-Last-7-days' => 'Numero di cambiamenti negli ultimi 7 giorni',
'Class:Change/Attribute:category/Value:application+' => 'application~~',
'Class:Change/Attribute:category/Value:hardware+' => 'hardware~~',
'Class:Change/Attribute:category/Value:network+' => 'network~~',
'Class:Change/Attribute:category/Value:other+' => 'other~~',
'Class:Change/Attribute:category/Value:software+' => 'software~~',
'Class:Change/Attribute:category/Value:system+' => 'system~~',
'Class:Change/Attribute:reject_reason+' => '~~',
'Class:Change/Attribute:changemanager_id+' => '~~',
'Class:Change/Attribute:changemanager_email+' => '~~',
'Class:Change/Attribute:parent_id+' => '~~',
'Class:Change/Attribute:parent_name+' => '~~',
'Class:Change/Attribute:creation_date+' => '~~',
'Class:Change/Attribute:approval_date+' => '~~',
'Class:Change/Attribute:fallback_plan+' => '~~',
'Class:Change/Attribute:related_request_list+' => 'All the user requests linked to this change~~',
'Class:Change/Attribute:related_incident_list+' => 'All the incidents linked to this change~~',
'Class:Change/Attribute:related_problems_list+' => 'All the problems linked to this change~~',
'Class:Change/Attribute:child_changes_list+' => 'All the sub changes linked to this change~~',
]);