Skip to content

Commit

Permalink
Merge pull request #178 from GitDataAI/dev/xx
Browse files Browse the repository at this point in the history
💄 🐛
  • Loading branch information
lazhenyi authored Nov 21, 2024
2 parents 3a34f4d + 69c6f78 commit 5f2cde4
Show file tree
Hide file tree
Showing 15 changed files with 544 additions and 341 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/gitdata.ai-redpanda.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitDataAi Cloud</title>
<title>GitDataAI Cloud</title>
<script>

</script>
Expand Down
9 changes: 6 additions & 3 deletions messages/en.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
{
"Auth": {
"Get": "get",
"New": "new",
"Login": "Sign in",
"CantLogin": "Can't log in?",
"Register": "Sign up",
"RegistrationFailed": "Registration failed",
"NonAccount": "Go to Register",
"HaveAccount": "Go to log in",
"HaveAccount": "Already have a GitData.AI account?",
"RemAccount": "Go to log in",
"CreateAccount": "Create Account ",
"ForgotPass": "Forgot Password",
"ForgotPass": "Forgot Password?",
"ResetPass": "Reset your password",
"Username": "Username",
"Password": "Password",
"Captcha": "Captcha",
"CaptchaError": "Captcha Error",
"Email": "Email",
"ConfirmPass": "ConfirmPassword",
"Confirm": "Confirm",
"Submit": "Submit",
"H2": "About GitDataAi Cloud",
"Description": "GitDataAi Cloud is a platform for data management, visualization, and analysis that helps you manage and explore data resources efficiently.",
Expand All @@ -28,7 +31,7 @@
"InvalidCaptcha": "The verification code must be 6 digits",
"NullUsername": "The username cannot be empty",
"Enter": "Please Enter ",
"Confirm": "Please confirm your password again",
"ConfirmP": "Please confirm your password again",
"LoginSuccess": "Login successful",
"LoginFail": "Login failed, wrong username or password",
"LoginContinue": "Sign in to continue",
Expand Down
9 changes: 6 additions & 3 deletions messages/zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
{
"Auth": {
"Get": "获取",
"New": "",
"Login": "登录",
"CantLogin": "无法登录?",
"Register": "注册",
"RegistrationFailed": "注册失败",
"NonAccount": "没有账号?去注册",
"HaveAccount": "已有GitDataAI.ai账号? ",
"HaveAccount": "已有GitData.AI账号? ",
"RemAccount": "想起来了?去登录",
"CreateAccount": "创建账户",
"ForgotPass": "忘记密码",
"ForgotPass": "忘记密码?",
"ResetPass": "重置密码",
"Username": "用户名",
"Password": "密码",
"Captcha": "验证码",
"CaptchaError": "验证码错误",
"Email": "邮箱",
"ConfirmPass": "确认密码",
"Confirm": "确认",
"Submit": "提交",
"H2": "关于 GitDataAi Cloud",
"Description": "GitDataAi Cloud 是一个用于数据管理、可视化和分析的平台,帮助您高效地管理和探索数据资源。",
Expand All @@ -28,7 +31,7 @@
"InvalidCaptcha": "验证码必须是6位数字",
"NullUsername": "用户名不能为空",
"Enter": "请输入",
"Confirm": "请再次确认密码",
"ConfirmP": "请再次确认密码",
"LoginSuccess": "登录成功",
"LoginFail": "登录失败,用户名或密码有误",
"LoginContinue": "登录以继续",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@types/js-cookie": "^3.0.6",
"axios": "^1.7.7",
"i18next": "^23.16.5",
Expand Down
Loading

0 comments on commit 5f2cde4

Please sign in to comment.