diff --git a/apps/jingrow/frontend/src/locales/zh-CN.json b/apps/jingrow/frontend/src/locales/zh-CN.json index 6da542d..4e390d9 100644 --- a/apps/jingrow/frontend/src/locales/zh-CN.json +++ b/apps/jingrow/frontend/src/locales/zh-CN.json @@ -876,6 +876,49 @@ "View details feature coming soon": "查看详情功能即将推出", "Install feature coming soon": "安装功能即将推出", "Publish app feature coming soon": "发布应用功能即将推出", + + "Environment Configuration": "环境配置", + "Only system administrators can view and edit environment configuration": "仅系统管理员可以查看和编辑环境配置", + "Jingrow API Configuration": "Jingrow API 配置", + "Jingrow Server URL": "Jingrow 服务器地址", + "Jingrow API Key": "Jingrow API 密钥", + "Jingrow API Secret": "Jingrow API 密钥", + "Jingrow Session Cookie": "Jingrow 会话 Cookie", + "Jingrow Cloud Configuration": "Jingrow Cloud 配置", + "Cloud URL": "Cloud 地址", + "Cloud API URL": "Cloud API 地址", + "Cloud API Key": "Cloud API 密钥", + "Cloud API Secret": "Cloud API 密钥", + "Database Configuration": "数据库配置", + "DB Host": "数据库主机", + "DB Port": "数据库端口", + "DB Name": "数据库名称", + "DB User": "数据库用户", + "DB Password": "数据库密码", + "DB Type": "数据库类型", + "Qdrant Configuration": "Qdrant 配置", + "Qdrant Host": "Qdrant 主机", + "Qdrant Port": "Qdrant 端口", + "Runtime Configuration": "运行时配置", + "Run Mode": "运行模式", + "Environment": "环境", + "Log Level": "日志级别", + "Backend": "后端配置", + "Other": "其他", + "Backend Host": "后端主机", + "Backend Port": "后端端口", + "Backend Reload": "后端热重载", + "Dramatiq": "Dramatiq 任务队列", + "Worker Processes": "工作进程数", + "Worker Threads": "工作线程数", + "Watch": "监听文件变化", + "Save Environment Configuration": "保存环境配置", + "Environment configuration loaded": "环境配置已加载", + "Environment configuration saved": "环境配置已保存", + "Failed to load environment configuration": "加载环境配置失败", + "Failed to save environment configuration": "保存环境配置失败", + "Refresh": "刷新", + "Save": "保存", "Publish App": "发布应用", "Active": "活跃", "View detailed information about the application": "查看应用的详细信息", diff --git a/apps/jingrow/frontend/src/views/Settings.vue b/apps/jingrow/frontend/src/views/Settings.vue index f0f48a0..450d352 100644 --- a/apps/jingrow/frontend/src/views/Settings.vue +++ b/apps/jingrow/frontend/src/views/Settings.vue @@ -1,12 +1,36 @@