improved Chinese translation (#302)

1. words refine
2. remove unwanted blank
3. punctuation related issue

Co-Authored-By: Devin <bdejin@hotmail.com>
This commit is contained in:
Purple Grape
2022-06-28 18:34:21 +08:00
committed by GitHub
parent bf01be6f19
commit 0c14423213
32 changed files with 449 additions and 449 deletions

View File

@@ -40,20 +40,20 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserLocal/Attribute:password+' => '用于验证用户身份的字符串',
'Class:UserLocal/Attribute:expiration' => '密码过期',
'Class:UserLocal/Attribute:expiration+' => '密码过期状态 (需要一个扩展才能生效)',
'Class:UserLocal/Attribute:expiration+' => '密码过期状态(需要一个扩展才能生效)',
'Class:UserLocal/Attribute:expiration/Value:can_expire' => '允许过期',
'Class:UserLocal/Attribute:expiration/Value:can_expire+' => '',
'Class:UserLocal/Attribute:expiration/Value:never_expire' => '永不过期',
'Class:UserLocal/Attribute:expiration/Value:never_expire+' => '',
'Class:UserLocal/Attribute:expiration/Value:force_expire' => '已过期',
'Class:UserLocal/Attribute:expiration/Value:force_expire+' => '',
'Class:UserLocal/Attribute:expiration/Value:otp_expire' => 'One-time Password~~',
'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => 'Password cannot be changed by the user.~~',
'Class:UserLocal/Attribute:expiration/Value:otp_expire' => '一次性密码',
'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => '用户不允许修改密码.',
'Class:UserLocal/Attribute:password_renewed_date' => '密码更新',
'Class:UserLocal/Attribute:password_renewed_date+' => '上次修改密码的时间',
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => '密码必须至少8 个字符,包含大小写数字和特殊字符.',
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => '密码必须至少8个字符,包含大小写,数字和特殊字符.',
'UserLocal:password:expiration' => '下面的区域需要插件扩展',
'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => 'Setting password expiration to "One-time password" is not allowed for your own User~~',
'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => '不允许用户为自己设置"一次性密码"的失效期限',
));

View File

@@ -23,23 +23,23 @@
// Database inconsistencies
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Dictionary entries go here
'Menu:DBToolsMenu' => 'DB 工具',
'DBTools:Class' => 'Class~~',
'Menu:DBToolsMenu' => '数据库工具',
'DBTools:Class' => '',
'DBTools:Title' => '数据库维护工具',
'DBTools:ErrorsFound' => '发现错误',
'DBTools:Indication' => 'Important: after fixing errors in the database you\'ll have to run the analysis again as new inconsistencies will be generated~~',
'DBTools:Disclaimer' => 'DISCLAIMER: BACKUP YOUR DATABASE BEFORE RUNNING THE FIXES~~',
'DBTools:Indication' => '重要: 修复数据库错误后,可能会出现新的不一致,您必须重新运行一次分析.',
'DBTools:Disclaimer' => '免责申明: 在应用修复之前,应先备份数据库',
'DBTools:Error' => '错误',
'DBTools:Count' => '个数',
'DBTools:SQLquery' => 'SQL 查询',
'DBTools:FixitSQLquery' => 'SQL query To Fix it (indication)~~',
'DBTools:SQLresult' => 'SQL 结果',
'DBTools:NoError' => '数据库OK ',
'DBTools:NoError' => '数据库正确',
'DBTools:HideIds' => '错误列表',
'DBTools:ShowIds' => '详细视图',
'DBTools:ShowReport' => '报告',
'DBTools:IntegrityCheck' => '完整性检查',
'DBTools:FetchCheck' => 'Fetch Check (long)~~',
'DBTools:FetchCheck' => '提取检查(耗时长)',
'DBTools:SelectAnalysisType' => '请选择分析类型',
'DBTools:Analyze' => '分析',
@@ -47,17 +47,17 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'DBTools:ShowAll' => '显示所有错误',
'DBTools:Inconsistencies' => '数据库不一致',
'DBTools:DetailedErrorTitle' => '%2$s error(s) in class %1$s: %3$s~~',
'DBTools:DetailedErrorTitle' => '%2$s 个错误在类 %1$s: %3$s',
'DBAnalyzer-Integrity-OrphanRecord' => 'Orphan record in `%1$s`, it should have its counterpart in table `%2$s`~~',
'DBAnalyzer-Integrity-InvalidExtKey' => '无效的外键 %1$s (列: `%2$s.%3$s`)',
'DBAnalyzer-Integrity-MissingExtKey' => '外键丢失 %1$s (列: `%2$s.%3$s`)',
'DBAnalyzer-Integrity-InvalidValue' => '无效的值 %1$s (列: `%2$s.%3$s`)',
'DBAnalyzer-Integrity-UsersWithoutProfile' => 'Some user accounts have no profile at all~~',
'DBAnalyzer-Integrity-HKInvalid' => 'Broken hierarchical key `%1$s`~~',
'DBAnalyzer-Integrity-UsersWithoutProfile' => '一些用户账号没有角色',
'DBAnalyzer-Integrity-HKInvalid' => '损坏的层级链 `%1$s`',
'DBAnalyzer-Fetch-Count-Error' => 'Fetch count error in `%1$s`, %2$d entries fetched / %3$d counted~~',
'DBAnalyzer-Integrity-FinalClass' => 'Field `%2$s`.`%1$s` must have the same value than `%3$s`.`%1$s`~~',
'DBAnalyzer-Integrity-RootFinalClass' => 'Field `%2$s`.`%1$s` must contains a valid class~~',
'DBAnalyzer-Integrity-FinalClass' => '字段 `%2$s`.`%1$s` 必须是相同的值,而不是 `%3$s`.`%1$s`',
'DBAnalyzer-Integrity-RootFinalClass' => '字段 `%2$s`.`%1$s` 必须包含一个有效的类',
));
// Database Info
@@ -70,11 +70,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Lost attachments
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'DBTools:LostAttachments' => '缺失附件',
'DBTools:LostAttachments:Disclaimer' => 'Here you can search your database for lost or misplaced attachments. This is NOT a data recovery tool, is does not retrieve deleted data.~~',
'DBTools:LostAttachments:Disclaimer' => '可以在此搜索数据库中丢失或错放的附件.这不是数据恢复工具,其无法恢复已删除的数据.',
'DBTools:LostAttachments:Button:Analyze' => '分析',
'DBTools:LostAttachments:Button:Restore' => '还原',
'DBTools:LostAttachments:Button:Restore:Confirm' => '操作无法回退, 请确认是否继续还原.',
'DBTools:LostAttachments:Button:Restore:Confirm' => '操作无法回退, 请确认是否继续还原.',
'DBTools:LostAttachments:Button:Busy' => '请稍后...',
'DBTools:LostAttachments:Step:Analyze' => '首先, 通过分析数据库来搜索丢失或误挪动的附件.',
@@ -89,6 +89,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'DBTools:LostAttachments:Step:RestoreResults' => '还原结果:',
'DBTools:LostAttachments:Step:RestoreResults:Results' => '%1$d/%2$d 的附件被还原.',
'DBTools:LostAttachments:StoredAsInlineImage' => 'Stored as inline image~~',
'DBTools:LostAttachments:History' => '附件 "%1$s" restored with DB 工具~~'
'DBTools:LostAttachments:StoredAsInlineImage' => '存储为内嵌图像',
'DBTools:LostAttachments:History' => '附件 "%1$s" 已使用数据库工具还原'
));

View File

@@ -29,9 +29,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Attachment:Max_Mo' => '(最大文件尺寸: %1$s MB)',
'Attachment:Max_Ko' => '(最大文件尺寸: %1$s KB)',
'Attachments:NoAttachment' => '没有附件. ',
'Attachments:PreviewNotAvailable' => '附件类型不支持预览.',
'Attachments:PreviewNotAvailable' => '附件类型不支持预览.',
'Attachments:Error:FileTooLarge' => '上传的文件过大. %1$s',
'Attachments:Error:UploadedFileEmpty' => '收到的文件为空无法添加. 可能是因为您发送的是空文件,或者咨询 '.ITOP_APPLICATION_SHORT.' 管理员服务器磁盘是否已满. ',
'Attachments:Error:UploadedFileEmpty' => '收到的文件为空,无法添加. 可能是因为您发送的是空文件,或者咨询 '.ITOP_APPLICATION_SHORT.' 管理员服务器磁盘是否已满. ',
'Attachments:Render:Icons' => '显示为图标',
'Attachments:Render:Table' => '显示为列表',
'UI:Attachments:DropYourFileHint' => '将文件拖放到此区域的任意位置',
@@ -48,11 +48,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Attachment/Attribute:expire+' => '~~',
'Class:Attachment/Attribute:temp_id' => '临时id',
'Class:Attachment/Attribute:temp_id+' => '~~',
'Class:Attachment/Attribute:item_class' => 'Item class~~',
'Class:Attachment/Attribute:item_class' => '项目类',
'Class:Attachment/Attribute:item_class+' => '~~',
'Class:Attachment/Attribute:item_id' => '项目',
'Class:Attachment/Attribute:item_id+' => '~~',
'Class:Attachment/Attribute:item_org_id' => 'Item 组织~~',
'Class:Attachment/Attribute:item_org_id' => '项目组织',
'Class:Attachment/Attribute:item_org_id+' => '',
'Class:Attachment/Attribute:contents' => '内容',
'Class:Attachment/Attribute:contents+' => '',
@@ -74,8 +74,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Attachment/Attribute:creation_date' => '创建日期',
'Class:Attachment/Attribute:creation_date+' => '~~',
'Class:Attachment/Attribute:user_id' => '用户 id',
'Class:Attachment/Attribute:user_id' => '用户id',
'Class:Attachment/Attribute:user_id+' => '~~',
'Class:Attachment/Attribute:contact_id' => '联系人 id',
'Class:Attachment/Attribute:contact_id' => '联系人id',
'Class:Attachment/Attribute:contact_id+' => '~~',
));

View File

@@ -28,14 +28,14 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:BackupStatus' => '定时备份',
'bkp-status-title' => '定时备份',
'bkp-status-checks' => '设置与检查',
'bkp-mysqldump-ok' => '已找到 mysqldump : %1$s',
'bkp-mysqldump-ok' => '已找到mysqldump : %1$s',
'bkp-mysqldump-notfound' => 'mysqldump 找不到: %1$s - 请确认它安装在正确的路径, 或者调整'.ITOP_APPLICATION_SHORT.' 配置文件的选项mysql_bindir.',
'bkp-mysqldump-issue' => 'mysqldump 无法运行 (retcode=%1$d): 请确认它安装在正确的路径, 或者调整'.ITOP_APPLICATION_SHORT.' 配置文件的选项mysql_bindir',
'bkp-missing-dir' => '目标目录 <code>%1$s</code> 找不到',
'bkp-free-disk-space' => '<b>%1$s 空闲</b> <code>%2$s</code>',
'bkp-free-disk-space' => '<b>%1$s 可用空间 </b> 位于 <code>%2$s</code>',
'bkp-dir-not-writeable' => '%1$s 没有写入权限',
'bkp-wrong-format-spec' => '当前文件名格式错误 (%1$s). 默认格式应该是: %2$s',
'bkp-name-sample' => '备份文件将以数据库名日期和时间进行命名. 例如: %1$s',
'bkp-name-sample' => '备份文件将以数据库名,日期和时间进行命名. 例如: %1$s',
'bkp-week-days' => '在每个 <b> %1$s 的 %2$s</b> 进行备份',
'bkp-retention' => '最多 <b>%1$d 份备份文件 </b> 在目标目录.',
'bkp-next-to-delete' => '当下一次备份时将被删除 (see the setting "retention_count")',
@@ -49,7 +49,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'bkp-status-backups-manual' => '手动备份',
'bkp-status-backups-none' => '尚未开始备份',
'bkp-next-backup' => '下一次备份将发生在 <b>%1$s</b> (%2$s) 的 %3$s',
'bkp-next-backup-unknown' => 'The next backup is <b>not scheduled</b> yet.~~',
'bkp-next-backup-unknown' => '下一次备份<b>尚未被计划</b>.',
'bkp-button-backup-now' => '立即备份!',
'bkp-button-restore-now' => '还原!',
'bkp-confirm-backup' => '请确认是否立即开始备份.',

