diff --git a/apps/jingrow/frontend/src/locales/zh-CN.json b/apps/jingrow/frontend/src/locales/zh-CN.json index 90af833..3be334c 100644 --- a/apps/jingrow/frontend/src/locales/zh-CN.json +++ b/apps/jingrow/frontend/src/locales/zh-CN.json @@ -1117,5 +1117,12 @@ "Tool shown successfully": "工具已显示", "Default tools cannot be edited": "默认工具无法编辑", "Hidden Tools": "已隐藏的工具", - "Click to show hidden tools": "点击显示隐藏的工具" + "Click to show hidden tools": "点击显示隐藏的工具", + "API endpoint not found. Please check if the backend service is running.": "API端点未找到,请检查后端服务是否运行", + "Authentication failed. Please login again.": "认证失败,请重新登录", + "Network error. Please check your connection.": "网络错误,请检查您的连接", + "No image data returned": "未返回图片数据", + "Please login first to use this feature": "请先登录以使用此功能", + "Session expired. Please login again.": "会话已过期,请重新登录", + "Session expired. Please login again to use this feature.": "会话已过期,请重新登录以使用此功能" } diff --git a/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue b/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue index 0500a7f..766d961 100644 --- a/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue +++ b/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue @@ -140,13 +140,14 @@