diff --git a/apps/jingrow/frontend/src/locales/zh-CN.json b/apps/jingrow/frontend/src/locales/zh-CN.json index abe131c..f36ee17 100644 --- a/apps/jingrow/frontend/src/locales/zh-CN.json +++ b/apps/jingrow/frontend/src/locales/zh-CN.json @@ -1136,6 +1136,13 @@ "Please login first to use this feature": "请先登录以使用此功能", "Session expired. Please login again.": "会话已过期,请重新登录", "Session expired. Please login again to use this feature.": "会话已过期,请重新登录以使用此功能", + "Or paste image URL here": "或在此处粘贴图片URL", + "Loading image from URL...": "正在从URL加载图片...", + "Please enter an image URL": "请输入图片URL", + "Please enter a valid image URL": "请输入有效的图片URL", + "Failed to load image from URL": "从URL加载图片失败", + "CORS error. The image server does not allow cross-origin access.": "CORS错误,图片服务器不允许跨域访问", + "Failed to load image. Please check the URL and try again.": "加载图片失败,请检查URL后重试", "Tool Marketplace": "工具市场", "Browse and install tools from Jingrow Tool Marketplace": "浏览和安装来自 Jingrow 工具市场的工具", diff --git a/apps/jingrow/frontend/src/views/tools/remove_background/remove_background.vue b/apps/jingrow/frontend/src/views/tools/remove_background/remove_background.vue index fce3848..2f41d9e 100644 --- a/apps/jingrow/frontend/src/views/tools/remove_background/remove_background.vue +++ b/apps/jingrow/frontend/src/views/tools/remove_background/remove_background.vue @@ -66,6 +66,7 @@ :placeholder="t('Or paste image URL here')" @keyup.enter="handleUrlSubmit" @paste="handleUrlPaste" + :disabled="processing" /> +