View File

@@ -91,9 +91,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:FunctionalCI/Attribute:providercontracts_list' => '供应商合同',
'Class:FunctionalCI/Attribute:providercontracts_list+' => '配置项的所有供应商合同',
'Class:FunctionalCI/Attribute:providercontracts_list+' => '配置项的所有供应商合同',
'Class:FunctionalCI/Attribute:services_list' => '服务',
'Class:FunctionalCI/Attribute:services_list+' => '配置项影响的所有服务',
'Class:FunctionalCI/Attribute:services_list+' => '配置项影响的所有服务',
'Class:FunctionalCI/Attribute:tickets_list' => '工单',
'Class:FunctionalCI/Attribute:tickets_list+' => '配置项包含的所有工单',
'Class:FunctionalCI/Attribute:tickets_list+' => '配置项包含的所有工单',
));

View File

@@ -125,13 +125,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Change/Attribute:parent_name' => '变更编号',
'Class:Change/Attribute:parent_name+' => '',
'Class:Change/Attribute:related_request_list' => '相关需求',
'Class:Change/Attribute:related_request_list+' => '变更相关的所有用户需求',
'Class:Change/Attribute:related_request_list+' => '变更相关的所有用户需求',
'Class:Change/Attribute:related_problems_list' => '相关问题',
'Class:Change/Attribute:related_problems_list+' => '变更相关的所有问题',
'Class:Change/Attribute:related_problems_list+' => '变更相关的所有问题',
'Class:Change/Attribute:related_incident_list' => '相关事件',
'Class:Change/Attribute:related_incident_list+' => '变更相关的所有事件',
'Class:Change/Attribute:related_incident_list+' => '变更相关的所有事件',
'Class:Change/Attribute:child_changes_list' => '子变更',
'Class:Change/Attribute:child_changes_list+' => '变更相关的字变更',
'Class:Change/Attribute:child_changes_list+' => '变更相关的字变更',
'Class:Change/Attribute:parent_id_friendlyname' => '父级变更昵称',
'Class:Change/Attribute:parent_id_friendlyname+' => '',
'Class:Change/Attribute:parent_id_finalclass_recall' => '变更类型',

View File

@@ -109,13 +109,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Change/Attribute:fallback_plan' => '回滚计划',
'Class:Change/Attribute:fallback_plan+' => '',
'Class:Change/Attribute:related_request_list' => '相关需求',
'Class:Change/Attribute:related_request_list+' => '变更相关的所有用户需求',
'Class:Change/Attribute:related_request_list+' => '变更相关的所有用户需求',
'Class:Change/Attribute:related_incident_list' => '相关事件',
'Class:Change/Attribute:related_incident_list+' => '变更相关的所有事件',
'Class:Change/Attribute:related_incident_list+' => '变更相关的所有事件',
'Class:Change/Attribute:related_problems_list' => '相关问题',
'Class:Change/Attribute:related_problems_list+' => '变更相关的所有问题',
'Class:Change/Attribute:related_problems_list+' => '变更相关的所有问题',
'Class:Change/Attribute:child_changes_list' => '子变更',
'Class:Change/Attribute:child_changes_list+' => '变更相关的所有子变更',
'Class:Change/Attribute:child_changes_list+' => '变更相关的所有子变更',
'Class:Change/Attribute:parent_id_friendlyname' => '父级变更昵称',
'Class:Change/Attribute:parent_id_friendlyname+' => '',
'Class:Change/Stimulus:ev_assign' => '分配',

View File

