diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 2f11b7e5..36c9da78 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -110,6 +110,7 @@ "password": "Password", "passwordConfirm": "Password Confirmation", "passwordsDontMatch": "Passwords don't match", + "invitationCode": "Invitation Code", "signup": "Signup", "submit": "Login", "username": "Username", @@ -180,6 +181,7 @@ "commandRunnerHelp": "Here you can set commands that are executed in the named events. You must write one per line. The environment variables {0} and {1} will be available, being {0} relative to {1}. For more information about this feature and the available environment variables, please read the {2}.", "commandsUpdated": "Commands updated!", "createUserDir": "Auto create user home dir while adding new user", + "useInvitationCode": "Use invitation code", "customStylesheet": "Custom Stylesheet", "defaultUserDescription": "This are the default settings for new users.", "disableExternalLinks": "Disable external links (except documentation)", diff --git a/frontend/src/i18n/zh-cn.json b/frontend/src/i18n/zh-cn.json index 6474b00a..4d64e49c 100644 --- a/frontend/src/i18n/zh-cn.json +++ b/frontend/src/i18n/zh-cn.json @@ -110,11 +110,12 @@ "password": "密码", "passwordConfirm": "确认密码", "passwordsDontMatch": "密码不一致", + "invitationCode": "邀请码", "signup": "注册", "submit": "登录", "username": "用户名", "usernameTaken": "用户名已经被使用", - "wrongCredentials": "用户名或密码错误" + "wrongCredentials": "输入信息错误" }, "permanent": "永久", "prompts": { @@ -180,6 +181,7 @@ "commandRunnerHelp": "你可以在此设置在下列事件中执行的命令。每行必须写一条命令。可以在命令中使用环境变量 {0} 和 {1},使 {0} 与 {1} 相关联。关于此功能和可用环境变量的更多信息,请阅读 {2}。", "commandsUpdated": "命令已更新!", "createUserDir": "在添加新用户的同时自动创建用户的个人目录", + "useInvitationCode": "使用邀请码", "customStylesheet": "自定义样式表(CSS)", "defaultUserDescription": "这些是新用户的默认设置。", "disableExternalLinks": "禁止外部链接(帮助文档除外)",