N°8776, N°8623, N°8496, N°8445, N°8378, N°8040 & N°7755 (#769)

* N°8776 - Move Attachemnt above caselog in the UR form in the portal
* N°8623 - French dictionaries, fix missing entries
* N°8496 - Add tooltips on Known Error class
* N°8445 - Color "Priority" on Userrequest & Incident in ITIL
* N°8378 - Missing rights on incident for SuperUser
* N°8040 - FR dico replacing left "Statut" by "Etat"
* N°7755 - Add tto_time_spent and ttr_time_spent on standard datamodel
This commit is contained in:
Vincent Dumas
2025-11-14 09:33:48 +01:00
committed by GitHub
parent 58eae4dde3
commit fa8ecb956e
86 changed files with 622 additions and 351 deletions

View File

@@ -14,43 +14,43 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'Class:KnownError' => 'Errori conosciuti',
'Class:KnownError+' => 'Errori documentati per problemi noti',
'Class:KnownError/Attribute:name' => 'Nome',
'Class:KnownError/Attribute:name+' => '',
'Class:KnownError/Attribute:name+' => 'This is expected to be a unique identifier within the Known Errors of this organization~~',
'Class:KnownError/Attribute:org_id' => 'Cliente ',
'Class:KnownError/Attribute:org_id+' => '',
'Class:KnownError/Attribute:org_id+' => 'Link the known error to the service provider in charge of handling them, or maybe to a customer organization if the error is specific to them~~',
'Class:KnownError/Attribute:cust_name' => 'Nome del cliente',
'Class:KnownError/Attribute:cust_name+' => '',
'Class:KnownError/Attribute:problem_id' => 'Problema correlato',
'Class:KnownError/Attribute:problem_id+' => '',
'Class:KnownError/Attribute:problem_id+' => 'The problem which couldn\'t be solved immediately and has led to the creation of this known error~~',
'Class:KnownError/Attribute:problem_ref' => 'Ref',
'Class:KnownError/Attribute:problem_ref+' => '',
'Class:KnownError/Attribute:symptom' => 'Sintomo',
'Class:KnownError/Attribute:symptom+' => '',
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
'Class:KnownError/Attribute:root_cause' => 'Causa principale',
'Class:KnownError/Attribute:root_cause+' => '',
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
'Class:KnownError/Attribute:workaround' => 'Soluzione temporanea',
'Class:KnownError/Attribute:workaround+' => '',
'Class:KnownError/Attribute:workaround+' => 'How to bypass the effects of this error until a proper solution is found?~~',
'Class:KnownError/Attribute:solution' => 'Soluzione',
'Class:KnownError/Attribute:solution+' => '',
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
'Class:KnownError/Attribute:error_code' => 'Codice di errore',
'Class:KnownError/Attribute:error_code+' => '',
'Class:KnownError/Attribute:error_code+' => 'If a specific error code is associated to this known error, specify it here~~',
'Class:KnownError/Attribute:domain' => 'Dominio',
'Class:KnownError/Attribute:domain+' => '',
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
'Class:KnownError/Attribute:domain/Value:Application' => 'Applicazione',
'Class:KnownError/Attribute:domain/Value:Application+' => 'Applicazione',
'Class:KnownError/Attribute:domain/Value:Application+' => '',
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop',
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Desktop',
'Class:KnownError/Attribute:domain/Value:Desktop+' => '',
'Class:KnownError/Attribute:domain/Value:Network' => 'Network',
'Class:KnownError/Attribute:domain/Value:Network+' => 'Network',
'Class:KnownError/Attribute:domain/Value:Network+' => '',
'Class:KnownError/Attribute:domain/Value:Server' => 'Server',
'Class:KnownError/Attribute:domain/Value:Server+' => 'Server',
'Class:KnownError/Attribute:domain/Value:Server+' => '',
'Class:KnownError/Attribute:vendor' => 'Venditore',
'Class:KnownError/Attribute:vendor+' => '',
'Class:KnownError/Attribute:vendor+' => 'A free text field to identify the vendor of the CI(s) concerned by this known error~~',
'Class:KnownError/Attribute:model' => 'Modello',
'Class:KnownError/Attribute:model+' => '',
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
'Class:KnownError/Attribute:version' => 'Versione',
'Class:KnownError/Attribute:version+' => '',
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
'Class:KnownError/Attribute:ci_list' => 'CIs',
'Class:KnownError/Attribute:ci_list+' => 'All the configuration items that are related to this known error~~',
'Class:KnownError/Attribute:ci_list+' => 'The configuration items that are potentially impacted by this known error~~',
'Class:KnownError/Attribute:document_list' => 'Documenti',
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error~~',
]);