@@ -29,12 +29,12 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Relation:impacts/DownStream' => '影响...',
'Relation:impacts/DownStream+' => '被影响的元素',
'Relation:impacts/UpStream' => '依赖于...',
'Relation:impacts/UpStream+' => '元素依赖的元素...',
'Relation:impacts/UpStream+' => '元素依赖的元素...',
// Legacy entries
'Relation:depends on/Description' => '元素依赖的元素...',
'Relation:depends on/Description' => '元素依赖的元素...',
'Relation:depends on/DownStream' => '依赖于...',
'Relation:depends on/UpStream' => '影响...',
'Relation:impacts/LoadData' => 'Load data~~',
'Relation:impacts/LoadData' => '加载数据',
'Relation:impacts/NoFilteredData' => 'please select objects in Graphical view tag~~',
));
@@ -81,7 +81,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkContactToFunctionalCI' => '链接 联系人 / 功能项',
'Class:lnkContactToFunctionalCI' => '关联 联系人/功能项',
'Class:lnkContactToFunctionalCI+' => '',
'Class:lnkContactToFunctionalCI/Attribute:functionalci_id' => '功能项',
'Class:lnkContactToFunctionalCI/Attribute:functionalci_id+' => '',
@@ -119,13 +119,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:FunctionalCI/Attribute:move2production' => '投产日期',
'Class:FunctionalCI/Attribute:move2production+' => '',
'Class:FunctionalCI/Attribute:contacts_list' => '联系人',
'Class:FunctionalCI/Attribute:contacts_list+' => '配置项的所有联系人',
'Class:FunctionalCI/Attribute:contacts_list+' => '配置项的所有联系人',
'Class:FunctionalCI/Attribute:documents_list' => '文档',
'Class:FunctionalCI/Attribute:documents_list+' => '配置项关联的所有文档',
'Class:FunctionalCI/Attribute:documents_list+' => '配置项关联的所有文档',
'Class:FunctionalCI/Attribute:applicationsolution_list' => '应用方案',
'Class:FunctionalCI/Attribute:applicationsolution_list+' => '配置项依赖的所有应用方案',
'Class:FunctionalCI/Attribute:applicationsolution_list+' => '配置项依赖的所有应用方案',
'Class:FunctionalCI/Attribute:softwares_list' => '软件',
'Class:FunctionalCI/Attribute:softwares_list+' => '配置项上已安装的所有软件',
'Class:FunctionalCI/Attribute:softwares_list+' => '配置项上已安装的所有软件',
'Class:FunctionalCI/Attribute:finalclass' => '二级配置项',
'Class:FunctionalCI/Attribute:finalclass+' => 'Name of the final class',
'Class:FunctionalCI/Tab:OpenedTickets' => '活跃的工单',
@@ -180,9 +180,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Rack/Attribute:nb_u' => '机柜高度',
'Class:Rack/Attribute:nb_u+' => '',
'Class:Rack/Attribute:device_list' => '设备',
'Class:Rack/Attribute:device_list+' => '机柜托管的所有物理设备',
'Class:Rack/Attribute:device_list+' => '机柜托管的所有物理设备',
'Class:Rack/Attribute:enclosure_list' => '机位',
'Class:Rack/Attribute:enclosure_list+' => '机柜上的所有机位',
'Class:Rack/Attribute:enclosure_list+' => '机柜上的所有机位',
));
//
@@ -190,7 +190,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:TelephonyCI' => 'Telephony CI',
'Class:TelephonyCI' => '电讯配置项',
'Class:TelephonyCI+' => '',
'Class:TelephonyCI/Attribute:phonenumber' => '电话号码',
'Class:TelephonyCI/Attribute:phonenumber+' => '',
@@ -270,20 +270,20 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:DatacenterDevice/Attribute:managementip+' => '',
'Class:DatacenterDevice/Attribute:powerA_id' => '电源A',
'Class:DatacenterDevice/Attribute:powerA_id+' => '',
'Class:DatacenterDevice/Attribute:powerA_name' => 'PowerA source name',
'Class:DatacenterDevice/Attribute:powerA_name' => '电源A名称',
'Class:DatacenterDevice/Attribute:powerA_name+' => '',
'Class:DatacenterDevice/Attribute:powerB_id' => '电源B',
'Class:DatacenterDevice/Attribute:powerB_id+' => '',
'Class:DatacenterDevice/Attribute:powerB_name' => 'PowerB source name',
'Class:DatacenterDevice/Attribute:powerB_name' => '电源B名称',
'Class:DatacenterDevice/Attribute:powerB_name+' => '',
'Class:DatacenterDevice/Attribute:fiberinterfacelist_list' => '光纤端口',
'Class:DatacenterDevice/Attribute:fiberinterfacelist_list+' => '设备的所有光纤端口',
'Class:DatacenterDevice/Attribute:fiberinterfacelist_list+' => '设备的所有光纤端口',
'Class:DatacenterDevice/Attribute:san_list' => 'SANs',
'Class:DatacenterDevice/Attribute:san_list+' => '所有连接到这台设备的SAN 交换机',
'Class:DatacenterDevice/Attribute:san_list+' => '所有连接到这台设备的SAN交换机',
'Class:DatacenterDevice/Attribute:redundancy' => '冗余',
'Class:DatacenterDevice/Attribute:redundancy/count' => '设备运行正常至少需要一路电源 (A 或 B)',
'Class:DatacenterDevice/Attribute:redundancy/count' => '设备运行正常至少需要一路电源 (A 或 B)',
// Unused yet
'Class:DatacenterDevice/Attribute:redundancy/disabled' => '所有电源正常,设备才正常',
'Class:DatacenterDevice/Attribute:redundancy/disabled' => '所有电源正常,设备才正常',
'Class:DatacenterDevice/Attribute:redundancy/percent' => '至少 %1$s %% 路电源正常,设备才正常',
));
@@ -299,10 +299,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:NetworkDevice/Attribute:networkdevicetype_name' => '网络设备类型名称',
'Class:NetworkDevice/Attribute:networkdevicetype_name+' => '',
'Class:NetworkDevice/Attribute:connectablecis_list' => '设备',
'Class:NetworkDevice/Attribute:connectablecis_list+' => '连接到网络设备的所有设备',
'Class:NetworkDevice/Attribute:iosversion_id' => 'IOS 版本',
'Class:NetworkDevice/Attribute:connectablecis_list+' => '连接到网络设备的所有设备',
'Class:NetworkDevice/Attribute:iosversion_id' => 'IOS版本',
'Class:NetworkDevice/Attribute:iosversion_id+' => '',
'Class:NetworkDevice/Attribute:iosversion_name' => 'IOS 版本名称',
'Class:NetworkDevice/Attribute:iosversion_name' => 'IOS版本名称',
'Class:NetworkDevice/Attribute:iosversion_name+' => '',
'Class:NetworkDevice/Attribute:ram' => '内存',
'Class:NetworkDevice/Attribute:ram+' => '',
@@ -332,7 +332,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Server/Attribute:ram' => '内存',
'Class:Server/Attribute:ram+' => '',
'Class:Server/Attribute:logicalvolumes_list' => '逻辑卷',
'Class:Server/Attribute:logicalvolumes_list+' => '连接到服务器的所有逻辑卷',
'Class:Server/Attribute:logicalvolumes_list+' => '连接到服务器的所有逻辑卷',
));
//
@@ -343,7 +343,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:StorageSystem' => '存储系统',
'Class:StorageSystem+' => '',
'Class:StorageSystem/Attribute:logicalvolume_list' => '逻辑卷',
'Class:StorageSystem/Attribute:logicalvolume_list+' => '存储系统包含的所有逻辑卷',
'Class:StorageSystem/Attribute:logicalvolume_list+' => '存储系统包含的所有逻辑卷',
));
//
@@ -351,10 +351,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:SANSwitch' => 'SAN 交换机',
'Class:SANSwitch' => 'SAN交换机',
'Class:SANSwitch+' => '',
'Class:SANSwitch/Attribute:datacenterdevice_list' => '设备',
'Class:SANSwitch/Attribute:datacenterdevice_list+' => '连接到SAN 交换机的所有设备',
'Class:SANSwitch/Attribute:datacenterdevice_list+' => '连接到SAN交换机的所有设备',
));
//
@@ -365,7 +365,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:TapeLibrary' => '磁带库',
'Class:TapeLibrary+' => '',
'Class:TapeLibrary/Attribute:tapes_list' => '磁带',
'Class:TapeLibrary/Attribute:tapes_list+' => '磁带库里的所有磁带',
'Class:TapeLibrary/Attribute:tapes_list+' => '磁带库里的所有磁带',
));
//
@@ -376,7 +376,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:NAS' => 'NAS',
'Class:NAS+' => '',
'Class:NAS/Attribute:nasfilesystem_list' => '文件系统',
'Class:NAS/Attribute:nasfilesystem_list+' => 'NAS 里的所有文件系统',
'Class:NAS/Attribute:nasfilesystem_list+' => 'NAS里的所有文件系统',
));
//
@@ -432,7 +432,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:PowerSource' => '电源',
'Class:PowerSource+' => '',
'Class:PowerSource/Attribute:pdus_list' => 'PDU',
'Class:PowerSource/Attribute:pdus_list+' => '使用电源的所有PDU',
'Class:PowerSource/Attribute:pdus_list+' => '使用电源的所有PDU',
));
//
@@ -475,7 +475,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Enclosure/Attribute:nb_u' => '高度',
'Class:Enclosure/Attribute:nb_u+' => '',
'Class:Enclosure/Attribute:device_list' => '设备',
'Class:Enclosure/Attribute:device_list+' => '机位的所有设备',
'Class:Enclosure/Attribute:device_list+' => '机位的所有设备',
));
//
@@ -486,9 +486,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:ApplicationSolution' => '应用方案',
'Class:ApplicationSolution+' => '',
'Class:ApplicationSolution/Attribute:functionalcis_list' => '配置项',
'Class:ApplicationSolution/Attribute:functionalcis_list+' => '应用方案包含的所有配置项',
'Class:ApplicationSolution/Attribute:functionalcis_list+' => '应用方案包含的所有配置项',
'Class:ApplicationSolution/Attribute:businessprocess_list' => '业务流程',
'Class:ApplicationSolution/Attribute:businessprocess_list+' => '所有依赖应用方案的业务流程',
'Class:ApplicationSolution/Attribute:businessprocess_list+' => '所有依赖应用方案的业务流程',
'Class:ApplicationSolution/Attribute:status' => '状态',
'Class:ApplicationSolution/Attribute:status+' => '',
'Class:ApplicationSolution/Attribute:status/Value:active' => '启用',
@@ -496,9 +496,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:ApplicationSolution/Attribute:status/Value:inactive' => '停用',
'Class:ApplicationSolution/Attribute:status/Value:inactive+' => '停用',
'Class:ApplicationSolution/Attribute:redundancy' => '影响分析: 冗余配置',
'Class:ApplicationSolution/Attribute:redundancy/disabled' => 'The solution is up if all CIs are up',
'Class:ApplicationSolution/Attribute:redundancy/count' => 'The solution is up if at least %1$s CI(s) is(are) up',
'Class:ApplicationSolution/Attribute:redundancy/percent' => 'The solution is up if at least %1$s %% of the CIs are up',
'Class:ApplicationSolution/Attribute:redundancy/disabled' => '所有配置项正常,此应用方案才正常',
'Class:ApplicationSolution/Attribute:redundancy/count' => '至少 %1$s 个配置项正常时此应用方案才正常',
'Class:ApplicationSolution/Attribute:redundancy/percent' => '至少 %1$s %% 的配置项正常,此应用方案才正常',
));
//
@@ -509,7 +509,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:BusinessProcess' => '业务流程',
'Class:BusinessProcess+' => '',
'Class:BusinessProcess/Attribute:applicationsolutions_list' => '应用方案',
'Class:BusinessProcess/Attribute:applicationsolutions_list+' => '所有影响业务流程的应用方案',
'Class:BusinessProcess/Attribute:applicationsolutions_list+' => '所有影响业务流程的应用方案',
'Class:BusinessProcess/Attribute:status' => '状态',
'Class:BusinessProcess/Attribute:status+' => '',
'Class:BusinessProcess/Attribute:status/Value:active' => '启用',
@@ -555,7 +555,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Middleware' => '中间件',
'Class:Middleware+' => '',
'Class:Middleware/Attribute:middlewareinstance_list' => '中间件实例',
'Class:Middleware/Attribute:middlewareinstance_list+' => '中间件的所有实例',
'Class:Middleware/Attribute:middlewareinstance_list+' => '中间件的所有实例',
));
//
@@ -566,7 +566,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:DBServer' => '数据库服务器',
'Class:DBServer+' => '',
'Class:DBServer/Attribute:dbschema_list' => '数据库',
'Class:DBServer/Attribute:dbschema_list+' => '数据库服务器上的所有数据库架构',
'Class:DBServer/Attribute:dbschema_list+' => '数据库服务器上的所有数据库架构',
));
//
@@ -577,7 +577,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:WebServer' => 'Web 服务器',
'Class:WebServer+' => '',
'Class:WebServer/Attribute:webapp_list' => 'Web 应用',
'Class:WebServer/Attribute:webapp_list+' => 'web 服务器上的所有web 应用',
'Class:WebServer/Attribute:webapp_list+' => 'web 服务器上的所有web 应用',
));
//
@@ -658,7 +658,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:VirtualDevice/Attribute:status/Value:stock' => '库存',
'Class:VirtualDevice/Attribute:status/Value:stock+' => '库存',
'Class:VirtualDevice/Attribute:logicalvolumes_list' => '逻辑卷',
'Class:VirtualDevice/Attribute:logicalvolumes_list+' => '设备使用的所有逻辑卷',
'Class:VirtualDevice/Attribute:logicalvolumes_list+' => '设备使用的所有逻辑卷',
));
//
@@ -669,7 +669,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:VirtualHost' => '宿主机',
'Class:VirtualHost+' => '',
'Class:VirtualHost/Attribute:virtualmachine_list' => '虚拟机',
'Class:VirtualHost/Attribute:virtualmachine_list+' => '宿主机托管的所有虚拟机',
'Class:VirtualHost/Attribute:virtualmachine_list+' => '宿主机托管的所有虚拟机',
));
//
@@ -759,9 +759,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:LogicalVolume/Attribute:storagesystem_name' => '名称',
'Class:LogicalVolume/Attribute:storagesystem_name+' => '',
'Class:LogicalVolume/Attribute:servers_list' => '服务器',
'Class:LogicalVolume/Attribute:servers_list+' => '使用逻辑卷的服务器',
'Class:LogicalVolume/Attribute:servers_list+' => '使用逻辑卷的服务器',
'Class:LogicalVolume/Attribute:virtualdevices_list' => '虚拟设备',
'Class:LogicalVolume/Attribute:virtualdevices_list+' => '使用逻辑卷的所有虚拟设备',
'Class:LogicalVolume/Attribute:virtualdevices_list+' => '使用逻辑卷的所有虚拟设备',
));
//
@@ -769,7 +769,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkServerToVolume' => '链接 服务器 / 逻辑卷',
'Class:lnkServerToVolume' => '关联 服务器/逻辑卷',
'Class:lnkServerToVolume+' => '',
'Class:lnkServerToVolume/Attribute:volume_id' => '逻辑卷',
'Class:lnkServerToVolume/Attribute:volume_id+' => '',
@@ -788,7 +788,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkVirtualDeviceToVolume' => '链接 虚拟设备 / 逻辑卷',
'Class:lnkVirtualDeviceToVolume' => '关联 虚拟设备/逻辑卷',
'Class:lnkVirtualDeviceToVolume+' => '',
'Class:lnkVirtualDeviceToVolume/Attribute:volume_id' => '逻辑卷',
'Class:lnkVirtualDeviceToVolume/Attribute:volume_id+' => '',
@@ -807,7 +807,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkSanToDatacenterDevice' => '链接 SAN / 数据中心设备',
'Class:lnkSanToDatacenterDevice' => '关联 SAN/数据中心设备',
'Class:lnkSanToDatacenterDevice+' => '',
'Class:lnkSanToDatacenterDevice/Attribute:san_id' => 'SAN 交换机',
'Class:lnkSanToDatacenterDevice/Attribute:san_id+' => '',
@@ -877,7 +877,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Software/Attribute:version' => '版本',
'Class:Software/Attribute:version+' => '',
'Class:Software/Attribute:documents_list' => '文档',
'Class:Software/Attribute:documents_list+' => '软件的所有文档',
'Class:Software/Attribute:documents_list+' => '软件的所有文档',
'Class:Software/Attribute:type' => '类型',
'Class:Software/Attribute:type+' => '',
'Class:Software/Attribute:type/Value:DBServer' => '数据库服务器',
@@ -891,11 +891,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Software/Attribute:type/Value:WebServer' => 'Web 服务器',
'Class:Software/Attribute:type/Value:WebServer+' => 'Web 服务器',
'Class:Software/Attribute:softwareinstance_list' => '软件实例',
'Class:Software/Attribute:softwareinstance_list+' => '软件的所有实例',
'Class:Software/Attribute:softwareinstance_list+' => '软件的所有实例',
'Class:Software/Attribute:softwarepatch_list' => '软件补丁',
'Class:Software/Attribute:softwarepatch_list+' => '软件的所有补丁',
'Class:Software/Attribute:softwarepatch_list+' => '软件的所有补丁',
'Class:Software/Attribute:softwarelicence_list' => '软件许可证',
'Class:Software/Attribute:softwarelicence_list+' => '软件的所有许可证',
'Class:Software/Attribute:softwarelicence_list+' => '软件的所有许可证',
));
//
@@ -908,7 +908,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Patch/Attribute:name' => '名称',
'Class:Patch/Attribute:name+' => '',
'Class:Patch/Attribute:documents_list' => '文档',
'Class:Patch/Attribute:documents_list+' => '补丁关联的所有文档',
'Class:Patch/Attribute:documents_list+' => '补丁关联的所有文档',
'Class:Patch/Attribute:description' => '描述',
'Class:Patch/Attribute:description+' => '',
'Class:Patch/Attribute:finalclass' => '补丁子类别',
@@ -923,7 +923,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:OSPatch' => '操作系统补丁',
'Class:OSPatch+' => '',
'Class:OSPatch/Attribute:functionalcis_list' => '设备',
'Class:OSPatch/Attribute:functionalcis_list+' => '已安装补丁的所有系统',
'Class:OSPatch/Attribute:functionalcis_list+' => '已安装补丁的所有系统',
'Class:OSPatch/Attribute:osversion_id' => '操作系统版本',
'Class:OSPatch/Attribute:osversion_id+' => '',
'Class:OSPatch/Attribute:osversion_name' => '名称',
@@ -942,7 +942,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:SoftwarePatch/Attribute:software_name' => '名称',
'Class:SoftwarePatch/Attribute:software_name+' => '',
'Class:SoftwarePatch/Attribute:softwareinstances_list' => '软件实例',
'Class:SoftwarePatch/Attribute:softwareinstances_list+' => '已安装软件补丁的所有系统',
'Class:SoftwarePatch/Attribute:softwareinstances_list+' => '已安装软件补丁的所有系统',
));
//
@@ -955,7 +955,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Licence/Attribute:name' => '名称',
'Class:Licence/Attribute:name+' => '',
'Class:Licence/Attribute:documents_list' => '文档',
'Class:Licence/Attribute:documents_list+' => '许可证关联的所有文档',
'Class:Licence/Attribute:documents_list+' => '许可证关联的所有文档',
'Class:Licence/Attribute:org_id' => '组织',
'Class:Licence/Attribute:org_id+' => '',
'Class:Licence/Attribute:organization_name' => '组织名称',
@@ -992,9 +992,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:OSLicence/Attribute:osversion_name' => '名称',
'Class:OSLicence/Attribute:osversion_name+' => '',
'Class:OSLicence/Attribute:virtualmachines_list' => '虚拟机',
'Class:OSLicence/Attribute:virtualmachines_list+' => '使用许可证的所有虚拟机',
'Class:OSLicence/Attribute:virtualmachines_list+' => '使用许可证的所有虚拟机',
'Class:OSLicence/Attribute:servers_list' => '服务器',
'Class:OSLicence/Attribute:servers_list+' => '使用许可证的所有服务器',
'Class:OSLicence/Attribute:servers_list+' => '使用许可证的所有服务器',
));
//
@@ -1009,7 +1009,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:SoftwareLicence/Attribute:software_name' => '名称',
'Class:SoftwareLicence/Attribute:software_name+' => '',
'Class:SoftwareLicence/Attribute:softwareinstance_list' => '软件实例',
'Class:SoftwareLicence/Attribute:softwareinstance_list+' => '使用许可证的所有系统',
'Class:SoftwareLicence/Attribute:softwareinstance_list+' => '使用许可证的所有系统',
));
//
@@ -1017,7 +1017,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkDocumentToLicence' => '链接 文档 / 许可证',
'Class:lnkDocumentToLicence' => '关联 文档/许可证',
'Class:lnkDocumentToLicence+' => '',
'Class:lnkDocumentToLicence/Attribute:licence_id' => '许可证',
'Class:lnkDocumentToLicence/Attribute:licence_id+' => '',
@@ -1059,9 +1059,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Brand' => '品牌',
'Class:Brand+' => '',
'Class:Brand/Attribute:physicaldevices_list' => '物理设备',
'Class:Brand/Attribute:physicaldevices_list+' => '品牌的所有物理设备',
'Class:Brand/Attribute:physicaldevices_list+' => '品牌的所有物理设备',
'Class:Brand/UniquenessRule:name+' => '名称必须唯一',
'Class:Brand/UniquenessRule:name' => '品牌已存在',
'Class:Brand/UniquenessRule:name' => '品牌已存在',
));
//
@@ -1083,8 +1083,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Model/Attribute:type/Value:DiskArray+' => '磁盘阵列',
'Class:Model/Attribute:type/Value:Enclosure' => '机位',
'Class:Model/Attribute:type/Value:Enclosure+' => '机位',
'Class:Model/Attribute:type/Value:IPPhone' => 'IP 电话',
'Class:Model/Attribute:type/Value:IPPhone+' => 'IP 电话',
'Class:Model/Attribute:type/Value:IPPhone' => 'IP电话',
'Class:Model/Attribute:type/Value:IPPhone+' => 'IP电话',
'Class:Model/Attribute:type/Value:MobilePhone' => '移动电话',
'Class:Model/Attribute:type/Value:MobilePhone+' => '移动电话',
'Class:Model/Attribute:type/Value:NAS' => 'NAS',
@@ -1101,10 +1101,10 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Model/Attribute:type/Value:Printer+' => '打印机',
'Class:Model/Attribute:type/Value:Rack' => '机柜',
'Class:Model/Attribute:type/Value:Rack+' => '机柜',
'Class:Model/Attribute:type/Value:SANSwitch' => 'SAN 交换机',
'Class:Model/Attribute:type/Value:SANSwitch+' => 'SAN 交换机',
'Class:Model/Attribute:type/Value:SANSwitch' => 'SAN交换机',
'Class:Model/Attribute:type/Value:SANSwitch+' => 'SAN交换机',
'Class:Model/Attribute:type/Value:Server' => '服务器',
'Class:Model/Attribute:type/Value:Server+' => 'Server',
'Class:Model/Attribute:type/Value:Server+' => '服务器',
'Class:Model/Attribute:type/Value:StorageSystem' => '存储系统',
'Class:Model/Attribute:type/Value:StorageSystem+' => '存储系统',
'Class:Model/Attribute:type/Value:Tablet' => '平板',
@@ -1114,9 +1114,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Model/Attribute:type/Value:Phone' => '电话',
'Class:Model/Attribute:type/Value:Phone+' => '电话',
'Class:Model/Attribute:physicaldevices_list' => '物理设备',
'Class:Model/Attribute:physicaldevices_list+' => '型号的所有物理设备',
'Class:Model/Attribute:physicaldevices_list+' => '型号的所有物理设备',
'Class:Model/UniquenessRule:name_brand+' => '名称必须唯一',
'Class:Model/UniquenessRule:name_brand' => '型号已存在',
'Class:Model/UniquenessRule:name_brand' => '型号已存在',
));
//
@@ -1127,7 +1127,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:NetworkDeviceType' => '网络设备类型',
'Class:NetworkDeviceType+' => '',
'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list' => '网络设备',
'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list+' => '类型的所有网络设备',
'Class:NetworkDeviceType/Attribute:networkdevicesdevices_list+' => '类型的所有网络设备',
));
//
@@ -1135,7 +1135,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:IOSVersion' => 'IOS 版本',
'Class:IOSVersion' => 'IOS版本',
'Class:IOSVersion+' => '',
'Class:IOSVersion/Attribute:brand_id' => '品牌',
'Class:IOSVersion/Attribute:brand_id+' => '',
@@ -1148,7 +1148,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkDocumentToPatch' => '链接 文档 / 补丁',
'Class:lnkDocumentToPatch' => '关联 文档/补丁',
'Class:lnkDocumentToPatch+' => '',
'Class:lnkDocumentToPatch/Attribute:patch_id' => '补丁',
'Class:lnkDocumentToPatch/Attribute:patch_id+' => '',
@@ -1165,7 +1165,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkSoftwareInstanceToSoftwarePatch' => '链接 软件实例 / 软件补丁',
'Class:lnkSoftwareInstanceToSoftwarePatch' => ' 关联 软件实例/软件补丁',
'Class:lnkSoftwareInstanceToSoftwarePatch+' => '',
'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_id' => '软件补丁',
'Class:lnkSoftwareInstanceToSoftwarePatch/Attribute:softwarepatch_id+' => '',
@@ -1182,7 +1182,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkFunctionalCIToOSPatch' => '链接 功能项 / 操作系统补丁',
'Class:lnkFunctionalCIToOSPatch' => '关联 功能项/操作系统补丁',
'Class:lnkFunctionalCIToOSPatch+' => '',
'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_id' => '操作系统补丁',
'Class:lnkFunctionalCIToOSPatch/Attribute:ospatch_id+' => '',
@@ -1199,7 +1199,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkDocumentToSoftware' => '链接 文档 / 软件',
'Class:lnkDocumentToSoftware' => '关联 文档/软件',
'Class:lnkDocumentToSoftware+' => '',
'Class:lnkDocumentToSoftware/Attribute:software_id' => '软件',
'Class:lnkDocumentToSoftware/Attribute:software_id+' => '',
@@ -1241,7 +1241,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:VLAN' => 'VLAN',
'Class:VLAN+' => '',
'Class:VLAN/Attribute:vlan_tag' => 'VLAN 标记',
'Class:VLAN/Attribute:vlan_tag' => 'VLAN标记',
'Class:VLAN/Attribute:vlan_tag+' => '',
'Class:VLAN/Attribute:description' => '描述',
'Class:VLAN/Attribute:description+' => '',
@@ -1260,7 +1260,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkSubnetToVLAN' => '链接 子网 / VLAN',
'Class:lnkSubnetToVLAN' => '关联 子网/VLAN',
'Class:lnkSubnetToVLAN+' => '',
'Class:lnkSubnetToVLAN/Attribute:subnet_id' => '子网',
'Class:lnkSubnetToVLAN/Attribute:subnet_id+' => '',
@@ -1292,13 +1292,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:IPInterface' => 'IP Interface',
'Class:IPInterface' => 'IP接口',
'Class:IPInterface+' => '',
'Class:IPInterface/Attribute:ipaddress' => 'IP 地址',
'Class:IPInterface/Attribute:ipaddress' => 'IP地址',
'Class:IPInterface/Attribute:ipaddress+' => '',
'Class:IPInterface/Attribute:macaddress' => 'MAC 地址',
'Class:IPInterface/Attribute:macaddress' => 'MAC地址',
'Class:IPInterface/Attribute:macaddress+' => '',
'Class:IPInterface/Attribute:comment' => '注释',
'Class:IPInterface/Attribute:coment+' => '',
@@ -1330,7 +1330,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkPhysicalInterfaceToVLAN' => '链接 物理网卡 / VLAN',
'Class:lnkPhysicalInterfaceToVLAN' => '关联 物理网卡/VLAN',
'Class:lnkPhysicalInterfaceToVLAN+' => '',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_id' => '物理网卡',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_id+' => '',
@@ -1342,7 +1342,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkPhysicalInterfaceToVLAN/Attribute:physicalinterface_device_name+' => '',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_id' => 'VLAN',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_id+' => '',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_tag' => 'VLAN 标记',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_tag' => 'VLAN标记',
'Class:lnkPhysicalInterfaceToVLAN/Attribute:vlan_tag+' => '',
));
@@ -1384,7 +1384,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkConnectableCIToNetworkDevice' => '链接 可连接项 / 网络设备',
'Class:lnkConnectableCIToNetworkDevice' => '关联 可连接项/网络设备',
'Class:lnkConnectableCIToNetworkDevice+' => '',
'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_id' => '网络设备',
'Class:lnkConnectableCIToNetworkDevice/Attribute:networkdevice_id+' => '',
@@ -1411,7 +1411,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkApplicationSolutionToFunctionalCI' => '链接 应用方案 / 功能项',
'Class:lnkApplicationSolutionToFunctionalCI' => '关联 应用方案/功能项',
'Class:lnkApplicationSolutionToFunctionalCI+' => '',
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id' => '应用方案',
'Class:lnkApplicationSolutionToFunctionalCI/Attribute:applicationsolution_id+' => '',
@@ -1428,7 +1428,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkApplicationSolutionToBusinessProcess' => '链接 应用方案 / 业务流程',
'Class:lnkApplicationSolutionToBusinessProcess' => '关联 应用方案/业务流程',
'Class:lnkApplicationSolutionToBusinessProcess+' => '',
'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_id' => '业务流程',
'Class:lnkApplicationSolutionToBusinessProcess/Attribute:businessprocess_id+' => '',
@@ -1470,8 +1470,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Group/Attribute:parent_id+' => '',
'Class:Group/Attribute:parent_name' => '名称',
'Class:Group/Attribute:parent_name+' => '',
'Class:Group/Attribute:ci_list' => '链接的配置项',
'Class:Group/Attribute:ci_list+' => '组关联的所有配置项',
'Class:Group/Attribute:ci_list' => '关联的配置项',
'Class:Group/Attribute:ci_list+' => '组关联的所有配置项',
'Class:Group/Attribute:parent_id_friendlyname' => '上级配置组',
'Class:Group/Attribute:parent_id_friendlyname+' => '',
));
@@ -1481,7 +1481,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkGroupToCI' => '链接 配置组 / 配置项',
'Class:lnkGroupToCI' => '关联 配置组/配置项',
'Class:lnkGroupToCI+' => '',
'Class:lnkGroupToCI/Attribute:group_id' => '组',
'Class:lnkGroupToCI/Attribute:group_id+' => '',
@@ -1505,8 +1505,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Server:power' => '电力供应',
'Class:Subnet/Tab:IPUsage' => 'IP 使用率',
'Class:Subnet/Tab:IPUsage-explain' => '网卡IP范围: <em>%1$s</em> 到 <em>%2$s</em>',
'Class:Subnet/Tab:FreeIPs' => '空闲 IP',
'Class:Subnet/Tab:FreeIPs-count' => '空闲 IP: %1$s',
'Class:Subnet/Tab:FreeIPs' => '空闲IP',
'Class:Subnet/Tab:FreeIPs-count' => '空闲IP: %1$s',
'Class:Subnet/Tab:FreeIPs-explain' => '以下是抽取的10个空闲IP',
'Class:Document:PreviewTab' => '预览',
));
@@ -1517,7 +1517,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkDocumentToFunctionalCI' => '链接 文档 / 功能项',
'Class:lnkDocumentToFunctionalCI' => '关联 文档/功能项',
'Class:lnkDocumentToFunctionalCI+' => '',
'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_id' => '功能项',
'Class:lnkDocumentToFunctionalCI/Attribute:functionalci_id+' => '',
@@ -1574,7 +1574,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:ConfigManagement:Misc' => '杂项',
'Menu:Group' => '配置组',
'Menu:Group+' => '配置组',
'Menu:OSVersion' => 'OS 版本',
'Menu:OSVersion' => 'OS版本',
'Menu:OSVersion+' => '',
'Menu:Software' => '软件清单',
'Menu:Software+' => '软件清单',

