fix: bug
This commit is contained in:
@@ -159,15 +159,30 @@
|
||||
"generating": "Generating..."
|
||||
},
|
||||
"generationRecord": {
|
||||
"title": "Generation Record",
|
||||
"title": "Generation Detail",
|
||||
"aiVideo": "AI Video",
|
||||
"originalImage": "Original Image",
|
||||
"reEdit": "Re-edit",
|
||||
"reEdit": "Try Again",
|
||||
"regenerate": "Regenerate",
|
||||
"download": "Download",
|
||||
"downloading": "Downloading...",
|
||||
"downloadSuccess": "Saved to album",
|
||||
"downloadError": "Download failed",
|
||||
"permissionDenied": "Album permission required to save",
|
||||
"rerunSuccess": "Regeneration started",
|
||||
"rerunError": "Regeneration failed",
|
||||
"deleteSuccess": "Deleted successfully",
|
||||
"deleteError": "Delete failed",
|
||||
"deleteConfirm": "Confirm to delete this record?",
|
||||
"deleting": "Deleting..."
|
||||
"deleting": "Deleting...",
|
||||
"generationResult": "Generation Result",
|
||||
"status": "Status",
|
||||
"statusPending": "Generating",
|
||||
"statusCompleted": "Completed",
|
||||
"statusFailed": "Failed",
|
||||
"createdAt": "Created At",
|
||||
"noResult": "No result yet",
|
||||
"notFound": "Record not found"
|
||||
},
|
||||
"search": {
|
||||
"history": "Search History",
|
||||
|
||||
@@ -159,15 +159,30 @@
|
||||
"generating": "生成中..."
|
||||
},
|
||||
"generationRecord": {
|
||||
"title": "生成记录",
|
||||
"title": "生成记录详情",
|
||||
"aiVideo": "AI 视频",
|
||||
"originalImage": "原图",
|
||||
"reEdit": "重新编辑",
|
||||
"regenerate": "再次生成",
|
||||
"reEdit": "再来一次",
|
||||
"regenerate": "重新生成",
|
||||
"download": "下载",
|
||||
"downloading": "下载中...",
|
||||
"downloadSuccess": "已保存到相册",
|
||||
"downloadError": "下载失败",
|
||||
"permissionDenied": "需要相册权限才能保存",
|
||||
"rerunSuccess": "已开始重新生成",
|
||||
"rerunError": "重新生成失败",
|
||||
"deleteSuccess": "删除成功",
|
||||
"deleteError": "删除失败",
|
||||
"deleteConfirm": "确认删除该记录?",
|
||||
"deleting": "删除中..."
|
||||
"deleting": "删除中...",
|
||||
"generationResult": "生成结果",
|
||||
"status": "状态",
|
||||
"statusPending": "生成中",
|
||||
"statusCompleted": "已完成",
|
||||
"statusFailed": "失败",
|
||||
"createdAt": "创建时间",
|
||||
"noResult": "暂无生成结果",
|
||||
"notFound": "记录不存在"
|
||||
},
|
||||
"search": {
|
||||
"history": "搜索历史",
|
||||
|
||||
Reference in New Issue
Block a user