🌐 N°1809: Refactor Triggers' help section and add new triggers description

This commit is contained in:
Stephen Abello
2018-12-03 11:25:51 +01:00
parent aca11ac966
commit 9115bc118d
14 changed files with 66 additions and 82 deletions

View File

@@ -933,20 +933,18 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'UI:NotificationsMenu:Title' => 'Konfigurace <span class="hilite">upozornění</span>', 'UI:NotificationsMenu:Title' => 'Konfigurace <span class="hilite">upozornění</span>',
'UI:NotificationsMenu:Help' => 'Nápověda', 'UI:NotificationsMenu:Help' => 'Nápověda',
'UI:NotificationsMenu:HelpContent' => '<p>Upozornění v iTop jsou plně nastavitelné. Jsou založena na dvou druzích objektů: <i>triggery (spouštěče) a akce</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>Upozornění v iTop jsou plně nastavitelné. Jsou založena na dvou druzích objektů: <i>triggery (spouštěče) a akce</i>.</p>
<p><i><b>Triggery</b></i> definují, kdy bude příslušné upozornění spuštěno. V iTop nalezneme 5 typů triggerů, které pokrývají 3 různé fáze životního cyklu objektu: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>trigger "vytvoření objektu" je spuštěn ve chvíli, kdy je vytvořen objekt uvedené třídy</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>trigger "změna stavu na" je spuštěn předtím, než předmět dané třídy změní stav na uvedený stav (z původního stavu)</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>trigger "změna stavu z" je spuštěn ve chvíli, kdy objekt dané třídy opustí specifický stav</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
<li>trigger "prahová hodnota" je spuštěn ve chvíli, kdy je hodnota pro TTR (time to resolve) a TTO (time to own) dosažena</li>
<li>trigger "aktualizace přes portál" je spuštěn ve chvíli, kdy je tiket aktualizován z portálu</li>
</ol> </ol>
</p> </p>
<p> <p>
<i><b>Akce</b></i> definují činnosti, které mají být provedeny, když se triggery spustí. V současné verzi iTop je definována jedna akce spočívající v zaslání emailové zprávy. Tato akce také definuje šablonu, která se použije pro zasílání emailových zpráv a také pro definici dalších parametrů (příjemci, důležitost apod.). <i><b>Akce</b></i> definují činnosti, které mají být provedeny, když se triggery spustí. V současné verzi iTop je definována jedna akce spočívající v zaslání emailové zprávy. Tato akce také definuje šablonu, která se použije pro zasílání emailových zpráv a také pro definici dalších parametrů (příjemci, důležitost apod.).
</p> </p>
<p>Speciální stránka <a href="../setup/email.test.php" target="_blank">email.test.php</a> je dostupná pro testování a řešení problémů s configurací PHP mailu.</p> <p>Speciální stránka <a href="../setup/email.test.php" target="_blank">email.test.php</a> je dostupná pro testování a řešení problémů s configurací PHP mailu.</p>
<p>Aby mohly být akce spuštěny, musí být přiřazeny ke triggerům. Každá akce pak dostane své "pořadové" číslo, které určí v jakém pořadí se akce spustí.</p>', <p>Aby mohly být akce spuštěny, musí být přiřazeny ke triggerům. Každá akce pak dostane své "pořadové" číslo, které určí v jakém pořadí se akce spustí.</p>~~',
'UI:NotificationsMenu:Triggers' => 'Triggery', 'UI:NotificationsMenu:Triggers' => 'Triggery',
'UI:NotificationsMenu:AvailableTriggers' => 'Dostupné triggery', 'UI:NotificationsMenu:AvailableTriggers' => 'Dostupné triggery',
'UI:NotificationsMenu:OnCreate' => 'Při vytvoření objektu', 'UI:NotificationsMenu:OnCreate' => 'Při vytvoření objektu',

View File

