mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Automated dictionaries synchronization with english reference
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
*/
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'Action:WarningNoTriggerLinked' => '警告, 此动作没有关联任何触发器. 至少关联1个触发器才会启用.',
|
||||
'Action:last_executions_tab' => 'Last executions~~',
|
||||
'Action:last_executions_tab_limit_days' => 'past %1$s days~~',
|
||||
'Action:last_executions_tab_limit_none' => 'no limit~~',
|
||||
'Action:last_executions_tab_panel_title' => 'Executions of this action (%1$s)~~',
|
||||
'ActionEmail:content_placeholder_missing' => '标识符 "%1$s" 在HTML中不存在. 字段 "%2$s" 的内容将不会包含在生成的邮件中.',
|
||||
'ActionEmail:main' => '消息',
|
||||
'ActionEmail:preview_more_info' => '若需更多不同邮件客户端支持的CSS特性信息, 请参阅%1$s',
|
||||
@@ -21,6 +25,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'ActionEmail:trigger' => '触发器',
|
||||
'ActionNewsroom:content' => '内容',
|
||||
'ActionNewsroom:settings' => '设置',
|
||||
'ActionNewsroom:trigger' => 'Trigger~~',
|
||||
'Change:AttName_Changed' => '%1$s已修改',
|
||||
'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s已修改, 原值: %2$s',
|
||||
'Change:AttName_EntryAdded' => '%1$s已修改, 新增条目: %2$s',
|
||||
@@ -141,6 +146,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'Class:ActionNewsroom/Attribute:priority/Value:4+' => '标准',
|
||||
'Class:ActionNewsroom/Attribute:recipients' => '收件人',
|
||||
'Class:ActionNewsroom/Attribute:recipients+' => '',
|
||||
'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:url' => 'URL',
|
||||
@@ -539,6 +546,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'Class:Trigger/Attribute:description+' => '简短描述',
|
||||
'Class:Trigger/Attribute:finalclass' => '触发器类型',
|
||||
'Class:Trigger/Attribute:finalclass+' => '根本属性的名称',
|
||||
'Class:Trigger/Attribute:subscription_policy' => 'Subscription policy~~',
|
||||
'Class:Trigger/Attribute:subscription_policy+' => 'Allows users to unsubscribe from the trigger~~',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Allow complete unsubscription~~',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Deny unsubscription~~',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Force at least one channel (News or Email)~~',
|
||||
'Class:Trigger/ComplementaryName' => '%1$s, %2$s',
|
||||
'Class:TriggerOnAttributeBlobDownload' => '触发器 (对象文档下载时)',
|
||||
'Class:TriggerOnAttributeBlobDownload+' => '指定类型或子类型对象的文档下载时的触发器',
|
||||
@@ -810,6 +822,7 @@ Operators:<br/>
|
||||
'Core:ExplainWTC:StopWatch-TimeSpent' => '在 "%1$s" 上消耗的时间',
|
||||
'Core:FriendlyName-Description' => '全称',
|
||||
'Core:FriendlyName-Label' => '全称',
|
||||
'Core:Placeholder:CannotBeResolved' => '(%1$s : cannot be resolved)~~',
|
||||
'Core:SyncDataExchangeComment' => '(数据同步)',
|
||||
'Core:SyncDataSourceAccessRestriction' => '仅管理员或数据源中指定的用户可以执行此操作. 操作已取消.',
|
||||
'Core:SyncDataSourceObsolete' => '此数据源已标记为废弃. 操作已取消.',
|
||||
@@ -901,17 +914,4 @@ Operators:<br/>
|
||||
'TitleSynchroExecution' => '执行的同步',
|
||||
'TriggerOnObject:WrongFilterClass' => '筛选查询返回的对象必须是类型 "%1$s"',
|
||||
'TriggerOnObject:WrongFilterQuery' => '错误的筛选查询: %1$s',
|
||||
'Core:Placeholder:CannotBeResolved' => '(%1$s : cannot be resolved)~~',
|
||||
'Action:last_executions_tab' => 'Last executions~~',
|
||||
'Action:last_executions_tab_panel_title' => 'Executions of this action (%1$s)~~',
|
||||
'Action:last_executions_tab_limit_days' => 'past %1$s days~~',
|
||||
'Action:last_executions_tab_limit_none' => 'no limit~~',
|
||||
'ActionNewsroom:trigger' => 'Trigger~~',
|
||||
'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:Trigger/Attribute:subscription_policy' => 'Subscription policy~~',
|
||||
'Class:Trigger/Attribute:subscription_policy+' => 'Allows users to unsubscribe from the trigger~~',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Allow complete unsubscription~~',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Force at least one channel (News or Email)~~',
|
||||
'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Deny unsubscription~~',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user