View File

@@ -25,7 +25,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'itop-core-update:UI:SelectUpdateFile' => '应用升级',
'itop-core-update:UI:ConfirmUpdate' => ' 升级',
'itop-core-update:UI:UpdateCoreFiles' => '应用升级',
'iTopUpdate:UI:MaintenanceModeActive' => 'The application is currently under maintenance, no user can access the application. You have to run a setup or restore the application archive to return in normal mode.~~',
'iTopUpdate:UI:MaintenanceModeActive' => '此应用当前维护中,不允许任何用户访问.必须运行安装或恢复归档来使其处于正常模式.',
'itop-core-update:UI:UpdateDone' => '应用升级',
'itop-core-update/Operation:SelectUpdateFile/Title' => '应用升级',
@@ -94,15 +94,15 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'iTopUpdate:Error:MissingFunction' => '无法开始升级, 功能缺失',
'iTopUpdate:Error:MissingFile' => '缺少文件: %1$s',
'iTopUpdate:Error:CorruptedFile' => '文件 %1$s 已损坏',
'iTopUpdate:Error:BadFileFormat' => '上传的不是zip 文件',
'iTopUpdate:Error:BadFileFormat' => '上传的不是zip格式的文件',
'iTopUpdate:Error:BadFileContent' => '升级文件不是程序升级包',
'iTopUpdate:Error:BadItopProduct' => '升级文件与您的系统不兼容',
'iTopUpdate:Error:Copy' => '错误, 无法复制 \'%1$s\' 到 \'%2$s\'',
'iTopUpdate:Error:FileNotFound' => '文件找不到',
'iTopUpdate:Error:NoFile' => '没有提供文件',
'iTopUpdate:Error:InvalidToken' => '无效的 token',
'iTopUpdate:Error:InvalidToken' => '无效的token',
'iTopUpdate:Error:UpdateFailed' => '升级失败',
'iTopUpdate:Error:FileUploadMaxSizeTooSmall' => '上传上限太小. 请调整 PHP 配置.',
'iTopUpdate:Error:FileUploadMaxSizeTooSmall' => '上传上限太小. 请调整PHP配置.',
'iTopUpdate:UI:RestoreArchive' => '您可以从归档文件 \'%1$s\' 还原应用程序',
'iTopUpdate:UI:RestoreBackup' => '您可以从 \'%1$s\' 还原数据库',

