diff --git a/ui/src/i18n/en.json b/ui/src/i18n/en.json index 251757f..c4ea1d2 100644 --- a/ui/src/i18n/en.json +++ b/ui/src/i18n/en.json @@ -25,6 +25,7 @@ "Cancel": "Cancel", "OK": "OK", "Ignore": "Ignore", + "username is required": "username is required", "command is required": "command is required", "must be an integer between 0 and 30": "must be an integer between 0 and 30", "Parameter": "Parameter", diff --git a/ui/src/i18n/zh-CN.json b/ui/src/i18n/zh-CN.json index cdc3fcf..cd7cfe8 100644 --- a/ui/src/i18n/zh-CN.json +++ b/ui/src/i18n/zh-CN.json @@ -25,6 +25,7 @@ "Cancel": "取消", "OK": "确定", "Ignore": "忽略", + "username is required": "用户名为必填项", "command is required": "命令为必填项", "must be an integer between 0 and 30": "必须是 0 到 30 之间的整数", "Parameter": "参数",