-
Notifications
You must be signed in to change notification settings - Fork 1
/
zh_cn.dict.email-reply.php
29 lines (29 loc) · 1.29 KB
/
zh_cn.dict.email-reply.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Class:TriggerOnLogUpdate' => 'Trigger (when log is updated)~~',
'Class:TriggerOnLogUpdate+' => 'Trigger on a end-user\'s update in log~~',
'Class:TriggerOnLogUpdate/Attribute:target_log' => 'Log attribute code~~',
'Class:TriggerOnLogUpdate/Attribute:target_log+' => 'Identifies which log will be considered~~',
'UI-emry-attachment-label' => '<b>%1$s</b> - %2$s~~',
'UI-emry-attachment-label-with-timestamp' => '<b>%1$s</b> at %4$s - %2$s~~',
'UI-emry-attachment-label-with-uploadername' => '<b>%1$s</b> by %3$s - %2$s~~',
'UI-emry-attachment-label-with-uploadername-with-timestamp' => '<b>%1$s</b> by %3$s at %4$s - %2$s~~',
'UI-emry-attachments-to-be-sent' => 'The following attachments will be sent:~~',
'UI-emry-caselog-prompt' => 'Type your text here~~',
'UI-emry-enable' => 'Send the reply by email~~',
'UI-emry-enable:Short' => 'Notify~~',
'UI-emry-noattachment' => 'No attachment~~',
'UI-emry-select-attachments' => 'Select Attachments...~~',
'UI-emry-select-attachments-tooltip' => 'Click to select the attachments to be sent~~',
'UI-emry-select-attachments:Short' => 'Attachments~~',
]);