View File

@@ -62,7 +62,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:FAQ/Attribute:error_code+' => '',
'Class:FAQ/Attribute:key_words' => '关键字',
'Class:FAQ/Attribute:key_words+' => '',
'Class:FAQ/Attribute:domains' => '领域~~',
'Class:FAQ/Attribute:domains' => '范围',
));
//
@@ -70,19 +70,19 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:FAQCategory' => 'FAQ 类别',
'Class:FAQCategory+' => 'FAQ 类别',
'Class:FAQCategory' => 'FAQ类别',
'Class:FAQCategory+' => 'FAQ类别',
'Class:FAQCategory/Attribute:name' => '名称',
'Class:FAQCategory/Attribute:name+' => '',
'Class:FAQCategory/Attribute:faq_list' => 'FAQ',
'Class:FAQCategory/Attribute:faq_list+' => '类别FAQ 相关的所有常见问题',
'Class:FAQCategory/Attribute:faq_list+' => '类别FAQ 相关的所有常见问题',
));
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:ProblemManagement' => '问题管理',
'Menu:ProblemManagement+' => '问题管理',
'Menu:Problem:Shortcuts' => '快捷方式',
'Menu:FAQCategory' => 'FAQ 类别',
'Menu:FAQCategory+' => '所有FAQ 类别',
'Menu:FAQCategory+' => '所有FAQ类别',
'Menu:FAQ' => 'FAQ',
'Menu:FAQ+' => '所有FAQ',
'Brick:Portal:FAQ:Menu' => 'FAQ',

View File

@@ -24,7 +24,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Errors
'FilesInformation:Error:MissingFile' => '文件丢失: %1$s~~',
'FilesInformation:Error:CorruptedFile' => '文件 %1$s 已损坏',
'FilesInformation:Error:ListCorruptedFile' => 'File(s) corrupted: %1$s~~',
'FilesInformation:Error:ListCorruptedFile' => '已损坏的文件: %1$s',
'FilesInformation:Error:CantWriteToFile' => '文件 %1$s 无法写入',
));

View File

@@ -23,46 +23,46 @@
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Dictionary entries go here
'Menu:iTopHub' => 'iTop Hub',
'Menu:iTopHub:Register' => '进入 iTop Hub ',
'Menu:iTopHub:Register+' => '进入 iTop Hub 更新您的组件',
'Menu:iTopHub:Register:Description' => '<p>进入 iTop Hub 社区平台!</br>寻找您想要的内容和信息, 管理本机扩展或安装新的扩展.</br><br/>通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.</p>',
'Menu:iTopHub:Register' => '进入iTop Hub',
'Menu:iTopHub:Register+' => '进入iTop Hub更新您的组件',
'Menu:iTopHub:Register:Description' => '<p>进入iTop Hub社区平台!</br>寻找您想要的内容和信息, 管理本机扩展或安装新的扩展.</br><br/>通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.</p>',
'Menu:iTopHub:MyExtensions' => '已安装的扩展',
'Menu:iTopHub:MyExtensions+' => '查看本机已安装的扩展',
'Menu:iTopHub:BrowseExtensions' => '从 iTop Hub 获取扩展',
'Menu:iTopHub:BrowseExtensions+' => '去 iTop Hub 浏览更多的扩展',
'Menu:iTopHub:BrowseExtensions:Description' => '<p>进入 iTop Hub 商店, 一站式查找各种iTop 扩展的地方 !</br>寻找符合您要求的扩展.</br><br/>通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.</p>',
'Menu:iTopHub:BrowseExtensions' => '从iTop Hub获取扩展',
'Menu:iTopHub:BrowseExtensions+' => '去iTop Hub浏览更多的扩展',
'Menu:iTopHub:BrowseExtensions:Description' => '<p>进入iTop Hub商店, 一站式查找各种iTop扩展的地方 !</br>寻找符合您要求的扩展.</br><br/>通过这个页面连接到iTop Hub, 本机的信息也会被推送到 iTop Hub 上.</p>',
'iTopHub:GoBtn' => '进入iTop Hub',
'iTopHub:CloseBtn' => '关闭',
'iTopHub:GoBtn:Tooltip' => '跳到 www.itophub.io',
'iTopHub:OpenInNewWindow' => '从新窗口打开 iTop Hub',
'iTopHub:AutoSubmit' => '不再询问. 下次自动进入 iTop Hub .',
'iTopHub:OpenInNewWindow' => '从新窗口打开iTop Hub',
'iTopHub:AutoSubmit' => '不再询问. 下次自动进入iTop Hub .',
'UI:About:RemoteExtensionSource' => 'iTop Hub',
'iTopHub:Explanation' => '点击这个按钮您将被引导至 iTop Hub.',
'iTopHub:Explanation' => '点击这个按钮您将被引导至iTop Hub.',
'iTopHub:BackupFreeDiskSpaceIn' => '%1$s free disk space in %2$s.',
'iTopHub:FailedToCheckFreeDiskSpace' => '检查空闲的磁盘空间失败.',
'iTopHub:BackupFreeDiskSpaceIn' => '%1$s 可用磁盘空间位于 %2$s.',
'iTopHub:FailedToCheckFreeDiskSpace' => '检查可用磁盘空间失败.',
'iTopHub:BackupOk' => '备份成功.',
'iTopHub:BackupFailed' => '备份失败!',
'iTopHub:Landing:Status' => '安装状态',
'iTopHub:Landing:Install' => '扩展安装进行中...',
'iTopHub:CompiledOK' => '编译成功.',
'iTopHub:ConfigurationSafelyReverted' => '安装时发生错误!<br/>iTop 配置将不会改变.',
'iTopHub:ConfigurationSafelyReverted' => '安装时发生错误!<br/>iTop配置将不会改变.',
'iTopHub:FailAuthent' => '认证失败.',
'iTopHub:InstalledExtensions' => '本机已安装的扩展',
'iTopHub:ExtensionCategory:Manual' => '手动安装的扩展',
'iTopHub:ExtensionCategory:Manual+' => '下列已安装的扩展是手动将文件放置到 %1$s 目录的:',
'iTopHub:ExtensionCategory:Remote' => '从 iTop Hub 安装的扩展',
'iTopHub:ExtensionCategory:Remote+' => '下列已安装的扩展是来自 iTop Hub:',
'iTopHub:ExtensionCategory:Remote' => '从iTop Hub 安装的扩展',
'iTopHub:ExtensionCategory:Remote+' => '下列已安装的扩展是来自iTop Hub:',
'iTopHub:NoExtensionInThisCategory' => '尚未安装扩展',
'iTopHub:NoExtensionInThisCategory+' => '浏览 iTop Hub ,去寻找符合您喜欢的扩展吧.',
'iTopHub:NoExtensionInThisCategory+' => '浏览iTop Hub,去寻找符合您喜欢的扩展吧.',
'iTopHub:ExtensionNotInstalled' => '未安装',
'iTopHub:GetMoreExtensions' => '从 iTop Hub 获取扩展...',
'iTopHub:GetMoreExtensions' => '从iTop Hub获取扩展...',
'iTopHub:LandingWelcome' => '恭喜! 下列来自 iTop Hub 的扩展已被下载并安装到本机.',
'iTopHub:LandingWelcome' => '恭喜! 下列来自iTop Hub的扩展已被下载并安装到本机.',
'iTopHub:GoBackToITopBtn' => '返回'.ITOP_APPLICATION_SHORT,
'iTopHub:Uncompressing' => '扩展解压中...',
'iTopHub:InstallationWelcome' => '安装来自 iTop Hub 的扩展',
'iTopHub:InstallationWelcome' => '安装来自iTop Hub的扩展',
'iTopHub:DBBackupLabel' => '本机备份',
'iTopHub:DBBackupSentence' => '在升级之前,备份数据库和 '.ITOP_APPLICATION_SHORT.' 配置文件',
'iTopHub:DeployBtn' => '安装 !',
@@ -75,7 +75,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'iTopHub:InstallationProgress:DatabaseBackup' => ITOP_APPLICATION_SHORT.' 本机备份...',
'iTopHub:InstallationProgress:ExtensionsInstallation' => '安装扩展',
'iTopHub:InstallationEffect:MissingDependencies' => '扩展无法安装,因为未知的依赖.',
'iTopHub:InstallationEffect:MissingDependencies_Details' => '扩展依赖模块: %1$s',
'iTopHub:InstallationEffect:MissingDependencies_Details' => '扩展依赖模块: %1$s',
'iTopHub:InstallationProgress:InstallationSuccessful' => '安装成功!',
'iTopHub:InstallationStatus:Installed_Version' => '%1$s 版本: %2$s.',

