Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
//

Dict::Add('FR FR', 'French', 'Français', [
'Class:UserLDAP/Attribute:ldap_server' => 'Ldap server~~',
'Class:UserLDAP/Attribute:ldap_server+' => '~~',
'Class:UserLDAP/Attribute:ldap_server' => 'Serveur LDAP',
'Class:UserLDAP/Attribute:ldap_server+' => 'Serveur LDAP utilisé pour l\'authentification de cet utilisateur',
]);
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'Class:UserLocal/Attribute:password' => 'Mot de passe',
'Class:UserLocal/Attribute:password+' => '',
'Class:UserLocal/Attribute:expiration' => 'Validité du mot de passe',
'Class:UserLocal/Attribute:expiration+' => 'Statut du mot de passe (nécessite une extension pour avoir un effet)',
'Class:UserLocal/Attribute:expiration+' => 'État du mot de passe (nécessite une extension pour avoir un effet)',
'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Durée limitée',
'Class:UserLocal/Attribute:expiration/Value:can_expire+' => '',
'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Permanente',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changements par catégorie',
'UI-ChangeManagementOverview-Last-7-days' => 'Changements par jour',
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Changements par domaine',
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Changements par statut',
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Changements par état',
'Tickets:Related:OpenChanges' => 'Changements en cours',
'Tickets:Related:RecentChanges' => 'Changements récents (72h)',
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'UI-ChangeManagementOverview-ChangeByCategory-last-7-days' => 'Changements par catégorie',
'UI-ChangeManagementOverview-Last-7-days' => 'Changements par jour',
'UI-ChangeManagementOverview-ChangeByDomain-last-7-days' => 'Changements par domaine',
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Changements par statut',
'UI-ChangeManagementOverview-ChangeByStatus-last-7-days' => 'Changements par état',
'Tickets:Related:OpenChanges' => 'Changements en cours',
'Tickets:Related:RecentChanges' => 'Changements récents (72h)',
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1786,8 +1786,8 @@
//

