mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
🌐 Update dictionnaries for iTop 2.5.2
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
// Copyright (C) 2010-2014 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
@@ -16,8 +15,6 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data.
|
||||
*
|
||||
@@ -27,29 +24,32 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Menu:IncidentManagement' => 'Správa incidentů',
|
||||
'Menu:IncidentManagement+' => 'Správa incidentů',
|
||||
'Menu:Incident:Overview' => 'Přehled',
|
||||
'Menu:Incident:Overview+' => 'Přehled',
|
||||
'Menu:NewIncident' => 'Nový incident',
|
||||
'Menu:NewIncident+' => 'Vytvořit nový tiket incidentu',
|
||||
'Menu:SearchIncidents' => 'Hledat incidenty',
|
||||
'Menu:SearchIncidents+' => 'Hledat tikety incidentů',
|
||||
'Menu:Incident:Shortcuts' => 'Odkazy',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Incidenty přidělené mně',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidenty přidělené mně (jako řešiteli)',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Eskalované incidenty',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Eskalované incidenty',
|
||||
'Menu:Incident:OpenIncidents' => 'Všechny otevřené incidenty',
|
||||
'Menu:Incident:OpenIncidents+' => 'Všechny otevřené incidenty',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidenty posledních 14 dní podle priority',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Počet incidentů za posledních 14 dní',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Otevřené incidenty podle stavu',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Otevřené incidenty podle řešitele',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Otevřené incidenty podle zákazníka',
|
||||
'Menu:IncidentManagement' => 'Správa incidentů',
|
||||
'Menu:IncidentManagement+' => 'Správa incidentů',
|
||||
'Menu:Incident:Overview' => 'Přehled',
|
||||
'Menu:Incident:Overview+' => 'Přehled',
|
||||
'Menu:NewIncident' => 'Nový incident',
|
||||
'Menu:NewIncident+' => 'Vytvořit nový tiket incidentu',
|
||||
'Menu:SearchIncidents' => 'Hledat incidenty',
|
||||
'Menu:SearchIncidents+' => 'Hledat tikety incidentů',
|
||||
'Menu:Incident:Shortcuts' => 'Odkazy',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Incidenty přidělené mně',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidenty přidělené mně (jako řešiteli)',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Eskalované incidenty',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Eskalované incidenty',
|
||||
'Menu:Incident:OpenIncidents' => 'Všechny otevřené incidenty',
|
||||
'Menu:Incident:OpenIncidents+' => 'Všechny otevřené incidenty',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidenty posledních 14 dní podle priority',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Počet incidentů za posledních 14 dní',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Otevřené incidenty podle stavu',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Otevřené incidenty podle řešitele',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Otevřené incidenty podle zákazníka',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
@@ -65,179 +65,186 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Incident' => 'Incident',
|
||||
'Class:Incident+' => '',
|
||||
'Class:Incident/Attribute:status' => 'Stav',
|
||||
'Class:Incident/Attribute:status+' => '',
|
||||
'Class:Incident/Attribute:status/Value:new' => 'Nový',
|
||||
'Class:Incident/Attribute:status/Value:new+' => '',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Eskalovaný TTO',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto+' => '',
|
||||
'Class:Incident/Attribute:status/Value:assigned' => 'Přidělený',
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Eskalovaný TTR',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Čeká na schválení',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Pozastaven',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Vyřešený',
|
||||
'Class:Incident/Attribute:status/Value:resolved+' => '',
|
||||
'Class:Incident/Attribute:status/Value:closed' => 'Uzavřený',
|
||||
'Class:Incident/Attribute:status/Value:closed+' => '',
|
||||
'Class:Incident/Attribute:impact' => 'Dopad',
|
||||
'Class:Incident/Attribute:impact+' => '',
|
||||
'Class:Incident/Attribute:impact/Value:1' => 'Oddělení',
|
||||
'Class:Incident/Attribute:impact/Value:1+' => '',
|
||||
'Class:Incident/Attribute:impact/Value:2' => 'Služba',
|
||||
'Class:Incident/Attribute:impact/Value:2+' => '',
|
||||
'Class:Incident/Attribute:impact/Value:3' => 'Osoba',
|
||||
'Class:Incident/Attribute:impact/Value:3+' => '',
|
||||
'Class:Incident/Attribute:priority' => 'Priorita',
|
||||
'Class:Incident/Attribute:priority+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:1' => 'kritická',
|
||||
'Class:Incident/Attribute:priority/Value:1+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:2' => 'vysoká',
|
||||
'Class:Incident/Attribute:priority/Value:2+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:3' => 'střední',
|
||||
'Class:Incident/Attribute:priority/Value:3+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:4' => 'nízká',
|
||||
'Class:Incident/Attribute:priority/Value:4+' => '',
|
||||
'Class:Incident/Attribute:urgency' => 'Naléhavost',
|
||||
'Class:Incident/Attribute:urgency+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:1' => 'kritická',
|
||||
'Class:Incident/Attribute:urgency/Value:1+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:2' => 'vysoká',
|
||||
'Class:Incident/Attribute:urgency/Value:2+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:3' => 'střední',
|
||||
'Class:Incident/Attribute:urgency/Value:3+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:4' => 'nízká',
|
||||
'Class:Incident/Attribute:urgency/Value:4+' => '',
|
||||
'Class:Incident/Attribute:origin' => 'Původ',
|
||||
'Class:Incident/Attribute:origin+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:mail' => 'email',
|
||||
'Class:Incident/Attribute:origin/Value:mail+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring' => 'monitoring',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:phone' => 'telefon',
|
||||
'Class:Incident/Attribute:origin/Value:phone+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:portal' => 'portál',
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => '',
|
||||
'Class:Incident/Attribute:service_id' => 'Služba',
|
||||
'Class:Incident/Attribute:service_id+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'Název služby',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Podkategorie služeb',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Název podkategorie služeb',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Eskalovat',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'Ne',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Ano',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes+' => '',
|
||||
'Class:Incident/Attribute:escalation_reason' => 'Důvod eskalace',
|
||||
'Class:Incident/Attribute:escalation_reason+' => '',
|
||||
'Class:Incident/Attribute:assignment_date' => 'Datum přidělení',
|
||||
'Class:Incident/Attribute:assignment_date+' => '',
|
||||
'Class:Incident/Attribute:resolution_date' => 'Datum vyřešení',
|
||||
'Class:Incident/Attribute:resolution_date+' => '',
|
||||
'Class:Incident/Attribute:last_pending_date' => 'Datum posledního pozastavení',
|
||||
'Class:Incident/Attribute:last_pending_date+' => '',
|
||||
'Class:Incident/Attribute:cumulatedpending' => 'Kumulovaná doba pozastavení',
|
||||
'Class:Incident/Attribute:cumulatedpending+' => '',
|
||||
'Class:Incident/Attribute:tto' => 'tto',
|
||||
'Class:Incident/Attribute:tto+' => '',
|
||||
'Class:Incident/Attribute:ttr' => 'ttr',
|
||||
'Class:Incident/Attribute:ttr+' => '',
|
||||
'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',
|
||||
'Class:Incident/Attribute:sla_tto_passed+' => '',
|
||||
'Class:Incident/Attribute:sla_tto_over' => 'TTO zmeškán o',
|
||||
'Class:Incident/Attribute:sla_tto_over+' => '',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline' => 'Požadovaný čas vyřešení',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline+' => '',
|
||||
'Class:Incident/Attribute:sla_ttr_passed' => 'TTR vypršel',
|
||||
'Class:Incident/Attribute:sla_ttr_passed+' => '',
|
||||
'Class:Incident/Attribute:sla_ttr_over' => 'TTR zmeškán o',
|
||||
'Class:Incident/Attribute:sla_ttr_over+' => '',
|
||||
'Class:Incident/Attribute:time_spent' => 'Doba řešení',
|
||||
'Class:Incident/Attribute:time_spent+' => '',
|
||||
'Class:Incident/Attribute:resolution_code' => 'Kód řešení',
|
||||
'Class:Incident/Attribute:resolution_code+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'asistence',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'oprava SW (bugfix)',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'oprava HW',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other' => 'jiné',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'oprava SW (patch)',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update' => 'aktualizace systému',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training' => 'školení',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training+' => '',
|
||||
'Class:Incident/Attribute:solution' => 'Řešení',
|
||||
'Class:Incident/Attribute:solution+' => '',
|
||||
'Class:Incident/Attribute:pending_reason' => 'Důvod pozastavení',
|
||||
'Class:Incident/Attribute:pending_reason+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Nadřazený incident',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Odkaz na nadřazený incident',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Nadřazený problém',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Odkaz na nadřazený problém',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Nadřazená změna',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Odkaz na nadřazenou změnu',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Seznam souvisejících požadavků',
|
||||
'Class:Incident/Attribute:related_request_list+' => '',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Podřízené incidenty',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'všechny podřízené incidenty spojené s tímto incidentem',
|
||||
'Class:Incident/Attribute:public_log' => 'Veřejný záznam',
|
||||
'Class:Incident/Attribute:public_log+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'Spokojenost uživatele',
|
||||
'Class:Incident/Attribute:user_satisfaction+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Velmi spokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Docela spokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Spíše nespokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Velmi nespokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => '',
|
||||
'Class:Incident/Attribute:user_comment' => 'Komentář uživatele',
|
||||
'Class:Incident/Attribute:user_comment+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'Popisný název nadřízeného incidentu',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Přidělit',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Přidělit znovu',
|
||||
'Class:Incident/Stimulus:ev_reassign+' => '',
|
||||
'Class:Incident/Stimulus:ev_pending' => 'Pozastavit',
|
||||
'Class:Incident/Stimulus:ev_pending+' => '',
|
||||
'Class:Incident/Stimulus:ev_timeout' => 'Prodleva',
|
||||
'Class:Incident/Stimulus:ev_timeout+' => '',
|
||||
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatické vyřešení',
|
||||
'Class:Incident/Stimulus:ev_autoresolve+' => '',
|
||||
'Class:Incident/Stimulus:ev_autoclose' => 'Automatické uzavření',
|
||||
'Class:Incident/Stimulus:ev_autoclose+' => '',
|
||||
'Class:Incident/Stimulus:ev_resolve' => 'Označit jako vyřešené',
|
||||
'Class:Incident/Stimulus:ev_resolve+' => '',
|
||||
'Class:Incident/Stimulus:ev_close' => 'Uzavřít požadavek',
|
||||
'Class:Incident/Stimulus:ev_close+' => '',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Znovu otevřít',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Incident nemůže být nadřazený sám sobě',
|
||||
'Class:Incident' => 'Incident',
|
||||
'Class:Incident+' => '',
|
||||
'Class:Incident/Attribute:status' => 'Stav',
|
||||
'Class:Incident/Attribute:status+' => '',
|
||||
'Class:Incident/Attribute:status/Value:new' => 'Nový',
|
||||
'Class:Incident/Attribute:status/Value:new+' => '',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Eskalovaný TTO',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto+' => '',
|
||||
'Class:Incident/Attribute:status/Value:assigned' => 'Přidělený',
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Eskalovaný TTR',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Čeká na schválení',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Pozastaven',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Vyřešený',
|
||||
'Class:Incident/Attribute:status/Value:resolved+' => '',
|
||||
'Class:Incident/Attribute:status/Value:closed' => 'Uzavřený',
|
||||
'Class:Incident/Attribute:status/Value:closed+' => '',
|
||||
'Class:Incident/Attribute:impact' => 'Dopad',
|
||||
'Class:Incident/Attribute:impact+' => '',
|
||||
'Class:Incident/Attribute:impact/Value:1' => 'Oddělení',
|
||||
'Class:Incident/Attribute:impact/Value:1+' => '',
|
||||
'Class:Incident/Attribute:impact/Value:2' => 'Služba',
|
||||
'Class:Incident/Attribute:impact/Value:2+' => '',
|
||||
'Class:Incident/Attribute:impact/Value:3' => 'Osoba',
|
||||
'Class:Incident/Attribute:impact/Value:3+' => '',
|
||||
'Class:Incident/Attribute:priority' => 'Priorita',
|
||||
'Class:Incident/Attribute:priority+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:1' => 'kritická',
|
||||
'Class:Incident/Attribute:priority/Value:1+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:2' => 'vysoká',
|
||||
'Class:Incident/Attribute:priority/Value:2+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:3' => 'střední',
|
||||
'Class:Incident/Attribute:priority/Value:3+' => '',
|
||||
'Class:Incident/Attribute:priority/Value:4' => 'nízká',
|
||||
'Class:Incident/Attribute:priority/Value:4+' => '',
|
||||
'Class:Incident/Attribute:urgency' => 'Naléhavost',
|
||||
'Class:Incident/Attribute:urgency+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:1' => 'kritická',
|
||||
'Class:Incident/Attribute:urgency/Value:1+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:2' => 'vysoká',
|
||||
'Class:Incident/Attribute:urgency/Value:2+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:3' => 'střední',
|
||||
'Class:Incident/Attribute:urgency/Value:3+' => '',
|
||||
'Class:Incident/Attribute:urgency/Value:4' => 'nízká',
|
||||
'Class:Incident/Attribute:urgency/Value:4+' => '',
|
||||
'Class:Incident/Attribute:origin' => 'Původ',
|
||||
'Class:Incident/Attribute:origin+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:mail' => 'email',
|
||||
'Class:Incident/Attribute:origin/Value:mail+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring' => 'monitoring',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:phone' => 'telefon',
|
||||
'Class:Incident/Attribute:origin/Value:phone+' => '',
|
||||
'Class:Incident/Attribute:origin/Value:portal' => 'portál',
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => '',
|
||||
'Class:Incident/Attribute:service_id' => 'Služba',
|
||||
'Class:Incident/Attribute:service_id+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'Název služby',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Podkategorie služeb',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Název podkategorie služeb',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Eskalovat',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'Ne',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Ano',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes+' => '',
|
||||
'Class:Incident/Attribute:escalation_reason' => 'Důvod eskalace',
|
||||
'Class:Incident/Attribute:escalation_reason+' => '',
|
||||
'Class:Incident/Attribute:assignment_date' => 'Datum přidělení',
|
||||
'Class:Incident/Attribute:assignment_date+' => '',
|
||||
'Class:Incident/Attribute:resolution_date' => 'Datum vyřešení',
|
||||
'Class:Incident/Attribute:resolution_date+' => '',
|
||||
'Class:Incident/Attribute:last_pending_date' => 'Datum posledního pozastavení',
|
||||
'Class:Incident/Attribute:last_pending_date+' => '',
|
||||
'Class:Incident/Attribute:cumulatedpending' => 'Kumulovaná doba pozastavení',
|
||||
'Class:Incident/Attribute:cumulatedpending+' => '',
|
||||
'Class:Incident/Attribute:tto' => 'tto',
|
||||
'Class:Incident/Attribute:tto+' => '',
|
||||
'Class:Incident/Attribute:ttr' => 'ttr',
|
||||
'Class:Incident/Attribute:ttr+' => '',
|
||||
'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',
|
||||
'Class:Incident/Attribute:sla_tto_passed+' => '',
|
||||
'Class:Incident/Attribute:sla_tto_over' => 'TTO zmeškán o',
|
||||
'Class:Incident/Attribute:sla_tto_over+' => '',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline' => 'Požadovaný čas vyřešení',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline+' => '',
|
||||
'Class:Incident/Attribute:sla_ttr_passed' => 'TTR vypršel',
|
||||
'Class:Incident/Attribute:sla_ttr_passed+' => '',
|
||||
'Class:Incident/Attribute:sla_ttr_over' => 'TTR zmeškán o',
|
||||
'Class:Incident/Attribute:sla_ttr_over+' => '',
|
||||
'Class:Incident/Attribute:time_spent' => 'Doba řešení',
|
||||
'Class:Incident/Attribute:time_spent+' => '',
|
||||
'Class:Incident/Attribute:resolution_code' => 'Kód řešení',
|
||||
'Class:Incident/Attribute:resolution_code+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'asistence',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'oprava SW (bugfix)',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'oprava HW',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other' => 'jiné',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'oprava SW (patch)',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update' => 'aktualizace systému',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update+' => '',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training' => 'školení',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training+' => '',
|
||||
'Class:Incident/Attribute:solution' => 'Řešení',
|
||||
'Class:Incident/Attribute:solution+' => '',
|
||||
'Class:Incident/Attribute:pending_reason' => 'Důvod pozastavení',
|
||||
'Class:Incident/Attribute:pending_reason+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Nadřazený incident',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Odkaz na nadřazený incident',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Nadřazená změna',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Odkaz na nadřazenou změnu',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Seznam souvisejících požadavků',
|
||||
'Class:Incident/Attribute:related_request_list+' => '',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Podřízené incidenty',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'všechny podřízené incidenty spojené s tímto incidentem',
|
||||
'Class:Incident/Attribute:public_log' => 'Veřejný záznam',
|
||||
'Class:Incident/Attribute:public_log+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'Spokojenost uživatele',
|
||||
'Class:Incident/Attribute:user_satisfaction+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Velmi spokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Docela spokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Spíše nespokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Velmi nespokojen',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => '',
|
||||
'Class:Incident/Attribute:user_comment' => 'Komentář uživatele',
|
||||
'Class:Incident/Attribute:user_comment+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'Popisný název nadřízeného incidentu',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Přidělit',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Přidělit znovu',
|
||||
'Class:Incident/Stimulus:ev_reassign+' => '',
|
||||
'Class:Incident/Stimulus:ev_pending' => 'Pozastavit',
|
||||
'Class:Incident/Stimulus:ev_pending+' => '',
|
||||
'Class:Incident/Stimulus:ev_timeout' => 'Prodleva',
|
||||
'Class:Incident/Stimulus:ev_timeout+' => '',
|
||||
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatické vyřešení',
|
||||
'Class:Incident/Stimulus:ev_autoresolve+' => '',
|
||||
'Class:Incident/Stimulus:ev_autoclose' => 'Automatické uzavření',
|
||||
'Class:Incident/Stimulus:ev_autoclose+' => '',
|
||||
'Class:Incident/Stimulus:ev_resolve' => 'Označit jako vyřešené',
|
||||
'Class:Incident/Stimulus:ev_resolve+' => '',
|
||||
'Class:Incident/Stimulus:ev_close' => 'Uzavřít požadavek',
|
||||
'Class:Incident/Stimulus:ev_close+' => '',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Znovu otevřít',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Incident nemůže být nadřazený sám sobě',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'Vyřešit podřízené tikety',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Otevřené incidenty',
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'Vyřešit podřízené tikety',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Otevřené incidenty',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Nadřazený problém',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Odkaz na nadřazený problém',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||
));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
@@ -15,13 +15,51 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
/**
|
||||
* @author Erik Bøg <erik@boegmoeller.dk>
|
||||
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Menu:IncidentManagement' => 'Incident Management',
|
||||
'Menu:IncidentManagement+' => '',
|
||||
'Menu:Incident:Overview' => 'Oversigt',
|
||||
'Menu:Incident:Overview+' => '',
|
||||
'Menu:NewIncident' => 'Ny Incident',
|
||||
'Menu:NewIncident+' => '',
|
||||
'Menu:SearchIncidents' => 'Søg efter Incidents',
|
||||
'Menu:SearchIncidents+' => '',
|
||||
'Menu:Incident:Shortcuts' => 'Genveje',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Mine Incidents',
|
||||
'Menu:Incident:MyIncidents+' => '',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Eskalerede Incidents',
|
||||
'Menu:Incident:EscalatedIncidents+' => '',
|
||||
'Menu:Incident:OpenIncidents' => 'Alle åbne Incidents',
|
||||
'Menu:Incident:OpenIncidents+' => '',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidents de sidste 14 dage efter prioritet',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Antal Incidents de sidste 14 dage',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Åbne Incidents efter status',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Åbne Incidents efter tildelt til',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Åbne Incidents efter bruger',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Incident' => 'Incident',
|
||||
@@ -36,6 +74,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Eskaleret TTR',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Afventer godkendelse',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Afventer',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Løst',
|
||||
@@ -82,8 +122,12 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => '',
|
||||
'Class:Incident/Attribute:service_id' => 'Ydelse',
|
||||
'Class:Incident/Attribute:service_id+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'Ydelsesnavn',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Ydelse underkategori',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Ydelses underkategorinavn',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Eskalations Flag',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'Nej',
|
||||
@@ -140,8 +184,14 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Incident/Attribute:pending_reason+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Parent Incident',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent-Incident-Reference',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Parent Change',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent-Change-Reference',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Afledte Incidents',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => '',
|
||||
'Class:Incident/Attribute:public_log' => 'Offentlig Log',
|
||||
@@ -158,6 +208,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => '',
|
||||
'Class:Incident/Attribute:user_comment' => 'Bruger kommentar',
|
||||
'Class:Incident/Attribute:user_comment+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'Parent-Incident-Friendly Name',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Tildelt',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Forny tildeling',
|
||||
@@ -176,43 +228,20 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Incident/Stimulus:ev_close+' => '',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Genåben',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Menu:IncidentManagement' => 'Incident Management',
|
||||
'Menu:IncidentManagement+' => '',
|
||||
'Menu:Incident:Overview' => 'Oversigt',
|
||||
'Menu:Incident:Overview+' => '',
|
||||
'Menu:NewIncident' => 'Ny Incident',
|
||||
'Menu:NewIncident+' => '',
|
||||
'Menu:SearchIncidents' => 'Søg efter Incidents',
|
||||
'Menu:SearchIncidents+' => '',
|
||||
'Menu:Incident:Shortcuts' => 'Genveje',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Mine Incidents',
|
||||
'Menu:Incident:MyIncidents+' => '',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Eskalerede Incidents',
|
||||
'Menu:Incident:EscalatedIncidents+' => '',
|
||||
'Menu:Incident:OpenIncidents' => 'Alle åbne Incidents',
|
||||
'Menu:Incident:OpenIncidents+' => '',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidents de sidste 14 dage efter prioritet',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Antal Incidents de sidste 14 dage',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Åbne Incidents efter status',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Åbne Incidents efter tildelt til',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Åbne Incidents efter bruger',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Afventer godkendelse',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'Ydelsesnavn',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Ydelses underkategorinavn',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent-Incident-Reference',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent-Change-Reference',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'Parent-Incident-Friendly Name',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself~~',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||
));
|
||||
?>
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
@@ -15,7 +15,6 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
/*
|
||||
* @author ITOMIG GmbH <martin.raenker@itomig.de>
|
||||
|
||||
@@ -23,6 +22,46 @@
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Menu:IncidentManagement' => 'Incident Management',
|
||||
'Menu:IncidentManagement+' => '',
|
||||
'Menu:Incident:Overview' => 'Übersicht',
|
||||
'Menu:Incident:Overview+' => '',
|
||||
'Menu:NewIncident' => 'Neuer Incident',
|
||||
'Menu:NewIncident+' => '',
|
||||
'Menu:SearchIncidents' => 'Nach Incidents suchen',
|
||||
'Menu:SearchIncidents+' => '',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Mir zugewiesene Incidents',
|
||||
'Menu:Incident:MyIncidents+' => '',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Eskalierte Incidents',
|
||||
'Menu:Incident:EscalatedIncidents+' => '',
|
||||
'Menu:Incident:OpenIncidents' => 'Alle offenen Incidents',
|
||||
'Menu:Incident:OpenIncidents+' => '',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidents der letzten 14 Tage nach Priorität',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Anzahl Incidents der letzten 14 Tage',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Offene Incidents nach Status',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Offene Incidents nach Bearbeiter',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Offene Incidents nach Kunde',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Incident' => 'Incident',
|
||||
@@ -37,6 +76,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Eskaliert TTR',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Wartend auf Genehmigung',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Auszeit',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Gelöst',
|
||||
@@ -83,8 +124,12 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => '',
|
||||
'Class:Incident/Attribute:service_id' => 'Service',
|
||||
'Class:Incident/Attribute:service_id+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'Service-Name',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Service-Unterkategorie',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Service-Unterkategorie-Name',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Eskalations-Flag',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'Nein',
|
||||
@@ -141,8 +186,14 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Incident/Attribute:pending_reason+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Parent-Incident',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent-Incident-Referenz',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Parent-Change',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent-Change-Referenz',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Kind-Requests',
|
||||
'Class:Incident/Attribute:related_request_list+' => '',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Abgeleitete Incidents',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => '',
|
||||
'Class:Incident/Attribute:public_log' => 'Öffentliches Log',
|
||||
@@ -159,6 +210,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => '',
|
||||
'Class:Incident/Attribute:user_comment' => 'Benutzer-Kommentar',
|
||||
'Class:Incident/Attribute:user_comment+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'Parent-Incident-Friendly Name',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Zuweisen',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Erneut zuweisen',
|
||||
@@ -177,45 +230,20 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Incident/Stimulus:ev_close+' => '',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Wiedereröffnen',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Menu:IncidentManagement' => 'Incident Management',
|
||||
'Menu:IncidentManagement+' => '',
|
||||
'Menu:Incident:Overview' => 'Übersicht',
|
||||
'Menu:Incident:Overview+' => '',
|
||||
'Menu:NewIncident' => 'Neuer Incident',
|
||||
'Menu:NewIncident+' => '',
|
||||
'Menu:SearchIncidents' => 'Nach Incidents suchen',
|
||||
'Menu:SearchIncidents+' => '',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Mir zugewiesene Incidents',
|
||||
'Menu:Incident:MyIncidents+' => '',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Eskalierte Incidents',
|
||||
'Menu:Incident:EscalatedIncidents+' => '',
|
||||
'Menu:Incident:OpenIncidents' => 'Alle offenen Incidents',
|
||||
'Menu:Incident:OpenIncidents+' => '',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidents der letzten 14 Tage nach Priorität',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Anzahl Incidents der letzten 14 Tage',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Offene Incidents nach Status',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Offene Incidents nach Bearbeiter',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Offene Incidents nach Kunde',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Wartend auf Genehmigung',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'Service-Name',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Service-Unterkategorie-Name',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent-Incident-Referenz',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent-Change-Referenz',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'Parent-Incident-Friendly Name',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Kind-Requests',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Kann Incident-Ticket nicht als eigenes Parent-Ticket verwenden',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'Kind-Tickets lösen',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Lösung auf Kind-Tickets übertragen (ev_autoresolve), und folgende Ticket-Eigenschaften angleichen: Service, Team, Agent, Lösungsinformationen',
|
||||
'Tickets:Related:OpenIncidents' => 'Offene Incidents',
|
||||
'Class:Incident/Attribute:related_request_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent-Problem',
|
||||
));
|
||||
?>
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
|
||||
@@ -238,3 +238,14 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||
));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
@@ -15,8 +15,6 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
@@ -24,8 +22,7 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
|
||||
*/
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Menu:IncidentManagement' => 'Administración de Incidentes',
|
||||
'Menu:IncidentManagement+' => 'Administración de Incidentes',
|
||||
'Menu:Incident:Overview' => 'Resumen de Incidentes',
|
||||
@@ -66,7 +63,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Incident' => 'Incidente',
|
||||
'Class:Incident+' => 'Incidente',
|
||||
'Class:Incident/Attribute:status' => 'Estatus',
|
||||
@@ -195,8 +192,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:Incident/Attribute:parent_change_id+' => 'Cambio Padre',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Ref. Cambio Padre',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => 'Ref. Cambio Padre',
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Problema Padre',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => 'Problema Padre',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Requerimientos Relacionados',
|
||||
'Class:Incident/Attribute:related_request_list+' => 'Requerimientos Relacionados',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Incidentes Hijos',
|
||||
@@ -236,7 +231,19 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Reabrir',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => 'Reabrir',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'No puede asignarse el incidente Padre a si mismo',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'Resolver tickets hijos',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascadear la solución a los tickets hijos (ev_autoresolve), y alinear las siguientes características: servicio, equipo, agente, información de solución',
|
||||
'Tickets:Related:OpenIncidents' => 'Incidentes Abiertos',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Problema Padre',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => 'Problema Padre',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
@@ -15,11 +15,49 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
/**
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Menu:IncidentManagement' => 'Gestion des incidents',
|
||||
'Menu:IncidentManagement+' => 'Gestion des incidents',
|
||||
'Menu:Incident:Overview' => 'Vue d\'ensemble',
|
||||
'Menu:Incident:Overview+' => 'Vue d\'ensemble',
|
||||
'Menu:NewIncident' => 'Nouvel incident',
|
||||
'Menu:NewIncident+' => 'Créer un nouveau ticket d\'incident',
|
||||
'Menu:SearchIncidents' => 'Rechercher des incidents',
|
||||
'Menu:SearchIncidents+' => 'Rechercher parmi les tickets d\'incidents',
|
||||
'Menu:Incident:Shortcuts' => 'Raccourcis',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Mes incidents',
|
||||
'Menu:Incident:MyIncidents+' => 'Tickets d\'incident qui me sont assignés',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Incidents en cours d\'escalade',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Ticket d\'incident en cours d\'escalade',
|
||||
'Menu:Incident:OpenIncidents' => 'Incidents ouverts',
|
||||
'Menu:Incident:OpenIncidents+' => 'Tous les tickets d\'incident ouverts',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidents des 14 derniers jours par priorité',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Incidents des 14 derniers jours',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Incidents ouverts par statut',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Incidents ouverts par agent',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Incidents ouverts par client',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
@@ -148,8 +186,6 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Incident/Attribute:pending_reason+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Incident parent',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Problème lié',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Référence incident parent',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Changement parent',
|
||||
@@ -164,14 +200,14 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Incident/Attribute:public_log+' => '',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'Satisfaction client',
|
||||
'Class:Incident/Attribute:user_satisfaction+' => '',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:1' => 'Très satisfait',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:1+' => 'Très satisfait',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2' => 'Plutôt satisfait',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:2+' => 'Plutôt satisfait',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3' => 'Plutôt mécontent',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:3+' => 'Plutôt mécontent',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4' => 'Très mécontent',
|
||||
'Class:UserRequest/Attribute:user_satisfaction/Value:4+' => 'Très mécontent',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Très satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => 'Très satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Plutôt satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => 'Plutôt satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Plutôt mécontent',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => 'Plutôt mécontent',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Très mécontent',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => 'Très mécontent',
|
||||
'Class:Incident/Attribute:user_comment' => 'Commentaire client',
|
||||
'Class:Incident/Attribute:user_comment+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'Nom usuel de l\'incident parent',
|
||||
@@ -195,41 +231,19 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Ré-ouvrir',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'L\'Incident parent ne peut pas être assigné à lui même',
|
||||
));
|
||||
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Menu:IncidentManagement' => 'Gestion des incidents',
|
||||
'Menu:IncidentManagement+' => 'Gestion des incidents',
|
||||
'Menu:Incident:Overview' => 'Vue d\'ensemble',
|
||||
'Menu:Incident:Overview+' => 'Vue d\'ensemble',
|
||||
'Menu:NewIncident' => 'Nouvel incident',
|
||||
'Menu:NewIncident+' => 'Créer un nouveau ticket d\'incident',
|
||||
'Menu:SearchIncidents' => 'Rechercher des incidents',
|
||||
'Menu:SearchIncidents+' => 'Rechercher parmi les tickets d\'incidents',
|
||||
'Menu:Incident:Shortcuts' => 'Raccourcis',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => 'Mes incidents',
|
||||
'Menu:Incident:MyIncidents+' => 'Tickets d\'incident qui me sont assignés',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Incidents en cours d\'escalade',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Ticket d\'incident en cours d\'escalade',
|
||||
'Menu:Incident:OpenIncidents' => 'Incidents ouverts',
|
||||
'Menu:Incident:OpenIncidents+' => 'Tous les tickets d\'incident ouverts',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Incidents des 14 derniers jours par priorité',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Incidents des 14 derniers jours',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Incidents ouverts par statut',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Incidents ouverts par agent',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Incidents ouverts par client',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets (résoudre les tickets fils)',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascader l\'action de résolution du ticket (ev_autoresolve) vers les requêtes et incidents fils, et aligner les caractéristiques suivantes : service, équipe, agent, information de résolution',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Très satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => 'Très satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Plutôt satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => 'Plutôt satisfait',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Plutôt mécontent',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => 'Plutôt mécontent',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Très mécontent',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => 'Très mécontent',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Problème lié',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
|
||||
@@ -0,0 +1,251 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2014 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// iTop is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Menu:IncidentManagement' => 'Incident Management~~',
|
||||
'Menu:IncidentManagement+' => 'Incident Management~~',
|
||||
'Menu:Incident:Overview' => 'Overview~~',
|
||||
'Menu:Incident:Overview+' => 'Overview~~',
|
||||
'Menu:NewIncident' => 'New incident~~',
|
||||
'Menu:NewIncident+' => 'Create a new incident ticket~~',
|
||||
'Menu:SearchIncidents' => 'Search for incidents~~',
|
||||
'Menu:SearchIncidents+' => 'Search for incident tickets~~',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts~~',
|
||||
'Menu:Incident:Shortcuts+' => '~~',
|
||||
'Menu:Incident:MyIncidents' => 'Incidents assigned to me~~',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)~~',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Escalated incidents~~',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Escalated incidents~~',
|
||||
'Menu:Incident:OpenIncidents' => 'All open incidents~~',
|
||||
'Menu:Incident:OpenIncidents+' => 'All open incidents~~',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Last 14 days incident per priority~~',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Last 14 days number of incidents~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Incident' => 'Incident~~',
|
||||
'Class:Incident+' => '~~',
|
||||
'Class:Incident/Attribute:status' => 'Status~~',
|
||||
'Class:Incident/Attribute:status+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:new' => 'New~~',
|
||||
'Class:Incident/Attribute:status/Value:new+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Escalated TTO~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned' => 'Assigned~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Escalated TTR~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Pending~~',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:closed' => 'Closed~~',
|
||||
'Class:Incident/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:Incident/Attribute:impact' => 'Impact~~',
|
||||
'Class:Incident/Attribute:impact+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:1' => 'A department~~',
|
||||
'Class:Incident/Attribute:impact/Value:1+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:2' => 'A service~~',
|
||||
'Class:Incident/Attribute:impact/Value:2+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:3' => 'A person~~',
|
||||
'Class:Incident/Attribute:impact/Value:3+' => '~~',
|
||||
'Class:Incident/Attribute:priority' => 'Priority~~',
|
||||
'Class:Incident/Attribute:priority+' => '~~',
|
||||
'Class:Incident/Attribute:priority/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:priority/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency' => 'Urgency~~',
|
||||
'Class:Incident/Attribute:urgency+' => '~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:origin' => 'Origin~~',
|
||||
'Class:Incident/Attribute:origin+' => '~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail+' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring+' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone+' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal' => 'portal~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => 'portal~~',
|
||||
'Class:Incident/Attribute:service_id' => 'Service~~',
|
||||
'Class:Incident/Attribute:service_id+' => '~~',
|
||||
'Class:Incident/Attribute:service_name' => 'Service name~~',
|
||||
'Class:Incident/Attribute:service_name+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Service subcategory~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Service subcategory name~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Hot Flag~~',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no+' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes+' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_reason' => 'Hot reason~~',
|
||||
'Class:Incident/Attribute:escalation_reason+' => '~~',
|
||||
'Class:Incident/Attribute:assignment_date' => 'Assignment date~~',
|
||||
'Class:Incident/Attribute:assignment_date+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_date' => 'Resolution date~~',
|
||||
'Class:Incident/Attribute:resolution_date+' => '~~',
|
||||
'Class:Incident/Attribute:last_pending_date' => 'Last pending date~~',
|
||||
'Class:Incident/Attribute:last_pending_date+' => '~~',
|
||||
'Class:Incident/Attribute:cumulatedpending' => 'Cumulated pending~~',
|
||||
'Class:Incident/Attribute:cumulatedpending+' => '~~',
|
||||
'Class:Incident/Attribute:tto' => 'tto~~',
|
||||
'Class:Incident/Attribute:tto+' => '~~',
|
||||
'Class:Incident/Attribute:ttr' => 'ttr~~',
|
||||
'Class:Incident/Attribute:ttr+' => '~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_over' => 'SLA tto over~~',
|
||||
'Class:Incident/Attribute:sla_tto_over+' => '~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline' => 'TTR Deadline~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed' => 'SLA ttr passed~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over' => 'SLA ttr over~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over+' => '~~',
|
||||
'Class:Incident/Attribute:time_spent' => 'Resolution delay~~',
|
||||
'Class:Incident/Attribute:time_spent+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code' => 'Resolution code~~',
|
||||
'Class:Incident/Attribute:resolution_code+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance+' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other+' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch+' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update+' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training' => 'training~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training+' => 'training~~',
|
||||
'Class:Incident/Attribute:solution' => 'Solution~~',
|
||||
'Class:Incident/Attribute:solution+' => '~~',
|
||||
'Class:Incident/Attribute:pending_reason' => 'Pending reason~~',
|
||||
'Class:Incident/Attribute:pending_reason+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Parent incident~~',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent incident ref~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Parent change~~',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent change ref~~',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '~~',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Child incidents~~',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'All the child incidents related to this incident~~',
|
||||
'Class:Incident/Attribute:public_log' => 'Public log~~',
|
||||
'Class:Incident/Attribute:public_log+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'User satisfaction~~',
|
||||
'Class:Incident/Attribute:user_satisfaction+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_comment' => 'User comment~~',
|
||||
'Class:Incident/Attribute:user_comment+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'parent_incident_id_friendlyname~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Assign~~',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Re-assign~~',
|
||||
'Class:Incident/Stimulus:ev_reassign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_pending' => 'Pending~~',
|
||||
'Class:Incident/Stimulus:ev_pending+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_timeout' => 'Timeout~~',
|
||||
'Class:Incident/Stimulus:ev_timeout+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatic resolve~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose' => 'Automatic close~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_resolve' => 'Mark as resolved~~',
|
||||
'Class:Incident/Stimulus:ev_resolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_close' => 'Close this request~~',
|
||||
'Class:Incident/Stimulus:ev_close+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Re-open~~',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '~~',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself~~',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
@@ -0,0 +1,251 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2014 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// iTop is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Menu:IncidentManagement' => 'Incident Management~~',
|
||||
'Menu:IncidentManagement+' => 'Incident Management~~',
|
||||
'Menu:Incident:Overview' => 'Overview~~',
|
||||
'Menu:Incident:Overview+' => 'Overview~~',
|
||||
'Menu:NewIncident' => 'New incident~~',
|
||||
'Menu:NewIncident+' => 'Create a new incident ticket~~',
|
||||
'Menu:SearchIncidents' => 'Search for incidents~~',
|
||||
'Menu:SearchIncidents+' => 'Search for incident tickets~~',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts~~',
|
||||
'Menu:Incident:Shortcuts+' => '~~',
|
||||
'Menu:Incident:MyIncidents' => 'Incidents assigned to me~~',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)~~',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Escalated incidents~~',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Escalated incidents~~',
|
||||
'Menu:Incident:OpenIncidents' => 'All open incidents~~',
|
||||
'Menu:Incident:OpenIncidents+' => 'All open incidents~~',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Last 14 days incident per priority~~',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Last 14 days number of incidents~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Incident' => 'Incident~~',
|
||||
'Class:Incident+' => '~~',
|
||||
'Class:Incident/Attribute:status' => 'Status~~',
|
||||
'Class:Incident/Attribute:status+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:new' => 'New~~',
|
||||
'Class:Incident/Attribute:status/Value:new+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Escalated TTO~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned' => 'Assigned~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Escalated TTR~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Pending~~',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:closed' => 'Closed~~',
|
||||
'Class:Incident/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:Incident/Attribute:impact' => 'Impact~~',
|
||||
'Class:Incident/Attribute:impact+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:1' => 'A department~~',
|
||||
'Class:Incident/Attribute:impact/Value:1+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:2' => 'A service~~',
|
||||
'Class:Incident/Attribute:impact/Value:2+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:3' => 'A person~~',
|
||||
'Class:Incident/Attribute:impact/Value:3+' => '~~',
|
||||
'Class:Incident/Attribute:priority' => 'Priority~~',
|
||||
'Class:Incident/Attribute:priority+' => '~~',
|
||||
'Class:Incident/Attribute:priority/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:priority/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency' => 'Urgency~~',
|
||||
'Class:Incident/Attribute:urgency+' => '~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:origin' => 'Origin~~',
|
||||
'Class:Incident/Attribute:origin+' => '~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail+' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring+' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone+' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal' => 'portal~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => 'portal~~',
|
||||
'Class:Incident/Attribute:service_id' => 'Service~~',
|
||||
'Class:Incident/Attribute:service_id+' => '~~',
|
||||
'Class:Incident/Attribute:service_name' => 'Service name~~',
|
||||
'Class:Incident/Attribute:service_name+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Service subcategory~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Service subcategory name~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Hot Flag~~',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no+' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes+' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_reason' => 'Hot reason~~',
|
||||
'Class:Incident/Attribute:escalation_reason+' => '~~',
|
||||
'Class:Incident/Attribute:assignment_date' => 'Assignment date~~',
|
||||
'Class:Incident/Attribute:assignment_date+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_date' => 'Resolution date~~',
|
||||
'Class:Incident/Attribute:resolution_date+' => '~~',
|
||||
'Class:Incident/Attribute:last_pending_date' => 'Last pending date~~',
|
||||
'Class:Incident/Attribute:last_pending_date+' => '~~',
|
||||
'Class:Incident/Attribute:cumulatedpending' => 'Cumulated pending~~',
|
||||
'Class:Incident/Attribute:cumulatedpending+' => '~~',
|
||||
'Class:Incident/Attribute:tto' => 'tto~~',
|
||||
'Class:Incident/Attribute:tto+' => '~~',
|
||||
'Class:Incident/Attribute:ttr' => 'ttr~~',
|
||||
'Class:Incident/Attribute:ttr+' => '~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_over' => 'SLA tto over~~',
|
||||
'Class:Incident/Attribute:sla_tto_over+' => '~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline' => 'TTR Deadline~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed' => 'SLA ttr passed~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over' => 'SLA ttr over~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over+' => '~~',
|
||||
'Class:Incident/Attribute:time_spent' => 'Resolution delay~~',
|
||||
'Class:Incident/Attribute:time_spent+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code' => 'Resolution code~~',
|
||||
'Class:Incident/Attribute:resolution_code+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance+' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other+' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch+' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update+' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training' => 'training~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training+' => 'training~~',
|
||||
'Class:Incident/Attribute:solution' => 'Solution~~',
|
||||
'Class:Incident/Attribute:solution+' => '~~',
|
||||
'Class:Incident/Attribute:pending_reason' => 'Pending reason~~',
|
||||
'Class:Incident/Attribute:pending_reason+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Parent incident~~',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent incident ref~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Parent change~~',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent change ref~~',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '~~',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Child incidents~~',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'All the child incidents related to this incident~~',
|
||||
'Class:Incident/Attribute:public_log' => 'Public log~~',
|
||||
'Class:Incident/Attribute:public_log+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'User satisfaction~~',
|
||||
'Class:Incident/Attribute:user_satisfaction+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_comment' => 'User comment~~',
|
||||
'Class:Incident/Attribute:user_comment+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'parent_incident_id_friendlyname~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Assign~~',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Re-assign~~',
|
||||
'Class:Incident/Stimulus:ev_reassign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_pending' => 'Pending~~',
|
||||
'Class:Incident/Stimulus:ev_pending+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_timeout' => 'Timeout~~',
|
||||
'Class:Incident/Stimulus:ev_timeout+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatic resolve~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose' => 'Automatic close~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_resolve' => 'Mark as resolved~~',
|
||||
'Class:Incident/Stimulus:ev_resolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_close' => 'Close this request~~',
|
||||
'Class:Incident/Stimulus:ev_close+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Re-open~~',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '~~',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself~~',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
@@ -15,11 +15,50 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
/**
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Menu:IncidentManagement' => 'インシデント管理',
|
||||
'Menu:IncidentManagement+' => 'インシデント管理',
|
||||
'Menu:Incident:Overview' => '概要',
|
||||
'Menu:Incident:Overview+' => '概要',
|
||||
'Menu:NewIncident' => '新規インシデント',
|
||||
'Menu:NewIncident+' => 'インシデントチケット作成',
|
||||
'Menu:SearchIncidents' => 'インシデント検索',
|
||||
'Menu:SearchIncidents+' => 'インシデントチケット検索',
|
||||
'Menu:Incident:Shortcuts' => 'ショートカット',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => '担当しているインシデント',
|
||||
'Menu:Incident:MyIncidents+' => '担当しているインシデント(エージェント)',
|
||||
'Menu:Incident:EscalatedIncidents' => 'エスカレーションされたインシデント',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'エスカレーションされたインシデント',
|
||||
'Menu:Incident:OpenIncidents' => '全オープンインシデント',
|
||||
'Menu:Incident:OpenIncidents+' => '全オープンインシデント',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => '最近14日の優先度別インシデント',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => '最近14日のインシデント数',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => '状態別オープンインシデント',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'エージェント別オープンインシデント',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => '顧客別オープンインシデント',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Incident' => 'インシデント',
|
||||
@@ -34,6 +73,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'エスカレートTTR',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => '承認待ち',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:status/Value:pending' => '保留中',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => '解決済み',
|
||||
@@ -80,8 +121,12 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => 'ポータル',
|
||||
'Class:Incident/Attribute:service_id' => 'サービス',
|
||||
'Class:Incident/Attribute:service_id+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'サービス名',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'サービス中分類',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'サービス中分類名',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'エスカレーションフラグ',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'いいえ',
|
||||
@@ -138,8 +183,14 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Incident/Attribute:pending_reason+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id' => '親インシデント',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => '親インシデント参照',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => '親変更',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => '親変更参照',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||
'Class:Incident/Attribute:child_incidents_list' => '子インシデント',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => '',
|
||||
'Class:Incident/Attribute:public_log' => 'パブリックログ',
|
||||
@@ -156,6 +207,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => '非常に不満',
|
||||
'Class:Incident/Attribute:user_comment' => 'ユーザコメント',
|
||||
'Class:Incident/Attribute:user_comment+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => '親インシデント名',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Stimulus:ev_assign' => '割り当て',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '',
|
||||
'Class:Incident/Stimulus:ev_reassign' => '再割り当て',
|
||||
@@ -174,43 +227,20 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Incident/Stimulus:ev_close+' => '',
|
||||
'Class:Incident/Stimulus:ev_reopen' => '再オープン',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Menu:IncidentManagement' => 'インシデント管理',
|
||||
'Menu:IncidentManagement+' => 'インシデント管理',
|
||||
'Menu:Incident:Overview' => '概要',
|
||||
'Menu:Incident:Overview+' => '概要',
|
||||
'Menu:NewIncident' => '新規インシデント',
|
||||
'Menu:NewIncident+' => 'インシデントチケット作成',
|
||||
'Menu:SearchIncidents' => 'インシデント検索',
|
||||
'Menu:SearchIncidents+' => 'インシデントチケット検索',
|
||||
'Menu:Incident:Shortcuts' => 'ショートカット',
|
||||
'Menu:Incident:Shortcuts+' => '',
|
||||
'Menu:Incident:MyIncidents' => '担当しているインシデント',
|
||||
'Menu:Incident:MyIncidents+' => '担当しているインシデント(エージェント)',
|
||||
'Menu:Incident:EscalatedIncidents' => 'エスカレーションされたインシデント',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'エスカレーションされたインシデント',
|
||||
'Menu:Incident:OpenIncidents' => '全オープンインシデント',
|
||||
'Menu:Incident:OpenIncidents+' => '全オープンインシデント',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => '最近14日の優先度別インシデント',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => '最近14日のインシデント数',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => '状態別オープンインシデント',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'エージェント別オープンインシデント',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => '顧客別オープンインシデント',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => '承認待ち',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '',
|
||||
'Class:Incident/Attribute:service_name' => 'サービス名',
|
||||
'Class:Incident/Attribute:service_name+' => '',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'サービス中分類名',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => '親インシデント参照',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => '親変更参照',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => '親インシデント名',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself~~',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||
));
|
||||
?>
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
|
||||
@@ -0,0 +1,251 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2014 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// iTop is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Menu:IncidentManagement' => 'Incident Management~~',
|
||||
'Menu:IncidentManagement+' => 'Incident Management~~',
|
||||
'Menu:Incident:Overview' => 'Overview~~',
|
||||
'Menu:Incident:Overview+' => 'Overview~~',
|
||||
'Menu:NewIncident' => 'New incident~~',
|
||||
'Menu:NewIncident+' => 'Create a new incident ticket~~',
|
||||
'Menu:SearchIncidents' => 'Search for incidents~~',
|
||||
'Menu:SearchIncidents+' => 'Search for incident tickets~~',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts~~',
|
||||
'Menu:Incident:Shortcuts+' => '~~',
|
||||
'Menu:Incident:MyIncidents' => 'Incidents assigned to me~~',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)~~',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Escalated incidents~~',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Escalated incidents~~',
|
||||
'Menu:Incident:OpenIncidents' => 'All open incidents~~',
|
||||
'Menu:Incident:OpenIncidents+' => 'All open incidents~~',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Last 14 days incident per priority~~',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Last 14 days number of incidents~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Incident' => 'Incident~~',
|
||||
'Class:Incident+' => '~~',
|
||||
'Class:Incident/Attribute:status' => 'Status~~',
|
||||
'Class:Incident/Attribute:status+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:new' => 'New~~',
|
||||
'Class:Incident/Attribute:status/Value:new+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Escalated TTO~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned' => 'Assigned~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Escalated TTR~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Pending~~',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:closed' => 'Closed~~',
|
||||
'Class:Incident/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:Incident/Attribute:impact' => 'Impact~~',
|
||||
'Class:Incident/Attribute:impact+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:1' => 'A department~~',
|
||||
'Class:Incident/Attribute:impact/Value:1+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:2' => 'A service~~',
|
||||
'Class:Incident/Attribute:impact/Value:2+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:3' => 'A person~~',
|
||||
'Class:Incident/Attribute:impact/Value:3+' => '~~',
|
||||
'Class:Incident/Attribute:priority' => 'Priority~~',
|
||||
'Class:Incident/Attribute:priority+' => '~~',
|
||||
'Class:Incident/Attribute:priority/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:priority/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency' => 'Urgency~~',
|
||||
'Class:Incident/Attribute:urgency+' => '~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:origin' => 'Origin~~',
|
||||
'Class:Incident/Attribute:origin+' => '~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail+' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring+' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone+' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal' => 'portal~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => 'portal~~',
|
||||
'Class:Incident/Attribute:service_id' => 'Service~~',
|
||||
'Class:Incident/Attribute:service_id+' => '~~',
|
||||
'Class:Incident/Attribute:service_name' => 'Service name~~',
|
||||
'Class:Incident/Attribute:service_name+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Service subcategory~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Service subcategory name~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Hot Flag~~',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no+' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes+' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_reason' => 'Hot reason~~',
|
||||
'Class:Incident/Attribute:escalation_reason+' => '~~',
|
||||
'Class:Incident/Attribute:assignment_date' => 'Assignment date~~',
|
||||
'Class:Incident/Attribute:assignment_date+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_date' => 'Resolution date~~',
|
||||
'Class:Incident/Attribute:resolution_date+' => '~~',
|
||||
'Class:Incident/Attribute:last_pending_date' => 'Last pending date~~',
|
||||
'Class:Incident/Attribute:last_pending_date+' => '~~',
|
||||
'Class:Incident/Attribute:cumulatedpending' => 'Cumulated pending~~',
|
||||
'Class:Incident/Attribute:cumulatedpending+' => '~~',
|
||||
'Class:Incident/Attribute:tto' => 'tto~~',
|
||||
'Class:Incident/Attribute:tto+' => '~~',
|
||||
'Class:Incident/Attribute:ttr' => 'ttr~~',
|
||||
'Class:Incident/Attribute:ttr+' => '~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_over' => 'SLA tto over~~',
|
||||
'Class:Incident/Attribute:sla_tto_over+' => '~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline' => 'TTR Deadline~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed' => 'SLA ttr passed~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over' => 'SLA ttr over~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over+' => '~~',
|
||||
'Class:Incident/Attribute:time_spent' => 'Resolution delay~~',
|
||||
'Class:Incident/Attribute:time_spent+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code' => 'Resolution code~~',
|
||||
'Class:Incident/Attribute:resolution_code+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance+' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other+' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch+' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update+' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training' => 'training~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training+' => 'training~~',
|
||||
'Class:Incident/Attribute:solution' => 'Solution~~',
|
||||
'Class:Incident/Attribute:solution+' => '~~',
|
||||
'Class:Incident/Attribute:pending_reason' => 'Pending reason~~',
|
||||
'Class:Incident/Attribute:pending_reason+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Parent incident~~',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent incident ref~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Parent change~~',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent change ref~~',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '~~',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Child incidents~~',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'All the child incidents related to this incident~~',
|
||||
'Class:Incident/Attribute:public_log' => 'Public log~~',
|
||||
'Class:Incident/Attribute:public_log+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'User satisfaction~~',
|
||||
'Class:Incident/Attribute:user_satisfaction+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_comment' => 'User comment~~',
|
||||
'Class:Incident/Attribute:user_comment+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'parent_incident_id_friendlyname~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Assign~~',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Re-assign~~',
|
||||
'Class:Incident/Stimulus:ev_reassign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_pending' => 'Pending~~',
|
||||
'Class:Incident/Stimulus:ev_pending+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_timeout' => 'Timeout~~',
|
||||
'Class:Incident/Stimulus:ev_timeout+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatic resolve~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose' => 'Automatic close~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_resolve' => 'Mark as resolved~~',
|
||||
'Class:Incident/Stimulus:ev_resolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_close' => 'Close this request~~',
|
||||
'Class:Incident/Stimulus:ev_close+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Re-open~~',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '~~',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself~~',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidenten~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
@@ -3,7 +3,7 @@
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
@@ -15,15 +15,12 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Menu:IncidentManagement' => 'Gerenciamento Incidentes',
|
||||
'Menu:IncidentManagement+' => 'Gerenciamento Incidentes',
|
||||
@@ -190,14 +187,12 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Ref Incidente principal',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Problema principal',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Ref problema principal',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Mudança principal',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Ref mudança principal',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Sub-Incidentes',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'Todos os sub-incidentes vinculados a esse incidente',
|
||||
'Class:Incident/Attribute:public_log' => 'Log público',
|
||||
@@ -235,11 +230,19 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Re-abrir',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Não é possível atribuir o incidente principal ao próprio incidente',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
?>
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Problema principal',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Ref problema principal',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||
));
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
|
||||
*
|
||||
@@ -9,7 +8,6 @@
|
||||
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
|
||||
*
|
||||
*/
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Menu:IncidentManagement' => 'Управление инцидентами',
|
||||
'Menu:IncidentManagement+' => 'Управление инцидентами',
|
||||
@@ -34,6 +32,19 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Открытые инциденты по заказчику',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
@@ -161,20 +172,16 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Incident/Attribute:pending_reason+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Родительский инцидент',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Родительская проблема',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Родительская проблема',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Родительский инцидент',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Родительское изменение',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Родительское изменение',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Дочерние инциденты',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'Все инциденты, связанные с этим инцидентом',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Запросы',
|
||||
'Class:Incident/Attribute:related_request_list+' => 'Все пользовательские запросы, связанные с этим инцидентом',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Дочерние инциденты',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'Все инциденты, связанные с этим инцидентом',
|
||||
'Class:Incident/Attribute:public_log' => 'Общий журнал',
|
||||
'Class:Incident/Attribute:public_log+' => 'Информация в общем журнале доступна для пользователей портала',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'Удовлетворенность пользователя',
|
||||
@@ -214,4 +221,15 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info',
|
||||
'Tickets:Related:OpenIncidents' => 'Открытые инциденты',
|
||||
));
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Родительская проблема',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Родительская проблема',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '',
|
||||
));
|
||||
|
||||
@@ -0,0 +1,251 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2014 Combodo SARL
|
||||
//
|
||||
// This file is part of iTop.
|
||||
//
|
||||
// iTop is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Affero General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// iTop is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU Affero General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Menu:IncidentManagement' => 'Incident Management~~',
|
||||
'Menu:IncidentManagement+' => 'Incident Management~~',
|
||||
'Menu:Incident:Overview' => 'Overview~~',
|
||||
'Menu:Incident:Overview+' => 'Overview~~',
|
||||
'Menu:NewIncident' => 'New incident~~',
|
||||
'Menu:NewIncident+' => 'Create a new incident ticket~~',
|
||||
'Menu:SearchIncidents' => 'Search for incidents~~',
|
||||
'Menu:SearchIncidents+' => 'Search for incident tickets~~',
|
||||
'Menu:Incident:Shortcuts' => 'Shortcuts~~',
|
||||
'Menu:Incident:Shortcuts+' => '~~',
|
||||
'Menu:Incident:MyIncidents' => 'Incidents assigned to me~~',
|
||||
'Menu:Incident:MyIncidents+' => 'Incidents assigned to me (as Agent)~~',
|
||||
'Menu:Incident:EscalatedIncidents' => 'Escalated incidents~~',
|
||||
'Menu:Incident:EscalatedIncidents+' => 'Escalated incidents~~',
|
||||
'Menu:Incident:OpenIncidents' => 'All open incidents~~',
|
||||
'Menu:Incident:OpenIncidents+' => 'All open incidents~~',
|
||||
'UI-IncidentManagementOverview-IncidentByPriority-last-14-days' => 'Last 14 days incident per priority~~',
|
||||
'UI-IncidentManagementOverview-Last-14-days' => 'Last 14 days number of incidents~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByStatus' => 'Open incidents by status~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByAgent' => 'Open incidents by agent~~',
|
||||
'UI-IncidentManagementOverview-OpenIncidentByCustomer' => 'Open incidents by customer~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>
|
||||
// Class:<class_name>/Attribute:<attribute_code>+
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Incident' => 'Incident~~',
|
||||
'Class:Incident+' => '~~',
|
||||
'Class:Incident/Attribute:status' => 'Status~~',
|
||||
'Class:Incident/Attribute:status+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:new' => 'New~~',
|
||||
'Class:Incident/Attribute:status/Value:new+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto' => 'Escalated TTO~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_tto+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned' => 'Assigned~~',
|
||||
'Class:Incident/Attribute:status/Value:assigned+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr' => 'Escalated TTR~~',
|
||||
'Class:Incident/Attribute:status/Value:escalated_ttr+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval' => 'Waiting for approval~~',
|
||||
'Class:Incident/Attribute:status/Value:waiting_for_approval+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:pending' => 'Pending~~',
|
||||
'Class:Incident/Attribute:status/Value:pending+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Incident/Attribute:status/Value:resolved+' => '~~',
|
||||
'Class:Incident/Attribute:status/Value:closed' => 'Closed~~',
|
||||
'Class:Incident/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:Incident/Attribute:impact' => 'Impact~~',
|
||||
'Class:Incident/Attribute:impact+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:1' => 'A department~~',
|
||||
'Class:Incident/Attribute:impact/Value:1+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:2' => 'A service~~',
|
||||
'Class:Incident/Attribute:impact/Value:2+' => '~~',
|
||||
'Class:Incident/Attribute:impact/Value:3' => 'A person~~',
|
||||
'Class:Incident/Attribute:impact/Value:3+' => '~~',
|
||||
'Class:Incident/Attribute:priority' => 'Priority~~',
|
||||
'Class:Incident/Attribute:priority+' => '~~',
|
||||
'Class:Incident/Attribute:priority/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:priority/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:priority/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:priority/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:priority/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency' => 'Urgency~~',
|
||||
'Class:Incident/Attribute:urgency+' => '~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:1+' => 'critical~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:2+' => 'high~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:3+' => 'medium~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4' => 'low~~',
|
||||
'Class:Incident/Attribute:urgency/Value:4+' => 'low~~',
|
||||
'Class:Incident/Attribute:origin' => 'Origin~~',
|
||||
'Class:Incident/Attribute:origin+' => '~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:mail+' => 'email~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:monitoring+' => 'monitoring~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:phone+' => 'phone~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal' => 'portal~~',
|
||||
'Class:Incident/Attribute:origin/Value:portal+' => 'portal~~',
|
||||
'Class:Incident/Attribute:service_id' => 'Service~~',
|
||||
'Class:Incident/Attribute:service_id+' => '~~',
|
||||
'Class:Incident/Attribute:service_name' => 'Service name~~',
|
||||
'Class:Incident/Attribute:service_name+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id' => 'Service subcategory~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_id+' => '~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name' => 'Service subcategory name~~',
|
||||
'Class:Incident/Attribute:servicesubcategory_name+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag' => 'Hot Flag~~',
|
||||
'Class:Incident/Attribute:escalation_flag+' => '~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:no+' => 'No~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_flag/Value:yes+' => 'Yes~~',
|
||||
'Class:Incident/Attribute:escalation_reason' => 'Hot reason~~',
|
||||
'Class:Incident/Attribute:escalation_reason+' => '~~',
|
||||
'Class:Incident/Attribute:assignment_date' => 'Assignment date~~',
|
||||
'Class:Incident/Attribute:assignment_date+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_date' => 'Resolution date~~',
|
||||
'Class:Incident/Attribute:resolution_date+' => '~~',
|
||||
'Class:Incident/Attribute:last_pending_date' => 'Last pending date~~',
|
||||
'Class:Incident/Attribute:last_pending_date+' => '~~',
|
||||
'Class:Incident/Attribute:cumulatedpending' => 'Cumulated pending~~',
|
||||
'Class:Incident/Attribute:cumulatedpending+' => '~~',
|
||||
'Class:Incident/Attribute:tto' => 'tto~~',
|
||||
'Class:Incident/Attribute:tto+' => '~~',
|
||||
'Class:Incident/Attribute:ttr' => 'ttr~~',
|
||||
'Class:Incident/Attribute:ttr+' => '~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline' => 'TTO Deadline~~',
|
||||
'Class:Incident/Attribute:tto_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed' => 'SLA tto passed~~',
|
||||
'Class:Incident/Attribute:sla_tto_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_tto_over' => 'SLA tto over~~',
|
||||
'Class:Incident/Attribute:sla_tto_over+' => '~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline' => 'TTR Deadline~~',
|
||||
'Class:Incident/Attribute:ttr_escalation_deadline+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed' => 'SLA ttr passed~~',
|
||||
'Class:Incident/Attribute:sla_ttr_passed+' => '~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over' => 'SLA ttr over~~',
|
||||
'Class:Incident/Attribute:sla_ttr_over+' => '~~',
|
||||
'Class:Incident/Attribute:time_spent' => 'Resolution delay~~',
|
||||
'Class:Incident/Attribute:time_spent+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code' => 'Resolution code~~',
|
||||
'Class:Incident/Attribute:resolution_code+' => '~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:assistance+' => 'assistance~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => 'bug fixed~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => 'hardware repair~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:other+' => 'other~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:software patch+' => 'software patch~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:system update+' => 'system update~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training' => 'training~~',
|
||||
'Class:Incident/Attribute:resolution_code/Value:training+' => 'training~~',
|
||||
'Class:Incident/Attribute:solution' => 'Solution~~',
|
||||
'Class:Incident/Attribute:solution+' => '~~',
|
||||
'Class:Incident/Attribute:pending_reason' => 'Pending reason~~',
|
||||
'Class:Incident/Attribute:pending_reason+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id' => 'Parent incident~~',
|
||||
'Class:Incident/Attribute:parent_incident_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref' => 'Parent incident ref~~',
|
||||
'Class:Incident/Attribute:parent_incident_ref+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_id' => 'Parent change~~',
|
||||
'Class:Incident/Attribute:parent_change_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_change_ref' => 'Parent change ref~~',
|
||||
'Class:Incident/Attribute:parent_change_ref+' => '~~',
|
||||
'Class:Incident/Attribute:related_request_list' => 'Child requests~~',
|
||||
'Class:Incident/Attribute:related_request_list+' => '~~',
|
||||
'Class:Incident/Attribute:child_incidents_list' => 'Child incidents~~',
|
||||
'Class:Incident/Attribute:child_incidents_list+' => 'All the child incidents related to this incident~~',
|
||||
'Class:Incident/Attribute:public_log' => 'Public log~~',
|
||||
'Class:Incident/Attribute:public_log+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction' => 'User satisfaction~~',
|
||||
'Class:Incident/Attribute:user_satisfaction+' => '~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:1+' => 'Very satisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:2+' => 'Fairly statisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:3+' => 'Rather Dissatified~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_satisfaction/Value:4+' => 'Very Dissatisfied~~',
|
||||
'Class:Incident/Attribute:user_comment' => 'User comment~~',
|
||||
'Class:Incident/Attribute:user_comment+' => '~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname' => 'parent_incident_id_friendlyname~~',
|
||||
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_assign' => 'Assign~~',
|
||||
'Class:Incident/Stimulus:ev_assign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reassign' => 'Re-assign~~',
|
||||
'Class:Incident/Stimulus:ev_reassign+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_pending' => 'Pending~~',
|
||||
'Class:Incident/Stimulus:ev_pending+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_timeout' => 'Timeout~~',
|
||||
'Class:Incident/Stimulus:ev_timeout+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve' => 'Automatic resolve~~',
|
||||
'Class:Incident/Stimulus:ev_autoresolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose' => 'Automatic close~~',
|
||||
'Class:Incident/Stimulus:ev_autoclose+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_resolve' => 'Mark as resolved~~',
|
||||
'Class:Incident/Stimulus:ev_resolve+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_close' => 'Close this request~~',
|
||||
'Class:Incident/Stimulus:ev_close+' => '~~',
|
||||
'Class:Incident/Stimulus:ev_reopen' => 'Re-open~~',
|
||||
'Class:Incident/Stimulus:ev_reopen+' => '~~',
|
||||
'Class:Incident/Error:CannotAssignParentIncidentIdToSelf' => 'Cannot assign the Parent incident to the incident itself~~',
|
||||
|
||||
'Class:Incident/Method:ResolveChildTickets' => 'ResolveChildTickets~~',
|
||||
'Class:Incident/Method:ResolveChildTickets+' => 'Cascade the resolution to child ticket (ev_autoresolve), and align the following characteristics: service, team, agent, resolution info~~',
|
||||
'Tickets:Related:OpenIncidents' => 'Open incidents~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
@@ -15,15 +15,12 @@
|
||||
//
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
/**
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Menu:IncidentManagement' => '事件管理',
|
||||
'Menu:IncidentManagement+' => '事件管理',
|
||||
@@ -238,3 +235,14 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Incident/Method:ResolveChildTickets+' => '级联解决子Ticket(事件自动解决),和调整以下内容保持一至: 服务, 团队, 办理人, 解决方案',
|
||||
'Tickets:Related:OpenIncidents' => '打开的事件',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: Incident
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
|
||||
'Class:Incident/Attribute:parent_problem_id+' => '~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
|
||||
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user