From 22f2b5d0e54b38ecddc830bc3f9564a87e389ff2 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 4 Jul 2024 18:10:47 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07565=20-=20Fix=20dictionaries=20counter-?= =?UTF-8?q?parts=20in=20other=20languages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictionaries/cs.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/da.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/de.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/en.dictionary.itop.core.php | 2 ++ dictionaries/es_cr.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/fr.dictionary.itop.core.php | 4 ++-- dictionaries/hu.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/it.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/ja.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/nl.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/pl.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/pt_br.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/ru.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/sk.dictionary.itop.core.php | 23 ++++++++++++++------- dictionaries/tr.dictionary.itop.core.php | 21 ++++++++++++------- dictionaries/zh_cn.dictionary.itop.core.php | 21 ++++++++++++------- 16 files changed, 201 insertions(+), 101 deletions(-) diff --git a/dictionaries/cs.dictionary.itop.core.php b/dictionaries/cs.dictionary.itop.core.php index 67b3847f2..1e54eb0cd 100755 --- a/dictionaries/cs.dictionary.itop.core.php +++ b/dictionaries/cs.dictionary.itop.core.php @@ -119,11 +119,18 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -135,13 +142,13 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Upozornění', 'Class:ActionNotification+' => 'Upozornění (abstraktní)', 'Class:AsyncSendEmail' => 'Email (asynchronní)', diff --git a/dictionaries/da.dictionary.itop.core.php b/dictionaries/da.dictionary.itop.core.php index 43130e044..2f892b6ce 100644 --- a/dictionaries/da.dictionary.itop.core.php +++ b/dictionaries/da.dictionary.itop.core.php @@ -118,11 +118,18 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -134,13 +141,13 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Notifikation', 'Class:ActionNotification+' => '', 'Class:AsyncSendEmail' => 'Email (asynkron)', diff --git a/dictionaries/de.dictionary.itop.core.php b/dictionaries/de.dictionary.itop.core.php index 1b6c3dc0f..707267149 100644 --- a/dictionaries/de.dictionary.itop.core.php +++ b/dictionaries/de.dictionary.itop.core.php @@ -114,11 +114,18 @@ Dict::Add('DE DE', 'German', 'Deutsch', [ 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -130,13 +137,13 @@ Dict::Add('DE DE', 'German', 'Deutsch', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Benachrichtigung', 'Class:ActionNotification+' => 'Benachrichtigung (Kurzbeschreibung)', 'Class:AsyncSendEmail' => 'E-Mail (asynchron)', diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php index 1050edb4d..fa8bc0e03 100644 --- a/dictionaries/en.dictionary.itop.core.php +++ b/dictionaries/en.dictionary.itop.core.php @@ -557,6 +557,8 @@ Dict::Add('EN US', 'English', 'English', array( Dict::Add('EN US', 'English', 'English', array( 'Class:ActionNotification' => 'Notification Action', 'Class:ActionNotification+' => 'Notification Action (abstract)', + 'Class:ActionNotification/Attribute:language' => 'Language', + 'Class:ActionNotification/Attribute:language+' => '', )); // diff --git a/dictionaries/es_cr.dictionary.itop.core.php b/dictionaries/es_cr.dictionary.itop.core.php index e78edfd1c..177f455c0 100644 --- a/dictionaries/es_cr.dictionary.itop.core.php +++ b/dictionaries/es_cr.dictionary.itop.core.php @@ -114,11 +114,18 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [ 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -130,13 +137,13 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Notificación', 'Class:ActionNotification+' => 'Notificación (resúmen)', 'Class:AsyncSendEmail' => 'Correo Electrónico (asíncrono)', diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index 9d774a737..e1df384ed 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -160,6 +160,8 @@ En édition, cliquez sur la loupe pour obtenir des exemples pertinents.', 'Class:ActionNewsroom/Attribute:url+' => 'Si vide, l\'URL pointera vers l\'objet ayant déclenché la notification. Mais vous pouvez également spécifier une URL personnalisée.', 'Class:ActionNotification' => 'Action de notification', 'Class:ActionNotification+' => '', + 'Class:ActionNotification/Attribute:language' => 'Langue', + 'Class:ActionNotification/Attribute:language+' => '', 'Class:AsyncSendEmail' => 'Envoi d\'Email Asynchrone', 'Class:AsyncSendEmail/Attribute:body' => 'Message', 'Class:AsyncSendEmail/Attribute:header' => 'En-tête', @@ -931,6 +933,4 @@ Si l\'heure n\'est pas spécifiée, cela revient à 00:00:00 (minuit) 'Action:last_executions_tab_panel_title' => 'Exécutions de cette action (%1$s)', 'Action:last_executions_tab_limit_days' => '%1$s derniers jours', 'Action:last_executions_tab_limit_none' => 'depuis sa création', - 'Class:ActionNewsroom/Attribute:language' => 'Langue', - 'Class:ActionNewsroom/Attribute:language+' => '', ]); diff --git a/dictionaries/hu.dictionary.itop.core.php b/dictionaries/hu.dictionary.itop.core.php index 71b8d654b..2f2ff2771 100755 --- a/dictionaries/hu.dictionary.itop.core.php +++ b/dictionaries/hu.dictionary.itop.core.php @@ -113,11 +113,18 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -129,13 +136,13 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Értesítés', 'Class:ActionNotification+' => 'Értesítés (absztrakt)', 'Class:AsyncSendEmail' => 'Email (aszinkron)', diff --git a/dictionaries/it.dictionary.itop.core.php b/dictionaries/it.dictionary.itop.core.php index f476ecd58..61fe41aae 100644 --- a/dictionaries/it.dictionary.itop.core.php +++ b/dictionaries/it.dictionary.itop.core.php @@ -113,11 +113,18 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [ 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -129,13 +136,13 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Notifica', 'Class:ActionNotification+' => 'Notifica (sommario)', 'Class:AsyncSendEmail' => 'Email (asincrono)', diff --git a/dictionaries/ja.dictionary.itop.core.php b/dictionaries/ja.dictionary.itop.core.php index 778ed6fe7..d61cfd014 100644 --- a/dictionaries/ja.dictionary.itop.core.php +++ b/dictionaries/ja.dictionary.itop.core.php @@ -117,11 +117,18 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -133,13 +140,13 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => '通知', 'Class:ActionNotification+' => '通知(要約)', 'Class:AsyncSendEmail' => '電子メール (非同期)', diff --git a/dictionaries/nl.dictionary.itop.core.php b/dictionaries/nl.dictionary.itop.core.php index bbbaa226e..b2e869663 100644 --- a/dictionaries/nl.dictionary.itop.core.php +++ b/dictionaries/nl.dictionary.itop.core.php @@ -116,11 +116,18 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -132,13 +139,13 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Melding', 'Class:ActionNotification+' => 'Melding (abstract)', 'Class:AsyncSendEmail' => 'E-mail (niet synchroon)', diff --git a/dictionaries/pl.dictionary.itop.core.php b/dictionaries/pl.dictionary.itop.core.php index e55c416a4..53ab89f42 100644 --- a/dictionaries/pl.dictionary.itop.core.php +++ b/dictionaries/pl.dictionary.itop.core.php @@ -113,11 +113,18 @@ Dict::Add('PL PL', 'Polish', 'Polski', [ 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -129,13 +136,13 @@ Dict::Add('PL PL', 'Polish', 'Polski', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Powiadomienie', 'Class:ActionNotification+' => 'Powiadomienie (abstrakcja)', 'Class:AsyncSendEmail' => 'E-mail (asynchroniczny)', diff --git a/dictionaries/pt_br.dictionary.itop.core.php b/dictionaries/pt_br.dictionary.itop.core.php index f69ad2120..9ff64c8ef 100644 --- a/dictionaries/pt_br.dictionary.itop.core.php +++ b/dictionaries/pt_br.dictionary.itop.core.php @@ -113,11 +113,18 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -129,13 +136,13 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Notificação', 'Class:ActionNotification+' => 'Notificação (resumo)', 'Class:AsyncSendEmail' => 'E-mail (assíncrono)', diff --git a/dictionaries/ru.dictionary.itop.core.php b/dictionaries/ru.dictionary.itop.core.php index b85576695..1d5615c64 100644 --- a/dictionaries/ru.dictionary.itop.core.php +++ b/dictionaries/ru.dictionary.itop.core.php @@ -118,11 +118,18 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -134,13 +141,13 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Уведомление', 'Class:ActionNotification+' => '', 'Class:AsyncSendEmail' => 'Email (asynchronous)~~', diff --git a/dictionaries/sk.dictionary.itop.core.php b/dictionaries/sk.dictionary.itop.core.php index d479f4f7d..48720433c 100644 --- a/dictionaries/sk.dictionary.itop.core.php +++ b/dictionaries/sk.dictionary.itop.core.php @@ -77,7 +77,7 @@ While editing, click on the magnifier to get pertinent examples~~', 'Class:ActionEmail/Attribute:body+' => 'Contents of the email. Can contain placeholders like: - $this->attribute_code$ any attribute of the object triggering the notification, - $this->html(attribute_code)$ same as above but displayed in html format, -- $this->hyperlink()$ hyperlink in the console to the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, - $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, - $this->head_html(case_log_attribute)$ last reply in html format of a caselog attribute, - $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, @@ -129,11 +129,18 @@ While editing, click on the magnifier to get pertinent examples~~', 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -145,13 +152,13 @@ While editing, click on the magnifier to get pertinent examples~~', 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Upozornenie', 'Class:ActionNotification+' => 'Notification Action (abstract)~~', 'Class:AsyncSendEmail' => 'Email (asynchrónny)', diff --git a/dictionaries/tr.dictionary.itop.core.php b/dictionaries/tr.dictionary.itop.core.php index 32bbfab9d..cf4ccf858 100644 --- a/dictionaries/tr.dictionary.itop.core.php +++ b/dictionaries/tr.dictionary.itop.core.php @@ -118,11 +118,18 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom' => 'Notification by Newsroom~~', 'Class:ActionNewsroom+' => '~~', 'Class:ActionNewsroom/Attribute:icon' => 'Icon~~', - 'Class:ActionNewsroom/Attribute:icon+' => '~~', - 'Class:ActionNewsroom/Attribute:language' => 'Language~~', - 'Class:ActionNewsroom/Attribute:language+' => '~~', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => 'Message~~', - 'Class:ActionNewsroom/Attribute:message+' => '~~', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => 'Priority~~', 'Class:ActionNewsroom/Attribute:priority+' => '~~', 'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~', @@ -134,13 +141,13 @@ If omitted the From (label) is used.~~', 'Class:ActionNewsroom/Attribute:priority/Value:4' => 'Standard~~', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => 'Standard~~', 'Class:ActionNewsroom/Attribute:recipients' => 'Recipients~~', - 'Class:ActionNewsroom/Attribute:recipients+' => '~~', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => 'Title~~', - 'Class:ActionNewsroom/Attribute:title+' => '~~', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL~~', - 'Class:ActionNewsroom/Attribute:url+' => '~~', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => 'Bildirim', 'Class:ActionNotification+' => 'Bildirim (soyut)', 'Class:AsyncSendEmail' => 'E-posta (Asenkron)', diff --git a/dictionaries/zh_cn.dictionary.itop.core.php b/dictionaries/zh_cn.dictionary.itop.core.php index 279da6d13..b4a9b5851 100644 --- a/dictionaries/zh_cn.dictionary.itop.core.php +++ b/dictionaries/zh_cn.dictionary.itop.core.php @@ -129,11 +129,18 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Class:ActionNewsroom' => ITOP_APPLICATION_SHORT.'通知', 'Class:ActionNewsroom+' => '', 'Class:ActionNewsroom/Attribute:icon' => '图标', - 'Class:ActionNewsroom/Attribute:icon+' => '', - 'Class:ActionNewsroom/Attribute:language' => '语言', - 'Class:ActionNewsroom/Attribute:language+' => '', + 'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom. +- If filled, the custom icon will be used +- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used +- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used +- Otherwise, the application compact logo will be used~~', 'Class:ActionNewsroom/Attribute:message' => '信息', - 'Class:ActionNewsroom/Attribute:message+' => '', + 'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like: +- $this->attribute_code$ any attribute of the object triggering the notification, +- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification, +- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification, +- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute, +- $current_contact->attribute$ attribute of the Person who triggered the notification~~', 'Class:ActionNewsroom/Attribute:priority' => '优先级', 'Class:ActionNewsroom/Attribute:priority+' => '', 'Class:ActionNewsroom/Attribute:priority/Value:1' => '关键', @@ -145,13 +152,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [ 'Class:ActionNewsroom/Attribute:priority/Value:4' => '标准', 'Class:ActionNewsroom/Attribute:priority/Value:4+' => '标准', 'Class:ActionNewsroom/Attribute:recipients' => '收件人', - 'Class:ActionNewsroom/Attribute:recipients+' => '', + 'Class:ActionNewsroom/Attribute:recipients+' => 'An OQL query returning Contact objects~~', 'Class:ActionNewsroom/Attribute:test_recipient_id' => 'Test recipient~~', 'Class:ActionNewsroom/Attribute:test_recipient_id+' => 'Person used instead of Recipients when notification is being tested~~', 'Class:ActionNewsroom/Attribute:title' => '标题', - 'Class:ActionNewsroom/Attribute:title+' => '', + 'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~', 'Class:ActionNewsroom/Attribute:url' => 'URL', - 'Class:ActionNewsroom/Attribute:url+' => '', + 'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~', 'Class:ActionNotification' => '通知', 'Class:ActionNotification+' => '通知 (抽象)', 'Class:AsyncSendEmail' => '邮箱 (异步的)',