mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Automated dictionaries synchronization with english reference
This commit is contained in:
@@ -1,142 +1,77 @@
|
||||
<?php
|
||||
// Copyright (C) 2010-2024 Combodo SAS
|
||||
//
|
||||
// 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/>
|
||||
/**
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
* Localized data
|
||||
*
|
||||
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket/Attribute:ref' => 'Rif',
|
||||
'Class:Ticket/Attribute:org_id' => 'Cliente',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organizzazione',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Chiamante',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Nome del Richiedente',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team',
|
||||
'Class:Ticket/Attribute:team_name' => 'Nome del Team',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Operatore',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Nome dell\'operatore',
|
||||
'Class:Ticket/Attribute:title' => 'Titolo',
|
||||
'Class:Ticket/Attribute:description' => 'Descrizione',
|
||||
'Class:Ticket/Attribute:start_date' => 'Data di inizio',
|
||||
'Class:Ticket/Attribute:end_date' => 'Data di fine',
|
||||
'Class:Ticket/Attribute:last_update' => 'Ultimo aggiornamento',
|
||||
'Class:Ticket/Attribute:close_date' => 'Data di Chiusura',
|
||||
'Class:Ticket/Attribute:private_log' => 'Registro privato',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contatti',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Tutti i contatti collegati a questo ticket',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CI',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Tutti gli elementi di configurazione impattati per questo ticket',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Ordini di lavoro',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'Tutti gli ordini di lavoro per questo ticket',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Tipo',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Stato operativo',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Calcolato dopo lo stato dettagliato',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'In corso',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Lavoro in corso',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Risolto',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Chiuso',
|
||||
'Ticket:ImpactAnalysis' => 'Analisi dell\'impatto',
|
||||
));
|
||||
|
||||
|
||||
//
|
||||
// Class: lnkContactToTicket
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket',
|
||||
'Class:lnkContactToTicket/Name' => '%1$s / %2$s',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Rif',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contatto',
|
||||
'Class:lnkContactToTicket/Attribute:contact_name' => 'Nome del Contatto',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Email del Contatto',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Ruolo (testo)',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Ruolo',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Aggiunto manualmente',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Calcolato',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Non notificare',
|
||||
));
|
||||
|
||||
//
|
||||
// Class: WorkOrder
|
||||
//
|
||||
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', [
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Tempo Per Prendere in Carico',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Tempo Per Risolvere',
|
||||
'Class:Ticket' => 'Ticket',
|
||||
'Class:Ticket/Attribute:agent_id' => 'Operatore',
|
||||
'Class:Ticket/Attribute:agent_name' => 'Nome dell\'operatore',
|
||||
'Class:Ticket/Attribute:caller_id' => 'Chiamante',
|
||||
'Class:Ticket/Attribute:caller_name' => 'Nome del Richiedente',
|
||||
'Class:Ticket/Attribute:close_date' => 'Data di Chiusura',
|
||||
'Class:Ticket/Attribute:contacts_list' => 'Contatti',
|
||||
'Class:Ticket/Attribute:contacts_list+' => 'Tutti i contatti collegati a questo ticket',
|
||||
'Class:Ticket/Attribute:description' => 'Descrizione',
|
||||
'Class:Ticket/Attribute:end_date' => 'Data di fine',
|
||||
'Class:Ticket/Attribute:finalclass' => 'Tipo',
|
||||
'Class:Ticket/Attribute:functionalcis_list' => 'CI',
|
||||
'Class:Ticket/Attribute:functionalcis_list+' => 'Tutti gli elementi di configurazione impattati per questo ticket',
|
||||
'Class:Ticket/Attribute:last_update' => 'Ultimo aggiornamento',
|
||||
'Class:Ticket/Attribute:operational_status' => 'Stato operativo',
|
||||
'Class:Ticket/Attribute:operational_status+' => 'Calcolato dopo lo stato dettagliato',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed' => 'Chiuso',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing' => 'In corso',
|
||||
'Class:Ticket/Attribute:operational_status/Value:ongoing+' => 'Lavoro in corso',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved' => 'Risolto',
|
||||
'Class:Ticket/Attribute:org_id' => 'Cliente',
|
||||
'Class:Ticket/Attribute:org_name' => 'Organizzazione',
|
||||
'Class:Ticket/Attribute:private_log' => 'Registro privato',
|
||||
'Class:Ticket/Attribute:ref' => 'Rif',
|
||||
'Class:Ticket/Attribute:start_date' => 'Data di inizio',
|
||||
'Class:Ticket/Attribute:team_id' => 'Team',
|
||||
'Class:Ticket/Attribute:team_name' => 'Nome del Team',
|
||||
'Class:Ticket/Attribute:title' => 'Titolo',
|
||||
'Class:Ticket/Attribute:workorders_list' => 'Ordini di lavoro',
|
||||
'Class:Ticket/Attribute:workorders_list+' => 'Tutti gli ordini di lavoro per questo ticket',
|
||||
'Class:WorkOrder' => 'Work Order~~',
|
||||
'Class:WorkOrder+' => '~~',
|
||||
'Class:WorkOrder/Attribute:name' => 'Nome',
|
||||
'Class:WorkOrder/Attribute:status' => 'Stato',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'aperto',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'chiuso',
|
||||
'Class:WorkOrder/Attribute:description' => 'Descrizione',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Riferimento Ticket',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Nome del Team',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Operatore',
|
||||
'Class:WorkOrder/Attribute:agent_email' => 'Email dell\'operatore',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Data di inizio',
|
||||
'Class:WorkOrder/Attribute:agent_id' => 'Operatore',
|
||||
'Class:WorkOrder/Attribute:description' => 'Descrizione',
|
||||
'Class:WorkOrder/Attribute:end_date' => 'Data di fine',
|
||||
'Class:WorkOrder/Attribute:log' => 'Log',
|
||||
'Class:WorkOrder/Attribute:name' => 'Nome',
|
||||
'Class:WorkOrder/Attribute:start_date' => 'Data di inizio',
|
||||
'Class:WorkOrder/Attribute:status' => 'Stato',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed' => 'chiuso',
|
||||
'Class:WorkOrder/Attribute:status/Value:open' => 'aperto',
|
||||
'Class:WorkOrder/Attribute:team_id' => 'Team',
|
||||
'Class:WorkOrder/Attribute:team_name' => 'Nome del Team',
|
||||
'Class:WorkOrder/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:WorkOrder/Attribute:ticket_ref' => 'Riferimento Ticket',
|
||||
'Class:WorkOrder/Stimulus:ev_close' => 'Chiudi',
|
||||
));
|
||||
|
||||
|
||||
// Fieldset translation
|
||||
Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Ticket:baseinfo' => 'Infomazioni Generali',
|
||||
'Ticket:date' => 'Data',
|
||||
'Ticket:contact' => 'Contatti',
|
||||
'Ticket:moreinfo' => 'Più informazioni',
|
||||
'Ticket:relation' => 'Relazioni',
|
||||
'Ticket:log' => 'Centro Messaggi',
|
||||
'Ticket:Type' => 'Qualificazione',
|
||||
'Ticket:support' => 'Supporto',
|
||||
'Ticket:resolution' => 'Risoluzione',
|
||||
'Ticket:SLA' => 'Rapporto SLA',
|
||||
'WorkOrder:Details' => 'Dettagli',
|
||||
'WorkOrder:Moreinfo' => 'Ulteriori informazioni',
|
||||
'Tickets:ResolvedFrom' => 'Risolti automaticamente da %1$s',
|
||||
|
||||
// Class: cmdbAbstractObject
|
||||
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Imposta',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Valore',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'ImpostaDataCorrente',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull' => 'ImpostaDataCorrenteSeNulla',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'ImpostaUtenteCorrente',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'ImpostaPersonaCorrente',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'ImpostaTempoTrascorso',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Campo di Riferimento',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Ore Lavorative',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull' => 'ImpostaSeNulla',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull/Param:2' => 'Valore',
|
||||
'Class:cmdbAbstractObject/Method:AddValue' => 'AggiungiValore',
|
||||
'Class:cmdbAbstractObject/Method:AddValue/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:AddValue/Param:2' => 'Valore',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'Applica Stimolo',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Codice Stimolo',
|
||||
'Class:cmdbAbstractObject/Method:Copy' => 'Copia',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Campo Sorgente',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reimposta',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:Set' => 'Imposta',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:2' => 'Valore',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDate' => 'ImpostaDataCalcolata',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2' => 'Modificatore',
|
||||
@@ -145,14 +80,125 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2' => 'Modificatore',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3' => 'Campo Sorgente',
|
||||
'Class:cmdbAbstractObject/Method:Reset' => 'Reimposta',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:Copy' => 'Copia',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2' => 'Campo Sorgente',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'Applica Stimolo',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Codice Stimolo',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer' => 'Tempo Per Prendere in Carico',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer' => 'Tempo Per Risolvere',
|
||||
));
|
||||
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate' => 'ImpostaDataCorrente',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull' => 'ImpostaDataCorrenteSeNulla',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson' => 'ImpostaPersonaCorrente',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentPerson/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser' => 'ImpostaUtenteCorrente',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime' => 'ImpostaTempoTrascorso',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2' => 'Campo di Riferimento',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:3' => 'Ore Lavorative',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull' => 'ImpostaSeNulla',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull/Param:1' => 'Campo di Destinazione',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull/Param:2' => 'Valore',
|
||||
'Class:lnkContactToTicket' => 'Link Contact / Ticket',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email' => 'Email del Contatto',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id' => 'Contatto',
|
||||
'Class:lnkContactToTicket/Attribute:contact_name' => 'Nome del Contatto',
|
||||
'Class:lnkContactToTicket/Attribute:role' => 'Ruolo (testo)',
|
||||
'Class:lnkContactToTicket/Attribute:role_code' => 'Ruolo',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:computed' => 'Calcolato',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:do_not_notify' => 'Non notificare',
|
||||
'Class:lnkContactToTicket/Attribute:role_code/Value:manual' => 'Aggiunto manualmente',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id' => 'Ticket',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref' => 'Rif',
|
||||
'Class:lnkContactToTicket/Name' => '%1$s / %2$s',
|
||||
'Ticket:ImpactAnalysis' => 'Analisi dell\'impatto',
|
||||
'Ticket:SLA' => 'Rapporto SLA',
|
||||
'Ticket:Type' => 'Qualificazione',
|
||||
'Ticket:baseinfo' => 'Infomazioni Generali',
|
||||
'Ticket:contact' => 'Contatti',
|
||||
'Ticket:date' => 'Data',
|
||||
'Ticket:log' => 'Centro Messaggi',
|
||||
'Ticket:moreinfo' => 'Più informazioni',
|
||||
'Ticket:relation' => 'Relazioni',
|
||||
'Ticket:resolution' => 'Risoluzione',
|
||||
'Ticket:support' => 'Supporto',
|
||||
'Tickets:ResolvedFrom' => 'Risolti automaticamente da %1$s',
|
||||
'WorkOrder:Details' => 'Dettagli',
|
||||
'WorkOrder:Moreinfo' => 'Ulteriori informazioni',
|
||||
'Class:Ticket+' => '~~',
|
||||
'Class:Ticket/Attribute:ref+' => '~~',
|
||||
'Class:Ticket/Attribute:org_id+' => '~~',
|
||||
'Class:Ticket/Attribute:org_name+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_id+' => '~~',
|
||||
'Class:Ticket/Attribute:caller_name+' => '~~',
|
||||
'Class:Ticket/Attribute:team_id+' => '~~',
|
||||
'Class:Ticket/Attribute:team_name+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_id+' => '~~',
|
||||
'Class:Ticket/Attribute:agent_name+' => '~~',
|
||||
'Class:Ticket/Attribute:title+' => '~~',
|
||||
'Class:Ticket/Attribute:description+' => '~~',
|
||||
'Class:Ticket/Attribute:start_date+' => '~~',
|
||||
'Class:Ticket/Attribute:end_date+' => '~~',
|
||||
'Class:Ticket/Attribute:last_update+' => '~~',
|
||||
'Class:Ticket/Attribute:close_date+' => '~~',
|
||||
'Class:Ticket/Attribute:private_log+' => '~~',
|
||||
'Class:Ticket/Attribute:finalclass+' => 'Name of the final class~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:resolved+' => '~~',
|
||||
'Class:Ticket/Attribute:operational_status/Value:closed+' => '~~',
|
||||
'Class:lnkContactToTicket+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:ticket_ref+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_id+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_name+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:contact_email+' => '~~',
|
||||
'Class:lnkContactToTicket/Attribute:role+' => '~~',
|
||||
'Class:WorkOrder/Attribute:name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:open+' => '~~',
|
||||
'Class:WorkOrder/Attribute:status/Value:closed+' => '~~',
|
||||
'Class:WorkOrder/Attribute:description+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:ticket_ref+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:team_name+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_id+' => '~~',
|
||||
'Class:WorkOrder/Attribute:agent_email+' => '~~',
|
||||
'Class:WorkOrder/Attribute:start_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:end_date+' => '~~',
|
||||
'Class:WorkOrder/Attribute:log+' => '~~',
|
||||
'Class:WorkOrder/Stimulus:ev_close+' => '~~',
|
||||
'Class:cmdbAbstractObject/Method:Set+' => 'Set a field with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Set/Param:2+' => 'The value to set~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate+' => 'Set a field with the current date and time~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDate/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull+' => 'Set an empty field with the current date and time~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentDateIfNull/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:SetCurrentUser+' => 'Set a field with the currently logged in user~~',
|
||||
'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+' => 'Set a field with the currently logged in person (the "person" attached to the logged in "user").~~',
|
||||
'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+' => 'Set a field with the time (seconds) elapsed since a date given by another field~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:SetElapsedTime/Param:2+' => 'The field from which to get the reference date~~',
|
||||
'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:SetIfNull+' => 'Set a field only if it is empty, with a static value~~',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:SetIfNull/Param:2+' => 'The value to set~~',
|
||||
'Class:cmdbAbstractObject/Method:AddValue+' => 'Add a fixed value to a field~~',
|
||||
'Class:cmdbAbstractObject/Method:AddValue/Param:1+' => 'The field to modify, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:AddValue/Param:2+' => 'Decimal value which will be added, can be negative~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDate+' => 'Set a field with a date computed from another field with extra logic~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDate/Param:3+' => 'The field used as source to apply the Modifier logic~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull+' => 'Set non empty field with a date computed from another field with extra logic~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:2+' => 'Textual information to modify the source date, eg. "+3 days"~~',
|
||||
'Class:cmdbAbstractObject/Method:SetComputedDateIfNull/Param:3+' => 'The field used as source to apply the Modifier logic~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset+' => 'Reset a field to its default value~~',
|
||||
'Class:cmdbAbstractObject/Method:Reset/Param:1+' => 'The field to reset, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy+' => 'Copy the value of a field to another field~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => 'The field to set, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => 'The field to get the value from, in the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object~~',
|
||||
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1+' => 'A valid stimulus code for the current class~~',
|
||||
'Class:ResponseTicketTTO/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTO~~',
|
||||
'Class:ResponseTicketTTR/Interface:iMetricComputer+' => 'Goal based on a SLT of type TTR~~',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user