140 lines
4.1 KiB
JSON
140 lines
4.1 KiB
JSON
{
|
|
"dashboard": "仪表盘",
|
|
"users": "用户",
|
|
"settings": "设置",
|
|
"profile": "个人资料",
|
|
"logout": "退出登录",
|
|
"home": "首页",
|
|
"tasks": "任务",
|
|
"projects": "项目",
|
|
"analytics": "分析",
|
|
"reports": "报告",
|
|
"works": "模板",
|
|
"qualification": "协议",
|
|
"promptTable": {
|
|
"camera_direction": "镜头方向",
|
|
"camera_movement": "镜头运动",
|
|
"composition": "构图",
|
|
"music_description": "音乐描述",
|
|
"perspective": "视角",
|
|
"scene_name": "场景名称",
|
|
"scene_sequence": "场景序号",
|
|
"shot_description": "镜头描述",
|
|
"shot_duration": "镜头时长",
|
|
"shot_name": "镜头名称",
|
|
"shot_sequence": "镜头序号",
|
|
"shot_sizes": "景别",
|
|
"sound_effect": "音效",
|
|
"transition_in": "转场",
|
|
"voice_over": "旁白"
|
|
},
|
|
"formwork": {
|
|
"works": {
|
|
"title": "作品模板",
|
|
"id": "模板id",
|
|
"name": "模板名称",
|
|
"description": "模板描述",
|
|
"model": "模型",
|
|
"count": "样片数量",
|
|
"version": "版本号",
|
|
"prompt": "prompt",
|
|
"updated_at": "更新时间",
|
|
"operate": "操作",
|
|
"view": "查看",
|
|
"edit": "编辑",
|
|
"delete": "删除"
|
|
},
|
|
"ability": {
|
|
"title": "能力模板"
|
|
}
|
|
},
|
|
"details": {
|
|
"materialList": "样片list",
|
|
"version": "当前版本:",
|
|
"model": "当前模型:",
|
|
"setVersion": "设为线上版本",
|
|
"save": "保存",
|
|
"imagePreview": "图片预览",
|
|
"videoPreview": "视频预览",
|
|
"clipPreview": "clip预览",
|
|
"clipList": "clip片段 list",
|
|
"caption": "caption/tag预览",
|
|
"prompt": "prompt调试",
|
|
"promptPreview": "结果预览",
|
|
"goodCase": "good case",
|
|
"badCase": "bad case",
|
|
"upload": "上传",
|
|
"run": "运行",
|
|
"view": "查看",
|
|
"edit": "编辑",
|
|
"delete": "删除",
|
|
"uploadMaterialList": "上传素材",
|
|
"uploadMaterialListTitle": "选择样片",
|
|
"uploadMaterialListoption": "没有想要的样片?来上传新素材吧",
|
|
"confirm": "确定"
|
|
},
|
|
"tasks_page": {
|
|
"status": {
|
|
"Created": "创建中",
|
|
"Processing": "处理中",
|
|
"Completed": "已完成",
|
|
"Failed": "已失败",
|
|
"Pending": "待审核",
|
|
"Approved": "通过",
|
|
"Rejected": "拒绝",
|
|
"Waiting": "等待中"
|
|
},
|
|
"stats": {
|
|
"total": "总任务数",
|
|
"pending": "待操作",
|
|
"processing": "运行中",
|
|
"success": "成功",
|
|
"failed": "失败",
|
|
"queued": "排队中"
|
|
},
|
|
"task_list": "任务列表",
|
|
"no_preview": "无预览",
|
|
"no_review_required": "无需审核",
|
|
"view_details": "查看详情",
|
|
"approve": "通过审核",
|
|
"reject": "拒绝",
|
|
"loading": "加载中...",
|
|
"no_tasks": "暂无任务数据",
|
|
"items_per_page": "每页显示",
|
|
"items": "条",
|
|
"fetch_error": "获取任务列表失败",
|
|
"thumbnail": "缩略图",
|
|
"search": "搜索",
|
|
"search_placeholder": "输入任务ID搜索",
|
|
"reset": "重置",
|
|
"filter": {
|
|
"status": "状态",
|
|
"all": "全部"
|
|
},
|
|
"columns": {
|
|
"preview": "预览",
|
|
"task_id": "任务ID",
|
|
"status": "状态",
|
|
"method": "生成方式",
|
|
"review": "审核状态",
|
|
"actions": "操作"
|
|
},
|
|
"download_origin_file": "下载原始文件",
|
|
"output_video": "输出视频",
|
|
"video_not_supported": "您的浏览器不支持视频播放",
|
|
"upload_result": "上传结果文件",
|
|
"upload_result_title": "上传结果文件",
|
|
"upload_result_description": "请上传一个结果视频文件,该文件将作为任务的最终输出结果。上传完成后,任务将被标记为拒绝状态。",
|
|
"upload_and_approve": "上传并批准",
|
|
"upload_error": "上传错误",
|
|
"no_file_selected": "请选择要上传的文件",
|
|
"upload_error_description": "上传结果文件时发生错误",
|
|
"reject_success": "拒绝成功",
|
|
"approve_success": "批准成功",
|
|
"update_status_error": "更新状态失败"
|
|
},
|
|
"common": {
|
|
"close": "关闭",
|
|
"cancel": "取消"
|
|
}
|
|
} |