Fix PHP code styles for Chinese dictionaries

This commit is contained in:
Molkobain
2026-08-06 16:33:31 +02:00
parent 64394099f7
commit f657308137
5 changed files with 6 additions and 6 deletions

View File

@@ -24,4 +24,4 @@
Dict::Add('ZH CN', 'Chinese', '简体中文', [
'theme:fullmoon-high-contrast' => 'Fullmoon (高对比度)',
]);
]);

View File

@@ -23,5 +23,5 @@
*/
Dict::Add('ZH CN', 'Chinese', '简体中文', [
'theme:fullmoon-protanopia-deuteranopia' => 'Fullmoon (红绿色盲 & 绿色色盲)'
'theme:fullmoon-protanopia-deuteranopia' => 'Fullmoon (红绿色盲 & 绿色色盲)',
]);

View File

@@ -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

View File

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

View File

@@ -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' => '状态已改变',
]);
//