Refactor code structure for improved readability and maintainability
This commit is contained in:
+12
-9
@@ -100,22 +100,25 @@
|
||||
"syncingProfile": "Syncing your admin profile and permissions",
|
||||
"loginSuccess": "Signed in. Taking you to the dashboard.",
|
||||
"loginFailed": "Sign-in failed",
|
||||
"badge": "Shell AI",
|
||||
"welcome": "Welcome to Shell AI Support",
|
||||
"welcome": "Welcome back",
|
||||
"loginDescription": "Login to your {brand} account",
|
||||
"username": "Username",
|
||||
"usernamePlaceholder": "Username or email",
|
||||
"password": "Password",
|
||||
"passwordPlaceholder": "Enter your password",
|
||||
"forgotPassword": "Forgot your password?",
|
||||
"signingIn": "Signing in...",
|
||||
"signIn": "Sign in",
|
||||
"signIn": "Login",
|
||||
"continueWith": "Or continue with",
|
||||
"wxworkSignIn": "Sign in with WeCom",
|
||||
"oidcSignIn": "Sign in with OIDC",
|
||||
"heroBadge": "Secure Admin Workspace",
|
||||
"heroTitle": "Shell AI Support",
|
||||
"heroSubtitle": "Understand every issue, respond faster, and turn support into accountable outcomes.",
|
||||
"heroPoint1": "Guide every conversation toward a trackable resolution.",
|
||||
"heroPoint2": "Keep intake, routing, handoff, and review in one workflow.",
|
||||
"heroPoint3": "Connect every channel, route intelligently, and help people work with AI.",
|
||||
"noAccount": "Don't have an account?",
|
||||
"signUp": "Sign up",
|
||||
"termsPrefix": "By clicking continue, you agree to our",
|
||||
"termsOfService": "Terms of Service",
|
||||
"termsJoiner": "and",
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"imageAlt": "Image",
|
||||
"wxworkMissingTicket": "The WeCom sign-in ticket is missing.",
|
||||
"wxworkFailed": "WeCom sign-in failed.",
|
||||
"wxworkSigningIn": "Signing in with WeCom",
|
||||
|
||||
+11
-8
@@ -100,22 +100,25 @@
|
||||
"syncingProfile": "将自动同步当前管理员信息与权限数据",
|
||||
"loginSuccess": "登录成功,正在进入系统",
|
||||
"loginFailed": "登录失败",
|
||||
"badge": "贝壳AI",
|
||||
"welcome": "欢迎使用贝壳 AI 客服平台",
|
||||
"welcome": "欢迎回来",
|
||||
"loginDescription": "登录你的 {brand} 账号",
|
||||
"username": "用户名",
|
||||
"usernamePlaceholder": "用户名或邮箱",
|
||||
"password": "密码",
|
||||
"passwordPlaceholder": "请输入密码",
|
||||
"forgotPassword": "忘记密码?",
|
||||
"signingIn": "登录中...",
|
||||
"signIn": "登录",
|
||||
"continueWith": "或继续使用",
|
||||
"wxworkSignIn": "企业微信登录",
|
||||
"oidcSignIn": "OIDC 登录",
|
||||
"heroBadge": "安全管理空间",
|
||||
"heroTitle": "贝壳AI客服",
|
||||
"heroSubtitle": "懂问题,更懂用户;快响应,更能落地。",
|
||||
"heroPoint1": "让每一次咨询,都通向可追踪的结果。",
|
||||
"heroPoint2": "从接待到转派到复盘,一条链路跑到底。",
|
||||
"heroPoint3": "多渠道接入,智能分配,人机协同提效。",
|
||||
"noAccount": "还没有账号?",
|
||||
"signUp": "注册",
|
||||
"termsPrefix": "点击继续即表示你同意我们的",
|
||||
"termsOfService": "服务条款",
|
||||
"termsJoiner": "和",
|
||||
"privacyPolicy": "隐私政策",
|
||||
"imageAlt": "图片",
|
||||
"wxworkMissingTicket": "企业微信登录票据不存在",
|
||||
"wxworkFailed": "企业微信登录失败",
|
||||
"wxworkSigningIn": "企业微信登录中",
|
||||
|
||||
Reference in New Issue
Block a user