From c73e51e400f4a5809935a6c7bff4a2170ffbbbca Mon Sep 17 00:00:00 2001 From: liangxu Date: Wed, 8 Jul 2026 12:16:20 +0800 Subject: [PATCH] feat(i18n): add not-found page copy keys Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/i18n/locales/en-US.json | 3 +++ frontend/src/i18n/locales/zh-CN.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/frontend/src/i18n/locales/en-US.json b/frontend/src/i18n/locales/en-US.json index c91d43d..1483416 100644 --- a/frontend/src/i18n/locales/en-US.json +++ b/frontend/src/i18n/locales/en-US.json @@ -103,6 +103,9 @@ "promo": "Limited offer, 50% off · Image-2 from $0.004/image for image generation and editing", "upgradeNow": "Upgrade now", "backHome": "Back home", + "notFoundTitle": "404: Page not found!", + "notFoundDescription": "We looked everywhere, but could not find the page you are looking for.", + "notFoundIllustration": "404 page not found", "save": "Save", "share": "Share", "shareLinkCopied": "Share link copied", diff --git a/frontend/src/i18n/locales/zh-CN.json b/frontend/src/i18n/locales/zh-CN.json index 17cf5cb..0cc16aa 100644 --- a/frontend/src/i18n/locales/zh-CN.json +++ b/frontend/src/i18n/locales/zh-CN.json @@ -103,6 +103,9 @@ "promo": "限时优惠,立享5折 · Image-2 低至 $0.004/张,专注图片生成与编辑", "upgradeNow": "立即升级", "backHome": "返回首页", + "notFoundTitle": "404:页面未找到!", + "notFoundDescription": "我们到处都找过了,但找不到您要找的页面。", + "notFoundIllustration": "404 页面未找到", "save": "保存", "share": "分享", "shareLinkCopied": "分享链接已复制",