View File

@@ -116,8 +116,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Incident/Attribute:origin/Value:monitoring+' => '监控',
'Class:Incident/Attribute:origin/Value:phone' => '电话',
'Class:Incident/Attribute:origin/Value:phone+' => '电话',
'Class:Incident/Attribute:origin/Value:portal' => 'portal',
'Class:Incident/Attribute:origin/Value:portal+' => 'portal',
'Class:Incident/Attribute:origin/Value:portal' => '门户',
'Class:Incident/Attribute:origin/Value:portal+' => '门户',
'Class:Incident/Attribute:service_id' => '服务',
'Class:Incident/Attribute:service_id+' => '',
'Class:Incident/Attribute:service_name' => '服务名称',
@@ -164,8 +164,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Incident/Attribute:resolution_code+' => '',
'Class:Incident/Attribute:resolution_code/Value:assistance' => '外部支持',
'Class:Incident/Attribute:resolution_code/Value:assistance+' => '外部支持',
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => 'bug 修复',
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => 'bug 修复',
'Class:Incident/Attribute:resolution_code/Value:bug fixed' => '缺陷修复',
'Class:Incident/Attribute:resolution_code/Value:bug fixed+' => '缺陷修复',
'Class:Incident/Attribute:resolution_code/Value:hardware repair' => '硬件维修',
'Class:Incident/Attribute:resolution_code/Value:hardware repair+' => '硬件维修',
'Class:Incident/Attribute:resolution_code/Value:other' => '其它',
@@ -188,14 +188,14 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Incident/Attribute:parent_change_id+' => '',
'Class:Incident/Attribute:parent_change_ref' => '变更编号',
'Class:Incident/Attribute:parent_change_ref+' => '',
'Class:Incident/Attribute:parent_problem_id' => 'Parent problem id~~',
'Class:Incident/Attribute:parent_problem_id' => '父级问题',
'Class:Incident/Attribute:parent_problem_id+' => '~~',
'Class:Incident/Attribute:parent_problem_ref' => 'Parent problem ref~~',
'Class:Incident/Attribute:parent_problem_ref' => '父级问题编号',
'Class:Incident/Attribute:parent_problem_ref+' => '~~',
'Class:Incident/Attribute:related_request_list' => '相关需求',
'Class:Incident/Attribute:related_request_list+' => '事件相关的所有需求',
'Class:Incident/Attribute:related_request_list+' => '事件相关的所有需求',
'Class:Incident/Attribute:child_incidents_list' => '衍生事件',
'Class:Incident/Attribute:child_incidents_list+' => '事件相关的所有子事件',
'Class:Incident/Attribute:child_incidents_list+' => '事件相关的所有子事件',
'Class:Incident/Attribute:public_log' => '评论',
'Class:Incident/Attribute:public_log+' => '',
'Class:Incident/Attribute:user_satisfaction' => '用户满意度',
@@ -210,7 +210,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Incident/Attribute:user_satisfaction/Value:4+' => '非常不满意',
'Class:Incident/Attribute:user_comment' => '用户评论',
'Class:Incident/Attribute:user_comment+' => '',
'Class:Incident/Attribute:parent_incident_id_friendlyname' => '好记的父级事件ID名称',
'Class:Incident/Attribute:parent_incident_id_friendlyname' => '父级事件名称',
'Class:Incident/Attribute:parent_incident_id_friendlyname+' => '',
'Class:Incident/Stimulus:ev_assign' => '分配',
'Class:Incident/Stimulus:ev_assign+' => '',

View File

@@ -85,9 +85,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:KnownError/Attribute:version' => '版本',
'Class:KnownError/Attribute:version+' => '',
'Class:KnownError/Attribute:ci_list' => '配置项',
'Class:KnownError/Attribute:ci_list+' => '已知错误相关的所有配置项',
'Class:KnownError/Attribute:ci_list+' => '已知错误相关的所有配置项',
'Class:KnownError/Attribute:document_list' => '文档',
'Class:KnownError/Attribute:document_list+' => '已知错误相关的所有文档',
'Class:KnownError/Attribute:document_list+' => '已知错误相关的所有文档',
));
//

View File

@@ -33,28 +33,28 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Portal:Button:Delete' => '删除',
'Portal:EnvironmentBanner:Title' => '您目前处于 <strong>%1$s</strong> 模式',
'Portal:EnvironmentBanner:GoToProduction' => '回到产品模式',
'Error:HTTP:400' => 'Bad request~~',
'Error:HTTP:401' => '认证',
'Error:HTTP:400' => '请求错误',
'Error:HTTP:401' => '认证错误',
'Error:HTTP:404' => '页面找不到',
'Error:HTTP:500' => 'Oops! 发生了一个错误.',
'Error:HTTP:GetHelp' => '如果问题仍然存在,请联系管理员.',
'Error:XHR:Fail' => '无法加载数据, 请联系管理员',
'Portal:ErrorUserLoggedOut' => '您已退出请重新登录.',
'Portal:ErrorUserLoggedOut' => '您已退出,请重新登录.',
'Portal:Datatables:Language:Processing' => '请稍后...',
'Portal:Datatables:Language:Search' => '过滤器:',
'Portal:Datatables:Language:LengthMenu' => '每页显示 _MENU_ 项',
'Portal:Datatables:Language:ZeroRecords' => '没有结果',
'Portal:Datatables:Language:Info' => '第 _PAGE_ 页,共 _PAGES_ 页',
'Portal:Datatables:Language:InfoEmpty' => '没有信息',
'Portal:Datatables:Language:InfoFiltered' => 'filtered out of _MAX_ items',
'Portal:Datatables:Language:InfoFiltered' => '最多过滤 _MAX_ ',
'Portal:Datatables:Language:EmptyTable' => '表格中没有数据',
'Portal:Datatables:Language:DisplayLength:All' => '全部',
'Portal:Datatables:Language:Paginate:First' => '首页',
'Portal:Datatables:Language:Paginate:Previous' => '上一页',
'Portal:Datatables:Language:Paginate:Next' => '下一页',
'Portal:Datatables:Language:Paginate:Last' => '尾页',
'Portal:Datatables:Language:Sort:Ascending' => '升序排序',
'Portal:Datatables:Language:Sort:Descending' => '降序排序',
'Portal:Datatables:Language:Sort:Ascending' => '升序',
'Portal:Datatables:Language:Sort:Descending' => '降序',
'Portal:Autocomplete:NoResult' => '没有数据',
'Portal:Attachments:DropZone:Message' => '把文件添加为附件',
'Portal:File:None' => '没有文件',
@@ -110,7 +110,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Brick:Portal:Manage:Name' => '管理项目',
'Brick:Portal:Manage:Table:NoData' => '没有项目.',
'Brick:Portal:Manage:Table:ItemActions' => 'Actions',
'Brick:Portal:Manage:Table:ItemActions' => '操作',
'Brick:Portal:Manage:DisplayMode:list' => '列表',
'Brick:Portal:Manage:DisplayMode:pie-chart' => '饼图',
'Brick:Portal:Manage:DisplayMode:bar-chart' => '条形图',
@@ -135,8 +135,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Brick:Portal:Object:Form:Message:ObjectSaved' => '已保存 %1$s~~',
'Brick:Portal:Object:Search:Regular:Title' => '选择 %1$s (%2$s)',
'Brick:Portal:Object:Search:Hierarchy:Title' => '选择 %1$s (%2$s)',
'Brick:Portal:Object:Copy:TextToCopy' => '%1$s: %2$s~~',
'Brick:Portal:Object:Copy:Tooltip' => 'Copy object link~~',
'Brick:Portal:Object:Copy:TextToCopy' => '%1$s: %2$s',
'Brick:Portal:Object:Copy:Tooltip' => '复制对象链接',
'Brick:Portal:Object:Copy:CopiedTooltip' => '已复制'
));

View File

@@ -30,7 +30,7 @@
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'portal:itop-portal' => '标准门户', // This is the portal name that will be displayed in portal dispatcher (eg. URL in menus)
'Page:DefaultTitle' => ITOP_APPLICATION_SHORT.' - 用户门户',
'Brick:Portal:UserProfile:Title' => '我的资料',
'Brick:Portal:UserProfile:Title' => '我的设置',
'Brick:Portal:NewRequest:Title' => '新建工单',
'Brick:Portal:NewRequest:Title+' => '<p>需要帮助?</p><p>选择子服务,然后提交工单给我们的支持团队.</p>',
'Brick:Portal:OngoingRequests:Title' => '正在处理的工单',

View File

@@ -135,11 +135,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Problem/Attribute:resolution_date' => '解决日期',
'Class:Problem/Attribute:resolution_date+' => '',
'Class:Problem/Attribute:knownerrors_list' => '已知问题',
'Class:Problem/Attribute:knownerrors_list+' => '问题相关的所有已知问题',
'Class:Problem/Attribute:knownerrors_list+' => '问题相关的所有已知问题',
'Class:Problem/Attribute:related_request_list' => '相关需求',
'Class:Problem/Attribute:related_request_list+' => '问题相关的所有需求',
'Class:Problem/Attribute:related_request_list+' => '问题相关的所有需求',
'Class:Problem/Attribute:related_incident_list' => '相关事件',
'Class:Problem/Attribute:related_incident_list+' => '问题相关的所有事件',
'Class:Problem/Attribute:related_incident_list+' => '问题相关的所有事件',
'Class:Problem/Stimulus:ev_assign' => '分配',
'Class:Problem/Stimulus:ev_assign+' => '',
'Class:Problem/Stimulus:ev_reassign' => '重新分配',

View File