@@ -920,13 +920,11 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:NotificationsMenu:Title' => 'Konfiguration af <span class="hilite">Notifikationer</span>~~', 'UI:NotificationsMenu:Title' => 'Konfiguration af <span class="hilite">Notifikationer</span>~~',
'UI:NotificationsMenu:Help' => 'Hjælp', 'UI:NotificationsMenu:Help' => 'Hjælp',
'UI:NotificationsMenu:HelpContent' => '<p>I iTop er notifikationer fuldt modificerbare. De er baseret på to sæt af objekter: <i>triggers og handlinger</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>I iTop er notifikationer fuldt modificerbare. De er baseret på to sæt af objekter: <i>triggers og handlinger</i>.</p>
<p><i><b>Triggers</b></i> definerer hvornår en notifikation skal udføres. Der er 5 typer af triggers til at dække 3 forskellige faser for et objekts livscyclus: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>the "Ved objekts oprettelse" triggers udføres når et objekt af den specificerede klasse oprettes</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>the "Ved indtræden i en tilstand" triggers udløses før et objekt af den givne klasse indtræder i en specifik tilstand (kommende fra en anden tilstand)</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>the "Ved forladelse af en tilstand" triggers udløses når et objekt af den givne klasse forlader en specifik tilstand</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
<li>the "Ved grænseværdi" triggers udløses når en grænseværdi for TTR eller TTO er nået</li>
<li>the "Ved portal opdatering" triggers udløses når en ticket opdateres fra portalen</li>
</ol> </ol>
</p> </p>
<p> <p>
@@ -935,7 +933,7 @@ Sådanne handlinger definerer den skabelon som bruges til afsendelse af email s
</p> </p>
<p>En speciel side: <a href="../setup/email.test.php" target="_blank">email.test.php</a> er til rådighed for test og problemløsning af PHP mail konfigurationen.</p> <p>En speciel side: <a href="../setup/email.test.php" target="_blank">email.test.php</a> er til rådighed for test og problemløsning af PHP mail konfigurationen.</p>
<p>For udførelse, handlinger skal være knyttet til triggers. <p>For udførelse, handlinger skal være knyttet til triggers.
Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge" nummer, der specificerer i hvilken rækkefølge handlingerne udføres.</p>', Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge" nummer, der specificerer i hvilken rækkefølge handlingerne udføres.</p>~~',
'UI:NotificationsMenu:Triggers' => 'Triggers', 'UI:NotificationsMenu:Triggers' => 'Triggers',
'UI:NotificationsMenu:AvailableTriggers' => 'Tilgængelige triggers', 'UI:NotificationsMenu:AvailableTriggers' => 'Tilgængelige triggers',
'UI:NotificationsMenu:OnCreate' => 'Når et objekt oprettes', 'UI:NotificationsMenu:OnCreate' => 'Når et objekt oprettes',

View File

@@ -919,11 +919,11 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:NotificationsMenu:Title' => 'Einstellungen der <span class="hilite">Benachrichtigungen</span>', 'UI:NotificationsMenu:Title' => 'Einstellungen der <span class="hilite">Benachrichtigungen</span>',
'UI:NotificationsMenu:Help' => 'Hilfe', 'UI:NotificationsMenu:Help' => 'Hilfe',
'UI:NotificationsMenu:HelpContent' => '<p>In iTop sind Benachrichtigungen vollständig anpassbar. Sie basieren auf zwei Gruppen an Objekten: <i>Trigger und Aktionen</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>In iTop sind Benachrichtigungen vollständig anpassbar. Sie basieren auf zwei Gruppen an Objekten: <i>Trigger und Aktionen</i>.</p>
<p><i><b>Trigger</b></i> legen fest, wann eine Benachrichtigung erfolgen soll. Es gibt drei Typen von Trigger um drei verscheidene Phasen eines Objekt-Lebenszyklus abzubilden: <p><i><b>Trigger</b></i> definieren, wann eine Benachrichtigung ausgeführt wird. Es gibt verschiedene Auslöser als Teil des iTop-Kerns, aber andere können durch Erweiterungen eingebracht werden:
<ol> <ol>
<li>Der "OnCreate" Trigger wird ausgeführt, wenn ein Objekt der spezifizierten Klasse erstellt wird.</li> <li>Einige Trigger werden ausgeführt, wenn ein Objekt der angegebenen Klasse <b>angelegt</b>, <b>aktualisiert</b> oder <b>gelöscht wird</b>.</li>
<li>Der "OnStateEnter" Trigger wird ausgeführt, bevor ein Objekt einer gegebenen Klasse einen spezifizierten Status erlangt (aus einem anderen Status kommend)</li> <li>Einige Trigger werden ausgeführt, wenn ein Objekt einer bestimmten Klasse einen bestimmten <b>Zustand</b> <b>erreicht</b> oder <b>verlässt</b>.</li>
<li>Der "OnStateLeave" Trigger wird ausgeführt, sobald ein Objekt einer gegebenen Klasse einen spezifizierten Status verlässt</li> <li>Einige Trigger werden ausgeführt, wenn ein <b>Schwellenwert</b> auf <b>TTO</b> oder <b>TTR</b> <b>erreicht</b> ist.</li>
</ol> </ol>
</p> </p>
<p> <p>

View File

