N°7565 - Fix dictionaries counter-parts in other languages

This commit is contained in:
Molkobain
2024-07-04 18:10:47 +02:00
parent c411900efd
commit 22f2b5d0e5
16 changed files with 201 additions and 101 deletions

View File

@@ -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)',