@@ -7,8 +7,8 @@
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:RequestManagement' => '服务台',
'Menu:RequestManagement+' => '服务台',
'Menu:RequestManagementProvider' => 'Helpdesk provider',
'Menu:RequestManagementProvider+' => 'Helpdesk provider',
'Menu:RequestManagementProvider' => '服务台提供者',
'Menu:RequestManagementProvider+' => '服务台提供者',
'Menu:UserRequest:Provider' => 'Open request transfered to provider',
'Menu:UserRequest:Provider+' => 'Open request transfered to provider',
'Menu:UserRequest:Overview' => '概况',
@@ -168,8 +168,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserRequest/Attribute:resolution_code+' => '',
'Class:UserRequest/Attribute:resolution_code/Value:assistance' => '帮助',
'Class:UserRequest/Attribute:resolution_code/Value:assistance+' => '帮助',
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => 'bug修复',
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => 'bug修复',
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed' => '缺陷修复',
'Class:UserRequest/Attribute:resolution_code/Value:bug fixed+' => '缺陷修复',
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair' => '硬件维修',
'Class:UserRequest/Attribute:resolution_code/Value:hardware repair+' => '硬件维修',
'Class:UserRequest/Attribute:resolution_code/Value:other' => '其它',
@@ -201,7 +201,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserRequest/Attribute:parent_incident_ref' => '父级事件编号',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_request_list' => '子需求',
'Class:UserRequest/Attribute:related_request_list+' => '父级需求相关的所有子需求',
'Class:UserRequest/Attribute:related_request_list+' => '父级需求相关的所有子需求',
'Class:UserRequest/Attribute:public_log' => '评论',
'Class:UserRequest/Attribute:public_log+' => '',
'Class:UserRequest/Attribute:user_satisfaction' => '用户满意度',
@@ -245,12 +245,12 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserRequest/Error:CannotAssignParentRequestIdToSelf' => '无法分配父级需求到本身',
'Class:UserRequest/Method:ResolveChildTickets' => '解决子工单',
'Class:UserRequest/Method:ResolveChildTickets+' => '将解决方案直接挪给子需求(自动解决), 包括下列字段: 服务, 团队, 办理人, 解决方案信息',
'Class:UserRequest/Method:ResolveChildTickets+' => '将解决方案直接挪给子需求(自动解决), 包括下列字段: 服务, 团队, 办理人, 解决方案信息',
));
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Organization:Overview:UserRequests' => '组织的所有用户需求',
'Organization:Overview:MyUserRequests' => '我在组织内发起的需求',
'Organization:Overview:Tickets' => '组织内的所有工单',
'Organization:Overview:UserRequests' => '组织的所有用户需求',
'Organization:Overview:MyUserRequests' => '我在组织内发起的需求',
'Organization:Overview:Tickets' => '组织内的所有工单',
));

View File

@@ -203,7 +203,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:UserRequest/Attribute:parent_change_ref' => '变更编号',
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:related_request_list' => '衍生事件',
'Class:UserRequest/Attribute:related_request_list+' => '事件相关的所有子事件',
'Class:UserRequest/Attribute:related_request_list+' => '事件相关的所有子事件',
'Class:UserRequest/Attribute:public_log' => '评论',
'Class:UserRequest/Attribute:public_log+' => '',
'Class:UserRequest/Attribute:user_satisfaction' => '用户满意度',
@@ -278,7 +278,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Organization:Overview:UserRequests' => '来自组织的用户需求',
'Organization:Overview:UserRequests' => '来自组织的用户需求',
'Organization:Overview:MyUserRequests' => 'My User Requests for this organization~~',
'Organization:Overview:Tickets' => '来自组织的工单',
'Organization:Overview:Tickets' => '来自组织的工单',
));

View File

@@ -108,9 +108,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Contract/Attribute:organization_name' => '组织名称',
'Class:Contract/Attribute:organization_name+' => '通用名称',
'Class:Contract/Attribute:contacts_list' => '联系人',
'Class:Contract/Attribute:contacts_list+' => '客户合同相关的所有联系人',
'Class:Contract/Attribute:contacts_list+' => '客户合同相关的所有联系人',
'Class:Contract/Attribute:documents_list' => '文档',
'Class:Contract/Attribute:documents_list+' => '客户合同相关的所有文档',
'Class:Contract/Attribute:documents_list+' => '客户合同相关的所有文档',
'Class:Contract/Attribute:description' => '描述',
'Class:Contract/Attribute:description+' => '',
'Class:Contract/Attribute:start_date' => '开始日期',
@@ -157,9 +157,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:CustomerContract' => '客户合同',
'Class:CustomerContract+' => '',
'Class:CustomerContract/Attribute:services_list' => '服务',
'Class:CustomerContract/Attribute:services_list+' => '合同包含的所有服务',
'Class:CustomerContract/Attribute:services_list+' => '合同包含的所有服务',
'Class:CustomerContract/Attribute:functionalcis_list' => '配置项',
'Class:CustomerContract/Attribute:functionalcis_list+' => '合同包含的所有配置项',
'Class:CustomerContract/Attribute:functionalcis_list+' => '合同包含的所有配置项',
'Class:CustomerContract/Attribute:providercontracts_list' => '供应商合同',
'Class:CustomerContract/Attribute:providercontracts_list+' => '所有提供服务的供应商合同(支持合同)',
));
@@ -172,7 +172,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:ProviderContract' => '供应商合同',
'Class:ProviderContract+' => '',
'Class:ProviderContract/Attribute:functionalcis_list' => '配置项',
'Class:ProviderContract/Attribute:functionalcis_list+' => '合同包含的所有配置项',
'Class:ProviderContract/Attribute:functionalcis_list+' => '合同包含的所有配置项',
'Class:ProviderContract/Attribute:sla' => 'SLA',
'Class:ProviderContract/Attribute:sla+' => '服务等级协议',
'Class:ProviderContract/Attribute:coverage' => '服务时间',
@@ -265,9 +265,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Service/Attribute:servicefamily_name' => '服务族名称',
'Class:Service/Attribute:servicefamily_name+' => '',
'Class:Service/Attribute:documents_list' => '文档',
'Class:Service/Attribute:documents_list+' => '服务相关的所有文档',
'Class:Service/Attribute:documents_list+' => '服务相关的所有文档',
'Class:Service/Attribute:contacts_list' => '联系人',
'Class:Service/Attribute:contacts_list+' => '服务相关的所有联系人',
'Class:Service/Attribute:contacts_list+' => '服务相关的所有联系人',
'Class:Service/Attribute:status' => '状态',
'Class:Service/Attribute:status+' => '',
'Class:Service/Attribute:status/Value:implementation' => '启用',
@@ -279,9 +279,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Service/Attribute:icon' => '图标',
'Class:Service/Attribute:icon+' => '',
'Class:Service/Attribute:customercontracts_list' => '客户合同',
'Class:Service/Attribute:customercontracts_list+' => '购买服务的所有客户合同',
'Class:Service/Attribute:customercontracts_list+' => '购买服务的所有客户合同',
'Class:Service/Attribute:servicesubcategories_list' => '子服务',
'Class:Service/Attribute:servicesubcategories_list+' => '服务的所有子服务',
'Class:Service/Attribute:servicesubcategories_list+' => '服务的所有子服务',
));
//
@@ -367,9 +367,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:SLA/Attribute:organization_name' => '组织名称',
'Class:SLA/Attribute:organization_name+' => '',
'Class:SLA/Attribute:slts_list' => 'SLT',
'Class:SLA/Attribute:slts_list+' => 'SLA 包含的所有服务等级目标',
'Class:SLA/Attribute:slts_list+' => 'SLA 包含的所有服务等级目标',
'Class:SLA/Attribute:customercontracts_list' => '客户合同',
'Class:SLA/Attribute:customercontracts_list+' => '使用SLA 的所有客户合同',
'Class:SLA/Attribute:customercontracts_list+' => '使用SLA 的所有客户合同',
'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Could not save link with Customer contract %1$s and service %2$s : SLA already exists~~',
));
@@ -423,21 +423,21 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkSLAToSLT+' => '',
'Class:lnkSLAToSLT/Attribute:sla_id' => 'SLA',
'Class:lnkSLAToSLT/Attribute:sla_id+' => '',
'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA 名称',
'Class:lnkSLAToSLT/Attribute:sla_name' => 'SLA名称',
'Class:lnkSLAToSLT/Attribute:sla_name+' => '',
'Class:lnkSLAToSLT/Attribute:slt_id' => 'SLT',
'Class:lnkSLAToSLT/Attribute:slt_id+' => '',
'Class:lnkSLAToSLT/Attribute:slt_name' => 'SLT 名称',
'Class:lnkSLAToSLT/Attribute:slt_name+' => '',
'Class:lnkSLAToSLT/Attribute:slt_metric' => 'SLT metric~~',
'Class:lnkSLAToSLT/Attribute:slt_metric' => 'SLT指标',
'Class:lnkSLAToSLT/Attribute:slt_metric+' => '~~',
'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'SLT request type~~',
'Class:lnkSLAToSLT/Attribute:slt_request_type' => 'SLT类别',
'Class:lnkSLAToSLT/Attribute:slt_request_type+' => '~~',
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'SLT ticket priority~~',
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority' => 'SLT工单优先级',
'Class:lnkSLAToSLT/Attribute:slt_ticket_priority+' => '~~',
'Class:lnkSLAToSLT/Attribute:slt_value' => 'SLT value~~',
'Class:lnkSLAToSLT/Attribute:slt_value' => 'SLT',
'Class:lnkSLAToSLT/Attribute:slt_value+' => '~~',
'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'SLT value unit~~',
'Class:lnkSLAToSLT/Attribute:slt_value_unit' => 'SLT值的单位',
'Class:lnkSLAToSLT/Attribute:slt_value_unit+' => '~~',
));
@@ -458,7 +458,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkCustomerContractToService/Attribute:service_name+' => '',
'Class:lnkCustomerContractToService/Attribute:sla_id' => 'SLA',
'Class:lnkCustomerContractToService/Attribute:sla_id+' => '',
'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA 名称',
'Class:lnkCustomerContractToService/Attribute:sla_name' => 'SLA名称',
'Class:lnkCustomerContractToService/Attribute:sla_name+' => '',
));
@@ -512,9 +512,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:DeliveryModel/Attribute:description' => '描述',
'Class:DeliveryModel/Attribute:description+' => '',
'Class:DeliveryModel/Attribute:contacts_list' => '联系人',
'Class:DeliveryModel/Attribute:contacts_list+' => '交付模式的所有联系人 (包括团队和个体)',
'Class:DeliveryModel/Attribute:contacts_list+' => '交付模式的所有联系人 (包括团队和个体)',
'Class:DeliveryModel/Attribute:customers_list' => '客户',
'Class:DeliveryModel/Attribute:customers_list+' => '使用交付模式的所有客户',
'Class:DeliveryModel/Attribute:customers_list+' => '使用交付模式的所有客户',
));
//

View File

