feat: add tooltips for xxxeditPage fields (#135)

Signed-off-by: wasabi <690898835@qq.com>
This commit is contained in:
wasabi
2021-06-30 00:58:25 +08:00
committed by GitHub
parent f26b6c2d11
commit 7eb4da6e54
7 changed files with 152 additions and 65 deletions

View File

@ -2,8 +2,13 @@
"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",
@ -15,35 +20,61 @@
"Delete": "Delete",
"Up": "Up",
"Down": "Down",
"Organization": "Organization",
"Created time": "Created time",
"Name": "Name",
"Name - Tooltip": "Unique string-style identifier",
"Display name": "Display name",
"Display name - Tooltip": "Name shown to users, repeatable",
"Personal name": "Personal name",
"Personal name - Tooltip": "User personal name",
"Avatar": "Avatar",
"Avatar - Tooltip": "Avatar to show to others",
"Default avatar": "Default avatar",
"Default avatar - Tooltip": "default avatar",
"URL": "URL",
"URL - Tooltip": "Unique string-style identifier",
"Preview": "Preview",
"Preview - Tooltip": "The form in which the password is stored in the database",
"User type": "User type",
"User type - Tooltip": "Permission role owned by the user",
"Password type": "Password type",
"Password type - Tooltip": "The form in which the password is stored in the database",
"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",
"Captcha": "Captcha",
"Authorization code":"Authorization code",
"Access token":"Access token",
"Expires in":"Expires in",
"Scope":"Scope"
"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"
},
"signup":
{
@ -115,24 +146,38 @@
"organization":
{
"Edit Organization": "Edit Organization",
"Website URL": "Website URL"
"Website URL": "Website URL",
"Website URL - Tooltip": "Unique string-style identifier"
},
"provider":
{
"App ID": "App ID",
"App ID - Tooltip": "Unique string-style identifier",
"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",
"Client secret": "Client secret",
"Client secret - Tooltip": "Unique string-style identifier",
"Host": "Host",
"Host - Tooltip": "Unique string-style identifier",
"Port": "Port",
"Port - Tooltip": "Unique string-style identifier",
"Email Title": "Email Title",
"Email Title - Tooltip": "Unique string-style identifier",
"Email Content": "Email Content",
"Email Content - Tooltip": "Unique string-style identifier",
"Region ID": "Region ID",
"Sign Name": "Sign Name",
"Sign Name - Tooltip": "Unique string-style identifier",
"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"
},
"user":
@ -144,16 +189,23 @@
"Set password...": "Set password...",
"Modify password...": "Modify password...",
"Address": "Address",
"Address - Tooltip": "Unique string-style identifier",
"Affiliation": "Affiliation",
"Affiliation - Tooltip": "Unique string-style identifier",
"Modify affiliation": "Modify affiliation",
"Tag": "Tag",
"Tag - Tooltip": "Unique string-style identifier",
"Third-party logins": "Third-party logins",
"Third-party logins - Tooltip": "Use third-party apps to log in",
"Properties": "Properties",
"Link": "Link",
"Unlink": "Unlink",
"Is admin": "Is admin",
"Is admin - Tooltip": "Is the application administrator",
"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",
@ -190,14 +242,19 @@
"application":
{
"Edit Application": "Edit Application",
"Enable password": "Enable password",
"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",
"Login page preview": "Login page preview",
"Test signup page..": "Test signup page..",
"Test signin page..": "Test signin page..",
"Test prompt page..": "Test prompt page..",
"Redirect URL": "Redirect URL",
"Redirect URLs": "Redirect URLs",
"Signup items": "Signup items"
"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":
{

View File

@ -2,8 +2,13 @@
"general":
{
"Home": "主页",
"Home - Tooltip": "应用的首页",
"Organizations": "组织",
"Organizations - Tooltip": "Unique string-style identifier",
"Organization": "组织",
"Organization - Tooltip": "Unique string-style identifier",
"Providers": "提供商",
"Providers - Tooltip": "第三方登录需要配置的提供方",
"Users": "用户",
"User": "用户",
"Applications": "应用",
@ -15,23 +20,32 @@
"Delete": "删除",
"Up": "上移",
"Down": "下移",
"Organization": "组织",
"Created time": "创建时间",
"Name": "名称",
"Name - Tooltip": "唯一的、字符串式的ID",
"Display name": "显示名称",
"Display name - Tooltip": "可重复的、仅作展示用途的ID",
"Personal name": "姓名",
"Personal name - Tooltip": "个人姓名",
"Avatar": "头像",
"Avatar - Tooltip": "向其他人展示的头像",
"Default avatar": "默认头像",
"Default avatar - Tooltip": "默认头像",
"URL": "链接",
"URL - Tooltip": "可访问的在线地址",
"Preview": "预览",
"Preview - Tooltip": "预览",
"User type": "用户类型",
"User type - Tooltip": "具有不同权限的用户角色",
"Password type": "密码类型",
"Password type - Tooltip": "密码在数据库中存储的形式",
"Password salt": "密码Salt值",
"Password salt - Tooltip": "用于密码加密的随机参数",
"Password": "密码",
"Email": "电子邮箱",
"Phone": "手机号",
"Logo": "图标",
"Logo - Tooltip": "应用程序向外展示的图标",
"User containers": "用户容器",
"Users under all organizations": "所有组织里的用户",
"OAuth providers": "OAuth提供方",
@ -43,7 +57,21 @@
"Authorization code": "授权码",
"Access token": "访问令牌",
"Expires in": "有效期",
"Scope": "范围"
"Scope": "范围",
"Description": "Description",
"Description - Tooltip": "与此有关的描述信息",
"Token expire": "Token expire",
"Token expire - Tooltip": "签发的令牌的授权时间",
"Forget URL": "Forget URL",
"Forget URL - Tooltip": "Forget URL - Tooltip",
"Affiliation URL": "Affiliation URL",
"Affiliation URL - Tooltip": "Affiliation URL - Tooltip",
"Signup URL": "注册地址",
"Signup URL - Tooltip": "展示给用户的注册地址",
"Signin URL": "登录地址",
"Signin URL - Tooltip": "用户的登录地址",
"ID - Tooltip": "唯一的随机字符串",
"Favicon - Tooltip": "网站的图标"
},
"signup":
{