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": "正在跳转..." }