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
@@ -61,4 +61,5 @@ export const incidentTranslations: IncidentTranslations = {
affectedSystems: 'Affected Systems',
enterAffectedSystems: 'Enter Affected Systems',
separateSystemsWithComma: 'Enter affected systems seperated by comma',
createIncidentDesc: 'Create a new incident',
};