mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-07 06:18:20 +02:00
✅ Fix PHP code styles for Chinese dictionaries
This commit is contained in:
@@ -24,4 +24,4 @@
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'theme:fullmoon-high-contrast' => 'Fullmoon (高对比度)',
|
||||
]);
|
||||
]);
|
||||
|
||||
@@ -23,5 +23,5 @@
|
||||
*/
|
||||
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'theme:fullmoon-protanopia-deuteranopia' => 'Fullmoon (红绿色盲 & 绿色色盲)'
|
||||
'theme:fullmoon-protanopia-deuteranopia' => 'Fullmoon (红绿色盲 & 绿色色盲)',
|
||||
]);
|
||||
|
||||
@@ -26,7 +26,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
// $%3s : current tab name
|
||||
// $%4s : remote object class name
|
||||
// $%5s : remote object friendlyname
|
||||
|
||||
|
||||
'UI:Links:Object:New:Modal:Title' => '创建对象',
|
||||
|
||||
// Create
|
||||
|
||||
@@ -377,7 +377,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'Class:EventNotification/Attribute:action_id' => '操作',
|
||||
'Class:EventNotification/Attribute:action_id+' => '',
|
||||
'Class:EventNotification/Attribute:object_id' => '对象id',
|
||||
'Class:EventNotification/Attribute:object_id+' => '对象编号 (由触发器定义的类?)'
|
||||
'Class:EventNotification/Attribute:object_id+' => '对象编号 (由触发器定义的类?)',
|
||||
]);
|
||||
|
||||
//
|
||||
@@ -1304,5 +1304,5 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
|
||||
// addion translation for zh_cn
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'INTERNAL:JQuery-DatePicker:LangCode' => 'zh-CN'
|
||||
'INTERNAL:JQuery-DatePicker:LangCode' => 'zh-CN',
|
||||
]);
|
||||
|
||||
@@ -1594,7 +1594,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
||||
'UI:Search:Criteria:Raw:Filtered' => '已筛选',
|
||||
'UI:Search:Criteria:Raw:FilteredOn' => '基于 %1$s 筛选',
|
||||
|
||||
'UI:StateChanged' => '状态已改变'
|
||||
'UI:StateChanged' => '状态已改变',
|
||||
]);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user