@@ -96,9 +96,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Contract/Attribute:organization_name' => '客户名称',
'Class:Contract/Attribute:organization_name+' => '通用名称',
'Class:Contract/Attribute:contacts_list' => '联系人',
'Class:Contract/Attribute:contacts_list+' => '客户合同相关的所有联系人',
'Class:Contract/Attribute:contacts_list+' => '客户合同相关的所有联系人',
'Class:Contract/Attribute:documents_list' => '文档',
'Class:Contract/Attribute:documents_list+' => '客户合同相关的所有文档',
'Class:Contract/Attribute:documents_list+' => '客户合同相关的所有文档',
'Class:Contract/Attribute:description' => '描述',
'Class:Contract/Attribute:description+' => '',
'Class:Contract/Attribute:start_date' => '开始日期',
@@ -144,7 +144,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:CustomerContract' => '客户合同',
'Class:CustomerContract+' => '',
'Class:CustomerContract/Attribute:services_list' => '服务',
'Class:CustomerContract/Attribute:services_list+' => '合同包含的所有服务',
'Class:CustomerContract/Attribute:services_list+' => '合同包含的所有服务',
));
//
@@ -155,7 +155,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:ProviderContract' => '供应商合同',
'Class:ProviderContract+' => '',
'Class:ProviderContract/Attribute:functionalcis_list' => '配置项',
'Class:ProviderContract/Attribute:functionalcis_list+' => '供应商合同包含的所有配置项',
'Class:ProviderContract/Attribute:functionalcis_list+' => '供应商合同包含的所有配置项',
'Class:ProviderContract/Attribute:sla' => 'SLA',
'Class:ProviderContract/Attribute:sla+' => '服务等级协议',
'Class:ProviderContract/Attribute:coverage' => '服务时间',
@@ -235,9 +235,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Service/Attribute:description' => '描述',
'Class:Service/Attribute:description+' => '',
'Class:Service/Attribute:documents_list' => '文档',
'Class:Service/Attribute:documents_list+' => '服务相关的所有文档',
'Class:Service/Attribute:documents_list+' => '服务相关的所有文档',
'Class:Service/Attribute:contacts_list' => '联系人',
'Class:Service/Attribute:contacts_list+' => '服务相关的所有联系人',
'Class:Service/Attribute:contacts_list+' => '服务相关的所有联系人',
'Class:Service/Attribute:status' => '状态',
'Class:Service/Attribute:status+' => '',
'Class:Service/Attribute:status/Value:implementation' => '启用',
@@ -249,13 +249,13 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Service/Attribute:icon' => '图标',
'Class:Service/Attribute:icon+' => '',
'Class:Service/Attribute:customercontracts_list' => '客户合同',
'Class:Service/Attribute:customercontracts_list+' => '所有包含服务的客户合同',
'Class:Service/Attribute:customercontracts_list+' => '所有包含服务的客户合同',
'Class:Service/Attribute:providercontracts_list' => '供应商合同',
'Class:Service/Attribute:providercontracts_list+' => '所有包含服务的供应商合同',
'Class:Service/Attribute:providercontracts_list+' => '所有包含服务的供应商合同',
'Class:Service/Attribute:functionalcis_list' => '配置项',
'Class:Service/Attribute:functionalcis_list+' => '提供服务所需的所有配置项',
'Class:Service/Attribute:functionalcis_list+' => '提供服务所需的所有配置项',
'Class:Service/Attribute:servicesubcategories_list' => '子服务',
'Class:Service/Attribute:servicesubcategories_list+' => '服务的所有子服务',
'Class:Service/Attribute:servicesubcategories_list+' => '服务的所有子服务',
));
//
@@ -339,9 +339,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:SLA/Attribute:organization_name' => '供应商名称',
'Class:SLA/Attribute:organization_name+' => '通用名称',
'Class:SLA/Attribute:slts_list' => 'SLT',
'Class:SLA/Attribute:slts_list+' => 'SLA 包含的所有服务等级目标',
'Class:SLA/Attribute:slts_list+' => 'SLA包含的所有服务等级目标',
'Class:SLA/Attribute:customercontracts_list' => '客户合同',
'Class:SLA/Attribute:customercontracts_list+' => '使用这个SLA 的所有客户合同',
'Class:SLA/Attribute:customercontracts_list+' => '使用SLA的所有客户合同',
'Class:SLA/Error:UniqueLnkCustomerContractToService' => 'Could not save link with Customer contract %1$s and service %2$s : SLA already exists~~',
));
@@ -467,9 +467,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:DeliveryModel/Attribute:description' => '描述',
'Class:DeliveryModel/Attribute:description+' => '',
'Class:DeliveryModel/Attribute:contacts_list' => '联系人',
'Class:DeliveryModel/Attribute:contacts_list+' => '交付模式相关的所有联系人 (包括团队和个体)',
'Class:DeliveryModel/Attribute:contacts_list+' => '交付模式相关的所有联系人 (包括团队和个体)',
'Class:DeliveryModel/Attribute:customers_list' => '客户',
'Class:DeliveryModel/Attribute:customers_list+' => '所有使用交付模式的客户',
'Class:DeliveryModel/Attribute:customers_list+' => '所有使用交付模式的客户',
));
//

View File

@@ -74,9 +74,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Organization/Attribute:parent_id_friendlyname' => '上级组织',
'Class:Organization/Attribute:parent_id_friendlyname+' => '上级组织',
'Class:Organization/Attribute:overview' => '概览',
'Organization:Overview:FunctionalCIs' => '组织的所有配置项',
'Organization:Overview:FunctionalCIs' => '组织的所有配置项',
'Organization:Overview:FunctionalCIs:subtitle' => '按类型',
'Organization:Overview:Users' => '组织里所有的 '.ITOP_APPLICATION_SHORT.' 用户',
'Organization:Overview:Users' => '组织里所有的 '.ITOP_APPLICATION_SHORT.' 用户',
));
//
@@ -94,12 +94,12 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Location/Attribute:status/Value:active+' => '启用',
'Class:Location/Attribute:status/Value:inactive' => '停用',
'Class:Location/Attribute:status/Value:inactive+' => '停用',
'Class:Location/Attribute:org_id' => '拥有者组织',
'Class:Location/Attribute:org_id' => '所属组织',
'Class:Location/Attribute:org_id+' => '',
'Class:Location/Attribute:org_name' => '拥有者组织名称',
'Class:Location/Attribute:org_name' => '所属组织名称',
'Class:Location/Attribute:org_name+' => '',
'Class:Location/Attribute:address' => '地址',
'Class:Location/Attribute:address+' => '门户地址',
'Class:Location/Attribute:address+' => '地址',
'Class:Location/Attribute:postal_code' => '邮编',
'Class:Location/Attribute:postal_code+' => 'ZIP/邮政编码',
'Class:Location/Attribute:city' => '城市',
@@ -107,9 +107,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Location/Attribute:country' => '国家',
'Class:Location/Attribute:country+' => '',
'Class:Location/Attribute:physicaldevice_list' => '设备',
'Class:Location/Attribute:physicaldevice_list+' => '位置的所有设备',
'Class:Location/Attribute:physicaldevice_list+' => '位置的所有设备',
'Class:Location/Attribute:person_list' => '联系人',
'Class:Location/Attribute:person_list+' => '位置的所有联系人',
'Class:Location/Attribute:person_list+' => '位置的所有联系人',
));
//
@@ -144,7 +144,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Contact/Attribute:function' => '职责',
'Class:Contact/Attribute:function+' => '',
'Class:Contact/Attribute:cis_list' => '配置项',
'Class:Contact/Attribute:cis_list+' => '联系人关联的所有配置项',
'Class:Contact/Attribute:cis_list+' => '联系人关联的所有配置项',
'Class:Contact/Attribute:finalclass' => '联系人子类别',
'Class:Contact/Attribute:finalclass+' => 'Name of the final class',
));
@@ -176,7 +176,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Person/Attribute:team_list' => '团队',
'Class:Person/Attribute:team_list+' => '这个人归属的所有团队',
'Class:Person/Attribute:tickets_list' => '工单',
'Class:Person/Attribute:tickets_list+' => '这个人发起的所有工单',
'Class:Person/Attribute:tickets_list+' => '人发起的所有工单',
'Class:Person/Attribute:manager_id_friendlyname' => '直属上级姓名',
'Class:Person/Attribute:manager_id_friendlyname+' => '',
'Class:Person/Attribute:picture' => '头像',
@@ -195,9 +195,9 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Team' => '团队',
'Class:Team+' => '',
'Class:Team/Attribute:persons_list' => '成员',
'Class:Team/Attribute:persons_list+' => '团队包含的所有成员',
'Class:Team/Attribute:persons_list+' => '团队包含的所有成员',
'Class:Team/Attribute:tickets_list' => '工单',
'Class:Team/Attribute:tickets_list+' => '团队的所有工单',
'Class:Team/Attribute:tickets_list+' => '团队的所有工单',
));
//
@@ -230,7 +230,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Document/Attribute:status/Value:published' => '已发布',
'Class:Document/Attribute:status/Value:published+' => '',
'Class:Document/Attribute:cis_list' => '配置项',
'Class:Document/Attribute:cis_list+' => '文档关联的所有配置项',
'Class:Document/Attribute:cis_list+' => '文档关联的所有配置项',
'Class:Document/Attribute:finalclass' => '文档子类别',
'Class:Document/Attribute:finalclass+' => 'Name of the final class',
));
@@ -304,7 +304,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
//
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:lnkPersonToTeam' => '链接 个体 / 团队',
'Class:lnkPersonToTeam' => '关联 个体/团队',
'Class:lnkPersonToTeam+' => '',
'Class:lnkPersonToTeam/Attribute:team_id' => '团队',
'Class:lnkPersonToTeam/Attribute:team_id+' => '',
@@ -331,7 +331,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Menu:Catalogs+' => '数据类型',
'Menu:Audit' => '审计',
'Menu:Audit+' => '审计',
'Menu:CSVImport' => 'CSV 导入',
'Menu:CSVImport' => 'CSV导入',
'Menu:CSVImport+' => '批量创建或更新',
'Menu:Organization' => '组织',
'Menu:Organization+' => '所有组织',

View File

@@ -68,11 +68,11 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Ticket/Attribute:private_log' => '私信',
'Class:Ticket/Attribute:private_log+' => '',
'Class:Ticket/Attribute:contacts_list' => '联系人',
'Class:Ticket/Attribute:contacts_list+' => '工单相关的所有联系人',
'Class:Ticket/Attribute:contacts_list+' => '工单相关的所有联系人',
'Class:Ticket/Attribute:functionalcis_list' => '配置项',
'Class:Ticket/Attribute:functionalcis_list+' => '工单相关的所有配置项.',
'Class:Ticket/Attribute:functionalcis_list+' => '工单相关的所有配置项.',
'Class:Ticket/Attribute:workorders_list' => '工作任务',
'Class:Ticket/Attribute:workorders_list+' => '工单相关的所有工作任务',
'Class:Ticket/Attribute:workorders_list+' => '工单相关的所有工作任务',
'Class:Ticket/Attribute:finalclass' => '类型',
'Class:Ticket/Attribute:finalclass+' => '',
'Class:Ticket/Attribute:operational_status' => '操作状态',
@@ -232,7 +232,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:cmdbAbstractObject/Method:Copy/Param:1' => '目标字段',
'Class:cmdbAbstractObject/Method:Copy/Param:1+' => '填写当前对象',
'Class:cmdbAbstractObject/Method:Copy/Param:2' => '源字段',
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => '字段从当前对象获取值',
'Class:cmdbAbstractObject/Method:Copy/Param:2+' => '字段从当前对象获取值',
'Class:cmdbAbstractObject/Method:ApplyStimulus' => 'ApplyStimulus',
'Class:cmdbAbstractObject/Method:ApplyStimulus+' => 'Apply the specified stimulus to the current object',
'Class:cmdbAbstractObject/Method:ApplyStimulus/Param:1' => 'Stimulus code',
@@ -249,7 +249,7 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'Class:Document/Attribute:contracts_list' => '合同',
'Class:Document/Attribute:contracts_list+' => '文档关联的所有合同',
'Class:Document/Attribute:contracts_list+' => '文档关联的所有合同',
'Class:Document/Attribute:services_list' => '服务',
'Class:Document/Attribute:services_list+' => '文档关联的所有服务',
'Class:Document/Attribute:services_list+' => '文档关联的所有服务',
));