refactor(i18n): Added Chinese translations for Create Event and Maintenance

- Supplemented missing Chinese translations
- Added translation entries related to Create Event and Maintenance in both English and Chinese translation files
This commit is contained in:
YiZixuan
2025-09-09 21:21:34 +08:00
parent 06ba38aa15
commit 43957f65d2
4 changed files with 24 additions and 1 deletions
@@ -53,4 +53,13 @@ export const incidentTranslations: IncidentTranslations = {
failedToUpdateStatus: '更新状态失败',
inProgress: '进行中',
enterRootCause: '输入故障根源',
enterIncidentTitle: '输入事件标题',
enterIncidentDescription: '输入事件描述',
enterServiceId: '输入以逗号分隔的服务ID',
selectAssignedUser: '选择分配用户',
noAssignedUser: '该事件当前未分配给任何用户',
affectedSystems: '受影响系统',
enterAffectedSystems: '受影响系统',
separateSystemsWithComma: '输入受影响的系统,以逗号分隔',
createIncidentDesc: '创建一个新的事件',
};