mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
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:
@@ -21,6 +21,6 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
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',
|
||||
]);
|
||||
|
||||
@@ -16,7 +16,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'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',
|
||||
|
||||
@@ -31,7 +31,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'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)',
|
||||
]);
|
||||
|
||||
@@ -31,7 +31,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'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)',
|
||||
]);
|
||||
|
||||
@@ -1786,8 +1786,8 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
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+' => '',
|
||||
]);
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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/>
|
||||
|
||||
@@ -141,6 +141,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'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',
|
||||
|
||||
@@ -140,6 +140,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'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',
|
||||
|
||||
@@ -140,6 +140,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'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',
|
||||
|
||||
@@ -151,6 +151,10 @@ Dict::Add('EN US', 'English', 'English', [
|
||||
'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',
|
||||
|
||||
@@ -151,6 +151,10 @@ Dict::Add('EN GB', 'British English', 'British English', [
|
||||
'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',
|
||||
|
||||
@@ -137,6 +137,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'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',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'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é ?',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'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',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'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',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'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 合格',
|
||||
|
||||
@@ -141,6 +141,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'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',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'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',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'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',
|
||||
|
||||
@@ -140,6 +140,10 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'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 пропущено',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'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~~',
|
||||
|
||||
@@ -139,6 +139,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'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~~',
|
||||
|
||||
@@ -150,6 +150,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'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合格',
|
||||
|
||||
@@ -16,27 +16,27 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'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',
|
||||
@@ -46,11 +46,11 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'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',
|
||||
|
||||
@@ -15,43 +15,43 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'Class:KnownError' => 'Known Error',
|
||||
'Class:KnownError+' => 'Dokumenterede fejl for et bestående Issue',
|
||||
'Class:KnownError/Attribute:name' => 'Navn',
|
||||
'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' => 'Kunde',
|
||||
'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' => 'Kundennavn',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Tilhørende problem',
|
||||
'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' => 'Reference',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptom',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Grund årsag',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => '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' => 'Løsning',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Fejlkode',
|
||||
'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' => 'Område',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Anvendelse',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Anvendelse',
|
||||
'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' => 'Netværk',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Netværk',
|
||||
'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' => 'Leverandør',
|
||||
'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' => 'Version',
|
||||
'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' => 'Dokumenter',
|
||||
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error~~',
|
||||
]);
|
||||
|
||||
@@ -15,41 +15,41 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'Class:KnownError' => 'Known Error',
|
||||
'Class:KnownError+' => 'Dokumentierter Fehler für ein Problem',
|
||||
'Class:KnownError/Attribute:name' => 'Name',
|
||||
'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' => 'Kunde',
|
||||
'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' => 'Kundenname',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Zugehöriges Problem',
|
||||
'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' => 'Referenz',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptom',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Grundursache',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => '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' => 'Lösung',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Fehlercode',
|
||||
'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' => 'Bereich',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Anwendung',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Anwendung',
|
||||
'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' => 'Netzwerk',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Netzwerk',
|
||||
'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' => 'Anbieter',
|
||||
'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' => 'Modell',
|
||||
'Class:KnownError/Attribute:model+' => '',
|
||||
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:version' => 'Version',
|
||||
'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+' => 'Alle CIs, die mit diesem Known Error verknüpft sind',
|
||||
'Class:KnownError/Attribute:document_list' => 'Dokumente',
|
||||
|
||||
@@ -55,43 +55,43 @@ Dict::Add('EN US', 'English', 'English', [
|
||||
'Class:KnownError' => 'Known Error',
|
||||
'Class:KnownError+' => 'Error documented for a known issue',
|
||||
'Class:KnownError/Attribute:name' => 'Name',
|
||||
'Class:KnownError/Attribute:name+' => '',
|
||||
'Class:KnownError/Attribute:org_id' => 'Customer',
|
||||
'Class:KnownError/Attribute:org_id+' => '',
|
||||
'Class:KnownError/Attribute:cust_name' => 'Customer 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' => 'Organization',
|
||||
'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' => 'Organization Name',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Related Problem',
|
||||
'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' => 'Related Problem Ref',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptom',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Root Cause',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?',
|
||||
'Class:KnownError/Attribute:workaround' => 'Work around',
|
||||
'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' => 'Solution',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?',
|
||||
'Class:KnownError/Attribute:error_code' => 'Error Code',
|
||||
'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' => 'Domain',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Application',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application',
|
||||
'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' => 'Vendor',
|
||||
'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' => 'Version',
|
||||
'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' => 'Documents',
|
||||
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error',
|
||||
]);
|
||||
|
||||
@@ -55,43 +55,43 @@ Dict::Add('EN GB', 'British English', 'British English', [
|
||||
'Class:KnownError' => 'Known Error',
|
||||
'Class:KnownError+' => 'Error documented for a known issue',
|
||||
'Class:KnownError/Attribute:name' => 'Name',
|
||||
'Class:KnownError/Attribute:name+' => '',
|
||||
'Class:KnownError/Attribute:org_id' => 'Customer',
|
||||
'Class:KnownError/Attribute:org_id+' => '',
|
||||
'Class:KnownError/Attribute:name+' => 'This is expected to be a unique identifier within the Known Errors of this organization~~',
|
||||
'Class:KnownError/Attribute:org_id' => 'Organization',
|
||||
'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' => 'Customer Name',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Related Problem',
|
||||
'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' => 'Related Problem Ref',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptom',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Root Cause',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Work around',
|
||||
'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' => 'Solution',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Error Code',
|
||||
'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' => 'Domain',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Application',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application',
|
||||
'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' => 'Vendor',
|
||||
'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' => 'Version',
|
||||
'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' => 'Documents',
|
||||
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error',
|
||||
]);
|
||||
|
||||
@@ -12,45 +12,45 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'Class:KnownError' => 'Error Conocido',
|
||||
'Class:KnownError+' => 'Documentación para un error conocido',
|
||||
'Class:KnownError/Attribute:name' => 'Nombre',
|
||||
'Class:KnownError/Attribute:name+' => 'Nombre del Error Conocido',
|
||||
'Class:KnownError/Attribute:name+' => 'This is expected to be a unique identifier within the Known Errors of this organization~~',
|
||||
'Class:KnownError/Attribute:org_id' => 'Organización',
|
||||
'Class:KnownError/Attribute:org_id+' => 'Organización',
|
||||
'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' => 'Nombre',
|
||||
'Class:KnownError/Attribute:cust_name+' => 'Nombre',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Problema Relacionado',
|
||||
'Class:KnownError/Attribute:problem_id+' => 'Problema',
|
||||
'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' => 'Referencia',
|
||||
'Class:KnownError/Attribute:problem_ref+' => 'Refencia',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Síntoma',
|
||||
'Class:KnownError/Attribute:symptom+' => 'Síntoma',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Causa Raíz',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'Causa Raíz',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Solución Temporal',
|
||||
'Class:KnownError/Attribute:workaround+' => 'Solución Temporal',
|
||||
'Class:KnownError/Attribute:workaround+' => 'How to bypass the effects of this error until a proper solution is found?~~',
|
||||
'Class:KnownError/Attribute:solution' => 'Solución Final',
|
||||
'Class:KnownError/Attribute:solution+' => 'Solución Final',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Código de Error',
|
||||
'Class:KnownError/Attribute:error_code+' => 'Código de Error',
|
||||
'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+' => 'Dominio',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Aplicación',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Aplicación',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Escritorio',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Escritorio',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Network' => 'Red',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Red',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'Servidor',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => 'Servidor',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'Proveedor',
|
||||
'Class:KnownError/Attribute:vendor+' => 'Proveedor',
|
||||
'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' => 'Modelo',
|
||||
'Class:KnownError/Attribute:model+' => 'Modelo',
|
||||
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:version' => 'Versión',
|
||||
'Class:KnownError/Attribute:version+' => 'Versión',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'ECs',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'ECs',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'The configuration items that are potentially impacted by this known error~~',
|
||||
'Class:KnownError/Attribute:document_list' => 'Documentos',
|
||||
'Class:KnownError/Attribute:document_list+' => 'Documentos',
|
||||
'Class:KnownError/Attribute:document_list+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -59,18 +59,18 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'Class:lnkErrorToFunctionalCI' => 'Relación Error Conocido y EC Funcional',
|
||||
'Class:lnkErrorToFunctionalCI+' => 'Relación Error Conocido y EC Funcional',
|
||||
'Class:lnkErrorToFunctionalCI+' => '',
|
||||
'Class:lnkErrorToFunctionalCI/Name' => '%1$s / %2$s',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id' => 'EC',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id+' => 'Elemento de Configuración',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name' => 'CI',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name+' => 'Elemento de Configuración',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_id' => 'Error Conocido',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_id+' => 'Error Conocido',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_id+' => '',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_name' => 'Error Conocido',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_name+' => 'Error Conocido',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_name+' => '',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:reason' => 'Motivo',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:reason+' => 'Motivo',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:reason+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
|
||||
@@ -14,43 +14,43 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:KnownError' => 'Erreur Connue',
|
||||
'Class:KnownError+' => 'Erreur documenté pour un problème connu',
|
||||
'Class:KnownError/Attribute:name' => 'Nom',
|
||||
'Class:KnownError/Attribute:name+' => '',
|
||||
'Class:KnownError/Attribute:org_id' => 'Client',
|
||||
'Class:KnownError/Attribute:org_id+' => '',
|
||||
'Class:KnownError/Attribute:cust_name' => 'Nom du client',
|
||||
'Class:KnownError/Attribute:name+' => 'Ce nom devrait être unique parmi les erreurs connues de cette organisation',
|
||||
'Class:KnownError/Attribute:org_id' => 'Organisation',
|
||||
'Class:KnownError/Attribute:org_id+' => 'Lier l\'erreur connue au fournisseur de services responsable de sa gestion, ou éventuellement à une organisation cliente si l\'erreur lui est spécifique',
|
||||
'Class:KnownError/Attribute:cust_name' => 'Nom organisation',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Problème lié',
|
||||
'Class:KnownError/Attribute:problem_id+' => '',
|
||||
'Class:KnownError/Attribute:problem_id+' => 'Le problème qui n\'ayant pû être résolu rapidement, a conduit à créer cette erreur connue',
|
||||
'Class:KnownError/Attribute:problem_ref' => 'Rérérence problème lié',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptôme',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'Quels sont les effets observables de cette erreur ?',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Cause première',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'Quelle est la cause première de cette erreur ?',
|
||||
'Class:KnownError/Attribute:workaround' => 'Contournement',
|
||||
'Class:KnownError/Attribute:workaround+' => '',
|
||||
'Class:KnownError/Attribute:workaround+' => 'Comment éviter les effets de cette erreur, en attendant sa résolution ?',
|
||||
'Class:KnownError/Attribute:solution' => 'Solution',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'Que faut-il faire pour corriger définitivement cette erreur ?',
|
||||
'Class:KnownError/Attribute:error_code' => 'Code d\'erreur',
|
||||
'Class:KnownError/Attribute:error_code+' => '',
|
||||
'Class:KnownError/Attribute:error_code+' => 'Si l\'erreur est associée à un code d\'erreur spécifique (ex: un code d\'erreur système), indiquez-le ici',
|
||||
'Class:KnownError/Attribute:domain' => 'Domaine',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choisissez le domaine technique auquel cette erreur appartient',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Application',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Bureautique',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Bureautique',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Network' => 'Réseau',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Réseau',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'Serveur',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => 'Serveur',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'Vendeur',
|
||||
'Class:KnownError/Attribute:vendor+' => '',
|
||||
'Class:KnownError/Attribute:vendor+' => 'Un texte libre pour identifier le vendeur des éléments de configuration concernés par cette erreur',
|
||||
'Class:KnownError/Attribute:model' => 'Modèle',
|
||||
'Class:KnownError/Attribute:model+' => '',
|
||||
'Class:KnownError/Attribute:model+' => 'Modèle des éléments de configuration concerné par cette erreur',
|
||||
'Class:KnownError/Attribute:version' => 'Version',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'Version des éléments de configuration concernée par cette erreur',
|
||||
'Class:KnownError/Attribute:ci_list' => 'CIs',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'Tous les éléments de configuration liés à cette erreur connue',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'Les éléments de configuration potentiellement impactés par cette erreur connue',
|
||||
'Class:KnownError/Attribute:document_list' => 'Documents',
|
||||
'Class:KnownError/Attribute:document_list+' => 'Tous les documents liés à cette erreur connue',
|
||||
]);
|
||||
@@ -67,11 +67,11 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_id+' => '',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name' => 'Nom CI',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_id' => 'Erreur',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_id' => 'Erreur connue',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_id+' => '',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_name' => 'Nom erreur',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:error_name+' => '',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:reason' => 'Reason',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:reason' => 'Motif du lien',
|
||||
'Class:lnkErrorToFunctionalCI/Attribute:reason+' => '',
|
||||
]);
|
||||
|
||||
|
||||
@@ -14,27 +14,27 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'Class:KnownError' => 'Ismert hiba',
|
||||
'Class:KnownError+' => '',
|
||||
'Class:KnownError/Attribute:name' => 'Ismert hiba név',
|
||||
'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' => 'Ügyfél',
|
||||
'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' => 'Ügyfél név',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Kapcsolódó probléma',
|
||||
'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' => 'Referenciaszám',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Hibajelenség',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Gyökér ok',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Elkerülő megoldás',
|
||||
'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' => 'Megoldás',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Hibakód',
|
||||
'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' => 'Hibatartomány',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Alkalmazás',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop',
|
||||
@@ -44,13 +44,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'Szerver',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'Gyártó',
|
||||
'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' => 'Modell',
|
||||
'Class:KnownError/Attribute:model+' => '',
|
||||
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:version' => 'Verzió',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'CI-k',
|
||||
'Class:KnownError/Attribute:ci_list+' => '',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'The configuration items that are potentially impacted by this known error~~',
|
||||
'Class:KnownError/Attribute:document_list' => 'Dokumentumok',
|
||||
'Class:KnownError/Attribute:document_list+' => '',
|
||||
]);
|
||||
|
||||
@@ -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~~',
|
||||
]);
|
||||
|
||||
@@ -14,43 +14,43 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'Class:KnownError' => '既知のエラー',
|
||||
'Class:KnownError+' => '既知の課題として文書化されたエラー',
|
||||
'Class:KnownError/Attribute:name' => '名前',
|
||||
'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' => '顧客',
|
||||
'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' => '顧客名',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => '関連する問題',
|
||||
'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' => '参照',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => '現象',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => '根本的な原因',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute: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' => '解決策',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'エラーコード',
|
||||
'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' => 'ドメイン',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'アプリケーション',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'アプリケーション',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => 'デスクトップ',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'デスクトップ',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Network' => 'ネットワーク',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'ネットワーク',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'サーバ',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => 'サーバ',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'ベンダー',
|
||||
'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' => 'モデル',
|
||||
'Class:KnownError/Attribute:model+' => '',
|
||||
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:version' => 'バージョン',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'CI',
|
||||
'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' => '文書',
|
||||
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error~~',
|
||||
]);
|
||||
|
||||
@@ -16,41 +16,41 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:KnownError' => 'Gekende fout',
|
||||
'Class:KnownError+' => 'Gedocumenteerde fout voor een gekend probleem',
|
||||
'Class:KnownError/Attribute:name' => 'Naam',
|
||||
'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' => 'Organisatie',
|
||||
'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' => 'Naam klant',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Gerelateerd probleem',
|
||||
'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. gerelateerd probleem',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptoom',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Hoofdoorzaak',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Work around',
|
||||
'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' => 'Oplossing',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Foutcode',
|
||||
'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' => 'Domein',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Applicatie',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Applicatie',
|
||||
'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' => 'Netwerk',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Netwerk',
|
||||
'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' => 'Verkoper',
|
||||
'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' => 'Versie',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'Configuratie-items',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'Alle configuratie-items gerelateerd aan deze gekende fout',
|
||||
'Class:KnownError/Attribute:document_list' => 'Documenten',
|
||||
|
||||
@@ -14,41 +14,41 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'Class:KnownError' => 'Znany błąd',
|
||||
'Class:KnownError+' => 'Udokumentowano błąd dotyczący znanego problemu',
|
||||
'Class:KnownError/Attribute:name' => 'Nazwa',
|
||||
'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' => 'Klient',
|
||||
'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' => 'Nazwa klienta',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Powiązany problem',
|
||||
'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' => 'Powiązane informacje o problemie',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptom (objaw)',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Przyczyna',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Obejście',
|
||||
'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' => 'Rozwiązanie',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Kod błędu',
|
||||
'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' => 'Domena',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Aplikacja',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Aplikacja',
|
||||
'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' => 'Sieć',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Sieć',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'Serwer',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => 'Serwer',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'Sprzedawca',
|
||||
'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' => 'Wersja',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'Konfiguracje',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'Wszystkie elementy konfiguracji związane z tym znanym błędem',
|
||||
'Class:KnownError/Attribute:document_list' => 'Dokumenty',
|
||||
|
||||
@@ -14,27 +14,27 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'Class:KnownError' => 'Erro Conhecido',
|
||||
'Class:KnownError+' => 'Erro documentado de um problema conhecido',
|
||||
'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 do cliente',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Problema relacionado',
|
||||
'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. problema relacionado',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Sintoma do erro',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Causa',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Solução de contorno',
|
||||
'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' => 'Solução',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Código do erro',
|
||||
'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' => 'Domínio',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Aplicação',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop',
|
||||
@@ -44,11 +44,11 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'Servidor',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'Fabricante',
|
||||
'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' => 'Modelo',
|
||||
'Class:KnownError/Attribute:model+' => '',
|
||||
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:version' => 'Versão',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'ICs',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'Todos os Itens de Configuração (ICs) associados à este Erro conhecido',
|
||||
'Class:KnownError/Attribute:document_list' => 'Documentos',
|
||||
|
||||
@@ -15,41 +15,41 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'Class:KnownError' => 'Известная ошибка',
|
||||
'Class:KnownError+' => 'Проблема, имеющая задокументированные корневую причину и обходное решение',
|
||||
'Class:KnownError/Attribute:name' => 'Название',
|
||||
'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' => 'Организация',
|
||||
'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' => 'Организация',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Проблема',
|
||||
'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' => 'Проблема',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Проявление',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Корневая причина',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute: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' => 'Решение',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Код ошибки',
|
||||
'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' => 'Домен',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Приложение',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Приложение',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Рабочее окружение',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Рабочее окружение',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Network' => 'Сеть',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Сеть',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'Сервер',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => 'Сервер',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'Производитель',
|
||||
'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' => 'Модель',
|
||||
'Class:KnownError/Attribute:model+' => '',
|
||||
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:version' => 'Версия',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'КЕ',
|
||||
'Class:KnownError/Attribute:ci_list+' => 'Связанный конфигурационные единицы',
|
||||
'Class:KnownError/Attribute:document_list' => 'Документы',
|
||||
|
||||
@@ -14,43 +14,43 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:KnownError' => 'Known Error~~',
|
||||
'Class:KnownError+' => 'Error documented for a known issue~~',
|
||||
'Class:KnownError/Attribute:name' => 'Name~~',
|
||||
'Class:KnownError/Attribute:name+' => '~~',
|
||||
'Class:KnownError/Attribute:org_id' => 'Customer~~',
|
||||
'Class:KnownError/Attribute:org_id+' => '~~',
|
||||
'Class:KnownError/Attribute:cust_name' => 'Customer 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' => 'Organization~~',
|
||||
'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' => 'Organization Name~~',
|
||||
'Class:KnownError/Attribute:cust_name+' => '~~',
|
||||
'Class:KnownError/Attribute:problem_id' => 'Related Problem~~',
|
||||
'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' => 'Related Problem Ref~~',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '~~',
|
||||
'Class:KnownError/Attribute:symptom' => 'Symptom~~',
|
||||
'Class:KnownError/Attribute:symptom+' => '~~',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Root Cause~~',
|
||||
'Class:KnownError/Attribute:root_cause+' => '~~',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Work around~~',
|
||||
'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' => 'Solution~~',
|
||||
'Class:KnownError/Attribute:solution+' => '~~',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Error Code~~',
|
||||
'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' => 'Domain~~',
|
||||
'Class:KnownError/Attribute:domain+' => '~~',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Application~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application~~',
|
||||
'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' => 'Vendor~~',
|
||||
'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' => 'Version~~',
|
||||
'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' => 'Documents~~',
|
||||
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error~~',
|
||||
]);
|
||||
|
||||
@@ -15,43 +15,43 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'Class:KnownError' => 'Bilinen hata',
|
||||
'Class:KnownError+' => 'Hata bilinen hatalara kaydedildi',
|
||||
'Class:KnownError/Attribute:name' => 'Adı',
|
||||
'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' => 'Müşteri',
|
||||
'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' => 'Müşteri Adı',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => 'İlgili problem',
|
||||
'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' => 'Referans',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => 'Belirtisi',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => 'Ana sebep',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute:workaround' => 'Ara çözüm',
|
||||
'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' => 'Çözüm',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => 'Hata kodu',
|
||||
'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' => 'Etki alanı',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => 'Uygulama',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => 'Uygulama',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Masaüstü',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Masaüstü',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Network' => 'Ağ',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => 'Ağ',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => 'Sunucu',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => 'Sunucu',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => 'Üretici',
|
||||
'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' => 'Versiyon',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => 'KKler',
|
||||
'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' => 'Dokümanlar',
|
||||
'Class:KnownError/Attribute:document_list+' => 'All the documents linked to this known error~~',
|
||||
]);
|
||||
|
||||
@@ -50,41 +50,41 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'Class:KnownError' => '已知错误',
|
||||
'Class:KnownError+' => '记录一个已知错误',
|
||||
'Class:KnownError/Attribute:name' => '名称',
|
||||
'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' => '客户',
|
||||
'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' => '客户名称',
|
||||
'Class:KnownError/Attribute:cust_name+' => '',
|
||||
'Class:KnownError/Attribute:problem_id' => '相关问题',
|
||||
'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' => '问题编号',
|
||||
'Class:KnownError/Attribute:problem_ref+' => '',
|
||||
'Class:KnownError/Attribute:symptom' => '现象',
|
||||
'Class:KnownError/Attribute:symptom+' => '',
|
||||
'Class:KnownError/Attribute:symptom+' => 'What are the observable effects of this error?~~',
|
||||
'Class:KnownError/Attribute:root_cause' => '问题根源',
|
||||
'Class:KnownError/Attribute:root_cause+' => '',
|
||||
'Class:KnownError/Attribute:root_cause+' => 'What is the underlying cause of this error?~~',
|
||||
'Class:KnownError/Attribute: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' => '解决方案',
|
||||
'Class:KnownError/Attribute:solution+' => '',
|
||||
'Class:KnownError/Attribute:solution+' => 'What is the permanent solution for this error?~~',
|
||||
'Class:KnownError/Attribute:error_code' => '错误编码',
|
||||
'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' => '类型',
|
||||
'Class:KnownError/Attribute:domain+' => '',
|
||||
'Class:KnownError/Attribute:domain+' => 'Choose the technical domain related to this known error?~~',
|
||||
'Class:KnownError/Attribute:domain/Value:Application' => '应用',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '应用',
|
||||
'Class:KnownError/Attribute:domain/Value:Application+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop' => '桌面',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => '桌面',
|
||||
'Class:KnownError/Attribute:domain/Value:Desktop+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Network' => '网络',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '网络',
|
||||
'Class:KnownError/Attribute:domain/Value:Network+' => '',
|
||||
'Class:KnownError/Attribute:domain/Value:Server' => '服务器',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '服务器',
|
||||
'Class:KnownError/Attribute:domain/Value:Server+' => '',
|
||||
'Class:KnownError/Attribute:vendor' => '厂商',
|
||||
'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' => '型号',
|
||||
'Class:KnownError/Attribute:model+' => '',
|
||||
'Class:KnownError/Attribute:model+' => 'The model of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:version' => '版本',
|
||||
'Class:KnownError/Attribute:version+' => '',
|
||||
'Class:KnownError/Attribute:version+' => 'The version of the CI(s) concerned by this known error~~',
|
||||
'Class:KnownError/Attribute:ci_list' => '配置项',
|
||||
'Class:KnownError/Attribute:ci_list+' => '此已知错误相关的所有配置项',
|
||||
'Class:KnownError/Attribute:document_list' => '文档',
|
||||
|
||||
@@ -254,8 +254,10 @@
|
||||
<group id="Incident">
|
||||
<actions>
|
||||
<action id="stimulus:ev_assign">allow</action>
|
||||
<action id="stimulus:ev_dispatch">allow</action>
|
||||
<action id="stimulus:ev_reassign">allow</action>
|
||||
<action id="stimulus:ev_resolve">allow</action>
|
||||
<action id="stimulus:ev_reopen">allow</action>
|
||||
<action id="stimulus:ev_close">allow</action>
|
||||
<action id="stimulus:ev_pending">allow</action>
|
||||
</actions>
|
||||
|
||||
@@ -179,15 +179,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>
|
||||
@@ -413,6 +433,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>
|
||||
@@ -425,6 +449,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/>
|
||||
|
||||
@@ -163,6 +163,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Požadovaný čas přidělení',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'TTO vypršel',
|
||||
|
||||
@@ -162,6 +162,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO overskredet',
|
||||
|
||||
@@ -162,6 +162,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO-Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO verletzt',
|
||||
|
||||
@@ -156,6 +156,10 @@ Dict::Add('EN US', 'English', 'English', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed',
|
||||
|
||||
@@ -156,6 +156,10 @@ Dict::Add('EN GB', 'British English', 'British English', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed',
|
||||
|
||||
@@ -159,6 +159,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Tiempo de Asignación',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TDS - Tiempo de Solución',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Tiempo de Solución',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Límite de Tiempo de Asignación',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => 'Límite de Tiempo de Asignación',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA de Tiempo de Asignanción Cumplido',
|
||||
|
||||
@@ -36,7 +36,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:WelcomeMenu:MyAssignedCalls' => 'Demandes utilisateurs qui me sont assignées',
|
||||
'UI-RequestManagementOverview-RequestByType-last-14-days' => 'Requêtes des 14 derniers jours par type',
|
||||
'UI-RequestManagementOverview-Last-14-days' => 'Requêtes des 14 derniers jours',
|
||||
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Requêtes ouvertes par statut',
|
||||
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Requêtes ouvertes par état',
|
||||
'UI-RequestManagementOverview-OpenRequestByAgent' => 'Requêtes ouvertes par agent',
|
||||
'UI-RequestManagementOverview-OpenRequestByType' => 'Requêtes ouvertes par type',
|
||||
'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Requêtes ouvertes par client',
|
||||
@@ -161,6 +161,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Delai garanti d\'assignation',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Délai garanti de résolution',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO temps passé',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR temps passé',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Echéance TTO',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dépassé ?',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO határidő',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO letelve',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Deadline TTO',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO superato',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO期限',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto 合格',
|
||||
|
||||
@@ -162,6 +162,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO-deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO overschreden',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'czas na rozwiązanie (TTR)',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Ostateczny termin podjęcia (TTO)',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'Gwarantowany czas podjęcia (SLA tto) zaliczony',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Tempo para atribuição (TTO)',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Tempo para resolução (TTR)',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Prazo determinado de atribuição (TTO)',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => 'Prazo determinado de Tempo para atribuição (TTO)',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO superado',
|
||||
|
||||
@@ -162,6 +162,10 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Срок TTO',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => 'Крайний срок назаначения агента (принятия в работу) по текущему SLA',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO пропущено',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Dátum eskalácie TTO',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dodržané',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR~~',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed~~',
|
||||
|
||||
@@ -155,6 +155,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO 截止日期',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO 合格',
|
||||
|
||||
@@ -446,6 +446,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>
|
||||
@@ -458,6 +462,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/>
|
||||
|
||||
@@ -169,6 +169,10 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Požadovaný čas přidělení',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'TTO vypršel',
|
||||
|
||||
@@ -168,6 +168,10 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO passeret',
|
||||
|
||||
@@ -168,6 +168,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR (Time To Resolve)',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO-Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO verletzt',
|
||||
|
||||
@@ -162,6 +162,10 @@ Dict::Add('EN US', 'English', 'English', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed',
|
||||
|
||||
@@ -162,6 +162,10 @@ Dict::Add('EN GB', 'British English', 'British English', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed',
|
||||
|
||||
@@ -165,6 +165,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Tiempo de Asignación',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TDS - Tiempo de Solución',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Tiempo de Solución',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Límite de Tiempo de Asignación',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => 'Límite de Tiempo de Asignación',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA de Tiempo de Asignanción Cumplido',
|
||||
|
||||
@@ -36,7 +36,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:WelcomeMenu:MyAssignedCalls' => 'Demandes utilisateurs qui me sont assignées',
|
||||
'UI-RequestManagementOverview-RequestByType-last-14-days' => 'Requêtes des 14 derniers jours par type',
|
||||
'UI-RequestManagementOverview-Last-14-days' => 'Requêtes des 14 derniers jours',
|
||||
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Requêtes ouvertes par statut',
|
||||
'UI-RequestManagementOverview-OpenRequestByStatus' => 'Requêtes ouvertes par état',
|
||||
'UI-RequestManagementOverview-OpenRequestByAgent' => 'Requêtes ouvertes par agent',
|
||||
'UI-RequestManagementOverview-OpenRequestByType' => 'Requêtes ouvertes par type',
|
||||
'UI-RequestManagementOverview-OpenRequestByCustomer' => 'Requêtes ouvertes par organisation',
|
||||
@@ -167,6 +167,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Delai garanti d\'assignation',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Délai garanti de résolution',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO temps passé',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR temps passé',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Echéance TTO',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dépassé ?',
|
||||
|
||||
@@ -167,6 +167,10 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO határidő',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO letelve',
|
||||
|
||||
@@ -167,6 +167,10 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto Oltrepassato',
|
||||
|
||||
@@ -167,6 +167,10 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO期限',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto 合格',
|
||||
|
||||
@@ -169,6 +169,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO-deadline',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO gepasseerd',
|
||||
|
||||
@@ -167,6 +167,10 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'czas na rozwiązanie (TTR)',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Ostateczny termin podjęcia (TTO)',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'Gwarantowany czas podjęcia (SLA tto) zaliczony',
|
||||
|
||||
@@ -167,6 +167,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Tempo para atribuição (Time To Own)',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Tempo para resolução (Time To Resolution)',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Prazo determinado de atribuição (TTO)',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => 'Prazo determinado de Tempo para atribuição (TTO)',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO superado',
|
||||
|
||||
@@ -168,6 +168,10 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
|
||||
'Class:UserRequest/Attribute:tto+' => '',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Срок TTO',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => 'Крайний срок назаначения агента (принятия в работу) по текущему SLA',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO пропущено',
|
||||
|
||||
@@ -167,6 +167,10 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'Dátum eskalácie TTO',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO dodržané',
|
||||
|
||||
@@ -167,6 +167,10 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
|
||||
'Class:UserRequest/Attribute:tto+' => 'Time To Own~~',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR~~',
|
||||
'Class:UserRequest/Attribute:ttr+' => 'Time To Resolve~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA tto passed~~',
|
||||
|
||||
@@ -161,6 +161,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'Class:UserRequest/Attribute:tto+' => '响应时间',
|
||||
'Class:UserRequest/Attribute:ttr' => 'TTR',
|
||||
'Class:UserRequest/Attribute:ttr+' => '解决时限',
|
||||
'Class:UserRequest/Attribute:tto_time_spent' => 'TTO time spent~~',
|
||||
'Class:UserRequest/Attribute:tto_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent' => 'TTR time spent~~',
|
||||
'Class:UserRequest/Attribute:ttr_time_spent+' => '~~',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline' => 'TTO截止日期',
|
||||
'Class:UserRequest/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:UserRequest/Attribute:sla_tto_passed' => 'SLA TTO 合格',
|
||||
|
||||
@@ -549,10 +549,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkContactToContract/Attribute:customer_id' => 'Customer id~~',
|
||||
'Class:lnkContactToContract/Attribute:customer_id+' => '~~',
|
||||
'Class:lnkContactToContract/Attribute:provider_id' => 'Provider id~~',
|
||||
'Class:lnkContactToContract/Attribute:provider_id+' => '~~',
|
||||
'Class:lnkContactToContract/Attribute:customer_id' => 'Client',
|
||||
'Class:lnkContactToContract/Attribute:customer_id+' => '',
|
||||
'Class:lnkContactToContract/Attribute:provider_id' => 'Fournisseur',
|
||||
'Class:lnkContactToContract/Attribute:provider_id+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -560,10 +560,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkContractToDocument/Attribute:customer_id' => 'Customer id~~',
|
||||
'Class:lnkContractToDocument/Attribute:customer_id+' => '~~',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id' => 'Provider id~~',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id+' => '~~',
|
||||
'Class:lnkContractToDocument/Attribute:customer_id' => 'Client',
|
||||
'Class:lnkContractToDocument/Attribute:customer_id+' => '',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id' => 'Fournisseur',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -571,6 +571,6 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id' => 'Provider id~~',
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id+' => '~~',
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id' => 'Fournisseur',
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id+' => '',
|
||||
]);
|
||||
|
||||
@@ -516,10 +516,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkContactToContract/Attribute:customer_id' => 'Customer id~~',
|
||||
'Class:lnkContactToContract/Attribute:customer_id+' => '~~',
|
||||
'Class:lnkContactToContract/Attribute:provider_id' => 'Provider id~~',
|
||||
'Class:lnkContactToContract/Attribute:provider_id+' => '~~',
|
||||
'Class:lnkContactToContract/Attribute:customer_id' => 'Client',
|
||||
'Class:lnkContactToContract/Attribute:customer_id+' => '',
|
||||
'Class:lnkContactToContract/Attribute:provider_id' => 'Fournisseur',
|
||||
'Class:lnkContactToContract/Attribute:provider_id+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -527,10 +527,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkContractToDocument/Attribute:customer_id' => 'Customer id~~',
|
||||
'Class:lnkContractToDocument/Attribute:customer_id+' => '~~',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id' => 'Provider id~~',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id+' => '~~',
|
||||
'Class:lnkContractToDocument/Attribute:customer_id' => 'Client',
|
||||
'Class:lnkContractToDocument/Attribute:customer_id+' => '',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id' => 'Fournisseur',
|
||||
'Class:lnkContractToDocument/Attribute:provider_id+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -538,8 +538,8 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id' => 'Provider id~~',
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id+' => '~~',
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id' => 'Fournisseur',
|
||||
'Class:lnkCustomerContractToService/Attribute:provider_id+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -547,6 +547,6 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:lnkProviderContractToService/Attribute:provider_id' => 'Provider id~~',
|
||||
'Class:lnkProviderContractToService/Attribute:provider_id+' => '~~',
|
||||
'Class:lnkProviderContractToService/Attribute:provider_id' => 'Fournisseur',
|
||||
'Class:lnkProviderContractToService/Attribute:provider_id+' => '',
|
||||
]);
|
||||
|
||||
@@ -30,12 +30,12 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:NASFileSystem/Attribute:org_id' => 'Org id~~',
|
||||
'Class:NASFileSystem/Attribute:org_id+' => '~~',
|
||||
'Class:NASFileSystem/Attribute:location_id' => 'Location id~~',
|
||||
'Class:NASFileSystem/Attribute:location_id+' => '~~',
|
||||
'Class:NASFileSystem/Attribute:location_name' => 'Location name~~',
|
||||
'Class:NASFileSystem/Attribute:location_name+' => '~~',
|
||||
'Class:NASFileSystem/Attribute:org_id' => 'Organisation',
|
||||
'Class:NASFileSystem/Attribute:org_id+' => '',
|
||||
'Class:NASFileSystem/Attribute:location_id' => 'Site',
|
||||
'Class:NASFileSystem/Attribute:location_id+' => '',
|
||||
'Class:NASFileSystem/Attribute:location_name' => 'Nom site',
|
||||
'Class:NASFileSystem/Attribute:location_name+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -43,10 +43,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:FiberChannelInterface/Attribute:org_id' => 'Org id~~',
|
||||
'Class:FiberChannelInterface/Attribute:org_id+' => '~~',
|
||||
'Class:FiberChannelInterface/Attribute:location_id' => 'Location id~~',
|
||||
'Class:FiberChannelInterface/Attribute:location_id+' => '~~',
|
||||
'Class:FiberChannelInterface/Attribute:org_id' => 'Organisation',
|
||||
'Class:FiberChannelInterface/Attribute:org_id+' => '',
|
||||
'Class:FiberChannelInterface/Attribute:location_id' => 'Site',
|
||||
'Class:FiberChannelInterface/Attribute:location_id+' => '',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -54,10 +54,10 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:LogicalVolume/Attribute:org_id' => 'Org id~~',
|
||||
'Class:LogicalVolume/Attribute:org_id+' => '~~',
|
||||
'Class:LogicalVolume/Attribute:location_id' => 'Location id~~',
|
||||
'Class:LogicalVolume/Attribute:location_id+' => '~~',
|
||||
'Class:LogicalVolume/Attribute:location_name' => 'Location name~~',
|
||||
'Class:LogicalVolume/Attribute:location_name+' => '~~',
|
||||
'Class:LogicalVolume/Attribute:org_id' => 'Organisation',
|
||||
'Class:LogicalVolume/Attribute:org_id+' => '',
|
||||
'Class:LogicalVolume/Attribute:location_id' => 'Site',
|
||||
'Class:LogicalVolume/Attribute:location_id+' => '',
|
||||
'Class:LogicalVolume/Attribute:location_name' => 'Nom site',
|
||||
'Class:LogicalVolume/Attribute:location_name+' => '',
|
||||
]);
|
||||
|
||||
@@ -1406,6 +1406,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div class="form_field" data-field-id="contacts_list"/>
|
||||
<div class="form_field" data-field-id="attachments_plugin" data-field-plugin="AttachmentPlugIn" data-field-opened="false"/>
|
||||
<div class="form_field" data-field-id="public_log"/>
|
||||
</div>
|
||||
</twig>
|
||||
|
||||
@@ -245,6 +245,6 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:Ticket/Attribute:team_email' => 'Team email~~',
|
||||
'Class:Ticket/Attribute:team_email+' => '~~',
|
||||
'Class:Ticket/Attribute:team_email' => 'Email équipe',
|
||||
'Class:Ticket/Attribute:team_email+' => '',
|
||||
]);
|
||||
|
||||
@@ -30,6 +30,6 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:LogicalInterface/Attribute:org_id' => 'Org id~~',
|
||||
'Class:LogicalInterface/Attribute:org_id+' => '~~',
|
||||
'Class:LogicalInterface/Attribute:org_id' => 'Organisation',
|
||||
'Class:LogicalInterface/Attribute:org_id+' => '',
|
||||
]);
|
||||
|
||||
@@ -265,7 +265,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s modifié, ancienne valeur: %2$s',
|
||||
'Change:AttName_Changed' => '%1$s modifié',
|
||||
'Change:AttName_EntryAdded' => '%1$s champ modifié, une nouvelle entrée a été ajoutée: %2$s',
|
||||
'Change:State_Changed_NewValue_OldValue' => 'Statut modifié de %2$s à %1$s',
|
||||
'Change:State_Changed_NewValue_OldValue' => 'État modifié de %2$s à %1$s',
|
||||
'Change:LinkSet:Added' => 'ajout de %1$s',
|
||||
'Change:LinkSet:Removed' => 'suppression de %1$s',
|
||||
'Change:LinkSet:Modified' => 'modification de %1$s',
|
||||
@@ -568,7 +568,7 @@ En édition, cliquez sur la loupe pour obtenir des exemples pertinents.',
|
||||
'Class:ActionEmail/Attribute:importance/Value:high' => 'Haute',
|
||||
'Class:ActionEmail/Attribute:importance/Value:high+' => '',
|
||||
'Class:ActionEmail/Attribute:language' => 'Langue',
|
||||
'Class:ActionEmail/Attribute:language+' => 'Langue utilisée pour les placeholders ($xxx$) dans le message (statut, importance, priorité, etc)',
|
||||
'Class:ActionEmail/Attribute:language+' => 'Langue utilisée pour les placeholders ($xxx$) dans le message (état, importance, priorité, etc)',
|
||||
'Class:ActionEmail/Attribute:html_template' => 'Modèle HTML',
|
||||
'Class:ActionEmail/Attribute:html_template+' => 'Optionnel, modèle HTML encapsulant le contenu du champ \'Message\' ci-dessous, utile pour des mises en page sur mesure (dans le modèle, le contenu du champ \'Message\' remplacera le mot-clé $content$)',
|
||||
'Class:ActionEmail/Attribute:ignore_notify' => 'Ignorer la préférence \'Notification\'',
|
||||
@@ -1177,7 +1177,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'Class:AsyncTask/Attribute:event_id+' => '',
|
||||
'Class:AsyncTask/Attribute:finalclass' => 'Sous-classe de tâche asynchrone',
|
||||
'Class:AsyncTask/Attribute:finalclass+' => '',
|
||||
'Class:AsyncTask/Attribute:status' => 'Statut',
|
||||
'Class:AsyncTask/Attribute:status' => 'État',
|
||||
'Class:AsyncTask/Attribute:status+' => '',
|
||||
'Class:AsyncTask/Attribute:remaining_retries' => 'Essais restants',
|
||||
'Class:AsyncTask/Attribute:remaining_retries+' => '',
|
||||
|
||||
@@ -418,7 +418,7 @@ Nous espérons que vous aimerez cette version autant que nous avons eu du plaisi
|
||||
'UI:Button:Logoff' => 'Déconnexion',
|
||||
'UI:Button:GlobalSearch' => 'Rechercher',
|
||||
'UI:Button:Search' => 'Rechercher',
|
||||
'UI:Button:Clear' => ' Clear ~~',
|
||||
'UI:Button:Clear' => 'Vider',
|
||||
'UI:Button:Confirm' => 'Confirmer',
|
||||
'UI:Button:SearchInHierarchy' => 'Rechercher dans la hiérarchie',
|
||||
'UI:Button:Query' => ' Lancer la requête ',
|
||||
@@ -589,7 +589,7 @@ Nous espérons que vous aimerez cette version autant que nous avons eu du plaisi
|
||||
'UI:ResetPwd-Error-EnterPassword' => 'Veuillez saisir le nouveau mot de passe pour \'%1$s\'.',
|
||||
'UI:ResetPwd-Ready' => 'Le mot de passe a bien été changé.',
|
||||
'UI:ResetPwd-Login' => 'Cliquez ici pour vous connecter...',
|
||||
'UI:Login:About' => ITOP_APPLICATION.' Powered by Combodo~~',
|
||||
'UI:Login:About' => ITOP_APPLICATION.' créé par Combodo',
|
||||
'UI:Login:ChangeYourPassword' => 'Changer de mot de passe',
|
||||
'UI:Login:OldPasswordPrompt' => 'Ancien mot de passe',
|
||||
'UI:Login:NewPasswordPrompt' => 'Nouveau mot de passe',
|
||||
@@ -694,14 +694,14 @@ Nous espérons que vous aimerez cette version autant que nous avons eu du plaisi
|
||||
'UI:CSVReport-Value-Issue-Readonly' => 'L\'attribut \'%1$s\' est en lecture seule (valeur courante: %2$s, valeur proposée: %3$s)',
|
||||
'UI:CSVReport-Value-Issue-Format' => 'Echec de traitement de la valeur: %1$s',
|
||||
'UI:CSVReport-Value-Issue-NoMatch' => 'Valeur incorrecte pour \'%1$s\': pas de correspondance, veuillez vérifier la syntaxe',
|
||||
'UI:CSVReport-Value-Issue-AllowedValues' => 'Allowed \'%1$s\' value(s): %2$s~~',
|
||||
'UI:CSVReport-Value-Issue-AllowedValues' => 'Valeurs autorisées pour \'%1$s\' : %2$s',
|
||||
'UI:CSVReport-Value-Issue-Unknown' => 'Valeur incorrecte pour \'%1$s\': %2$s',
|
||||
'UI:CSVReport-Value-Issue-NoValue' => 'Pas de valeur',
|
||||
'UI:CSVReport-Row-Issue-Inconsistent' => 'Incohérence entre attributs: %1$s',
|
||||
'UI:CSVReport-Row-Issue-Attribute' => 'Des attributs ont des valeurs incorrectes',
|
||||
'UI:CSVReport-Row-Issue-MissingExtKey' => 'Ne peut pas être créé car il manque des clés externes : %1$s',
|
||||
'UI:CSVReport-Row-Issue-DateFormat' => 'Format de date incorrect',
|
||||
'UI:CSVReport-Row-Issue-ExpectedDateFormat' => 'Expected format: %1$s~~',
|
||||
'UI:CSVReport-Row-Issue-ExpectedDateFormat' => 'Format attendu : %1$s',
|
||||
'UI:CSVReport-Row-Issue-Reconciliation' => 'Echec de réconciliation',
|
||||
'UI:CSVReport-Row-Issue-Ambiguous' => 'Réconciliation ambigüe',
|
||||
'UI:CSVReport-Row-Issue-Internal' => 'Erreur interne: %1$s, %2$s',
|
||||
@@ -755,7 +755,7 @@ Nous espérons que vous aimerez cette version autant que nous avons eu du plaisi
|
||||
'UI:Audit:ErrorIn_Rule_Reason' => 'Erreur OQL dans la règle %1$s: %2$s.',
|
||||
'UI:Audit:ErrorIn_Category' => 'Erreur dans la catégorie',
|
||||
'UI:Audit:ErrorIn_Category_Reason' => 'Erreur OQL dans la catégorie %1$s: %2$s.',
|
||||
'UI:Audit:AuditErrors' => 'Audit Errors~~',
|
||||
'UI:Audit:AuditErrors' => 'Erreurs d\'Audit',
|
||||
'UI:Audit:Dashboard:ObjectsAudited' => 'Objets audités',
|
||||
'UI:Audit:Dashboard:ObjectsInError' => 'Objets en erreur',
|
||||
'UI:Audit:Dashboard:ObjectsValidated' => 'Objets valides',
|
||||
@@ -1448,7 +1448,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
|
||||
'UI:ToggleFullScreen' => 'Agrandir / Minimiser',
|
||||
'UI:Button:ResetImage' => 'Récupérer l\'image initiale',
|
||||
'UI:Button:RemoveImage' => 'Supprimer l\'image',
|
||||
'UI:Button:UploadImage' => 'Upload an image from the disk~~',
|
||||
'UI:Button:UploadImage' => 'Charger une image issue du disque',
|
||||
'UI:UploadNotSupportedInThisMode' => 'La modification d\'images ou de fichiers n\'est pas supportée dans ce mode.',
|
||||
'UI:Button:RemoveDocument' => 'Supprimer le document',
|
||||
'UI:Search:Toggle' => 'Réduire / Ouvrir',
|
||||
@@ -1535,7 +1535,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
|
||||
'UI:Search:Criteria:DateTime:PlaceholderFromTime' => 'Indifférent',
|
||||
'UI:Search:Criteria:DateTime:PlaceholderUntil' => 'Indifférent',
|
||||
'UI:Search:Criteria:DateTime:PlaceholderUntilTime' => 'Indifférent',
|
||||
'UI:Search:Criteria:HierarchicalKey:ChildrenIncluded:Hint' => 'Children of the selected objects will be included.~~',
|
||||
'UI:Search:Criteria:HierarchicalKey:ChildrenIncluded:Hint' => 'Les descendants des objets sélectionnés seront inclus.',
|
||||
'UI:Search:Criteria:Raw:Filtered' => 'Filtré',
|
||||
'UI:Search:Criteria:Raw:FilteredOn' => 'Filtré sur %1$s',
|
||||
'UI:StateChanged' => 'Etat modifié',
|
||||
|
||||
@@ -21,8 +21,8 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Title' => 'Journaux',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Tooltip' => 'Afficher / masquer les entrées de journaux sur cet onglet',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Logs:Menu:Hint' => 'Choisir les journaux à afficher sur cet onglet',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Title' => 'Statuts',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Tooltip' => 'Afficher / masquer les changements de statut sur cet onglet',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Title' => 'États',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Transitions:Tooltip' => 'Afficher / masquer les changements d\'état sur cet onglet',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Edits:Title' => 'Modif.',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Filter:Edits:Tooltip' => 'Afficher / masquer les modifications sur cet onglet',
|
||||
'UI:Layout:ActivityPanel:Tab:Toolbar:Action:OpenAll:Tooltip' => 'Ouvrir toutes les entrées',
|
||||
|
||||
Reference in New Issue
Block a user