Skip to content

Commit d72cccd

Browse files
DouDOU-startclaude
andcommitted
fix(web): add image preview translations
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c3f5b15 commit d72cccd

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

web/src/i18n/en.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,17 @@
992992
"tokens_in": "In",
993993
"tokens_out": "Out",
994994
"cost": "Cost",
995-
"create_failed": "Failed to create conversation"
995+
"create_failed": "Failed to create conversation",
996+
"generated_image": "Generated image",
997+
"image_preview": "Image preview",
998+
"preview_image": "Preview image",
999+
"download": "Download",
1000+
"download_image": "Download image",
1001+
"download_started": "Image download started",
1002+
"download_failed": "Image download failed",
1003+
"close_image_preview": "Close image preview",
1004+
"retry": "Retry",
1005+
"retry_image": "Retry image",
1006+
"no_image_prompt": "No prompt found for this image"
9961007
}
9971008
}

web/src/i18n/zh.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,17 @@
996996
"tokens_in": "输入",
997997
"tokens_out": "输出",
998998
"cost": "费用",
999-
"create_failed": "创建对话失败"
999+
"create_failed": "创建对话失败",
1000+
"generated_image": "生成图片",
1001+
"image_preview": "图片预览",
1002+
"preview_image": "预览图片",
1003+
"download": "下载",
1004+
"download_image": "下载图片",
1005+
"download_started": "图片下载已开始",
1006+
"download_failed": "图片下载失败",
1007+
"close_image_preview": "关闭图片预览",
1008+
"retry": "重试",
1009+
"retry_image": "重试图片生成",
1010+
"no_image_prompt": "未找到这张图片对应的提示词"
10001011
}
10011012
}

0 commit comments

Comments
 (0)