209 lines
6.8 KiB
JSON
209 lines
6.8 KiB
JSON
{
|
|
"navigation": {
|
|
"home": "首页",
|
|
"studio": "工作室",
|
|
"profile": "个人资料",
|
|
"signIn": "登录",
|
|
"signUp": "注册",
|
|
"signOut": "退出登录"
|
|
},
|
|
"common": {
|
|
"loading": "加载中...",
|
|
"save": "保存",
|
|
"cancel": "取消",
|
|
"delete": "删除",
|
|
"edit": "编辑",
|
|
"create": "创建",
|
|
"search": "搜索",
|
|
"filter": "筛选",
|
|
"language": "语言",
|
|
"theme": "主题",
|
|
"light": "浅色",
|
|
"dark": "深色",
|
|
"system": "跟随系统"
|
|
},
|
|
"auth": {
|
|
"signIn": "登录",
|
|
"signUp": "注册",
|
|
"email": "邮箱",
|
|
"password": "密码",
|
|
"username": "用户名",
|
|
"confirmPassword": "确认密码",
|
|
"forgotPassword": "忘记密码?",
|
|
"noAccount": "还没有账户?",
|
|
"hasAccount": "已有账户?",
|
|
"signInWithGoogle": "使用 Google 登录",
|
|
"signUpWithGoogle": "使用 Google 注册",
|
|
"continueWithGoogle": "使用 Google 继续",
|
|
"signInTitle": "登录",
|
|
"signInSubtitle": "欢迎回到 Prmbr",
|
|
"signUpTitle": "创建账户",
|
|
"signUpSubtitle": "立即开始构建更好的提示词",
|
|
"emailPlaceholder": "your@example.com",
|
|
"passwordPlaceholder": "••••••••",
|
|
"passwordsNotMatch": "密码不匹配",
|
|
"checkEmailVerification": "请检查您的邮箱以获取验证链接",
|
|
"errorOccurred": "出现了错误",
|
|
"or": "或",
|
|
"noAccountSignUp": "还没有账户?立即注册",
|
|
"hasAccountSignIn": "已有账户?立即登录"
|
|
},
|
|
"profile": {
|
|
"title": "个人设置",
|
|
"subtitle": "管理您的账户设置和偏好",
|
|
"personalInfo": "个人信息",
|
|
"accountSettings": "账户设置",
|
|
"preferences": "偏好设置",
|
|
"username": "用户名",
|
|
"email": "邮箱",
|
|
"bio": "个人简介",
|
|
"avatar": "头像",
|
|
"language": "语言",
|
|
"changePassword": "修改密码",
|
|
"currentPassword": "当前密码",
|
|
"newPassword": "新密码",
|
|
"confirmNewPassword": "确认新密码",
|
|
"profilePicture": "个人头像",
|
|
"accessDenied": "访问被拒绝",
|
|
"pleaseSignIn": "请登录以访问您的个人资料",
|
|
"failedToLoadProfile": "加载个人资料失败",
|
|
"checkEmailToConfirm": "请检查您的邮箱以确认更改",
|
|
"updatedSuccessfully": "更新成功",
|
|
"failedToUpdate": "更新失败",
|
|
"passwordsNotMatch": "密码不匹配",
|
|
"passwordMinLength": "密码至少需要6个字符",
|
|
"passwordUpdatedSuccessfully": "密码更新成功",
|
|
"failedToUpdatePassword": "密码更新失败",
|
|
"uploading": "上传中...",
|
|
"clickCameraToUpload": "点击相机图标上传新头像",
|
|
"avatarUpdatedSuccessfully": "头像更新成功",
|
|
"failedToUploadAvatar": "头像上传失败",
|
|
"noUsernameSet": "未设置用户名",
|
|
"enterUsername": "输入用户名",
|
|
"enterEmail": "输入邮箱",
|
|
"tellUsAboutYourself": "介绍一下自己",
|
|
"charactersLimit": "个字符",
|
|
"noBioAdded": "暂未添加个人简介",
|
|
"enterNewPassword": "输入新密码",
|
|
"confirmNewPasswordLabel": "确认新密码",
|
|
"updatePassword": "更新密码",
|
|
"english": "English",
|
|
"chinese": "中文"
|
|
},
|
|
"studio": {
|
|
"title": "AI 提示词工作室",
|
|
"myPrompts": "我的提示词",
|
|
"createPrompt": "创建提示词",
|
|
"newPrompt": "新建提示词",
|
|
"promptName": "提示词名称",
|
|
"promptContent": "提示词内容",
|
|
"promptAlbum": "专辑",
|
|
"promptTag": "标签",
|
|
"version": "版本",
|
|
"testRun": "测试运行",
|
|
"versions": "版本管理",
|
|
"createVersion": "创建版本",
|
|
"runTest": "运行测试",
|
|
"noPrompts": "暂无提示词",
|
|
"createFirstPrompt": "创建您的第一个提示词开始使用",
|
|
"loadingStudio": "加载工作室中...",
|
|
"searchPrompts": "搜索提示词...",
|
|
"filter": "筛选",
|
|
"clickRunTestToSee": "点击\"运行测试\"查看您的提示词结果",
|
|
"sortBy": "排序方式",
|
|
"sortByName": "名称",
|
|
"sortByDate": "日期",
|
|
"sortByUpdated": "更新时间",
|
|
"ascending": "升序",
|
|
"descending": "降序",
|
|
"itemsPerPage": "每页条数",
|
|
"page": "第",
|
|
"of": "页,共",
|
|
"total": "条",
|
|
"editPrompt": "编辑提示词",
|
|
"deletePrompt": "删除提示词",
|
|
"duplicatePrompt": "复制提示词",
|
|
"confirmDelete": "确定要删除这个提示词吗?",
|
|
"deleteWarning": "此操作无法撤销。",
|
|
"promptDeleted": "提示词删除成功",
|
|
"promptSaved": "提示词保存成功",
|
|
"promptCreated": "提示词创建成功",
|
|
"promptUpdated": "提示词更新成功",
|
|
"enterPromptName": "输入提示词名称",
|
|
"enterPromptDescription": "输入提示词描述",
|
|
"promptDescription": "描述",
|
|
"createdAt": "创建时间",
|
|
"updatedAt": "更新时间",
|
|
"lastUsed": "最后使用",
|
|
"never": "从未使用",
|
|
"selectAll": "全选",
|
|
"selectedItems": "已选择项目",
|
|
"bulkActions": "批量操作",
|
|
"bulkDelete": "删除选中项",
|
|
"tags": "标签",
|
|
"addTag": "添加标签",
|
|
"removeTag": "移除标签",
|
|
"noTags": "无标签",
|
|
"allTags": "所有标签",
|
|
"backToList": "返回列表",
|
|
"debugPrompt": "调试提示词",
|
|
"promptEditor": "提示词编辑器",
|
|
"testResults": "测试结果",
|
|
"versionHistory": "版本历史"
|
|
},
|
|
"home": {
|
|
"hero": {
|
|
"title": "Prmbr - AI 提示词工作室",
|
|
"subtitle": "构建、管理和优化您的 AI 提示词,支持版本控制和测试功能",
|
|
"getStarted": "立即开始",
|
|
"learnMore": "了解更多"
|
|
},
|
|
"features": {
|
|
"title": "功能特性",
|
|
"promptManager": {
|
|
"title": "提示词管理",
|
|
"description": "使用专辑、标签和强大的搜索功能组织您的提示词"
|
|
},
|
|
"versionControl": {
|
|
"title": "版本控制",
|
|
"description": "跟踪变更并管理提示词的不同版本"
|
|
},
|
|
"testing": {
|
|
"title": "测试与验证",
|
|
"description": "对您的提示词进行测试以确保最佳性能"
|
|
}
|
|
}
|
|
},
|
|
"pricing": {
|
|
"title": "价格方案",
|
|
"free": {
|
|
"title": "免费版",
|
|
"price": "免费",
|
|
"features": [
|
|
"20 个提示词限制",
|
|
"每个提示词 3 个版本",
|
|
"每月 5 美元 AI 积分"
|
|
]
|
|
},
|
|
"pro": {
|
|
"title": "专业版",
|
|
"price": "$19.9",
|
|
"features": [
|
|
"500 个提示词限制",
|
|
"每个提示词 10 个版本",
|
|
"每月 20 美元 AI 积分"
|
|
]
|
|
},
|
|
"getStartedFree": "免费开始",
|
|
"popular": "热门",
|
|
"perMonth": "每月",
|
|
"startProTrial": "开始专业试用"
|
|
},
|
|
"errors": {
|
|
"generic": "出现错误,请重试。",
|
|
"network": "网络错误,请检查您的网络连接。",
|
|
"unauthorized": "您无权执行此操作。",
|
|
"notFound": "未找到请求的资源。",
|
|
"validationError": "请检查您的输入并重试。"
|
|
}
|
|
} |