@@ -936,13 +936,11 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:NotificationsMenu:Title' => 'Configuration of the <span class="hilite">Notifications</span>', 'UI:NotificationsMenu:Title' => 'Configuration of the <span class="hilite">Notifications</span>',
'UI:NotificationsMenu:Help' => 'Help', 'UI:NotificationsMenu:Help' => 'Help',
'UI:NotificationsMenu:HelpContent' => '<p>In iTop the notifications are fully customizable. They are based on two sets of objects: <i>triggers and actions</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>In iTop the notifications are fully customizable. They are based on two sets of objects: <i>triggers and actions</i>.</p>
<p><i><b>Triggers</b></i> define when a notification will be executed. There are 5 types of triggers for covering 3 differents phases of an object life cycle: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>the "on object creation" triggers get executed when an object of the specified class is created</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>the "on entering a state" triggers get executed before an object of the given class enters a specified state (coming from another state)</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>the "on leaving a state" triggers get executed when an object of the given class is leaving a specified state</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
<li>the "on threshold" triggers get executed when a threshold for TTR or TTO has been reached</li>
<li>the "on portal update" triggers get executed when a ticket is updated from the portal</li>
</ol> </ol>
</p> </p>
<p> <p>

View File

@@ -931,13 +931,11 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'UI:NotificationsMenu:Title' => 'Configuración de las <span class="hilite">Notificaciones</span>', 'UI:NotificationsMenu:Title' => 'Configuración de las <span class="hilite">Notificaciones</span>',
'UI:NotificationsMenu:Help' => 'Ayuda', 'UI:NotificationsMenu:Help' => 'Ayuda',
'UI:NotificationsMenu:HelpContent' => '<p>En iTop las notificaciones son completamente personalizables. Están basadas en dos conjuntos de objetos: <i>Disparadores y Acciones</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>En iTop las notificaciones son completamente personalizables. Están basadas en dos conjuntos de objetos: <i>Disparadores y Acciones</i>.</p>
<p>Los <i><b>disparadores</b></i> definen cuando una notificación debe ser ejecutada. Existen 3 tipos de disparadores para cubrir las 3 diferentes fases del ciclo de vida de un objeto: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>Los disparadores "OnCreate" son ejecutados cuando un objeto de la clase especificada es creado</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>Los disparadores "OnStateEnter" son ejecutados antes de que un determinado objeto entre un estado especificado (viniendo de otro estado)</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>Los disparadores "OnStateLeave" son ejecutados cuando un objeto de clase determinada deja un estado especificado</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
<li>Los disparadores "On threshold" son ejecutados cuando un umbral para TDA o TDS es alcanzado</li>
<li>Los disparadores "On portal update" son ejecutados cuando un ticket es actualizado desde el portal</li>
</ol> </ol>
</p> </p>
<p> <p>
@@ -946,7 +944,7 @@ Tales acciones tambien definen la plantilla a ser usada para enviar el correo as
</p> </p>
<p>Una página especial: <a href="../setup/email.test.php" target="_blank">email.test.php</a> está disponible para probar y diagnosticar su configuración de correo de PHP.</p> <p>Una página especial: <a href="../setup/email.test.php" target="_blank">email.test.php</a> está disponible para probar y diagnosticar su configuración de correo de PHP.</p>
<p>Para ser ejecutadas, las acciones deben estar asociadas con los disparadores. <p>Para ser ejecutadas, las acciones deben estar asociadas con los disparadores.
Cuando se asocien con un disparador, cada acción recibe un número de "orden", esto especifica en que orden se ejecutaran las acciones.</p>', Cuando se asocien con un disparador, cada acción recibe un número de "orden", esto especifica en que orden se ejecutaran las acciones.</p>~~',
'UI:NotificationsMenu:Triggers' => 'Disparadores', 'UI:NotificationsMenu:Triggers' => 'Disparadores',
'UI:NotificationsMenu:AvailableTriggers' => 'Disparadores disponibles', 'UI:NotificationsMenu:AvailableTriggers' => 'Disparadores disponibles',
'UI:NotificationsMenu:OnCreate' => 'Cuando un objeto es creado', 'UI:NotificationsMenu:OnCreate' => 'Cuando un objeto es creado',

View File

