From 76fb3ddcb7bdc0be840df1e462dedca417c048be Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 19 Dec 2025 13:26:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E5=AE=9A=E5=90=91=E9=A1=B5?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/locate.vue | 18 +++++++++++++++++- i18n/locales/en.json | 3 ++- i18n/locales/es.json | 3 ++- i18n/locales/ru.json | 3 ++- i18n/locales/zh.json | 3 ++- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/app/pages/locate.vue b/app/pages/locate.vue index 79ad95e..8f7fd74 100644 --- a/app/pages/locate.vue +++ b/app/pages/locate.vue @@ -1,5 +1,7 @@ + + diff --git a/i18n/locales/en.json b/i18n/locales/en.json index f800678..8f9c7be 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -127,5 +127,6 @@ "specs": "Specifications", "faq": "FAQ", "documents": "Documents" - } + }, + "redirecting": "Redirecting..." } diff --git a/i18n/locales/es.json b/i18n/locales/es.json index e0a0095..5418311 100644 --- a/i18n/locales/es.json +++ b/i18n/locales/es.json @@ -126,5 +126,6 @@ "specs": "Especificaciones", "faq": "FAQ", "documents": "Documentos" - } + }, + "redirecting": "Redirigiendo..." } diff --git a/i18n/locales/ru.json b/i18n/locales/ru.json index a8609ad..4b1bcab 100644 --- a/i18n/locales/ru.json +++ b/i18n/locales/ru.json @@ -126,5 +126,6 @@ "specs": "Технические спецификации", "faq": "Часто задаваемые вопросы", "documents": "Связанные документы" - } + }, + "redirecting": "Перенаправление..." } diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json index e0ced48..78c9ed9 100644 --- a/i18n/locales/zh.json +++ b/i18n/locales/zh.json @@ -126,5 +126,6 @@ "specs": "技术规格", "faq": "常见问题", "documents": "相关文档" - } + }, + "redirecting": "正在跳转..." }