Initial commit: expo-popcore-app

This commit is contained in:
imeepos
2025-12-25 16:25:55 +08:00
commit 02d0c807cd
160 changed files with 39560 additions and 0 deletions

187
locales/zh-CN.json Normal file
View File

@@ -0,0 +1,187 @@
{
"my": {
"editProfile": "编辑资料",
"generatedWorks": "生成作品",
"generating": "生成中...",
"queuing": "排队中...",
"changePassword": "修改密码",
"language": "语言",
"languageSwitch": "语言: 中文",
"languageSwitchEn": "Language: English"
},
"changePassword": {
"title": "修改密码",
"currentPassword": "当前密码",
"newPassword": "新密码",
"confirmPassword": "确认新密码",
"currentPasswordPlaceholder": "请输入当前密码",
"newPasswordPlaceholder": "请输入新密码至少6位",
"confirmPasswordPlaceholder": "请再次输入新密码",
"currentPasswordRequired": "请填写当前密码",
"newPasswordRequired": "请填写新密码",
"newPasswordTooShort": "新密码长度至少为6位",
"newPasswordSame": "新密码不能与当前密码相同",
"confirmPasswordRequired": "请确认新密码",
"confirmPasswordMismatch": "两次输入的新密码不一致",
"submit": "确认修改"
},
"editProfile": {
"namePlaceholder": "请输入昵称",
"save": "保存"
},
"terms": {
"title": "服务条款"
},
"privacy": {
"title": "隐私协议"
},
"membership": {
"terms": "服务条款",
"privacy": "隐私协议",
"agreementText": "我已阅读并同意",
"agreementAnd": "与",
"myPoints": "我的积分",
"subscriptionPlan": "订阅计划",
"mostRecommended": "最推荐",
"perMonth": "/月",
"pointsPerMonth": "积分每月",
"pointsAutoRenew": "积分每月自动续期",
"subscribeNow": "立即开通",
"features": {
"points750": "750点每次可以使用150次Sora2",
"points1080": "1,080点每次可以使用150次Sora2",
"points1500": "1,500点每次可以使用150次Sora2",
"textToVideo": "支持文生视频/图生视频",
"superClearImage": "超清图像生成",
"superDiscount": "享受Sora2、Veo3.1超级折扣",
"sora2ProTemplate": "可以使用Sora2 Pro模板",
"removeWatermark": "生成作品去除品牌水印",
"allTemplates": "全部模板",
"higherQuality": "视频更高清",
"prioritySupport": "优先客服支持"
}
},
"home": {
"hotTemplate": "热门模板",
"peopleUsed": "人用过",
"tabs": {
"featured": "精选推荐",
"christmas": "圣诞限定",
"pets": "萌宠",
"avatar": "分身趣玩场",
"theater1": "图趣小剧场",
"theater2": "图趣小剧场2"
}
},
"message": {
"all": "全部",
"notice": "活动通知",
"other": "其他",
"noMessages": "暂无消息"
},
"video": {
"makeSame": "做同款"
},
"worksList": {
"title": "生成作品",
"all": "全部",
"pets": "萌宠",
"portrait": "写真",
"together": "合拍"
},
"channels": {
"title": "全部频道",
"channelName": "频道名称"
},
"notFound": {
"title": "页面未找到",
"goBack": "返回首页"
},
"generateVideo": {
"uploadReference": "上传参考图",
"descriptionPlaceholder": "描述你想要的视频效果",
"generate": "生成视频",
"startGenerating": "开始生成视频",
"generatingMessage": "视频正在生成中,请稍候..."
},
"generationRecord": {
"title": "生成记录",
"aiVideo": "AI 视频",
"originalImage": "原图",
"reEdit": "重新编辑",
"regenerate": "再次生成"
},
"search": {
"history": "搜索历史",
"clearAll": "全部清除",
"done": "完成",
"exploreMore": "探索更多",
"refresh": "换一换",
"searchWorks": "搜索生成的作品",
"searchWorksPlaceholder": "请输入关键词搜索生成的作品"
},
"templateDetail": {
"title": "泥嚎 我是动物城的新居民 👋",
"subtitle": "麻 我们也要去疯狂动物城"
},
"pointsDrawer": {
"title": "我的积分",
"all": "全部",
"consume": "消耗",
"obtain": "获得",
"subscriptionPoints": "订阅积分",
"topUpPoints": "额外充值积分",
"subscribeForPoints": "订阅得积分",
"topUpPointsButton": "充值积分",
"dailyFreePoints": "每日免费积分"
},
"aiGenerationRecord": {
"title": "AI 生成记录",
"recentUsed": "最近用过"
},
"searchBar": {
"placeholder": "搜索",
"button": "搜索"
},
"searchResults": {
"makeSame": "做同款",
"noResults": "暂无您的结果"
},
"uploadReference": {
"selectImage": "选择图片",
"generateAIVideo": "生成 AI 视频",
"aiRecord": "AI 生成记录",
"recentUsed": "最近用过",
"recentProject": "最近项目",
"all": "全部",
"face": "人脸"
},
"topUp": {
"title": "充值积分",
"confirm": "确认充值",
"agreementText": "我已阅读并同意",
"terms": "服务条款",
"privacy": "隐私协议",
"agreementAnd": "与"
},
"tabs": {
"home": "首页",
"video": "视频",
"message": "消息",
"my": "我的"
},
"authForm": {
"login": "登录",
"register": "注册",
"username": "用户名",
"email": "邮箱",
"password": "密码",
"fillCompleteInfo": "请填写完整信息",
"fillEmail": "请填写邮箱",
"loginFailed": "登录失败",
"registerFailed": "注册失败",
"noAccountRegister": "没有账号?去注册",
"haveAccountLogin": "已有账号?去登录"
}
}