casdoor/web/src/locales/en/data.json

325 lines
13 KiB
JSON
Raw Normal View History

{
"general":
{
"Home": "Home",
"Home - Tooltip": "Application homepage",
"Organizations": "Organizations",
"Organizations - Tooltip": "The group the user belongs to",
"Organization": "Organization",
"Organization - Tooltip": "The group the user belongs to",
"Providers": "Providers",
"Providers - Tooltip": "List of third-party applications that can be used to log in",
"Users": "Users",
"User": "User",
"Applications": "Applications",
"Application": "Application",
"Records": "Records",
"Client ip": "Client ip",
"Timestamp": "Timestamp",
"Username": "Username",
"Request uri": "Request uri",
"LDAPs": "LDAPs",
"Save": "Save",
"Add": "Add",
"Action": "Action",
"Edit": "Edit",
"Delete": "Delete",
2021-06-14 17:18:40 +08:00
"Up": "Up",
"Down": "Down",
2021-04-28 00:13:50 +08:00
"Created time": "Created time",
"Name": "Name",
2021-06-25 00:13:43 +08:00
"Name - Tooltip": "Unique string-style identifier",
2021-04-28 00:13:50 +08:00
"Display name": "Display name",
"Display name - Tooltip": "Name shown to users, repeatable",
2021-06-16 15:25:54 +08:00
"Personal name": "Personal name",
"Personal name - Tooltip": "User personal name",
"Avatar": "Avatar",
"Avatar - Tooltip": "Avatar to show to others",
2021-06-17 01:12:03 +08:00
"Default avatar": "Default avatar",
"Default avatar - Tooltip": "default avatar",
2021-04-27 20:59:50 +08:00
"URL": "URL",
"URL - Tooltip": "Unique string-style identifier",
"Preview": "Preview",
"Preview - Tooltip": "The form in which the password is stored in the database",
2021-04-28 00:13:50 +08:00
"User type": "User type",
"User type - Tooltip": "Permission role owned by the user",
2021-04-28 00:13:50 +08:00
"Password type": "Password type",
"Password type - Tooltip": "The form in which the password is stored in the database",
2021-05-05 23:40:18 +08:00
"Password salt": "Password salt",
"Password salt - Tooltip": "Random parameters used for password encryption",
"Password": "Password",
"Email": "Email",
"Email - Tooltip": "email",
"Phone": "Phone",
"Phone - Tooltip": "Phone",
"Logo": "Logo",
"Logo - Tooltip": "App's image tag",
"User containers": "User containers",
"Users under all organizations": "Users under all organizations",
"OAuth providers": "OAuth providers",
"Applications that requires authentication": "Applications that requires authentication",
"Swagger": "Swagger",
"Phone Prefix": "Phone Prefix",
"Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions",
"Enter the code": "Enter the code",
2021-06-27 01:34:25 +08:00
"Captcha": "Captcha",
"Authorization code":"Authorization code",
"Access token":"Access token",
"Expires in":"Expires in",
"Scope":"Scope",
"Description": "Description",
"Description - Tooltip": "Related descriptive information",
"Token expire": "Token expire",
"Token expire - Tooltip": "Token authorization time",
"Forget URL": "Forget URL",
"Forget URL - Tooltip": "Unique string-style identifier",
"Affiliation URL": "Affiliation URL",
"Affiliation URL - Tooltip": "Unique string-style identifier",
"Signup URL": "Signup URL",
"Signup URL - Tooltip": "sign up url",
"Signin URL": "Signin URL",
"Signin URL - Tooltip": "sign in url",
"ID - Tooltip": "random string",
"Favicon - Tooltip": "Application icon",
"Back Home": "Back Home",
"Sorry, the page you visited does not exist": "Sorry, the page you visited does not exist"
},
2021-04-28 00:47:12 +08:00
"signup":
{
"Username": "Username",
"Please input your display name!": "Please input your display name!",
2021-06-16 15:25:54 +08:00
"Please input your personal name!": "Please input your personal name!",
2021-06-04 20:47:27 +08:00
"Please input your address!": "Please input your address!",
2021-04-28 00:47:12 +08:00
"Please input your affiliation!": "Please input your affiliation!",
"Please select your country/region!": "Please select your country/region!",
2021-04-28 00:47:12 +08:00
"The input is not valid Email!": "The input is not valid Email!",
"Please input your Email!": "Please input your Email!",
"Confirm": "Confirm",
2021-04-28 00:47:12 +08:00
"Please confirm your password!": "Please confirm your password!",
"Your confirmed password is inconsistent with the password!": "Your confirmed password is inconsistent with the password!",
"Please input your phone number!": "Please input your phone number!",
"Accept": "Accept",
"Terms of Use": "Terms of Use",
"Have account?": "Have account?",
2021-04-28 21:25:58 +08:00
"sign in now": "sign in now",
"Your account has been created!": "Your account has been created!",
"Please click the below button to sign in": "Please click the below button to sign in",
"Missing parameter.": "Missing parameter."
},
"code":
2021-06-27 00:50:14 +08:00
{
"Verify code": "Verify code",
"Please input your verification code!": "Please input your verification code!",
2021-06-27 00:50:14 +08:00
"Send Code": "Send Code",
"Empty Code": "Empty Code",
"Code Sent": "Code Sent",
"Code You Received": "Code You Received",
"Enter your code": "Enter your code",
"You can only send one code in 60s.": "You can only send one code in 60s.",
"Code has not been sent yet!": "Code has not been sent yet!",
"You should verify your code in 5 min!": "You should verify your code in 5 min!",
"Wrong code!": "Wrong code!",
2021-06-15 22:12:50 +08:00
"Email code": "Email code",
"Phone code": "Phone code",
"PhoneCode has not been sent yet!": "Phone code has not been sent yet!",
"EmailCode has not been sent yet!": "Email code has not been sent yet!",
"PhoneYou should verify your code in 10 min!": "You should verify your phone verification code in 10 min!",
"EmailYou should verify your code in 10 min!": "You should verify your email verification code in 10 min!",
"PhoneWrong code!": "Wrong phone verification code!",
"EmailWrong code!": "Wrong email verification code!",
2021-06-18 02:05:19 +08:00
"Missing parameter.": "Missing parameter.",
"Submit and complete": "Submit and complete"
2021-04-28 00:47:12 +08:00
},
2021-04-27 22:03:22 +08:00
"login":
{
2021-05-23 23:40:44 +08:00
"Please input your username, Email or phone!": "Please input your username, Email or phone!",
"username, Email or phone": "username, Email or phone",
2021-04-28 00:47:12 +08:00
"Please input your password!": "Please input your password!",
2021-05-14 23:45:20 +08:00
"Password": "Password",
2021-04-27 22:03:22 +08:00
"Auto login": "Auto login",
"Forgot password?": "Forgot password?",
"Sign In": "Sign In",
"No account yet?": "No account yet?",
2021-06-11 20:33:22 +08:00
"sign up now": "sign up now",
"To access": "To access",
"Sign in with {type}": "Sign in with {type}"
2021-04-27 22:03:22 +08:00
},
2021-03-26 21:56:51 +08:00
"account":
{
"My Account": "My Account",
2021-04-27 20:59:50 +08:00
"Settings for your account": "Settings for your account",
"Login": "Login",
"Logout": "Logout",
2021-04-27 22:47:44 +08:00
"Sign Up": "Sign Up"
},
"organization":
{
"Edit Organization": "Edit Organization",
"Website URL": "Website URL",
"Website URL - Tooltip": "Unique string-style identifier"
},
"provider":
{
"App ID": "App ID",
"App ID - Tooltip": "Unique string-style identifier",
2021-05-14 23:45:20 +08:00
"Name": "Name",
"Display name": "Display name",
"Category": "Category",
"Category - Tooltip": "Unique string-style identifier",
"Type": "Type",
"Type - Tooltip": "Unique string-style identifier",
"Client ID": "Client ID",
"Client ID - Tooltip": "Unique string-style identifier",
2021-04-28 00:13:50 +08:00
"Client secret": "Client secret",
"Client secret - Tooltip": "Unique string-style identifier",
2021-05-15 13:43:21 +08:00
"Host": "Host",
"Host - Tooltip": "Unique string-style identifier",
2021-05-15 13:43:21 +08:00
"Port": "Port",
"Port - Tooltip": "Unique string-style identifier",
2021-05-24 20:21:41 +08:00
"Email Title": "Email Title",
"Email Title - Tooltip": "Unique string-style identifier",
2021-05-24 20:21:41 +08:00
"Email Content": "Email Content",
"Email Content - Tooltip": "Unique string-style identifier",
2021-05-15 13:43:21 +08:00
"Region ID": "Region ID",
"Sign Name": "Sign Name",
"Sign Name - Tooltip": "Unique string-style identifier",
2021-05-15 13:43:21 +08:00
"Template Code": "Template Code",
"Template Code - Tooltip": "Unique string-style identifier",
"Provider URL": "Provider URL",
"Provider URL - Tooltip": "Unique string-style identifier",
"Edit Provider": "Edit Provider",
"Endpoint": "Endpoint",
"Endpoint - Tooltip": "Storage bucket endpoint",
"Bucket": "Bucket",
"Bucket - Tooltip": "Storage bucket name",
"Domain": "Domain",
"Domain - Tooltip": "Storage endpoint custom domain",
"Region": "Region",
"Region - Tooltip": "Storage region"
},
"user":
{
"Edit User": "Edit User",
2021-04-27 18:08:21 +08:00
"Upload a photo": "Upload a photo",
"Select a photo...": "Select a photo...",
"Set new profile picture": "Set new profile picture",
2021-05-09 14:53:05 +08:00
"Set password...": "Set password...",
"Modify password...": "Modify password...",
2021-06-04 20:47:27 +08:00
"Address": "Address",
"Address - Tooltip": "Unique string-style identifier",
"Affiliation": "Affiliation",
"Affiliation - Tooltip": "Unique string-style identifier",
"Country/Region": "Country/Region",
"Country/Region - Tooltip": "Country/Region",
2021-05-24 21:27:00 +08:00
"Modify affiliation": "Modify affiliation",
"Tag": "Tag",
"Tag - Tooltip": "Unique string-style identifier",
2021-04-28 00:13:50 +08:00
"Third-party logins": "Third-party logins",
"Third-party logins - Tooltip": "Use third-party apps to log in",
2021-05-30 18:35:05 +08:00
"Properties": "Properties",
2021-04-27 20:59:50 +08:00
"Link": "Link",
"Unlink": "Unlink",
2021-04-28 00:13:50 +08:00
"Is admin": "Is admin",
"Is admin - Tooltip": "Is the application administrator",
2021-05-02 12:18:28 +08:00
"Is global admin": "Is global admin",
"Is global admin - Tooltip": "Is the application global administrator",
"Is forbidden": "Is forbidden",
"Is forbidden - Tooltip": "Whether the account is disabled",
"Empty input!": "Empty input!",
"Two passwords you typed do not match.": "Two passwords you typed do not match.",
"Password Set": "Password Set",
"Set Password": "Set Password",
"Old Password": "Old Password",
"New Password": "New Password",
"Re-enter New": "Re-enter New",
"Please login first.": "Please login first.",
"Session outdated. Please login again.": "Session outdated. Please login again.",
"Invalid user id.": "Invalid user id.",
"You don't have the permission to do this.": "You don't have the permission to do this.",
"Old password wrong.": "Old password wrong.",
"New password contains blank space.": "New password contains blank space.",
"Invalid new password": "Invalid new password",
"Password": "Password",
2021-06-27 01:34:25 +08:00
"OK": "OK",
"Cancel": "Cancel",
"input password": "input password",
2021-05-24 20:48:04 +08:00
"Reset Email...": "Reset Email...",
"Reset Phone...": "Reset Phone...",
"Empty email": "Empty Email",
"Empty phone": "Empty Phone",
"phone reset": "Phone Reset",
"email reset": "Email Reset",
"Input your email": "Input your email",
"Input your phone number": "Input your phone number",
"New phone": "New Phone",
"New email": "New Email",
"Invalid phone number": "Invalid phone number",
"Invalid Email address": "Invalid Email address",
"Turing test failed.": "Turing test failed.",
"Missing parameter.": "Missing parameter. Please check your form!"
},
2021-03-26 21:56:51 +08:00
"application":
{
"Edit Application": "Edit Application",
"Password ON": "Password ON",
"Password ON - Tooltip": "Whether to allow password login",
"Enable signup": "Enable signup",
"Enable signup - Tooltip": "Whether to allow users to sign up",
2021-06-14 13:13:39 +08:00
"Login page preview": "Login page preview",
"Test signup page..": "Test signup page..",
2021-06-14 17:18:40 +08:00
"Test signin page..": "Test signin page..",
2021-06-18 02:05:19 +08:00
"Test prompt page..": "Test prompt page..",
2021-06-14 17:18:40 +08:00
"Redirect URL": "Redirect URL",
2021-06-16 14:06:41 +08:00
"Redirect URLs": "Redirect URLs",
"Redirect URLs - Tooltip": "List of redirect addresses after successful login",
"Signup items": "Signup items",
"Signup items - Tooltip": "Signup items that need to be filled in when users register"
},
"forget":
{
"Please input your application!": "Please input your application!",
"Please input your organization!": "Please input your organization!",
"Unknown forgot type:": "Unknown forgot type:",
"Please input your username!": "Please input your username!",
"Please input your password!": "Please input your password!",
"Please confirm your password!": "Please confirm your password!",
"Please input your Email/Phone string!": "Please input your Email/Phone string!",
"Your confirmed password is inconsistent with the password!": "Your confirmed password is inconsistent with the password!",
"Account": "Account",
"Verify": "Verify",
"Retrieve password": "Retrieve password",
"Reset": "Reset",
"Password": "Password",
"Next Step": "Next Step",
"Confirm": "Confirm",
"Email/Phone's format wrong!": "Email/Phone's format wrong!",
"Email/Phone": "Email/Phone",
"Change Password": "Change Password",
"Choose email verification or mobile verification": "Choose email verification or mobile verification"
},
"ldap":
{
"Server Name": "Server Name",
"Host": "Host",
"Server": "Server",
"Base DN": "Base DN",
"Admin": "Admin",
"Admin Password": "Admin Password",
"Auto Sync": "Auto Sync",
"Last Sync": "Last Sync",
"Sync": "Sync",
"ID": "ID",
"Server Host": "Server Host",
"Server Port": "Server Port",
"Edit LDAP": "Edit LDAP",
"Sync users": "Sync users",
"Server Name - Tooltip": "LDAP server config display name",
"Server Host - Tooltip": "LDAP server host",
"Server Port - Tooltip": "LDAP server port",
"Base DN - Tooltip": "LDAP search base DN",
"Admin - Tooltip": "LDAP server admin CN or ID",
"Admin Password - Tooltip": "LDAP server admin password",
"Auto Sync - Tooltip": "Auto sync config, disable if is 0"
}
2021-03-26 21:56:51 +08:00
}