43957f65d2
- Supplemented missing Chinese translations - Added translation entries related to Create Event and Maintenance in both English and Chinese translation files
66 lines
2.3 KiB
TypeScript
66 lines
2.3 KiB
TypeScript
|
|
import { IncidentTranslations } from '../types/incident';
|
|
|
|
export const incidentTranslations: IncidentTranslations = {
|
|
incidentManagement: '事件管理',
|
|
incidentsManagementDesc: '跟踪和管理服务事件及其解决方案',
|
|
unresolvedIncidents: '未解决',
|
|
resolvedIncidents: '已解决',
|
|
activeIncidents: '活动事件',
|
|
criticalIssues: '关键问题',
|
|
avgResolutionTime: '平均解决时间',
|
|
noIncidents: '没有活动事件',
|
|
createIncident: '创建事件',
|
|
investigating: '调查中',
|
|
identified: '已识别',
|
|
monitoring: '监控',
|
|
resolved: '已解决',
|
|
scheduleIncidentManagement: '计划与事件管理',
|
|
incidentName: '事件名称',
|
|
incidentStatus: '事件状态',
|
|
highPriority: '高优先级',
|
|
configurationSettings: '配置设置',
|
|
incidentCreatedSuccess: '事件创建成功',
|
|
basicInfo: '基本信息',
|
|
serviceId: '服务 ID',
|
|
assignedTo: '分配给',
|
|
unassigned: '未分配',
|
|
timeline: '时间线',
|
|
incidentTime: '事件时间',
|
|
resolutionTime: '解决时间',
|
|
systems: '系统',
|
|
noSystems: '没有受影响的系统',
|
|
impactAnalysis: '影响分析',
|
|
rootCause: '根本原因',
|
|
resolutionSteps: '解决步骤',
|
|
lessonsLearned: '经验',
|
|
resolutionDetails: '解决详情',
|
|
assignment: '分配',
|
|
download: '下载',
|
|
downloadPdf: '下载 PDF',
|
|
print: '打印',
|
|
confidentialNote: '此文档为机密文件,仅供内部使用。',
|
|
generatedOn: '生成时间',
|
|
enterResolutionSteps: '输入解决此事件的步骤',
|
|
enterLessonsLearned: '输入从此事件中学到的经验',
|
|
editIncident: '编辑事件',
|
|
editIncidentDesc: '更新此事件的详细信息',
|
|
updating: '更新中...',
|
|
update: '更新',
|
|
create: '创建',
|
|
creating: '创建中...',
|
|
configuration: '配置',
|
|
failedToUpdateStatus: '更新状态失败',
|
|
inProgress: '进行中',
|
|
enterRootCause: '输入故障根源',
|
|
enterIncidentTitle: '输入事件标题',
|
|
enterIncidentDescription: '输入事件描述',
|
|
enterServiceId: '输入以逗号分隔的服务ID',
|
|
selectAssignedUser: '选择分配用户',
|
|
noAssignedUser: '该事件当前未分配给任何用户',
|
|
affectedSystems: '受影响系统',
|
|
enterAffectedSystems: '受影响系统',
|
|
separateSystemsWithComma: '输入受影响的系统,以逗号分隔',
|
|
createIncidentDesc: '创建一个新的事件',
|
|
};
|