Merge branch 'integration_airtable' of https://github.com/AmitChauhan63390/maxun into integration_airtable

This commit is contained in:
Rohit
2025-02-26 14:49:03 +05:30
26 changed files with 1455 additions and 660 deletions

View File

@@ -8,7 +8,16 @@
"register_prompt": "还没有账号?",
"register_link": "注册",
"welcome_notification": "欢迎使用 Maxun",
"error_notification": "登录失败。请重试。"
"validation": {
"required_fields": "邮箱和密码为必填项",
"password_length": "密码必须至少6个字符"
},
"error": {
"user_not_found": "用户不存在",
"invalid_credentials": "邮箱或密码无效",
"server_error": "登录失败,请稍后重试",
"generic": "发生错误,请重试"
}
},
"register": {
"title": "注册账号",
@@ -19,7 +28,16 @@
"register_prompt": "已有账号?",
"login_link": "登录",
"welcome_notification": "欢迎使用 Maxun",
"error_notification": "注册失败。请重试。"
"validation": {
"email_required": "邮箱是必填项",
"password_requirements": "密码必须至少6个字符"
},
"error": {
"user_exists": "该邮箱已被注册",
"creation_failed": "无法创建账户",
"server_error": "服务器错误",
"generic": "注册失败,请重试"
}
},
"recordingtable": {
"run": "运行",
@@ -123,11 +141,11 @@
"generate_button": "生成API密钥",
"notifications": {
"fetch_error": "获取API密钥失败 - ${error}",
"generate_success": "API密钥生成成功",
"generate_success": "成功生成API密钥",
"generate_error": "生成API密钥失败 - ${error}",
"delete_success": "API密钥删除成功",
"delete_success": "成功删除API密钥",
"delete_error": "删除API密钥失败 - ${error}",
"copy_success": "API密钥复制成功"
"copy_success": "成功复制API密钥"
}
},
"action_description": {
@@ -522,6 +540,19 @@
},
"navbar": {
"project_name": "Maxun",
"notifications": {
"success": {
"logout": "退出登录成功"
},
"errors": {
"logout": {
"unauthorized": "您没有执行此操作的权限",
"server": "退出登录时发生服务器错误",
"network": "退出登录时发生网络错误",
"unknown": "退出登录时发生未知错误"
}
}
},
"upgrade": {
"button": "升级",
"modal": {