mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
Update dictionaries for all languages to iTop 2.6
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.
|
||||
*
|
||||
@@ -26,7 +23,6 @@
|
||||
* @copyright Copyright (C) 2010-2014 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
@@ -36,89 +32,85 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:Ticket' => 'Tiket',
|
||||
'Class:Ticket+' => '',
|
||||
'Class:Ticket/Attribute:ref' => 'ID',
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organizace',
|
||||
'Class:Ticket/Attribute:org_id+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => 'Název organizace',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Zadavatel',
|
||||
'Class:Ticket/Attribute:caller_id+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Název zadavatele',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_id' => 'Tým',
|
||||
'Class:Ticket/Attribute:team_id+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'Název týmu',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Řešitel',
|
||||
'Class:Ticket/Attribute:agent_id+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Název řešitele',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:Ticket/Attribute:title' => 'Název',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => 'Popis',
|
||||
'Class:Ticket/Attribute:description+' => '',
|
||||
'Class:Ticket/Attribute:start_date' => 'Datum vytvoření',
|
||||
'Class:Ticket/Attribute:start_date+' => '',
|
||||
'Class:Ticket/Attribute:end_date' => 'Datum ukončení',
|
||||
'Class:Ticket/Attribute:end_date+' => '',
|
||||
'Class:Ticket/Attribute:last_update' => 'Poslední aktualizace',
|
||||
'Class:Ticket/Attribute:last_update+' => '',
|
||||
'Class:Ticket/Attribute:close_date' => 'Datum uzavření',
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Interní záznam',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket' => 'Tiket',
|
||||
'Class:Ticket+' => '',
|
||||
'Class:Ticket/Attribute:ref' => 'ID',
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organizace',
|
||||
'Class:Ticket/Attribute:org_id+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => 'Název organizace',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Zadavatel',
|
||||
'Class:Ticket/Attribute:caller_id+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Název zadavatele',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_id' => 'Tým',
|
||||
'Class:Ticket/Attribute:team_id+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'Název týmu',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Řešitel',
|
||||
'Class:Ticket/Attribute:agent_id+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Název řešitele',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:Ticket/Attribute:title' => 'Název',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => 'Popis',
|
||||
'Class:Ticket/Attribute:description+' => '',
|
||||
'Class:Ticket/Attribute:start_date' => 'Datum vytvoření',
|
||||
'Class:Ticket/Attribute:start_date+' => '',
|
||||
'Class:Ticket/Attribute:end_date' => 'Datum ukončení',
|
||||
'Class:Ticket/Attribute:end_date+' => '',
|
||||
'Class:Ticket/Attribute:last_update' => 'Poslední aktualizace',
|
||||
'Class:Ticket/Attribute:last_update+' => '',
|
||||
'Class:Ticket/Attribute:close_date' => 'Datum uzavření',
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Interní záznam',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Kontakty',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Všechny kontakty spojené s tímto tiketem',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'Konfigurační položky',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Všechny konfigurační položky ovlivněné tímto tiketem',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Pracovní příkazy',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'Všechny pracovní příkazy pro tento tiket',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Typ',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Provozní stav',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Vypočítán z podrobného stavu',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Probíhající',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => '',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Vyřešený',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Uzavřený',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
|
||||
|
||||
|
||||
'Ticket:ImpactAnalysis' => 'Analýza dopadů',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Všechny kontakty spojené s tímto tiketem',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'Konfigurační položky',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Všechny konfigurační položky ovlivněné tímto tiketem',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Pracovní příkazy',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'Všechny pracovní příkazy pro tento tiket',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Typ',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Provozní stav',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Vypočítán z podrobného stavu',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Probíhající',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => '',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Vyřešený',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Uzavřený',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
|
||||
'Ticket:ImpactAnalysis' => 'Analýza dopadů',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:lnkContactToTicket' => 'Spojení (Kontakt / Tiket)',
|
||||
'Class:lnkContactToTicket+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Tiket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'ID',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Email kontaktu',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Přidán manuálně',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Automaticky',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Neupozorňovat',
|
||||
'Class:lnkContactToTicket' => 'Spojení (Kontakt / Tiket)',
|
||||
'Class:lnkContactToTicket+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Tiket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'ID',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Email kontaktu',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Přidán manuálně',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Automaticky',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Neupozorňovat',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -126,129 +118,135 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Spojení (Funkční konfigurační položka / Tiket)',
|
||||
'Class:lnkFunctionalCIToTicket+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Tiket',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'ID',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Konfigurační položka',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'Název konfigurační položky',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Dopad (text)',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Dopad',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Přidán manuálně',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Automaticky',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Není zasažen',
|
||||
'Class:lnkFunctionalCIToTicket' => 'Spojení (Funkční konfigurační položka / Tiket)',
|
||||
'Class:lnkFunctionalCIToTicket+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Tiket',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'ID',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'Konfigurační položka',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'Název konfigurační položky',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Dopad (text)',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Dopad',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Přidán manuálně',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Automaticky',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Není zasažen',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
'Class:WorkOrder' => 'Pracovní příkaz',
|
||||
'Class:WorkOrder+' => '',
|
||||
'Class:WorkOrder/Attribute:name' => 'Název',
|
||||
'Class:WorkOrder/Attribute:name+' => '',
|
||||
'Class:WorkOrder/Attribute:status' => 'Stav',
|
||||
'Class:WorkOrder/Attribute:status+' => '',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'otevřený',
|
||||
'Class:WorkOrder/Attribute:status/Value:open+' => '',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'uzavřený',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed+' => '',
|
||||
'Class:WorkOrder/Attribute:description' => 'Popis',
|
||||
'Class:WorkOrder/Attribute:description+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Tiket',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'ID tiketu',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Tým',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Název týmu',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Řešitel',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Email řešitele',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Datum začátku',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'Datum konce',
|
||||
'Class:WorkOrder/Attribute:end_date+' => '',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log',
|
||||
'Class:WorkOrder/Attribute:log+' => '',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Uzavřít',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||
'Class:WorkOrder' => 'Pracovní příkaz',
|
||||
'Class:WorkOrder+' => '',
|
||||
'Class:WorkOrder/Attribute:name' => 'Název',
|
||||
'Class:WorkOrder/Attribute:name+' => '',
|
||||
'Class:WorkOrder/Attribute:status' => 'Stav',
|
||||
'Class:WorkOrder/Attribute:status+' => '',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'otevřený',
|
||||
'Class:WorkOrder/Attribute:status/Value:open+' => '',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'uzavřený',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed+' => '',
|
||||
'Class:WorkOrder/Attribute:description' => 'Popis',
|
||||
'Class:WorkOrder/Attribute:description+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Tiket',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'ID tiketu',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Tým',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Název týmu',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Řešitel',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Email řešitele',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Datum začátku',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'Datum konce',
|
||||
'Class:WorkOrder/Attribute:end_date+' => '',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log',
|
||||
'Class:WorkOrder/Attribute:log+' => '',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Uzavřít',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Obecné informace',
|
||||
'Ticket:date' => 'Data',
|
||||
'Ticket:contact' => 'Kontakty',
|
||||
'Ticket:moreinfo' => 'Více informací',
|
||||
'Ticket:relation' => 'Vztahy',
|
||||
'Ticket:log' => 'Komunikace',
|
||||
'Ticket:Type' => 'Kvalifikace',
|
||||
'Ticket:support' => 'Podpora',
|
||||
'Ticket:resolution' => 'Řešení',
|
||||
'Ticket:SLA' => 'SLA zpráva',
|
||||
'WorkOrder:Details' => 'Detaily',
|
||||
'WorkOrder:Moreinfo' => 'Více informací',
|
||||
'Tickets:ResolvedFrom' => 'Vyřešeno automaticky na základě %1$s',
|
||||
'Ticket:baseinfo' => 'Obecné informace',
|
||||
'Ticket:date' => 'Data',
|
||||
'Ticket:contact' => 'Kontakty',
|
||||
'Ticket:moreinfo' => 'Více informací',
|
||||
'Ticket:relation' => 'Vztahy',
|
||||
'Ticket:log' => 'Komunikace',
|
||||
'Ticket:Type' => 'Kvalifikace',
|
||||
'Ticket:support' => 'Podpora',
|
||||
'Ticket:resolution' => 'Řešení',
|
||||
'Ticket:SLA' => 'SLA zpráva',
|
||||
'WorkOrder:Details' => 'Detaily',
|
||||
'WorkOrder:Moreinfo' => 'Více informací',
|
||||
'Tickets:ResolvedFrom' => 'Vyřešeno automaticky na základě %1$s',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:Copy' => 'Copy',
|
||||
'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR',
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Value',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'SetCurrentDate',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'SetCurrentUser',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime+' => 'Set a field with the time (seconds) elapsed since a date given by another field',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to "DefaultWorkingTimeComputer" to force a 24x7 scheme',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:Copy' => 'Copy',
|
||||
'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Target Field',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR',
|
||||
|
||||
'portal:itop-portal' => 'Standardní portál', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Uživatelský portál',
|
||||
'Brick:Portal:UserProfile:Title' => 'Můj profil',
|
||||
'Brick:Portal:NewRequest:Title' => 'Nový požadavek',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Potřebujete pomoci?</p><p>Vyberte z katalogu služeb a vytvořte nový požadavek.</p>',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Otevřené požadavky',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Sledujte své otevřené požadavky.</p><p>Zkontrolujte stav, přidejte komentář, přiložte dokumenty, potvrďte řešení.</p>',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Probíhající',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Vyřešené',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Uzavřené požadavky',
|
||||
'portal:itop-portal' => 'Standardní portál', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Uživatelský portál',
|
||||
'Brick:Portal:UserProfile:Title' => 'Můj profil',
|
||||
'Brick:Portal:NewRequest:Title' => 'Nový požadavek',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Potřebujete pomoci?</p><p>Vyberte z katalogu služeb a vytvořte nový požadavek.</p>',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Otevřené požadavky',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Sledujte své otevřené požadavky.</p><p>Zkontrolujte stav, přidejte komentář, přiložte dokumenty, potvrďte řešení.</p>',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Probíhající',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Vyřešené',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Uzavřené požadavky',
|
||||
));
|
||||
|
||||
@@ -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,14 +15,11 @@
|
||||
//
|
||||
// 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(
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => '',
|
||||
@@ -30,12 +27,20 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organisation',
|
||||
'Class:Ticket/Attribute:org_id+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organisations navn',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Bruger',
|
||||
'Class:Ticket/Attribute:caller_id+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Bruger navn',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team',
|
||||
'Class:Ticket/Attribute:team_id+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team navn',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Tildelt til',
|
||||
'Class:Ticket/Attribute:agent_id+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Tildelt til',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:Ticket/Attribute:title' => 'Titel',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => 'Beskrivelse',
|
||||
@@ -50,7 +55,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Privat Log',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Kontakt',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Kontakt',
|
||||
'Class:Ticket/Attribute:contacts_list+' => '',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => '',
|
||||
@@ -58,22 +63,70 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:Ticket/Attribute:workorders_list+' => '',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Type',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:lnkContactToTicket' => 'Sammenhæng Kontakt/Ticket',
|
||||
'Class:lnkContactToTicket+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Reference',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Kontakt Email',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Rolle',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Sammenhæng FunctionalCI/Ticket',
|
||||
'Class:lnkFunctionalCIToTicket+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Reference',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Navn',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Påvirkning',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:WorkOrder' => 'Arbejdsordre',
|
||||
'Class:WorkOrder+' => '',
|
||||
'Class:WorkOrder/Attribute:name' => 'Navn',
|
||||
@@ -88,10 +141,16 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:WorkOrder/Attribute:description+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Refererede Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team navn',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Tildelt til',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Bruger Email',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Start dato',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'Slut dato',
|
||||
@@ -100,28 +159,12 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:WorkOrder/Attribute:log+' => '',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Luk',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organisations navn',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Bruger navn',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team navn',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Tildelt til',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Reference',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Kontakt Email',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Reference',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Navn',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Refererede Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team navn',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Bruger Email',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Almindelig information',
|
||||
'Ticket:date' => 'Dato',
|
||||
'Ticket:contact' => 'Kontakt',
|
||||
@@ -134,16 +177,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Ticket:SLA' => 'SLA Report',
|
||||
'WorkOrder:Details' => 'Detaljer',
|
||||
'WorkOrder:Moreinfo' => 'Yderligere information',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -159,7 +194,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -169,7 +204,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -180,9 +215,23 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
'Brick:Portal:UserProfile:Title' => 'My profile~~',
|
||||
'Brick:Portal:NewRequest:Title' => 'New request~~',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests~~',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
?>
|
||||
@@ -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,7 +22,6 @@
|
||||
* @licence http://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => '',
|
||||
@@ -31,12 +29,20 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organisation',
|
||||
'Class:Ticket/Attribute:org_id+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organisationsname',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Melder',
|
||||
'Class:Ticket/Attribute:caller_id+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Meldername',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team',
|
||||
'Class:Ticket/Attribute:team_id+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'Teamname',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Bearbeiter',
|
||||
'Class:Ticket/Attribute:agent_id+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Bearbeitername',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:Ticket/Attribute:title' => 'Titel',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => 'Beschreibung',
|
||||
@@ -51,7 +57,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Privates Log',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Kontakte',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Kontakte',
|
||||
'Class:Ticket/Attribute:contacts_list+' => '',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => '',
|
||||
@@ -59,31 +65,70 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:Ticket/Attribute:workorders_list+' => '',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Typ',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Betriebsstatus',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Berechnet nach detailliertem Status',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'In Bearbeitung',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'In Bearbeitung',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Gelöst',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Geschlossen',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
|
||||
'Ticket:ImpactAnalysis' => 'Auswirkungsanalyse',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:lnkContactToTicket' => 'Verknüpfung Kontakt/Ticket',
|
||||
'Class:lnkContactToTicket+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Referenz',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Kontakt',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Kontakt-Email',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Rolle (Text)',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Rolle',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Manuell hinzugefügt',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Berechnet',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Nicht ändern',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Verknüpfung FunctionalCI/Ticket',
|
||||
'Class:lnkFunctionalCIToTicket+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Referenz',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI-Name',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Auswirkung (Text)',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Auswirkung',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Manuell hinzugefügt',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Berechnet',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Nicht betroffen',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:WorkOrder' => 'Arbeitsauftrag',
|
||||
'Class:WorkOrder+' => '',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name',
|
||||
@@ -98,10 +143,16 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:WorkOrder/Attribute:description+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Referenziertes Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team-Name',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Bearbeiter',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Melder-Email',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Startdatum',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'Enddatum',
|
||||
@@ -110,28 +161,12 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:WorkOrder/Attribute:log+' => '',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Schließen',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organisationsname',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Meldername',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'Teamname',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Bearbeitername',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Referenz',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Kontakt-Email',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Referenz',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI-Name',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Referenziertes Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team-Name',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Melder-Email',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Allgemeine Informationen',
|
||||
'Ticket:date' => 'Daten',
|
||||
'Ticket:contact' => 'Kontakte',
|
||||
@@ -145,6 +180,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'WorkOrder:Details' => 'Details',
|
||||
'WorkOrder:Moreinfo' => 'Weitere Informationen',
|
||||
'Tickets:ResolvedFrom' => 'Automatisch durch %1$s gelöst',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Ein Attribut (Feld) mit einem statischen Wert beschreiben',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Zielfeld',
|
||||
@@ -160,7 +196,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Zielfeld',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'Das Feld, das im aktuellen Objekt geschrieben werden soll. Falls das Feld vom Typ String ist, wird der FriendlyName des Users verwendet, ansonsten der Identifikator. Der FriendlyName ist der Name der mit dem User-Account verknüpften Person (falls vorhanden), ansonsten der Accountname (Login).',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Beschreibe ein Attribut (Feld) mit der gerade eingeloggten Person (die \"Person\", die mit dem geade eingeloggten User verknüpft ist)',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Beschreibe ein Attribut (Feld) mit der gerade eingeloggten Person (die \\"Person\\", die mit dem geade eingeloggten User verknüpft ist)',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Zielfeld',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'Das Feld, das im aktuellen Objekt geschrieben werden soll. Falls das Feld vom Typ String ist, wird der FriendlyName des Users verwendet, ansonsten der Identifikator.',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime',
|
||||
@@ -170,7 +206,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Referenzfeld',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'Das Feld, aus dem die Refernzzeit/datum gelesen werden soll',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Arbeitszeiten',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leer lassen um das Standard-Arbeitzeiten-Schema zu verwenden, oder auf \"DefaultWorkingTimeComputer\" setzen um ein 24x7-Schema zu erzwingen',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leer lassen um das Standard-Arbeitzeiten-Schema zu verwenden, oder auf \\"DefaultWorkingTimeComputer\\" setzen um ein 24x7-Schema zu erzwingen',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Ein Attribut (Feld) auf seinen Default-Wert zurücksetzen',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Zielfeld',
|
||||
@@ -185,12 +221,13 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Dem ausgewählten Objekt den ausgewählten Stimulus zuweisen',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus-Code',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'Ein valider Stimulus-Code für die aktuelle Klasse',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own (Erstzuweisungszeit)',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Zielvorgabe (SLT) vom Typ TTO',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve (Erstlösungszeit)',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Zielvorgabe (SLT) vom Typ TTR',
|
||||
|
||||
'portal:itop-portal' => 'Standard Portal', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Benutzer Portal',
|
||||
'Brick:Portal:UserProfile:Title' => 'Mein Profile',
|
||||
'Brick:Portal:NewRequest:Title' => 'Neue Störung/Anfrage',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Hilfe?</p><p>Wählen Sie einen Service aus und senden Sie Ihre Anfrage zum Service Desk.</p>',
|
||||
@@ -199,14 +236,4 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Offen',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Gelöst',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Geschlossene Störungen/Anfragen',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Betriebsstatus',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Berechnet nach detailliertem Status',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'In Bearbeitung',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'In Bearbeitung',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Gelöst',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Geschlossen',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '',
|
||||
'Page:DefaultTitle' => '%1$s - Benutzer Portal',
|
||||
));
|
||||
?>
|
||||
));
|
||||
|
||||
@@ -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,7 +22,6 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
* @traductor Miguel Turrubiates <miguel_tf@yahoo.com>
|
||||
*/
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
@@ -34,13 +31,10 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => 'Ticket',
|
||||
'Class:Ticket/Attribute:ref' => 'Ref',
|
||||
@@ -75,7 +69,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:Ticket/Attribute:close_date+' => 'Fecha de Cierre',
|
||||
'Class:Ticket/Attribute:private_log' => 'Bitácora Privada',
|
||||
'Class:Ticket/Attribute:private_log+' => 'Bitácora Privada',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contactos',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contactos',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Contactos',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'ECs',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Elementos de Configuración',
|
||||
@@ -99,7 +93,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:lnkContactToTicket' => 'Relación Contacto y Ticket',
|
||||
'Class:lnkContactToTicket+' => 'Relación Contacto y Ticket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
@@ -122,7 +116,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Relación EC Funcional y Ticket',
|
||||
'Class:lnkFunctionalCIToTicket+' => 'Relación EC Funcional y Ticket',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
@@ -146,7 +140,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
'Class:WorkOrder' => 'Orden de Trabajo',
|
||||
'Class:WorkOrder+' => 'Orden de Trabajo',
|
||||
'Class:WorkOrder/Attribute:name' => 'Nombre',
|
||||
@@ -183,7 +177,7 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Información General',
|
||||
'Ticket:date' => 'Fechas',
|
||||
@@ -243,7 +237,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Objetivo basado en SLT de tipo TTO',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Tiempo a Resolución',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Objetivo basado en SLT de tipo TTR',
|
||||
'portal:itop-portal' => 'Portal de Usuario',
|
||||
|
||||
'portal:itop-portal' => 'Portal de Usuario', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => 'ITop - Portal de Usuario',
|
||||
'Brick:Portal:UserProfile:Title' => 'Mi perfil',
|
||||
'Brick:Portal:NewRequest:Title' => 'Nuevo Requerimiento',
|
||||
|
||||
@@ -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,17 +15,13 @@
|
||||
//
|
||||
// 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: Ticket
|
||||
//
|
||||
|
||||
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => '',
|
||||
@@ -61,9 +57,9 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Journal privé',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts',
|
||||
'Class:Ticket/Attribute:contacts_list+' => '',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Tous les éléments de configuration impactés par ce ticket. Les éléments marqués comme "Calculés" sont le résultat du calcul de l\'analyse d\'impact. Les éléments marqués comme "Non impactés" sont exclus de cette analyse.',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Tâches',
|
||||
'Class:Ticket/Attribute:workorders_list+' => '',
|
||||
@@ -128,6 +124,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
@@ -167,6 +164,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Informations générales',
|
||||
@@ -223,7 +221,6 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Applique le stimulus spécifié à l\'objet courant',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Code du stimulus',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'Un code de stimulus valide pour la classe courante',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Temps d\'Assignation (TTO)',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Objectif calculé à partir d\'un SLT de type TTO',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Temps de Résolution (TTR)',
|
||||
|
||||
@@ -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,260 +15,161 @@
|
||||
//
|
||||
// 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
|
||||
*/
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:lnkTicketToDoc' => 'Hibajegy / Dokumentum',
|
||||
'Class:lnkTicketToDoc+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Hibajegy',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id' => 'Dokumentum',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id+' => '',
|
||||
'Class:lnkTicketToContact' => 'Hibajegy / Kapcsolattartó',
|
||||
'Class:lnkTicketToContact+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id' => 'Hibajegy',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id' => 'Kapcsolattartó',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:role' => 'Szerepkör',
|
||||
'Class:lnkTicketToContact/Attribute:role+' => '',
|
||||
'Class:lnkTicketToCI' => 'Hibajegy / CI',
|
||||
'Class:lnkTicketToCI+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id' => 'Hibajegy',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id' => 'CI',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:impact' => 'Hatás',
|
||||
'Class:lnkTicketToCI/Attribute:impact+' => '',
|
||||
'Class:Ticket' => 'Hibajegy',
|
||||
'Class:Ticket+' => '',
|
||||
'Class:Ticket/Attribute:ref' => 'Referencia',
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_id+' => '~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:org_name+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_id+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:caller_name+' => '~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_id+' => '~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:team_name+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_id+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:agent_name+' => '~~',
|
||||
'Class:Ticket/Attribute:title' => 'Cím',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => 'Leírás',
|
||||
'Class:Ticket/Attribute:description+' => '',
|
||||
'Class:Ticket/Attribute:ticket_log' => 'Log',
|
||||
'Class:Ticket/Attribute:ticket_log+' => '',
|
||||
'Class:Ticket/Attribute:start_date' => 'Megoldás kezdete',
|
||||
'Class:Ticket/Attribute:start_date+' => '',
|
||||
'Class:Ticket/Attribute:document_list' => 'Dokumentumok',
|
||||
'Class:Ticket/Attribute:document_list+' => '',
|
||||
'Class:Ticket/Attribute:ci_list' => 'CI-k',
|
||||
'Class:Ticket/Attribute:ci_list+' => '',
|
||||
'Class:Ticket/Attribute:contact_list' => 'Kapcsolattartók',
|
||||
'Class:Ticket/Attribute:contact_list+' => '',
|
||||
'Class:Ticket/Attribute:incident_list' => 'Kapcsolódó incidensek',
|
||||
'Class:Ticket/Attribute:incident_list+' => '',
|
||||
'Class:Ticket/Attribute:end_date' => 'End date~~',
|
||||
'Class:Ticket/Attribute:end_date+' => '~~',
|
||||
'Class:Ticket/Attribute:last_update' => 'Last update~~',
|
||||
'Class:Ticket/Attribute:last_update+' => '~~',
|
||||
'Class:Ticket/Attribute:close_date' => 'Close date~~',
|
||||
'Class:Ticket/Attribute:close_date+' => '~~',
|
||||
'Class:Ticket/Attribute:private_log' => 'Private log~~',
|
||||
'Class:Ticket/Attribute:private_log+' => '~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Work orders~~',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket~~',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Típus',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket~~',
|
||||
'Class:lnkContactToTicket+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)~~',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:WorkOrder' => 'Work Order~~',
|
||||
'Class:WorkOrder+' => '~~',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name~~',
|
||||
'Class:WorkOrder/Attribute:name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status' => 'Status~~',
|
||||
'Class:WorkOrder/Attribute:status+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'open~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'closed~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:WorkOrder/Attribute:description' => 'Description~~',
|
||||
'Class:WorkOrder/Attribute:description+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team~~',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Agent email~~',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '~~',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Start date~~',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'End date~~',
|
||||
'Class:WorkOrder/Attribute:end_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log~~',
|
||||
'Class:WorkOrder/Attribute:log+' => '~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Close~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '~~',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Általános információk',
|
||||
'Ticket:date' => 'Dátum',
|
||||
'Ticket:contact' => 'Kapcsolattartók',
|
||||
'Ticket:moreinfo' => 'Kiegészítő információk',
|
||||
'Ticket:relation' => 'Kapcsolatok',
|
||||
'Ticket:log' => 'Kommunikáció',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Hibajegy #',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name' => 'Dokumentum',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Hibajegy #',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name' => 'Kapcsolattartó',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email' => 'E-mail',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Hibajegy #',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name' => 'CI',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status' => 'CI státusz',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status+' => '',
|
||||
'Class:ResponseTicket' => 'Válasz Hibajegy',
|
||||
'Class:ResponseTicket+' => '',
|
||||
'Class:ResponseTicket/Attribute:status' => 'Státusz',
|
||||
'Class:ResponseTicket/Attribute:status+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new' => 'Új',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Eszkaláció/TTO',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Kiosztott',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Eszkaláció/TTR',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen' => 'Függő',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Megoldott',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed' => 'Lezárt',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_id' => 'Hívó',
|
||||
'Class:ResponseTicket/Attribute:caller_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_email' => 'E-mail',
|
||||
'Class:ResponseTicket/Attribute:caller_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_id' => 'Ügyfél',
|
||||
'Class:ResponseTicket/Attribute:org_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_name' => 'Ügyfél',
|
||||
'Class:ResponseTicket/Attribute:org_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_id' => 'Szolgáltatás',
|
||||
'Class:ResponseTicket/Attribute:service_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_name' => 'Neve',
|
||||
'Class:ResponseTicket/Attribute:service_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Szolgáltatás elem',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Neve',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:product' => 'Termék',
|
||||
'Class:ResponseTicket/Attribute:product+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact' => 'Hatás',
|
||||
'Class:ResponseTicket/Attribute:impact+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1' => 'A szervezeti egységre',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2' => 'A szolgáltatásra',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3' => 'A személyre',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency' => 'Fontosság',
|
||||
'Class:ResponseTicket/Attribute:urgency+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Nagyon fontos',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Fontos',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Nem fontos',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority' => 'Prioritás',
|
||||
'Class:ResponseTicket/Attribute:priority+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1' => 'Magas',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2' => 'Közepes',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3' => 'Alacsony',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id' => 'Munkacsoport',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name' => 'Munkacsoport',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_id' => 'Felelős',
|
||||
'Class:ResponseTicket/Attribute:agent_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_name' => 'Felelős neve',
|
||||
'Class:ResponseTicket/Attribute:agent_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_email' => 'Felelős e-mail',
|
||||
'Class:ResponseTicket/Attribute:agent_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id' => 'Kapcsolódó probléma',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref' => 'Referencia',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_id' => 'Kapcsolódó változás',
|
||||
'Class:ResponseTicket/Attribute:related_change_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref' => 'Referencia',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:close_date' => 'Lezárt',
|
||||
'Class:ResponseTicket/Attribute:close_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:last_update' => 'Utolsó frissítés',
|
||||
'Class:ResponseTicket/Attribute:last_update+' => '',
|
||||
'Class:ResponseTicket/Attribute:assignment_date' => 'Kiosztás dátuma',
|
||||
'Class:ResponseTicket/Attribute:assignment_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_date' => 'Megoldás dátuma',
|
||||
'Class:ResponseTicket/Attribute:resolution_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO eszkaláció határideje',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR eszkaláció határideje',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline' => 'Lezárás határideje',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code' => 'Megoldás módja',
|
||||
'Class:ResponseTicket/Attribute:resolution_code+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Nem reprodukálható',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Duplikált hibajegy',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Megoldott',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'Nem érdekes',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '',
|
||||
'Class:ResponseTicket/Attribute:solution' => 'Megoldás',
|
||||
'Class:ResponseTicket/Attribute:solution+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction' => 'Felhasználói elégedettség',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Nagyon elégedett',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Elégedett',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Elégedetlen',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Nagyon elégedetlen',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_commment' => 'Felhasználó megjegyzése',
|
||||
'Class:ResponseTicket/Attribute:user_commment+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign' => 'Kiosztás',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign' => 'Újraosztás',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout' => 'Eszkaláció',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve' => 'Megoldottra jelölve',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_close' => 'Lezárás',
|
||||
'Class:ResponseTicket/Stimulus:ev_close+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:end_date' => 'End date~~',
|
||||
'Class:Ticket/Attribute:last_update' => 'Last update~~',
|
||||
'Class:Ticket/Attribute:close_date' => 'Close date~~',
|
||||
'Class:Ticket/Attribute:private_log' => 'Private log~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Work orders~~',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email~~',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
'Class:WorkOrder' => 'Work Order~~',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name~~',
|
||||
'Class:WorkOrder/Attribute:status' => 'Status~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'open~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'closed~~',
|
||||
'Class:WorkOrder/Attribute:description' => 'Description~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref~~',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team~~',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Agent email~~',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Start date~~',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'End date~~',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Close~~',
|
||||
'Ticket:Type' => 'Qualification~~',
|
||||
'Ticket:support' => 'Support~~',
|
||||
'Ticket:resolution' => 'Resolution~~',
|
||||
@@ -276,6 +177,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'WorkOrder:Details' => 'Details~~',
|
||||
'WorkOrder:Moreinfo' => 'More information~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -291,7 +193,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -301,7 +203,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -312,9 +214,23 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
'Brick:Portal:UserProfile:Title' => 'My profile~~',
|
||||
'Brick:Portal:NewRequest:Title' => 'New request~~',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests~~',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
?>
|
||||
@@ -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,260 +15,161 @@
|
||||
//
|
||||
// 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
|
||||
*/
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:lnkTicketToDoc' => 'Ticket/Documento',
|
||||
'Class:lnkTicketToDoc+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id' => 'Documento',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id+' => '',
|
||||
'Class:lnkTicketToContact' => 'Ticket/Contatto',
|
||||
'Class:lnkTicketToContact+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id' => 'Contatto',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:role' => 'Ruolo',
|
||||
'Class:lnkTicketToContact/Attribute:role+' => '',
|
||||
'Class:lnkTicketToCI' => 'Ticket/CI',
|
||||
'Class:lnkTicketToCI+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id' => 'CI',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:impact' => 'Impatto',
|
||||
'Class:lnkTicketToCI/Attribute:impact+' => '',
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => '',
|
||||
'Class:Ticket/Attribute:ref' => 'Ref',
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_id+' => '~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:org_name+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_id+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:caller_name+' => '~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_id+' => '~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:team_name+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_id+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:agent_name+' => '~~',
|
||||
'Class:Ticket/Attribute:title' => 'Titolo',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => 'Descrizione',
|
||||
'Class:Ticket/Attribute:description+' => '',
|
||||
'Class:Ticket/Attribute:ticket_log' => 'Log',
|
||||
'Class:Ticket/Attribute:ticket_log+' => '',
|
||||
'Class:Ticket/Attribute:start_date' => 'Inzio',
|
||||
'Class:Ticket/Attribute:start_date+' => '',
|
||||
'Class:Ticket/Attribute:document_list' => 'Documenti',
|
||||
'Class:Ticket/Attribute:document_list+' => 'Documenti relativi al ticket',
|
||||
'Class:Ticket/Attribute:ci_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:ci_list+' => 'CIs coivolti dall\'incidente',
|
||||
'Class:Ticket/Attribute:contact_list' => 'Contatti',
|
||||
'Class:Ticket/Attribute:contact_list+' => 'Team e persone coinvolte',
|
||||
'Class:Ticket/Attribute:incident_list' => 'Incidenti Correlati',
|
||||
'Class:Ticket/Attribute:incident_list+' => '',
|
||||
'Class:Ticket/Attribute:end_date' => 'End date~~',
|
||||
'Class:Ticket/Attribute:end_date+' => '~~',
|
||||
'Class:Ticket/Attribute:last_update' => 'Last update~~',
|
||||
'Class:Ticket/Attribute:last_update+' => '~~',
|
||||
'Class:Ticket/Attribute:close_date' => 'Close date~~',
|
||||
'Class:Ticket/Attribute:close_date+' => '~~',
|
||||
'Class:Ticket/Attribute:private_log' => 'Private log~~',
|
||||
'Class:Ticket/Attribute:private_log+' => '~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Work orders~~',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket~~',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Tipo',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket~~',
|
||||
'Class:lnkContactToTicket+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)~~',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:WorkOrder' => 'Work Order~~',
|
||||
'Class:WorkOrder+' => '~~',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name~~',
|
||||
'Class:WorkOrder/Attribute:name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status' => 'Status~~',
|
||||
'Class:WorkOrder/Attribute:status+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'open~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'closed~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:WorkOrder/Attribute:description' => 'Description~~',
|
||||
'Class:WorkOrder/Attribute:description+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team~~',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Agent email~~',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '~~',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Start date~~',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'End date~~',
|
||||
'Class:WorkOrder/Attribute:end_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log~~',
|
||||
'Class:WorkOrder/Attribute:log+' => '~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Close~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '~~',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
|
||||
'Ticket:baseinfo' => 'Infomazioni Generali',
|
||||
'Ticket:date' => 'Date',
|
||||
'Ticket:contact' => 'Contatti',
|
||||
'Ticket:moreinfo' => 'Più informazioni',
|
||||
'Ticket:relation' => 'Relazioni',
|
||||
'Ticket:log' => 'Communicazioni',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Ticket #',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name' => 'Documento',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Ticket #',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name' => 'Contatto',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email' => 'Email',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Ticket #',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name' => 'CI',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status' => 'CI stato',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status+' => '',
|
||||
'Class:ResponseTicket' => 'Ticket di risposta',
|
||||
'Class:ResponseTicket+' => '',
|
||||
'Class:ResponseTicket/Attribute:status' => 'Stato',
|
||||
'Class:ResponseTicket/Attribute:status+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new' => 'Nuovo',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new+' => 'Recentemente aperto',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Escalation/TTO',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Assegnato',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Escalation/TTR',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen' => 'In attesa',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Risolto',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed' => 'Chiuso',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_id' => 'Visitatore',
|
||||
'Class:ResponseTicket/Attribute:caller_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_email' => 'Email',
|
||||
'Class:ResponseTicket/Attribute:caller_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_id' => 'Cliente',
|
||||
'Class:ResponseTicket/Attribute:org_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_name' => 'Cliente',
|
||||
'Class:ResponseTicket/Attribute:org_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_id' => 'Servizio',
|
||||
'Class:ResponseTicket/Attribute:service_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_name' => 'Nome',
|
||||
'Class:ResponseTicket/Attribute:service_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Elemento di servizio',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Name',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:product' => 'Prodotto',
|
||||
'Class:ResponseTicket/Attribute:product+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact' => 'Impatto',
|
||||
'Class:ResponseTicket/Attribute:impact+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1' => 'Un dipartimento',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2' => 'Un servizio',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3' => 'Una persona',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency' => 'Urgenza',
|
||||
'Class:ResponseTicket/Attribute:urgency+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Alta',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Media',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Bassa',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority' => 'Priorità',
|
||||
'Class:ResponseTicket/Attribute:priority+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1' => 'Alta',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2' => 'Media',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3' => 'Bassa',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id' => 'Gruppo di lavoro',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name' => 'Workgroup',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_id' => 'Agente',
|
||||
'Class:ResponseTicket/Attribute:agent_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_name' => 'Agente',
|
||||
'Class:ResponseTicket/Attribute:agent_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_email' => 'Email dell\'agente',
|
||||
'Class:ResponseTicket/Attribute:agent_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id' => 'Problemi correlati',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref' => 'Ref',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_id' => 'Cambi correlati',
|
||||
'Class:ResponseTicket/Attribute:related_change_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref' => 'Cambi correlati',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:close_date' => 'Chiuso',
|
||||
'Class:ResponseTicket/Attribute:close_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:last_update' => 'Ultimo aggiornamento',
|
||||
'Class:ResponseTicket/Attribute:last_update+' => '',
|
||||
'Class:ResponseTicket/Attribute:assignment_date' => 'Data di Assegnazione ',
|
||||
'Class:ResponseTicket/Attribute:assignment_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_date' => 'Data di risoluzione',
|
||||
'Class:ResponseTicket/Attribute:resolution_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO Scadenza di Escalation',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR Scadenza di Escalation',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline' => 'Termine di chiusura',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code' => 'Codice di risoluzione',
|
||||
'Class:ResponseTicket/Attribute:resolution_code+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Non puo\' essere riprodotto',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Ticket duplicato',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Fissato',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'Irrilevante',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '',
|
||||
'Class:ResponseTicket/Attribute:solution' => 'Soluzione',
|
||||
'Class:ResponseTicket/Attribute:solution+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction' => 'Soddisfazione dell\'utente',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Molto soddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => 'Molto soddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Abbastanza soddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => 'Abbastanza soddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Piuttosto insoddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'Piuttosto insoddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Molto insoddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => 'Molto insoddisfatto',
|
||||
'Class:ResponseTicket/Attribute:user_commment' => 'Commento dell\'utente',
|
||||
'Class:ResponseTicket/Attribute:user_commment+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign' => 'Assegna',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign' => 'Riassegna',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout' => 'Escalation',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve' => 'Segna come risolto',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_close' => 'Chiudi',
|
||||
'Class:ResponseTicket/Stimulus:ev_close+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:end_date' => 'End date~~',
|
||||
'Class:Ticket/Attribute:last_update' => 'Last update~~',
|
||||
'Class:Ticket/Attribute:close_date' => 'Close date~~',
|
||||
'Class:Ticket/Attribute:private_log' => 'Private log~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Work orders~~',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email~~',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
'Class:WorkOrder' => 'Work Order~~',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name~~',
|
||||
'Class:WorkOrder/Attribute:status' => 'Status~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'open~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'closed~~',
|
||||
'Class:WorkOrder/Attribute:description' => 'Description~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref~~',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team~~',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Agent email~~',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Start date~~',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'End date~~',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Close~~',
|
||||
'Ticket:Type' => 'Qualification~~',
|
||||
'Ticket:support' => 'Support~~',
|
||||
'Ticket:resolution' => 'Resolution~~',
|
||||
@@ -276,6 +177,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'WorkOrder:Details' => 'Details~~',
|
||||
'WorkOrder:Moreinfo' => 'More information~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -291,7 +193,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -301,7 +203,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -312,9 +214,23 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
'Brick:Portal:UserProfile:Title' => 'My profile~~',
|
||||
'Brick:Portal:NewRequest:Title' => 'New request~~',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests~~',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
?>
|
||||
|
||||
@@ -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,12 +15,10 @@
|
||||
//
|
||||
// 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(
|
||||
'Class:Ticket' => 'チケット',
|
||||
'Class:Ticket+' => '',
|
||||
@@ -28,12 +26,20 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => '組織',
|
||||
'Class:Ticket/Attribute:org_id+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => '組織名',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_id' => '依頼者',
|
||||
'Class:Ticket/Attribute:caller_id+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => '依頼者名',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_id' => 'チーム',
|
||||
'Class:Ticket/Attribute:team_id+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'チーム名',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_id' => 'エージェント',
|
||||
'Class:Ticket/Attribute:agent_id+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'エージェント名',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:Ticket/Attribute:title' => '題名',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => '説明',
|
||||
@@ -48,7 +54,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => '個人ログ',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket/Attribute:contacts_list' => '連絡先',
|
||||
'Class:Ticket/Attribute:contacts_list' => '連絡先',
|
||||
'Class:Ticket/Attribute:contacts_list+' => '',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CI',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => '',
|
||||
@@ -56,22 +62,70 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:Ticket/Attribute:workorders_list+' => '',
|
||||
'Class:Ticket/Attribute:finalclass' => 'タイプ',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:lnkContactToTicket' => 'リンク 連絡先/チケット',
|
||||
'Class:lnkContactToTicket+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'チケット',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => '参照',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => '連絡先',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => '連絡先電子メール',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role' => '役割',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'リンク 機能的CI/チケット',
|
||||
'Class:lnkFunctionalCIToTicket+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'チケット',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => '参照',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI名',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'インパクト',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:WorkOrder' => '作業指示',
|
||||
'Class:WorkOrder+' => '',
|
||||
'Class:WorkOrder/Attribute:name' => '名前',
|
||||
@@ -86,10 +140,16 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:WorkOrder/Attribute:description+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'チケット',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'チケット参照',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'チーム',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'チーム名',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'エージェント',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'エージェント電子メール',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
'Class:WorkOrder/Attribute:start_date' => '開始日',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '',
|
||||
'Class:WorkOrder/Attribute:end_date' => '終了日',
|
||||
@@ -98,28 +158,12 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:WorkOrder/Attribute:log+' => '',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'クローズ',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '',
|
||||
'Class:Ticket/Attribute:org_name' => '組織名',
|
||||
'Class:Ticket/Attribute:org_name+' => '',
|
||||
'Class:Ticket/Attribute:caller_name' => '依頼者名',
|
||||
'Class:Ticket/Attribute:caller_name+' => '',
|
||||
'Class:Ticket/Attribute:team_name' => 'チーム名',
|
||||
'Class:Ticket/Attribute:team_name+' => '',
|
||||
'Class:Ticket/Attribute:agent_name' => 'エージェント名',
|
||||
'Class:Ticket/Attribute:agent_name+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => '参照',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => '連絡先電子メール',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => '参照',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI名',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'チケット参照',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'チーム名',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'エージェント電子メール',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
|
||||
'Ticket:baseinfo' => '基本情報',
|
||||
'Ticket:date' => '日付',
|
||||
'Ticket:contact' => '連絡先',
|
||||
@@ -132,16 +176,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Ticket:SLA' => 'SLA レポート',
|
||||
'WorkOrder:Details' => '詳細',
|
||||
'WorkOrder:Moreinfo' => '追加情報',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -157,7 +193,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -167,7 +203,7 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -178,9 +214,23 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
'Brick:Portal:UserProfile:Title' => 'My profile~~',
|
||||
'Brick:Portal:NewRequest:Title' => 'New request~~',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests~~',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
?>
|
||||
@@ -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/>
|
||||
|
||||
|
||||
/**
|
||||
* @author LinProfs <info@linprofs.com>
|
||||
*
|
||||
@@ -35,12 +33,9 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket+' => '',
|
||||
@@ -76,7 +71,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Prive log',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacten',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacten',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Alle contacten die gelinkt zijn aan dit ticket',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Alle configuratie items die impact hebben op dit ticket',
|
||||
@@ -84,6 +79,15 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'Alle werk orders voor dit ticket',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Type',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
));
|
||||
|
||||
|
||||
@@ -104,6 +108,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Rol',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -123,6 +131,10 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
));
|
||||
|
||||
|
||||
@@ -181,17 +193,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Ticket:SLA' => 'SLA rapportage',
|
||||
'WorkOrder:Details' => 'Details',
|
||||
'WorkOrder:Moreinfo' => 'Meer informatie',
|
||||
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -207,7 +210,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -217,7 +220,7 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -228,10 +231,15 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
|
||||
'portal:itop-portal' => 'Standaard portaal', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - Gebruikersportaal',
|
||||
'Brick:Portal:UserProfile:Title' => 'Mijn profiel',
|
||||
@@ -242,13 +250,4 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Openstaand',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Opgelost',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Gesloten verzoeken',
|
||||
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -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-2018 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
@@ -33,12 +30,9 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Ticket' => 'Solicitação',
|
||||
'Class:Ticket+' => '',
|
||||
@@ -74,7 +68,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Log privado',
|
||||
'Class:Ticket/Attribute:private_log+' => '',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contatos',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contatos',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Todos os contatos vinculados a essa solicitação',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Todos os itens de configuração afetados por essa solicitação',
|
||||
@@ -82,6 +76,15 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'Todos as Ordens de Serviço para essa solicitação',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Tipo',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Análise de Impacto~~',
|
||||
));
|
||||
|
||||
|
||||
@@ -102,6 +105,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Regra',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Adicionado manualmente~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computado~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Não notificar~~',
|
||||
));
|
||||
|
||||
//
|
||||
@@ -121,6 +128,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impacto',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Adicionado manualmente~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computado~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Não impactado~~',
|
||||
));
|
||||
|
||||
|
||||
@@ -179,17 +190,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Ticket:SLA' => 'Relatório SLA',
|
||||
'WorkOrder:Details' => 'Detalhes',
|
||||
'WorkOrder:Moreinfo' => 'Mais informações',
|
||||
|
||||
'Ticket:ImpactAnalysis' => 'Análise de Impacto~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Adicionado manualmente~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computado~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Não notificar~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Adicionado manualmente~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computado~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Não impactado~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -205,7 +207,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -215,7 +217,7 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -226,6 +228,10 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Локализация интерфейса Combodo iTop подготовлена сообществом iTop по-русски http://community.itop-itsm.ru.
|
||||
*
|
||||
@@ -9,11 +8,9 @@
|
||||
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
|
||||
*
|
||||
*/
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Ticket' => 'Тикет',
|
||||
'Class:Ticket+' => '',
|
||||
@@ -49,7 +46,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:Ticket/Attribute:close_date+' => '',
|
||||
'Class:Ticket/Attribute:private_log' => 'Внутренний журнал',
|
||||
'Class:Ticket/Attribute:private_log+' => 'Информация внутреннего журнала недоступна пользователям портала',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Контакты',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Контакты',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Все контакты, связанные с этим тикетом',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'КЕ',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Все конфигурационные единицы, на которые влияет этот тикет. Элементы, отмеченные как "Вычислено" автоматически считаются затронутыми и участвуют в анализе влияния. Элементы, отмеченные как "Не влияет" исключены из анализа.',
|
||||
@@ -209,6 +206,10 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
@@ -224,5 +225,4 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'В работе',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Решенные',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Закрытые запросы',
|
||||
|
||||
));
|
||||
));
|
||||
|
||||
@@ -1,321 +1,187 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2012 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/>
|
||||
|
||||
|
||||
<?php
|
||||
// Copyright (C) 2010-2012 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
|
||||
*
|
||||
* @author Izzet Sirin <izzet.sirin@htr.com.tr>
|
||||
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
// 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: Ticket
|
||||
//
|
||||
|
||||
*/
|
||||
// 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: Ticket
|
||||
//
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:Ticket' => 'Kayıt',
|
||||
'Class:Ticket+' => '',
|
||||
'Class:Ticket/Attribute:ref' => 'Referans',
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_id+' => '~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:org_name+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_id+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:caller_name+' => '~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_id+' => '~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:team_name+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_id+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:agent_name+' => '~~',
|
||||
'Class:Ticket/Attribute:title' => 'Başlık',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => 'Tanımlama',
|
||||
'Class:Ticket/Attribute:description+' => '',
|
||||
'Class:Ticket/Attribute:ticket_log' => 'Log',
|
||||
'Class:Ticket/Attribute:ticket_log+' => '',
|
||||
'Class:Ticket/Attribute:start_date' => 'Açılış tarihi',
|
||||
'Class:Ticket/Attribute:start_date+' => '',
|
||||
'Class:Ticket/Attribute:document_list' => 'Dokümanlar',
|
||||
'Class:Ticket/Attribute:document_list+' => 'Kayıtla ilgili dokümanlar',
|
||||
'Class:Ticket/Attribute:ci_list' => 'KKleri',
|
||||
'Class:Ticket/Attribute:ci_list+' => 'Kayıtla ilgili Konfigüreasyon Kalemleri',
|
||||
'Class:Ticket/Attribute:contact_list' => 'İrtibatlar',
|
||||
'Class:Ticket/Attribute:contact_list+' => 'Dahil olan kişi ve ekipler',
|
||||
'Class:Ticket/Attribute:incident_list' => 'İlgili Arıza kayıtları',
|
||||
'Class:Ticket/Attribute:incident_list+' => '',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Tip',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkTicketToDoc
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:lnkTicketToDoc' => 'Kayıt/Doküman',
|
||||
'Class:lnkTicketToDoc+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id' => 'Kayıt',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref' => 'Kayıt #',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id' => 'Doküman',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name' => 'Doküman',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkTicketToContact
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:lnkTicketToContact' => 'Kayıt/İrtibat',
|
||||
'Class:lnkTicketToContact+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id' => 'Kayıt',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref' => 'Kayıt #',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id' => 'İrtibat',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name' => 'İrtibat',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email' => 'E-posta',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:role' => 'Rolü',
|
||||
'Class:lnkTicketToContact/Attribute:role+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkTicketToCI
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:lnkTicketToCI' => 'Kayıt/KK',
|
||||
'Class:lnkTicketToCI+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id' => 'Kayıt',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref' => 'Kayıt #',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id' => 'KK',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name' => 'KK',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status' => 'KK durumu',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:impact' => 'Etkisi',
|
||||
'Class:lnkTicketToCI/Attribute:impact+' => '',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: ResponseTicket
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:ResponseTicket' => 'KarşıKayıt',
|
||||
'Class:ResponseTicket+' => '',
|
||||
'Class:ResponseTicket/Attribute:status' => 'Durumu',
|
||||
'Class:ResponseTicket/Attribute:status+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new' => 'Yeni',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new+' => 'Yeni açılan',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => 'Yönetime aktarılan/TTO',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned' => 'Atanmış',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => 'Yönetime aktarılan/TTR',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen' => 'Beklemede',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved' => 'Çözüldü',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed' => 'Kapatıldı',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_id' => 'Arayan',
|
||||
'Class:ResponseTicket/Attribute:caller_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_email' => 'E-posta',
|
||||
'Class:ResponseTicket/Attribute:caller_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_id' => 'Müşteri',
|
||||
'Class:ResponseTicket/Attribute:org_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_name' => 'Müşteri',
|
||||
'Class:ResponseTicket/Attribute:org_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_id' => 'Servis',
|
||||
'Class:ResponseTicket/Attribute:service_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_name' => 'Adı',
|
||||
'Class:ResponseTicket/Attribute:service_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id' => 'Servis Kategorisi',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name' => 'Adı',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:product' => 'Ürün',
|
||||
'Class:ResponseTicket/Attribute:product+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact' => 'Etkisi',
|
||||
'Class:ResponseTicket/Attribute:impact+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1' => 'Etkilenen Bölüm',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2' => 'Etkilenen Servis',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3' => 'Etkilenen Kişi',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency' => 'Aciliyeti',
|
||||
'Class:ResponseTicket/Attribute:urgency+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1' => 'Yüksek',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2' => 'Orta',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3' => 'Düşük',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority' => 'Önceliği',
|
||||
'Class:ResponseTicket/Attribute:priority+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1' => 'Yüksek',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2' => 'Orta',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3' => 'Düşük',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id' => 'Çalışma Grubu',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name' => 'Çalışma Grubu',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_id' => 'Kişi',
|
||||
'Class:ResponseTicket/Attribute:agent_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_name' => 'Kişi',
|
||||
'Class:ResponseTicket/Attribute:agent_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_email' => 'Kişi E-posta',
|
||||
'Class:ResponseTicket/Attribute:agent_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id' => 'İlgili Problem',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref' => 'Referans',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_id' => 'İlgili değişiklik',
|
||||
'Class:ResponseTicket/Attribute:related_change_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref' => 'İlgili değişiklik',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:close_date' => 'Kapatıldı',
|
||||
'Class:ResponseTicket/Attribute:close_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:last_update' => 'Son güncelleme',
|
||||
'Class:ResponseTicket/Attribute:last_update+' => '',
|
||||
'Class:ResponseTicket/Attribute:assignment_date' => 'Atama tarihi ',
|
||||
'Class:ResponseTicket/Attribute:assignment_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_date' => 'Çözüm tarihi',
|
||||
'Class:ResponseTicket/Attribute:resolution_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO Yönetime aktarılma hedef tarihi',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR Yönetime aktarılma hedef tarihi',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline' => 'Kapatma hedef tarihi',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code' => 'Çözüm Kodu',
|
||||
'Class:ResponseTicket/Attribute:resolution_code+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => 'Tekrar yaratılamadı',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => 'Çift kayıt',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => 'Düzeltildi',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => 'İlgisiz',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '',
|
||||
'Class:ResponseTicket/Attribute:solution' => 'Çözüm',
|
||||
'Class:ResponseTicket/Attribute:solution+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction' => 'Kullanıcı memnuniyeti',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => 'Çok tatminkar',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => 'Çok tatminkar',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => 'Tatminkar',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => 'Tatminkar',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => 'Memnun değil',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => 'Memnun değil',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => 'Hayal kırıklığı',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => 'Hayal kırıklığı',
|
||||
'Class:ResponseTicket/Attribute:user_commment' => 'Kullanıcı yorumu',
|
||||
'Class:ResponseTicket/Attribute:user_commment+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign' => 'Ata',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign' => 'Tekrar Ata',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout' => 'Yönetime aktarma',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve' => 'Çözüldü',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_close' => 'Kapatıldı',
|
||||
'Class:ResponseTicket/Stimulus:ev_close+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:end_date' => 'End date~~',
|
||||
'Class:Ticket/Attribute:end_date+' => '~~',
|
||||
'Class:Ticket/Attribute:last_update' => 'Last update~~',
|
||||
'Class:Ticket/Attribute:last_update+' => '~~',
|
||||
'Class:Ticket/Attribute:close_date' => 'Close date~~',
|
||||
'Class:Ticket/Attribute:close_date+' => '~~',
|
||||
'Class:Ticket/Attribute:private_log' => 'Private log~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:private_log+' => '~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Work orders~~',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket~~',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Tip',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket~~',
|
||||
'Class:lnkContactToTicket+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)~~',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:WorkOrder' => 'Work Order~~',
|
||||
'Class:WorkOrder+' => '~~',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name~~',
|
||||
'Class:WorkOrder/Attribute:name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status' => 'Status~~',
|
||||
'Class:WorkOrder/Attribute:status+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'open~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'closed~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:WorkOrder/Attribute:description' => 'Description~~',
|
||||
'Class:WorkOrder/Attribute:description+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team~~',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Agent email~~',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '~~',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Start date~~',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'End date~~',
|
||||
'Class:WorkOrder/Attribute:end_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log~~',
|
||||
'Class:WorkOrder/Attribute:log+' => '~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Close~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '~~',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
|
||||
'Ticket:baseinfo' => 'General Information~~',
|
||||
'Ticket:date' => 'Dates~~',
|
||||
'Ticket:contact' => 'Contacts~~',
|
||||
@@ -329,6 +195,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'WorkOrder:Details' => 'Details~~',
|
||||
'WorkOrder:Moreinfo' => 'More information~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -344,7 +211,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -354,7 +221,7 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -365,13 +232,23 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
'Brick:Portal:UserProfile:Title' => 'My profile~~',
|
||||
'Brick:Portal:NewRequest:Title' => 'New request~~',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests~~',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
// Dictionnay conventions
|
||||
// Class:<class_name>
|
||||
// Class:<class_name>+
|
||||
@@ -33,288 +30,157 @@
|
||||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>
|
||||
// Class:<class_name>/Stimulus:<stimulus_code>+
|
||||
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
//
|
||||
// Class: Ticket
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:Ticket' => '单据',
|
||||
'Class:Ticket+' => '',
|
||||
'Class:Ticket/Attribute:ref' => '参照',
|
||||
'Class:Ticket/Attribute:ref+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_id+' => '~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:org_name+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_id+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:caller_name+' => '~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_id+' => '~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:team_name+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_id+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:agent_name+' => '~~',
|
||||
'Class:Ticket/Attribute:title' => '标题',
|
||||
'Class:Ticket/Attribute:title+' => '',
|
||||
'Class:Ticket/Attribute:description' => '描述',
|
||||
'Class:Ticket/Attribute:description+' => '',
|
||||
'Class:Ticket/Attribute:ticket_log' => '日志',
|
||||
'Class:Ticket/Attribute:ticket_log+' => '',
|
||||
'Class:Ticket/Attribute:start_date' => '启始',
|
||||
'Class:Ticket/Attribute:start_date+' => '',
|
||||
'Class:Ticket/Attribute:document_list' => '文档',
|
||||
'Class:Ticket/Attribute:document_list+' => '与该单据相关的文档',
|
||||
'Class:Ticket/Attribute:ci_list' => 'CIs',
|
||||
'Class:Ticket/Attribute:ci_list+' => '事件关联的 CIs',
|
||||
'Class:Ticket/Attribute:contact_list' => '联系人',
|
||||
'Class:Ticket/Attribute:contact_list+' => '相关的团队及人员',
|
||||
'Class:Ticket/Attribute:incident_list' => '相关的事件',
|
||||
'Class:Ticket/Attribute:incident_list+' => '',
|
||||
'Class:Ticket/Attribute:finalclass' => '类别',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkTicketToDoc
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:lnkTicketToDoc' => '单据/文档',
|
||||
'Class:lnkTicketToDoc+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id' => '单据',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref' => '单据 #',
|
||||
'Class:lnkTicketToDoc/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id' => '文档',
|
||||
'Class:lnkTicketToDoc/Attribute:document_id+' => '',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name' => '文档',
|
||||
'Class:lnkTicketToDoc/Attribute:document_name+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkTicketToContact
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:lnkTicketToContact' => '单据/联系人',
|
||||
'Class:lnkTicketToContact+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id' => '单据',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref' => '单据 #',
|
||||
'Class:lnkTicketToContact/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id' => '联系人',
|
||||
'Class:lnkTicketToContact/Attribute:contact_id+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name' => '联系人',
|
||||
'Class:lnkTicketToContact/Attribute:contact_name+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email' => 'Email',
|
||||
'Class:lnkTicketToContact/Attribute:contact_email+' => '',
|
||||
'Class:lnkTicketToContact/Attribute:role' => '角色',
|
||||
'Class:lnkTicketToContact/Attribute:role+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkTicketToCI
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:lnkTicketToCI' => '单据/CI',
|
||||
'Class:lnkTicketToCI+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id' => '单据',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref' => '单据 #',
|
||||
'Class:lnkTicketToCI/Attribute:ticket_ref+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id' => 'CI',
|
||||
'Class:lnkTicketToCI/Attribute:ci_id+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name' => 'CI',
|
||||
'Class:lnkTicketToCI/Attribute:ci_name+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status' => 'CI 状态',
|
||||
'Class:lnkTicketToCI/Attribute:ci_status+' => '',
|
||||
'Class:lnkTicketToCI/Attribute:impact' => '影响',
|
||||
'Class:lnkTicketToCI/Attribute:impact+' => '',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: ResponseTicket
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:ResponseTicket' => '回复单据',
|
||||
'Class:ResponseTicket+' => '',
|
||||
'Class:ResponseTicket/Attribute:status' => '状态',
|
||||
'Class:ResponseTicket/Attribute:status+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new' => '新',
|
||||
'Class:ResponseTicket/Attribute:status/Value:new+' => '新的待处理的',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto' => '升级/TTO',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_tto+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned' => '已指派',
|
||||
'Class:ResponseTicket/Attribute:status/Value:assigned+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr' => '升级/TTR',
|
||||
'Class:ResponseTicket/Attribute:status/Value:escalated_ttr+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen' => '未决',
|
||||
'Class:ResponseTicket/Attribute:status/Value:frozen+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved' => '已解决',
|
||||
'Class:ResponseTicket/Attribute:status/Value:resolved+' => '',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed' => '关闭',
|
||||
'Class:ResponseTicket/Attribute:status/Value:closed+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_id' => '呼叫者',
|
||||
'Class:ResponseTicket/Attribute:caller_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:caller_email' => 'Email',
|
||||
'Class:ResponseTicket/Attribute:caller_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_id' => '客户',
|
||||
'Class:ResponseTicket/Attribute:org_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:org_name' => '客户',
|
||||
'Class:ResponseTicket/Attribute:org_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_id' => '服务',
|
||||
'Class:ResponseTicket/Attribute:service_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:service_name' => '名称',
|
||||
'Class:ResponseTicket/Attribute:service_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id' => '服务元素',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name' => '名称',
|
||||
'Class:ResponseTicket/Attribute:servicesubcategory_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:product' => '生产',
|
||||
'Class:ResponseTicket/Attribute:product+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact' => '影响',
|
||||
'Class:ResponseTicket/Attribute:impact+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1' => '单个部门',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2' => '单个服务',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3' => '个人',
|
||||
'Class:ResponseTicket/Attribute:impact/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency' => '紧急',
|
||||
'Class:ResponseTicket/Attribute:urgency+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1' => '高',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2' => '中',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3' => '低',
|
||||
'Class:ResponseTicket/Attribute:urgency/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority' => '优先级',
|
||||
'Class:ResponseTicket/Attribute:priority+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1' => '高',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:1+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2' => '中',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:2+' => '',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3' => '低',
|
||||
'Class:ResponseTicket/Attribute:priority/Value:3+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id' => '工作组',
|
||||
'Class:ResponseTicket/Attribute:workgroup_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name' => '工作组',
|
||||
'Class:ResponseTicket/Attribute:workgroup_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_id' => '办理人',
|
||||
'Class:ResponseTicket/Attribute:agent_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_name' => '办理人',
|
||||
'Class:ResponseTicket/Attribute:agent_name+' => '',
|
||||
'Class:ResponseTicket/Attribute:agent_email' => '办理人 email',
|
||||
'Class:ResponseTicket/Attribute:agent_email+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id' => '关联问题',
|
||||
'Class:ResponseTicket/Attribute:related_problem_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref' => '参照',
|
||||
'Class:ResponseTicket/Attribute:related_problem_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_id' => '关联变更',
|
||||
'Class:ResponseTicket/Attribute:related_change_id+' => '',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref' => '关联变更',
|
||||
'Class:ResponseTicket/Attribute:related_change_ref+' => '',
|
||||
'Class:ResponseTicket/Attribute:close_date' => '关闭',
|
||||
'Class:ResponseTicket/Attribute:close_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:last_update' => '最后更新',
|
||||
'Class:ResponseTicket/Attribute:last_update+' => '',
|
||||
'Class:ResponseTicket/Attribute:assignment_date' => '指派日期',
|
||||
'Class:ResponseTicket/Attribute:assignment_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_date' => '解决日期',
|
||||
'Class:ResponseTicket/Attribute:resolution_date+' => '',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline' => 'TTO 升级的最后期限',
|
||||
'Class:ResponseTicket/Attribute:tto_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline' => 'TTR 升级的最后期限',
|
||||
'Class:ResponseTicket/Attribute:ttr_escalation_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline' => '关闭的最后期限',
|
||||
'Class:ResponseTicket/Attribute:closure_deadline+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code' => '解决编码',
|
||||
'Class:ResponseTicket/Attribute:resolution_code+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce' => '不能重生',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:couldnotreproduce+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate' => '复制单据',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:duplicate+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed' => '搞定',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:fixed+' => '',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant' => '无关的',
|
||||
'Class:ResponseTicket/Attribute:resolution_code/Value:irrelevant+' => '',
|
||||
'Class:ResponseTicket/Attribute:solution' => '方案',
|
||||
'Class:ResponseTicket/Attribute:solution+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction' => '用户满意',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction+' => '',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1' => '非常满意',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:1+' => '非常满意',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2' => '比较满意',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:2+' => '比较满意',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3' => '一般',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:3+' => '一般',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4' => '非常不满',
|
||||
'Class:ResponseTicket/Attribute:user_satisfaction/Value:4+' => '非常不满',
|
||||
'Class:ResponseTicket/Attribute:user_commment' => '用户意见',
|
||||
'Class:ResponseTicket/Attribute:user_commment+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign' => '指派',
|
||||
'Class:ResponseTicket/Stimulus:ev_assign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign' => '再指派',
|
||||
'Class:ResponseTicket/Stimulus:ev_reassign+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout' => '升级',
|
||||
'Class:ResponseTicket/Stimulus:ev_timeout+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve' => '标记为已解决',
|
||||
'Class:ResponseTicket/Stimulus:ev_resolve+' => '',
|
||||
'Class:ResponseTicket/Stimulus:ev_close' => '关闭',
|
||||
'Class:ResponseTicket/Stimulus:ev_close+' => '',
|
||||
'Class:Ticket/Attribute:org_id' => 'Organization~~',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organization Name~~',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Caller~~',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Caller Name~~',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team~~',
|
||||
'Class:Ticket/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Agent Name~~',
|
||||
'Class:Ticket/Attribute:end_date' => 'End date~~',
|
||||
'Class:Ticket/Attribute:end_date+' => '~~',
|
||||
'Class:Ticket/Attribute:last_update' => 'Last update~~',
|
||||
'Class:Ticket/Attribute:last_update+' => '~~',
|
||||
'Class:Ticket/Attribute:close_date' => 'Close date~~',
|
||||
'Class:Ticket/Attribute:close_date+' => '~~',
|
||||
'Class:Ticket/Attribute:private_log' => 'Private log~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:private_log+' => '~~',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contacts~~',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'All the contacts linked to this ticket~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CIs~~',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'All the configuration items impacted for this ticket~~',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Work orders~~',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'All the work orders for this ticket~~',
|
||||
'Class:Ticket/Attribute:finalclass' => '类别',
|
||||
'Class:Ticket/Attribute:finalclass+' => '',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Operational status~~',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Computed after the detailed status~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'Ongoing~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Work in progress~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Resolved~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Closed~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Ticket:ImpactAnalysis' => 'Impact Analysis~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket~~',
|
||||
'Class:lnkContactToTicket+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contact~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Contact Email~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Role (text)~~',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Role~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Do not notify~~',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: lnkFunctionalCIToTicket
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:lnkFunctionalCIToTicket' => 'Link FunctionalCI / Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref' => 'Ref~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id' => 'CI~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_id+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name' => 'CI Name~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:functionalci_name+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact' => 'Impact (text)~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact+' => '~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code' => 'Impact~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:manual' => 'Added manually~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:computed' => 'Computed~~',
|
||||
'Class:lnkFunctionalCIToTicket/Attribute:impact_code/Value:not_impacted' => 'Not impacted~~',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:WorkOrder' => 'Work Order~~',
|
||||
'Class:WorkOrder+' => '~~',
|
||||
'Class:WorkOrder/Attribute:name' => 'Name~~',
|
||||
'Class:WorkOrder/Attribute:name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status' => 'Status~~',
|
||||
'Class:WorkOrder/Attribute:status+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'open~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'closed~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:WorkOrder/Attribute:description' => 'Description~~',
|
||||
'Class:WorkOrder/Attribute:description+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Ticket ref~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team~~',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Team Name~~',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Agent~~',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Agent email~~',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '~~',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Start date~~',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'End date~~',
|
||||
'Class:WorkOrder/Attribute:end_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log~~',
|
||||
'Class:WorkOrder/Attribute:log+' => '~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Close~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '~~',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
|
||||
'Ticket:baseinfo' => 'General Information~~',
|
||||
'Ticket:date' => 'Dates~~',
|
||||
'Ticket:contact' => 'Contacts~~',
|
||||
@@ -328,6 +194,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'WorkOrder:Details' => 'Details~~',
|
||||
'WorkOrder:Moreinfo' => 'More information~~',
|
||||
'Tickets:ResolvedFrom' => 'Automatically resolved from %1$s~~',
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Set~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Target Field~~',
|
||||
@@ -343,7 +210,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used. That friendly name is the name of the person if any is attached to the user, otherwise it is the login.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'SetCurrentPerson~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \"person\" attached to the logged in \"user\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson+' => 'Set a field with the currently logged in person (the \\"person\\" attached to the logged in \\"user\\").~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Target Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1+' => 'The field to set, in the current object. If the field is a string then the friendly name will be used, otherwise the identifier will be used.~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'SetElapsedTime~~',
|
||||
@@ -353,7 +220,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Reference Field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Working Hours~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \"DefaultWorkingTimeComputer\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3+' => 'Leave empty to rely on the standard working hours scheme, or set to \\"DefaultWorkingTimeComputer\\" to force a 24x7 scheme~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reset~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Target Field~~',
|
||||
@@ -364,13 +231,23 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Source Field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Time To Own~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Time To Resolve~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
|
||||
'portal:itop-portal' => 'Standard portal~~', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
|
||||
'Page:DefaultTitle' => '%1$s - User portal~~',
|
||||
'Brick:Portal:UserProfile:Title' => 'My profile~~',
|
||||
'Brick:Portal:NewRequest:Title' => 'New request~~',
|
||||
'Brick:Portal:NewRequest:Title+' => '<p>Need help?</p><p>Pick from the services catalog and submit your request to our support teams.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Title' => 'Ongoing requests~~',
|
||||
'Brick:Portal:OngoingRequests:Title+' => '<p>Follow up with your ongoing requests.</p><p>Check the progress, add comments, attach documents, acknowledge the solution.</p>~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:OnGoing' => 'Open~~',
|
||||
'Brick:Portal:OngoingRequests:Tab:Resolved' => 'Resolved~~',
|
||||
'Brick:Portal:ClosedRequests:Title' => 'Closed requests~~',
|
||||
));
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user