Add files via upload

This commit is contained in:
niubility000 2021-12-28 10:55:58 +08:00 committed by GitHub
parent c4a74e62e4
commit 7649f3634b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -110,6 +110,7 @@
"password": "Password", "password": "Password",
"passwordConfirm": "Password Confirmation", "passwordConfirm": "Password Confirmation",
"passwordsDontMatch": "Passwords don't match", "passwordsDontMatch": "Passwords don't match",
"invitationCode": "Invitation Code",
"signup": "Signup", "signup": "Signup",
"submit": "Login", "submit": "Login",
"username": "Username", "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}.", "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!", "commandsUpdated": "Commands updated!",
"createUserDir": "Auto create user home dir while adding new user", "createUserDir": "Auto create user home dir while adding new user",
"useInvitationCode": "Use invitation code",
"customStylesheet": "Custom Stylesheet", "customStylesheet": "Custom Stylesheet",
"defaultUserDescription": "This are the default settings for new users.", "defaultUserDescription": "This are the default settings for new users.",
"disableExternalLinks": "Disable external links (except documentation)", "disableExternalLinks": "Disable external links (except documentation)",

View File

@ -110,11 +110,12 @@
"password": "密码", "password": "密码",
"passwordConfirm": "确认密码", "passwordConfirm": "确认密码",
"passwordsDontMatch": "密码不一致", "passwordsDontMatch": "密码不一致",
"invitationCode": "邀请码",
"signup": "注册", "signup": "注册",
"submit": "登录", "submit": "登录",
"username": "用户名", "username": "用户名",
"usernameTaken": "用户名已经被使用", "usernameTaken": "用户名已经被使用",
"wrongCredentials": "用户名或密码错误" "wrongCredentials": "输入信息错误"
}, },
"permanent": "永久", "permanent": "永久",
"prompts": { "prompts": {
@ -180,6 +181,7 @@
"commandRunnerHelp": "你可以在此设置在下列事件中执行的命令。每行必须写一条命令。可以在命令中使用环境变量 {0} 和 {1},使 {0} 与 {1} 相关联。关于此功能和可用环境变量的更多信息,请阅读 {2}。", "commandRunnerHelp": "你可以在此设置在下列事件中执行的命令。每行必须写一条命令。可以在命令中使用环境变量 {0} 和 {1},使 {0} 与 {1} 相关联。关于此功能和可用环境变量的更多信息,请阅读 {2}。",
"commandsUpdated": "命令已更新!", "commandsUpdated": "命令已更新!",
"createUserDir": "在添加新用户的同时自动创建用户的个人目录", "createUserDir": "在添加新用户的同时自动创建用户的个人目录",
"useInvitationCode": "使用邀请码",
"customStylesheet": "自定义样式表CSS", "customStylesheet": "自定义样式表CSS",
"defaultUserDescription": "这些是新用户的默认设置。", "defaultUserDescription": "这些是新用户的默认设置。",
"disableExternalLinks": "禁止外部链接(帮助文档除外)", "disableExternalLinks": "禁止外部链接(帮助文档除外)",