Dict::Add('FR FR', 'French', 'Français', [
'Class:PhysicalInterface/Attribute:org_id' => 'Org id~~',
'Class:PhysicalInterface/Attribute:org_id+' => '~~',
'Class:PhysicalInterface/Attribute:location_id' => 'Location id~~',
'Class:PhysicalInterface/Attribute:location_id+' => '~~',
'Class:PhysicalInterface/Attribute:org_id' => 'Organisation',
'Class:PhysicalInterface/Attribute:org_id+' => '',
'Class:PhysicalInterface/Attribute:location_id' => 'Site',
'Class:PhysicalInterface/Attribute:location_id+' => '',
]);
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,35 @@
<values>
<value id="1">
<code>1</code>
<style>
<main_color>$ibo-color-danger-700</main_color>
<complementary_color>$ibo-color-white-100</complementary_color>
<decoration_classes>fas fa-fire</decoration_classes>
</style>
</value>
<value id="2">
<code>2</code>
<style>
<main_color>$ibo-color-warning-700</main_color>
<complementary_color>$ibo-color-white-100</complementary_color>
<decoration_classes/>
</style>
</value>
<value id="3">
<code>3</code>
<style>
<main_color>$ibo-color-information-700</main_color>
<complementary_color>$ibo-color-white-100</complementary_color>
<decoration_classes/>
</style>
</value>
<value id="4">
<code>4</code>
<style>
<main_color>$ibo-color-grey-700</main_color>
<complementary_color>$ibo-color-white-100</complementary_color>
<decoration_classes/>
</style>
</value>
</values>
<dependencies>
Expand Down Expand Up @@ -363,6 +383,10 @@
<target_attcode>tto</target_attcode>
<item_code>100_overrun</item_code>
</field>
<field id="tto_time_spent" xsi:type="AttributeSubItem">
<target_attcode>tto</target_attcode>
<item_code>timespent</item_code>
</field>
<field id="ttr_escalation_deadline" xsi:type="AttributeSubItem">
<target_attcode>ttr</target_attcode>
<item_code>100_deadline</item_code>
Expand All @@ -375,6 +399,10 @@
<target_attcode>ttr</target_attcode>
<item_code>100_overrun</item_code>
</field>
<field id="ttr_time_spent" xsi:type="AttributeSubItem">
<target_attcode>ttr</target_attcode>
<item_code>timespent</item_code>
</field>
<field id="time_spent" xsi:type="AttributeDuration">
<sql>time_spent</sql>
<default_value/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
'Class:Incident/Attribute:tto+' => '',
'Class:Incident/Attribute:ttr' => 'ttr',
'Class:Incident/Attribute:ttr+' => '',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'Požadovaný čas přidělení',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'TTO vypršel',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
'Class:Incident/Attribute:tto+' => '',
'Class:Incident/Attribute:ttr' => 'TTR (Time To Resolve)',
'Class:Incident/Attribute:ttr+' => '',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO-Deadline',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO overskredet',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
'Class:Incident/Attribute:tto+' => '',
'Class:Incident/Attribute:ttr' => 'TTR (Time To Resolve)',
'Class:Incident/Attribute:ttr+' => '',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO-Deadline',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO verletzt',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
'Class:Incident/Attribute:tto+' => 'Time To Own',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => 'Time To Resolve',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent',
'Class:Incident/Attribute:tto_time_spent+' => '',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent',
'Class:Incident/Attribute:ttr_time_spent+' => '',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
'Class:Incident/Attribute:tto+' => 'Time To Own',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => 'Time To Resolve',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
'Class:Incident/Attribute:tto+' => 'Tiempo de Asignación',
'Class:Incident/Attribute:ttr' => 'TDS - Tiempo de Solución',
'Class:Incident/Attribute:ttr+' => 'Tiempo de Solución',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'Límite de Tiempo de Asignación',
'Class:Incident/Attribute:tto_escalation_deadline+' => 'Límite de Tiempo de Asignación',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA de Tiempo de Asignación Cumplido',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => 'Delai garanti d\'assignation',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => 'Délai garanti de résolution',
'Class:Incident/Attribute:tto_time_spent' => 'TTO temps passé',
'Class:Incident/Attribute:tto_time_spent+' => '',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR temps passé',
'Class:Incident/Attribute:ttr_time_spent+' => '',
'Class:Incident/Attribute:tto_escalation_deadline' => 'Echéance TTO',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO dépassé ?',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => 'Time To Own~~',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => 'Time To Resolve~~',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO határidő',
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO letelve',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => 'Time To Own~~',
'Class:Incident/Attribute:ttr' => 'ttr',
'Class:Incident/Attribute:ttr+' => 'Time To Resolve~~',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'tto deadline',
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto superato',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => '',
'Class:Incident/Attribute:ttr' => 'ttr',
'Class:Incident/Attribute:ttr+' => '',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO 期限',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto 合格',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
'Class:Incident/Attribute:tto+' => '',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => '',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'Deadline TTO',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO gepasseerd',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => '',
'Class:Incident/Attribute:ttr' => 'czas na rozwiązanie (TTR)',
'Class:Incident/Attribute:ttr+' => '',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'Ostateczny termin podjęcia (TTO)',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'Gwarantowany czas podjęcia (SLA tto) zaliczony',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => 'Tempo para atribuição',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => 'Tempo para solução',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'Prazo determinado de atribuição (TTO)',
'Class:Incident/Attribute:tto_escalation_deadline+' => 'Prazo determinado de Tempo para atribuição (TTO)',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO superado',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
'Class:Incident/Attribute:tto+' => '',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => '',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'Срок TTO',
'Class:Incident/Attribute:tto_escalation_deadline+' => 'Крайний срок назаначения агента (принятия в работу) по текущему SLA',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO пропущено',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => 'Time To Own~~',
'Class:Incident/Attribute:ttr' => 'TTR~~',
'Class:Incident/Attribute:ttr+' => 'Time To Resolve~~',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed~~',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'Class:Incident/Attribute:tto+' => 'Time To Own~~',
'Class:Incident/Attribute:ttr' => 'TTR~~',
'Class:Incident/Attribute:ttr+' => 'Time To Resolve~~',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed~~',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
'Class:Incident/Attribute:tto+' => '响应时间',
'Class:Incident/Attribute:ttr' => 'TTR',
'Class:Incident/Attribute:ttr+' => '解决时限',
'Class:Incident/Attribute:tto_time_spent' => 'TTO time spent~~',
'Class:Incident/Attribute:tto_time_spent+' => '~~',
'Class:Incident/Attribute:ttr_time_spent' => 'TTR time spent~~',
'Class:Incident/Attribute:ttr_time_spent+' => '~~',
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO截止日期',
'Class:Incident/Attribute:tto_escalation_deadline+' => '',
'Class:Incident/Attribute:sla_tto_passed' => 'SLA TTO合格',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@
'Class:KnownError' => 'Známá chyba',
'Class:KnownError+' => 'Pro známou příčinu zdokumentovaná chyba',
'Class:KnownError/Attribute:name' => 'Název',
'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' => 'Zákazník',
'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' => 'Název zákazníka',
'Class:KnownError/Attribute:cust_name+' => '',
'Class:KnownError/Attribute:problem_id' => 'Související problém',
'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' => 'ID Souvisejícího problému',
'Class:KnownError/Attribute:problem_ref+' => '',
'Class:KnownError/Attribute:symptom' => 'Příznak',
'Class:KnownError/Attribute:symptom+' => '',
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
'Class:KnownError/Attribute:root_cause' => 'Primární příčina',
'Class:KnownError/Attribute:root_cause+' => '',
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
'Class:KnownError/Attribute:workaround' => 'Náhradní řešení (workaround)',
'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' => 'Řešení',
'Class:KnownError/Attribute:solution+' => '',
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
'Class:KnownError/Attribute:error_code' => 'Kód chyby',
'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' => 'Oblast',
'Class:KnownError/Attribute:domain+' => '',
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
'Class:KnownError/Attribute:domain/Value:Application' => 'Aplikace',
'Class:KnownError/Attribute:domain/Value:Application+' => '',
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop',
Expand All @@ -46,11 +46,11 @@
'Class:KnownError/Attribute:domain/Value:Server' => 'Server',
'Class:KnownError/Attribute:domain/Value:Server+' => '',
'Class:KnownError/Attribute:vendor' => 'Dodavatel',
'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' => 'Model',
'Class:KnownError/Attribute:model+' => '',
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
'Class:KnownError/Attribute:version' => 'Verze',
'Class:KnownError/Attribute:version+' => '',
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
'Class:KnownError/Attribute:ci_list' => 'Konfigurační položky',
'Class:KnownError/Attribute:ci_list+' => 'Všechny konfigurační položky vztahující se k této známé chybě',
'Class:KnownError/Attribute:document_list' => 'Dokumenty',
Expand Down
Loading