@@ -918,13 +918,11 @@ Dict::Add('FR FR', 'French', 'Français', array(
'UI:NotificationsMenu:Title' => 'Configuration des <span class="hilite">Notifications</span>', 'UI:NotificationsMenu:Title' => 'Configuration des <span class="hilite">Notifications</span>',
'UI:NotificationsMenu:Help' => 'Aide', 'UI:NotificationsMenu:Help' => 'Aide',
'UI:NotificationsMenu:HelpContent' => '<p>Dans iTop les notifications sont totalement configurables. Elles sont basées sur deux types d\'objets: <i>déclencheurs et actions</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>Dans iTop les notifications sont totalement configurables. Elles sont basées sur deux types d\'objets: <i>déclencheurs et actions</i>.</p>
<p><i><b>Les déclencheurs</b></i> définissent quand une notification doit être exécutée. Il y a 5 types de déclencheurs pour couvrir les 3 différentes phases du cycle de vie d\'un objet: <p><i><b>Les déclencheurs</b></i> définissent quand une notification sera exécutée. Il y a différents déclencheurs qui font partie du noyau d\'iTop, mais d\'autres peuvent être apportés par des extensions :
<ol> <ol>
<li>un déclencheur "sur création d\'un objet" est exécuté quand un objet d\'une classe spécifique est créé.</li> <li>Certains déclencheurs sont exécutés lorsqu\'un objet de la classe spécifiée est <b>créé</b>, <b>mis à jour</b> ou <b>supprimé</b>.</li>
<li>un déclencheur "sur objet entrant dans un état" est exécuté avant que l\'objet n\'entre dans un état donné (en venant d\'un autre état du cycle de vie)</li> <li>Certains déclencheurs sont exécutés lorsqu\'un objet d\'une classe donnée <b>entre</b> ou <b>sort</b> d\'un <b>état</b> spécifié.</li>
<li>un déclencheur "sur objet quittant un état" est exécuté quand l\'objet quitte un état spécifié</li> <li>Certains déclencheurs sont exécutés lorsqu\'un <b>seuil</b> sur <b>TTO</b> ou <b>TTR</b>a été <b>atteint</b>.</li>
<li>un déclencheur "sur dépassement de seuil" est exécuté quand un seuil prédéfini pour TTO/TTR est dépassé</li>
<li>un déclencheur "sur mise à jour depuis le portail" est exécuté quand un ticket est modifié depuis le portail dédié aux clients externes</li>
</ol> </ol>
</p> </p>
<p> <p>

View File

@@ -918,11 +918,11 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'UI:NotificationsMenu:Title' => '<span class="hilite">Értesítések</span> beállítása', 'UI:NotificationsMenu:Title' => '<span class="hilite">Értesítések</span> beállítása',
'UI:NotificationsMenu:Help' => 'Segítség', 'UI:NotificationsMenu:Help' => 'Segítség',
'UI:NotificationsMenu:HelpContent' => '<p>Az iTop alkalmazásban az értesítések teljesen testreszabhatók. Értesítések az objektumok két csoportjára épülnek: <i>kiváltó okok és akciók</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>Az iTop alkalmazásban az értesítések teljesen testreszabhatók. Értesítések az objektumok két csoportjára épülnek: <i>kiváltó okok és akciók</i>.</p>
<p><i><b>Kiváltó ok</b></i> határozza meg mikor kell az értesítést végrehajtani. Kiváltó okoknak 2 típusa van az objektum életciklius három fázisának lefedésére: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>"OnCreate" kiváltó ok egy objektum létrehozása</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>"OnStateEnter" kiváltó ok egy adott objektum állapot változása - az új objektum állapot elérése előtt váltódik ki</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>"OnStateLeave" kiváltó ok egy adott objektum állapot változása - az új objektum állapot elhagyása után váltódik ki</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
</ol> </ol>
</p> </p>
<p> <p>
@@ -930,7 +930,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
</p> </p>
<p>Speciális oldal: <a href="../setup/email.test.php" target="_blank">email.test.php</a> oldalon keresztül a PHP mail konfiguráció tesztelhető.</p> <p>Speciális oldal: <a href="../setup/email.test.php" target="_blank">email.test.php</a> oldalon keresztül a PHP mail konfiguráció tesztelhető.</p>
<p>Akció végrehjatásához azt kiváltó okhoz kell rendelni. <p>Akció végrehjatásához azt kiváltó okhoz kell rendelni.
Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az akciók végrehatási sorrendjét.</p>', Akció kiváltó okhoz rendelésekor kap egy sorszámot , amely meghatározza az akciók végrehatási sorrendjét.</p>~~',
'UI:NotificationsMenu:Triggers' => 'Kiváltó okok', 'UI:NotificationsMenu:Triggers' => 'Kiváltó okok',
'UI:NotificationsMenu:AvailableTriggers' => 'Lehetséges kiváltó okok', 'UI:NotificationsMenu:AvailableTriggers' => 'Lehetséges kiváltó okok',
'UI:NotificationsMenu:OnCreate' => 'Objektum létrehozás', 'UI:NotificationsMenu:OnCreate' => 'Objektum létrehozás',

View File

@@ -931,11 +931,11 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
'UI:NotificationsMenu:Title' => 'Configurazione delle <span class="hilite">Notifiche</span>', 'UI:NotificationsMenu:Title' => 'Configurazione delle <span class="hilite">Notifiche</span>',
'UI:NotificationsMenu:Help' => 'Aiuto', 'UI:NotificationsMenu:Help' => 'Aiuto',
'UI:NotificationsMenu:HelpContent' => '<p>In iTop le notifiche sono completamente personalizzabili. Essi si basano su due serie di oggetti: <i>trigger e azioni</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>In iTop le notifiche sono completamente personalizzabili. Essi si basano su due serie di oggetti: <i>trigger e azioni</i>.</p>
<p><i><b>Triggers</b></i> per definire quando una notifica verrà eseguita. Ci sono 3 tipi di trigger per la copertura di 3 fasi differenti del ciclo di vita di un oggetto: <p><i>I <b>trigger</b></i> definiscono quando verrà eseguita una notifica. Ci sono diversi trigger come parte del nucleo di iTop, ma altri possono essere portati da estensioni:
<ol> <ol>
<li>the "OnCreate" trigger vengono eseguiti quando un oggetto della classe specificata viene creata</li> <li>Alcuni trigger sono eseguiti quando un oggetto della classe specificata viene <b>creato</b>, <b>aggiornato</b> o <b>cancellato</b>.</li>
<li>the "OnStateEnter" trigger vengono eseguiti prima che un oggetto della classe data entra in uno stato specifico (provenienti da un altro Stato)</li> <li>Alcuni trigger sono eseguiti quando un oggetto di una data classe <b>entra</b> o <b>lascia</b> uno <b>stato specificato</b>.</li>
<li>the "OnStateLeave" trigger vengono eseguiti quando un oggetto della classe lascia uno stato specificato</li> <li>Alcuni trigger sono eseguiti quando una <b>soglia</b> su <b>TTO</b> o <b>TTR</b> è stata <b>raggiunta</b>.</li>
</ol> </ol>
</p> </p>

View File

@@ -918,22 +918,20 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
'UI:NotificationsMenu:Title' => '<span class="hilite">通知</span>の設定', 'UI:NotificationsMenu:Title' => '<span class="hilite">通知</span>の設定',
'UI:NotificationsMenu:Help' => 'ヘルプ', 'UI:NotificationsMenu:Help' => 'ヘルプ',
'UI:NotificationsMenu:HelpContent' => '<p>iTopでは、通知はすべてカスタマイズが可能です。通知は<i>トリガーとアクション</i>という二つのオブジェクトがベースになっています。 'UI:NotificationsMenu:HelpContent' => '<p>iTopでは、通知はすべてカスタマイズが可能です。通知は<i>トリガーとアクション</i>という二つのオブジェクトがベースになっています。
<p><i><b>トリガー</b></i>は、ある通知がいつ実行されるのか、を定義します。トリガーは3つのタイプに分類され、オブジェクトライフサイクルにおける3つの異なるフェーズに対応します <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>"onCreate"トリガーは、指定されたクラスのオブジェクトが作成されたときに実行されます。</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>"onStateEnter"トリガーは、指定されたクラスのオブジェクトが(他の状態から)指定された状態に入る前に実行されます。</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>"onStateLeave"トリガーは、指定されたクラスのオブジェクトが指定された状態から出る際に実行されます。</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
<li>"onThreshold" トリガーは、TTR や TTO が閾値に達した時に実行されます。</li>
<li>the "on portal update" トリガーは、ポータルからチケットが更新された時に実行されます。</li>
</ol> </ol>
</p> </p>
<p> <p>
<i><b>アクション</b></i>はトリガーが実行される際の動作を定義します。例えば今、「メールを送信する」という動作で構成されるたった1種類だけのアクションがあるとします。 <i><b>アクション</b></i>はトリガーが実行される際の動作を定義します。例えば今、「メールを送信する」という動作で構成されるたった1種類だけのアクションがあるとします。
このようなアクションは、受信者、重要度といったメッセージに付随する他のパラメータと同様、メール送信に利用されるテンプレートも定義します。 このようなアクションは、受信者、重要度といったメッセージに付随する他のパラメータと同様、メール送信に利用されるテンプレートも定義します。
</p> </p>
<p>特別なページ: <a href="../setup/email.test.php" target="_blank">email.test.php</p>は、PHPのメール設定をテストしたりトラブルシュートするのに利用可能であす。</p> <p>特別なページ: <a href="../setup/email.test.php" target="_blank">email.test.php</a> は、PHPのメール設定をテストしたりトラブルシュートするのに利用可能であす。</p>
<p>実行するには、アクションがトリガーに関連づけられている必要があります。 <p>実行するには、アクションがトリガーに関連づけられている必要があります。
トリガーに関連づけられると、各々のアクションは順番が与えられ、どの順序でアクションが実行されるかが指定されます。</p>', トリガーに関連づけられると、各々のアクションは順番が与えられ、どの順序でアクションが実行されるかが指定されます。</p>~~',
'UI:NotificationsMenu:Triggers' => 'トリガー', 'UI:NotificationsMenu:Triggers' => 'トリガー',
'UI:NotificationsMenu:AvailableTriggers' => '利用可能トリガー', 'UI:NotificationsMenu:AvailableTriggers' => '利用可能トリガー',
'UI:NotificationsMenu:OnCreate' => 'オブジェクトが作成された時', 'UI:NotificationsMenu:OnCreate' => 'オブジェクトが作成された時',

View File

@@ -937,13 +937,11 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'UI:NotificationsMenu:Title' => 'Configuratie van <span class="hilite">Notificaties</span>', 'UI:NotificationsMenu:Title' => 'Configuratie van <span class="hilite">Notificaties</span>',
'UI:NotificationsMenu:Help' => 'Help', 'UI:NotificationsMenu:Help' => 'Help',
'UI:NotificationsMenu:HelpContent' => '<p>In iTop zijn de notificaties volledig aan te passen. Ze zijn gebaseerd op twee sets van objecten: <i>triggers and actions</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>In iTop zijn de notificaties volledig aan te passen. Ze zijn gebaseerd op twee sets van objecten: <i>triggers and actions</i>.</p>
<p><i><b>Triggers</b></i> definieren wanneer een notificatie wordt verzonden. Er zijn 5 types triggers, die 3 verschillende fases in de levenscyclus van een object beslaan: <p><i><b>Triggers</b></i> bepalen wanneer een melding wordt uitgevoerd. Er zijn verschillende triggers als onderdeel van iTop core, maar andere kunnen door middel van uitbreidingen worden gebracht:
<ol> <ol>
<li>de "on object creation" triggers worden uitgevoerd wanneer een object van een specifieke klasse is aangemaakt</li> <li>Sommige triggers worden uitgevoerd wanneer een object van de gespecificeerde klasse wordt <b>aangemaakt</b>, <b>bijgewerkt</b> of <b>verwijderd</b>.</li>
<li>de "on entering a state" triggers worden uitgevoerd voordat een object van een bepaalde klasse een gespecificeerde state ingaat (komend van een andere state)</li> <li>Sommige triggers worden uitgevoerd wanneer een object van een bepaalde klasse een gespecificeerde <b>status</b> <b>binnenkomt</b> of <b>verlaat</b>.</li>
<li>de "on leaving a state" triggers worden uitgevoerd wanneer een object van een bepaalde klasse een gespecificeerde state verlaat</li> <li>Sommige triggers worden uitgevoerd wanneer een <b>drempelwaarde</b> op <b>TTO</b> of <b>TTR</b> is <b>bereikt</b>.</li>
<li>de "on threshold" triggers worden uitgevoerd wanneer een threshold voor TTR of TTO is bereikt</li>
<li>de "on portal update" triggers worden uitgevoerd wanneer een ticket is geupdatet vanuit het portal</li>
</ol> </ol>
</p> </p>
<p> <p>

View File

@@ -931,13 +931,11 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'UI:NotificationsMenu:Title' => 'Configuração de <span class="hilite">Notificações</span>', 'UI:NotificationsMenu:Title' => 'Configuração de <span class="hilite">Notificações</span>',
'UI:NotificationsMenu:Help' => 'Ajuda', 'UI:NotificationsMenu:Help' => 'Ajuda',
'UI:NotificationsMenu:HelpContent' => '<p>As Notificações são totalmente personalizáveis. Elas são baseadas em dois conjuntos de objetos: <i>Gatilhos e Ações</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>As Notificações são totalmente personalizáveis. Elas são baseadas em dois conjuntos de objetos: <i>Gatilhos e Ações</i>.</p>
<p><i><b>Gatilhos</b></i> define quando uma notificação será executado. Existem 3 tipos de gatilhos para cobrir três fases diferentes de um ciclo de vida do objeto: <p><i><b>Gatilhos</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>o "on object creation" é executado quando um objeto da classe especificada é criado</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>the "on entering a state" triggers get executed before an object of the given class enters a specified state (coming from another state)</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>the "on leaving a state" triggers get executed when an object of the given class is leaving a specified state</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
<li>the "on threshold" triggers get executed when a threshold for TTR or TTO as been reached</li>
<li>the "on portal update" triggers get executed when a ticket is updated from the portal</li>
</ol> </ol>
</p> </p>
<p> <p>
@@ -946,7 +944,7 @@ Such actions also define the template to be used for sending the email as well a
</p> </p>
<p>A special page: <a href="../setup/email.test.php" target="_blank">email.test.php</a> is available for testing and troubleshooting your PHP mail configuration.</p> <p>A special page: <a href="../setup/email.test.php" target="_blank">email.test.php</a> is available for testing and troubleshooting your PHP mail configuration.</p>
<p>To be executed, actions must be associated to triggers. <p>To be executed, actions must be associated to triggers.
When associated with a trigger, each action is given an "order" number, specifying in which order the actions are to be executed.</p>', When associated with a trigger, each action is given an "order" number, specifying in which order the actions are to be executed.</p>~~',
'UI:NotificationsMenu:Triggers' => 'Gatilhos', 'UI:NotificationsMenu:Triggers' => 'Gatilhos',
'UI:NotificationsMenu:AvailableTriggers' => 'Available triggers', 'UI:NotificationsMenu:AvailableTriggers' => 'Available triggers',
'UI:NotificationsMenu:OnCreate' => 'When an object is created', 'UI:NotificationsMenu:OnCreate' => 'When an object is created',

View File

@@ -910,11 +910,11 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
'UI:NotificationsMenu:Title' => 'Конфигурация <span class="hilite">Уведомлений</span>', 'UI:NotificationsMenu:Title' => 'Конфигурация <span class="hilite">Уведомлений</span>',
'UI:NotificationsMenu:Help' => 'Помощь', 'UI:NotificationsMenu:Help' => 'Помощь',
'UI:NotificationsMenu:HelpContent' => '<p>В iTop уведомления полностью настраиваемые. Они основаны на двух наборах объектов: <i>триггеры</i> и <i>действия</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>В iTop уведомления полностью настраиваемые. Они основаны на двух наборах объектов: <i>триггеры</i> и <i>действия</i>.</p>
<p><i><b>Триггеры</b></i> оперделяют когда уведомление будет выполнено. Есть 3 типа триггеров обробатывающих 3 разных фазы жизненного цикла объекта: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>"OnCreate" триггеры сработают когда объект заданного класса будет создан</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>"OnStateEnter" триггеры сработают перед тем как объект заданного класса войдёт в заданное состояние (выйдет из другого состояния)</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>"OnStateLeave" триггеры сработают когда объекты заданного класса выйдут из заданного состояния</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
</ol> </ol>
</p> </p>
<p> <p>
@@ -923,7 +923,7 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
</p> </p>
<p>Специальная страница: <a href="../setup/email.test.php" target="_blank">email.test.php</a> доступна для тестирования и устранения неполадок в настройках почты.</p> <p>Специальная страница: <a href="../setup/email.test.php" target="_blank">email.test.php</a> доступна для тестирования и устранения неполадок в настройках почты.</p>
<p>Чтобы быть выполненными, действия необходимо ассоциировать с триггерами. <p>Чтобы быть выполненными, действия необходимо ассоциировать с триггерами.
При ассоциации с триггером, каждое действие получает "порядковый" номер, который определяет порядок выполнения действий.</p>', При ассоциации с триггером, каждое действие получает "порядковый" номер, который определяет порядок выполнения действий.</p>~~',
'UI:NotificationsMenu:Triggers' => 'Триггеры', 'UI:NotificationsMenu:Triggers' => 'Триггеры',
'UI:NotificationsMenu:AvailableTriggers' => 'Доступные триггеры', 'UI:NotificationsMenu:AvailableTriggers' => 'Доступные триггеры',
'UI:NotificationsMenu:OnCreate' => 'При создании объекта', 'UI:NotificationsMenu:OnCreate' => 'При создании объекта',

View File

@@ -932,11 +932,11 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'UI:NotificationsMenu:Title' => '<span class="hilite">Uyarıların</span> yapılandırılması', 'UI:NotificationsMenu:Title' => '<span class="hilite">Uyarıların</span> yapılandırılması',
'UI:NotificationsMenu:Help' => 'Yardım', 'UI:NotificationsMenu:Help' => 'Yardım',
'UI:NotificationsMenu:HelpContent' => '<p>In iTop uyarı mekanizması ihtiyaca göre uyarlanabilir. Uyarılar iki tip nesne üzerine kurulmuştur: <i>tetikleme (triggers) ve işlemler (actions)</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>In iTop uyarı mekanizması ihtiyaca göre uyarlanabilir. Uyarılar iki tip nesne üzerine kurulmuştur: <i>tetikleme (triggers) ve işlemler (actions)</i>.</p>
<p><i><b>Triggers</b></i> uyarının ne zaman yapılacağını belirler. 3 tip tetikleme vardır ve nesnenin 3 durumuna ilişkilendirilmiştir: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>the "OnCreate" tetikleme nesne yaratıldığı zaman çalışır</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>the "OnStateEnter" tetikleme nesne belli bir duruma girişinde çalışır</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>the "OnStateLeave" tetikleme nesne belli bir durumdan çıkışında çalışır</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
</ol> </ol>
</p> </p>
<p> <p>
@@ -945,7 +945,7 @@ E-posta için şablon tanımlanabilmektedir. Şablona parametreler girilebilmekt
</p> </p>
<p>Özel sayfa: <a href="../setup/email.test.php" target="_blank">email.test.php</a> PHP e-posta konfigürnunu test ediniz.</p> <p>Özel sayfa: <a href="../setup/email.test.php" target="_blank">email.test.php</a> PHP e-posta konfigürnunu test ediniz.</p>
<p>İşlemin gerçekleşmesi için bir tetikleme ile ilişkilendirilmesi gerekir. <p>İşlemin gerçekleşmesi için bir tetikleme ile ilişkilendirilmesi gerekir.
Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçekleştirilir.</p>', Tetikleme gerçekleştiriğinde işlemler tanımlanan sıra numarası ile gerçekleştirilir.</p>~~',
'UI:NotificationsMenu:Triggers' => 'Tetikleyiciler', 'UI:NotificationsMenu:Triggers' => 'Tetikleyiciler',
'UI:NotificationsMenu:AvailableTriggers' => 'Kullanılabilir tetikleyiciler', 'UI:NotificationsMenu:AvailableTriggers' => 'Kullanılabilir tetikleyiciler',
'UI:NotificationsMenu:OnCreate' => 'Nesne yaratıldığında', 'UI:NotificationsMenu:OnCreate' => 'Nesne yaratıldığında',

View File

@@ -932,11 +932,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'UI:NotificationsMenu:Title' => '配置 <span class="hilite">通知</span>', 'UI:NotificationsMenu:Title' => '配置 <span class="hilite">通知</span>',
'UI:NotificationsMenu:Help' => '帮助', 'UI:NotificationsMenu:Help' => '帮助',
'UI:NotificationsMenu:HelpContent' => '<p>在 iTop 中, 通知可以被完全客户化定制. 它们是基于两个对象集: <i>触发器和动作</i>.</p> 'UI:NotificationsMenu:HelpContent' => '<p>在 iTop 中, 通知可以被完全客户化定制. 它们是基于两个对象集: <i>触发器和动作</i>.</p>
<p><i><b>触发器</b></i> 定义了什么时候一个通知将被执行. 有3种触发器, 覆盖了一个对象生命周期的3个阶段: <p><i><b>Triggers</b></i> define when a notification will be executed. There are different triggers as part of iTop core, but others can be brought by extensions:
<ol> <ol>
<li>"OnCreate" 触发器, 当某个特定类的对象创建时将触发</li> <li>Some triggers are executed when an object of the specified class is <b>created</b>, <b>updated</b> or <b>deleted</b>.</li>
<li>"OnStateEnter" 触发器, 在某个给定类的对象进入某个特定状态前将触发(从另外一个状态而来)</li> <li>Some triggers are executed when an object of a given class <b>enter</b> or <b>leave</b> a specified </b>state</b>.</li>
<li>"OnStateLeave" 触发器, 在某个给定类的对象离开某个特定状态时将触发</li> <li>Some triggers are executed when a <b>threshold on TTO or TTR</b> has been <b>reached</b>.</li>
</ol> </ol>
</p> </p>
<p> <p>
@@ -945,7 +945,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
</p> </p>
<p>一个专门页面: <a href="../setup/email.test.php" target="_blank">email.test.php</a> 可用于测试和调试您的 PHP mail 配置.</p> <p>一个专门页面: <a href="../setup/email.test.php" target="_blank">email.test.php</a> 可用于测试和调试您的 PHP mail 配置.</p>
<p>若要执行, 动作必须和触发器相关联. <p>若要执行, 动作必须和触发器相关联.
当与一个触发器关联时, 每个动作都被赋予一个顺序号, 规定了按什么样的顺序执行这些动作.</p>', 当与一个触发器关联时, 每个动作都被赋予一个顺序号, 规定了按什么样的顺序执行这些动作.</p>~~',
'UI:NotificationsMenu:Triggers' => '触发器', 'UI:NotificationsMenu:Triggers' => '触发器',
'UI:NotificationsMenu:AvailableTriggers' => '可用的触发器', 'UI:NotificationsMenu:AvailableTriggers' => '可用的触发器',
'UI:NotificationsMenu:OnCreate' => '当一个对象被创建', 'UI:NotificationsMenu:OnCreate' => '当一个对象被创建',