From fc6c922ac3e5e48a14217d8691292e5e80661d63 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Thu, 20 Nov 2025 15:35:20 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E7=AB=99=E7=82=B9=E7=9A=84?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2=E9=80=89=E9=A1=B9=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=A5=BF=E7=8F=AD=E7=89=99=E8=AF=AD=E4=B8=8E=E4=BF=84?= =?UTF-8?q?=E8=AF=AD=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - WIP: i18n文本尚未完善 --- app/components/shared/JinshenHeader.vue | 2 + app/composables/useLocalizations.ts | 10 ++ i18n/locales/es.json | 123 ++++++++++++++++++++++++ i18n/locales/ru.json | 123 ++++++++++++++++++++++++ nuxt.config.ts | 2 + 5 files changed, 260 insertions(+) create mode 100644 i18n/locales/es.json create mode 100644 i18n/locales/ru.json diff --git a/app/components/shared/JinshenHeader.vue b/app/components/shared/JinshenHeader.vue index c9296c9..e3e86e6 100644 --- a/app/components/shared/JinshenHeader.vue +++ b/app/components/shared/JinshenHeader.vue @@ -67,6 +67,8 @@ 简体中文 English + Español + Русский diff --git a/app/composables/useLocalizations.ts b/app/composables/useLocalizations.ts index a39dfc5..bab88ae 100644 --- a/app/composables/useLocalizations.ts +++ b/app/composables/useLocalizations.ts @@ -1,6 +1,8 @@ import type { Language as ElementLanguage } from 'element-plus/es/locale'; import zhCn from 'element-plus/es/locale/lang/zh-cn'; import en from 'element-plus/es/locale/lang/en'; +import es from 'element-plus/es/locale/lang/es'; +import ru from 'element-plus/es/locale/lang/ru'; /** * 应用语言映射结构 @@ -28,6 +30,14 @@ export const localeMap = { directus: 'en-US', element: en, }, + es: { + directus: 'es-ES', + element: es, + }, + ru: { + directus: 'ru-RU', + element: ru, + }, } satisfies Record; /** 应用支持的语言键类型 **/ diff --git a/i18n/locales/es.json b/i18n/locales/es.json new file mode 100644 index 0000000..f9fde1c --- /dev/null +++ b/i18n/locales/es.json @@ -0,0 +1,123 @@ +{ + "back": "Back", + "not-found": "Page Not Found", + "search-placeholder": "Search...", + "search": { + "title": "Search", + "head-title": "Search", + "search-button": "Search", + "results-for": "Results for \"{query}\"", + "result-count": "{count} results", + "no-results": "No results found for \"{query}\".", + "no-query": "Enter a keyword to start searching.", + "untitled": "Untitled", + "sections": { + "product": "Products", + "solution": "Solutions", + "faq": "Faqs", + "document": "Documents", + "default": "Other" + } + }, + "company-name": "Jinshen Machinary Manufacturing Co., Ltd.", + "company-description": "We specialize in manufacturing a range of paper tube and can equipment, integrating design, manufacturing, sales, and service.", + "learn-more": "Learn More", + "products-desc": "We provide high-quality product solutions to meet various business needs.", + "solutions-desc": "Providing customized technology solutions for enterprises to accelerate digital transformation.", + "support-desc": "24/7 professional technical support to ensure stable operation of your business.", + "quick-links": "Quick Links", + "utilities": "Utilities", + "navigation": { + "home": "Home", + "products": "Products", + "solutions": "Solutions", + "support": "Support", + "about-us": "About Us", + "contact-info": "Contact Info", + "downloads": "Downloads", + "faq": "FAQ", + "documents": "Documents", + "calculator": "Calculator", + "address": "Company Address" + }, + "contact-info": "Contact Us", + "telephone": "Telephone", + "email": "Email", + "address": "Address", + "company-address": "No. 689 Qiushi Road, Wutong Industrial Zone, Tongxiang City, Zhejiang Province, China", + "follow-us": "Follow Us", + "all-rights-reserved": "All rights reserved", + "privacy-policy": "Privacy Policy", + "terms-of-service": "Terms of Service", + "sitemap": "Sitemap", + "product-details": "Product Details", + "product-not-found": "Product Not Found", + "product-not-found-desc": "Sorry, the product you are looking for does not exist or has been removed.", + "back-to-products": "Back to Products", + "solution-not-found": "Solution Not Found", + "solution-not-found-desc": "Sorry, the solution you are lokking for does not exist or has been removed.", + "back-to-solutions": "Back to Solutions", + "page-not-found": "Page Not Found", + "page-not-found-desc": "Sorry, the page you are looking for does not exist or has been removed.", + "back-to-home": "Back to Home", + "no-content-available": "No detailed information available", + "loading": "Loading...", + "our-products": "Our Products", + "learn-our-solutions": "Learn Our Solutions", + "all": "All", + "support-page-desc": "Zhejiang Jinshen Machinery Manufacturing Co., Ltd is committed to providing high-quality products and services to our customers. For products such as paper tube machines, slitting machines, and paper straw equipment, we offer comprehensive after-sales support to ensure our customers can use our products with confidence.", + "support-card-desc": { + "faq": "We have compiled answers to frequently asked questions to help you quickly resolve any concerns.", + "documents": "We provide product manuals, technical specifications, and other documentation for easy reference.", + "contact-info": "Contact us by phone or email, and we will provide on-site support for you." + }, + + "product-filter": { + "product-type": "Product type", + "product-model": "Product model", + "keyword": "Keyword", + "select-product-type": "Select product type", + "select-product-model": "Select product model", + "enter-keyword": "Enter keyword" + }, + "document-meta": { + "size": "Size", + "format": "Format", + "type": "Type", + "upload-at": "Upload at" + }, + "document-action": { + "download": "Download", + "open-in-new-tab": "Open in New Tab", + "preview": "Preview" + }, + "mobile-menu": { + "title": "Menu", + "navigation": "Navigation", + "utilities": "Utilities" + }, + "homepage": { + "recommended-products": "Recommended Products", + "recommended-products-desc": "Explore our curated selection of products to meet your diverse needs. Whether it's innovative technology or classic designs, we offer quality choices for you.", + "recommended-solutions": "Recommended Solutions", + "recommended-solutions-desc": "Learn about our tailored solutions designed to help your business thrive in a competitive market." + }, + "page-title": { + "homepage": "Homepage", + "products": "Products", + "solutions": "Solutions", + "support": "Support", + "faq": "FAQ", + "documents": "Documents", + "contact-us": "Contact Us", + "download": "Downloads", + "preview": "Preview", + "about-us": "About Us" + }, + "product-tab": { + "details": "Details", + "specs": "Specifications", + "faq": "FAQ", + "documents": "Documents" + } +} diff --git a/i18n/locales/ru.json b/i18n/locales/ru.json new file mode 100644 index 0000000..f9fde1c --- /dev/null +++ b/i18n/locales/ru.json @@ -0,0 +1,123 @@ +{ + "back": "Back", + "not-found": "Page Not Found", + "search-placeholder": "Search...", + "search": { + "title": "Search", + "head-title": "Search", + "search-button": "Search", + "results-for": "Results for \"{query}\"", + "result-count": "{count} results", + "no-results": "No results found for \"{query}\".", + "no-query": "Enter a keyword to start searching.", + "untitled": "Untitled", + "sections": { + "product": "Products", + "solution": "Solutions", + "faq": "Faqs", + "document": "Documents", + "default": "Other" + } + }, + "company-name": "Jinshen Machinary Manufacturing Co., Ltd.", + "company-description": "We specialize in manufacturing a range of paper tube and can equipment, integrating design, manufacturing, sales, and service.", + "learn-more": "Learn More", + "products-desc": "We provide high-quality product solutions to meet various business needs.", + "solutions-desc": "Providing customized technology solutions for enterprises to accelerate digital transformation.", + "support-desc": "24/7 professional technical support to ensure stable operation of your business.", + "quick-links": "Quick Links", + "utilities": "Utilities", + "navigation": { + "home": "Home", + "products": "Products", + "solutions": "Solutions", + "support": "Support", + "about-us": "About Us", + "contact-info": "Contact Info", + "downloads": "Downloads", + "faq": "FAQ", + "documents": "Documents", + "calculator": "Calculator", + "address": "Company Address" + }, + "contact-info": "Contact Us", + "telephone": "Telephone", + "email": "Email", + "address": "Address", + "company-address": "No. 689 Qiushi Road, Wutong Industrial Zone, Tongxiang City, Zhejiang Province, China", + "follow-us": "Follow Us", + "all-rights-reserved": "All rights reserved", + "privacy-policy": "Privacy Policy", + "terms-of-service": "Terms of Service", + "sitemap": "Sitemap", + "product-details": "Product Details", + "product-not-found": "Product Not Found", + "product-not-found-desc": "Sorry, the product you are looking for does not exist or has been removed.", + "back-to-products": "Back to Products", + "solution-not-found": "Solution Not Found", + "solution-not-found-desc": "Sorry, the solution you are lokking for does not exist or has been removed.", + "back-to-solutions": "Back to Solutions", + "page-not-found": "Page Not Found", + "page-not-found-desc": "Sorry, the page you are looking for does not exist or has been removed.", + "back-to-home": "Back to Home", + "no-content-available": "No detailed information available", + "loading": "Loading...", + "our-products": "Our Products", + "learn-our-solutions": "Learn Our Solutions", + "all": "All", + "support-page-desc": "Zhejiang Jinshen Machinery Manufacturing Co., Ltd is committed to providing high-quality products and services to our customers. For products such as paper tube machines, slitting machines, and paper straw equipment, we offer comprehensive after-sales support to ensure our customers can use our products with confidence.", + "support-card-desc": { + "faq": "We have compiled answers to frequently asked questions to help you quickly resolve any concerns.", + "documents": "We provide product manuals, technical specifications, and other documentation for easy reference.", + "contact-info": "Contact us by phone or email, and we will provide on-site support for you." + }, + + "product-filter": { + "product-type": "Product type", + "product-model": "Product model", + "keyword": "Keyword", + "select-product-type": "Select product type", + "select-product-model": "Select product model", + "enter-keyword": "Enter keyword" + }, + "document-meta": { + "size": "Size", + "format": "Format", + "type": "Type", + "upload-at": "Upload at" + }, + "document-action": { + "download": "Download", + "open-in-new-tab": "Open in New Tab", + "preview": "Preview" + }, + "mobile-menu": { + "title": "Menu", + "navigation": "Navigation", + "utilities": "Utilities" + }, + "homepage": { + "recommended-products": "Recommended Products", + "recommended-products-desc": "Explore our curated selection of products to meet your diverse needs. Whether it's innovative technology or classic designs, we offer quality choices for you.", + "recommended-solutions": "Recommended Solutions", + "recommended-solutions-desc": "Learn about our tailored solutions designed to help your business thrive in a competitive market." + }, + "page-title": { + "homepage": "Homepage", + "products": "Products", + "solutions": "Solutions", + "support": "Support", + "faq": "FAQ", + "documents": "Documents", + "contact-us": "Contact Us", + "download": "Downloads", + "preview": "Preview", + "about-us": "About Us" + }, + "product-tab": { + "details": "Details", + "specs": "Specifications", + "faq": "FAQ", + "documents": "Documents" + } +} diff --git a/nuxt.config.ts b/nuxt.config.ts index fdd3911..90f8f89 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -122,6 +122,8 @@ export default defineNuxtConfig({ locales: [ { code: 'en', language: 'en-US', name: 'English', file: 'en.json' }, { code: 'zh', language: 'zh-CN', name: '简体中文', file: 'zh.json' }, + { code: 'es', language: 'es-ES', name: 'Español', file: 'es.json' }, + { code: 'ru', language: 'ru-RU', name: 'Русский', file: 'ru.json' }, ], defaultLocale: 'zh', strategy: 'prefix_except_default', From c4b9ed7bae5f5e39ecc295ec13d02a47c564130e Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 21 Nov 2025 16:50:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E8=A1=A5=E5=85=A8i18n=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 补全西班牙语与俄语文本 --- app/components/shared/JinshenHeader.vue | 2 + i18n/locales/es.json | 182 +++++++++++------------ i18n/locales/ru.json | 190 ++++++++++++------------ 3 files changed, 188 insertions(+), 186 deletions(-) diff --git a/app/components/shared/JinshenHeader.vue b/app/components/shared/JinshenHeader.vue index e3e86e6..328555e 100644 --- a/app/components/shared/JinshenHeader.vue +++ b/app/components/shared/JinshenHeader.vue @@ -142,6 +142,8 @@ 简体中文 English + Español + Русский diff --git a/i18n/locales/es.json b/i18n/locales/es.json index f9fde1c..deaa5b4 100644 --- a/i18n/locales/es.json +++ b/i18n/locales/es.json @@ -1,123 +1,123 @@ { - "back": "Back", - "not-found": "Page Not Found", - "search-placeholder": "Search...", + "back": "Volver", + "not-found": "Página no encontrada", + "search-placeholder": "Buscar...", "search": { - "title": "Search", - "head-title": "Search", - "search-button": "Search", - "results-for": "Results for \"{query}\"", - "result-count": "{count} results", - "no-results": "No results found for \"{query}\".", - "no-query": "Enter a keyword to start searching.", - "untitled": "Untitled", + "title": "Búsqueda en el sitio", + "head-title": "Búsqueda", + "search-button": "Buscar", + "results-for": "Resultados de la búsqueda para \"{query}\"", + "result-count": "{count} resultados", + "no-results": "No se encontraron coincidencias para \"{query}\".", + "no-query": "Ingrese una palabra clave para comenzar a buscar.", + "untitled": "sin título", "sections": { - "product": "Products", - "solution": "Solutions", - "faq": "Faqs", - "document": "Documents", - "default": "Other" + "product": "Productos", + "solution": "Soluciones", + "faq": "FAQ", + "document": "Documentaciones", + "default": "Otros contenidos" } }, "company-name": "Jinshen Machinary Manufacturing Co., Ltd.", - "company-description": "We specialize in manufacturing a range of paper tube and can equipment, integrating design, manufacturing, sales, and service.", - "learn-more": "Learn More", - "products-desc": "We provide high-quality product solutions to meet various business needs.", + "company-description": "Especializado en la producción de una serie de equipos de tubos y latas de papel, integrando diseño, fabricación, ventas y servicio.", + "learn-more": "Saber más", + "products-desc": "Ofrecemos soluciones de productos de alta calidad que satisfacen diversas necesidades empresariales.", "solutions-desc": "Providing customized technology solutions for enterprises to accelerate digital transformation.", - "support-desc": "24/7 professional technical support to ensure stable operation of your business.", - "quick-links": "Quick Links", - "utilities": "Utilities", + "support-desc": "Soporte técnico profesional 24/7, asegurando la estabilidad de su negocio.", + "quick-links": "Enlaces rápidos", + "utilities": "Herramientas útiles", "navigation": { - "home": "Home", - "products": "Products", - "solutions": "Solutions", - "support": "Support", - "about-us": "About Us", - "contact-info": "Contact Info", - "downloads": "Downloads", + "home": "Inicio", + "products": "Productos", + "solutions": "Soluciones", + "support": "Soporte", + "about-us": "Sobre nosotros", + "contact-info": "Información de contacto", + "downloads": "Descargas", "faq": "FAQ", - "documents": "Documents", - "calculator": "Calculator", - "address": "Company Address" + "documents": "Documentaciones", + "calculator": "Herramienta de cálculo de tubos de papel", + "address": "Dirección de la empresa" }, - "contact-info": "Contact Us", - "telephone": "Telephone", - "email": "Email", - "address": "Address", + "contact-info": "Contáctenos", + "telephone": "Teléfono", + "email": "Correo electrónico", + "address": "Dirección", "company-address": "No. 689 Qiushi Road, Wutong Industrial Zone, Tongxiang City, Zhejiang Province, China", - "follow-us": "Follow Us", + "follow-us": "Síguenos", "all-rights-reserved": "All rights reserved", - "privacy-policy": "Privacy Policy", - "terms-of-service": "Terms of Service", - "sitemap": "Sitemap", - "product-details": "Product Details", - "product-not-found": "Product Not Found", - "product-not-found-desc": "Sorry, the product you are looking for does not exist or has been removed.", - "back-to-products": "Back to Products", - "solution-not-found": "Solution Not Found", - "solution-not-found-desc": "Sorry, the solution you are lokking for does not exist or has been removed.", - "back-to-solutions": "Back to Solutions", - "page-not-found": "Page Not Found", - "page-not-found-desc": "Sorry, the page you are looking for does not exist or has been removed.", - "back-to-home": "Back to Home", - "no-content-available": "No detailed information available", - "loading": "Loading...", - "our-products": "Our Products", - "learn-our-solutions": "Learn Our Solutions", - "all": "All", - "support-page-desc": "Zhejiang Jinshen Machinery Manufacturing Co., Ltd is committed to providing high-quality products and services to our customers. For products such as paper tube machines, slitting machines, and paper straw equipment, we offer comprehensive after-sales support to ensure our customers can use our products with confidence.", + "privacy-policy": "Política de privacidad", + "terms-of-service": "Términos del servicio", + "sitemap": "Mapa del sitio", + "product-details": "Detalles del producto", + "product-not-found": "Producto no encontrado", + "product-not-found-desc": "Lo sentimos, el producto que busca no existe o ha sido eliminado.", + "back-to-products": "Volver a la lista de productos", + "solution-not-found": "Solución no encontrada", + "solution-not-found-desc": "Lo sentimos, la solución que busca no existe o ha sido eliminada.", + "back-to-solutions": "Volver a la lista de soluciones", + "page-not-found": "Página no encontrada", + "page-not-found-desc": "Lo sentimos, la página que busca no existe o ha sido eliminada.", + "back-to-home": "Volver al inicio", + "no-content-available": "No hay información disponible", + "loading": "Cargando...", + "our-products": "Nuestros productos", + "learn-our-solutions": "Aprenda sobre nuestras soluciones", + "all": "Todo", + "support-page-desc": "Zhejiang Jinshen Machinery Manufacturing Co., Ltd se dedica a proporcionar productos y servicios de alta calidad a los clientes. Para máquinas de tubos de papel, máquinas de corte y pajitas de papel, ofrecemos un servicio postventa integral para garantizar que los clientes puedan usar nuestros productos con confianza.", "support-card-desc": { - "faq": "We have compiled answers to frequently asked questions to help you quickly resolve any concerns.", - "documents": "We provide product manuals, technical specifications, and other documentation for easy reference.", - "contact-info": "Contact us by phone or email, and we will provide on-site support for you." + "faq": "Hemos compilado respuestas a preguntas frecuentes para ayudarle a resolver dudas rápidamente.", + "documents": "Proporcionamos manuales de productos, especificaciones técnicas y otros documentos para la comodidad del usuario.", + "contact-info": "Contáctenos por teléfono o correo electrónico, y le brindaremos servicio presencial." }, "product-filter": { - "product-type": "Product type", - "product-model": "Product model", - "keyword": "Keyword", - "select-product-type": "Select product type", - "select-product-model": "Select product model", - "enter-keyword": "Enter keyword" + "product-type": "Tipo de producto", + "product-model": "Modelo del producto", + "keyword": "Palabra clave", + "select-product-type": "Seleccione el tipo de producto", + "select-product-model": "Seleccione modelo de producto", + "enter-keyword": "Ingrese palabra clave" }, "document-meta": { - "size": "Size", - "format": "Format", - "type": "Type", - "upload-at": "Upload at" + "size": "Tamaño", + "format": "Formato", + "type": "Tipo", + "upload-at": "Fecha de carga" }, "document-action": { - "download": "Download", - "open-in-new-tab": "Open in New Tab", - "preview": "Preview" + "download": "Descargar", + "open-in-new-tab": "Abrir en una nueva pestaña", + "preview": "Vista previa" }, "mobile-menu": { - "title": "Menu", - "navigation": "Navigation", - "utilities": "Utilities" + "title": "Menú", + "navigation": "Navegación del sitio", + "utilities": "Herramientas útiles" }, "homepage": { - "recommended-products": "Recommended Products", - "recommended-products-desc": "Explore our curated selection of products to meet your diverse needs. Whether it's innovative technology or classic designs, we offer quality choices for you.", - "recommended-solutions": "Recommended Solutions", - "recommended-solutions-desc": "Learn about our tailored solutions designed to help your business thrive in a competitive market." + "recommended-products": "Productos recomendados", + "recommended-products-desc": "Explore nuestros productos seleccionados para satisfacer sus diversas necesidades. Ya sea tecnología innovadora o diseño clásico, ofrecemos opciones de calidad para usted.", + "recommended-solutions": "Soluciones recomendadas", + "recommended-solutions-desc": "Aprenda sobre nuestras soluciones personalizadas, que le ayudarán a optimizar sus procesos de negocio y mejorar la eficiencia." }, "page-title": { - "homepage": "Homepage", - "products": "Products", - "solutions": "Solutions", - "support": "Support", + "homepage": "Página principal", + "products": "Productos", + "solutions": "Soluciones", + "support": "Soporte", "faq": "FAQ", - "documents": "Documents", - "contact-us": "Contact Us", - "download": "Downloads", - "preview": "Preview", - "about-us": "About Us" + "documents": "Documentos", + "contact-us": "Contáctenos", + "download": "Descarga de documentos", + "preview": "Vista previa de documentos", + "about-us": "Sobre nosotros" }, "product-tab": { - "details": "Details", - "specs": "Specifications", + "details": "Detalles", + "specs": "Especificaciones", "faq": "FAQ", - "documents": "Documents" + "documents": "Documentos" } } diff --git a/i18n/locales/ru.json b/i18n/locales/ru.json index f9fde1c..5b70012 100644 --- a/i18n/locales/ru.json +++ b/i18n/locales/ru.json @@ -1,123 +1,123 @@ { - "back": "Back", - "not-found": "Page Not Found", - "search-placeholder": "Search...", + "back": "Назад", + "not-found": "Страница не найдена", + "search-placeholder": "Поиск...", "search": { - "title": "Search", - "head-title": "Search", - "search-button": "Search", - "results-for": "Results for \"{query}\"", - "result-count": "{count} results", - "no-results": "No results found for \"{query}\".", - "no-query": "Enter a keyword to start searching.", - "untitled": "Untitled", + "title": "Поиск на сайте", + "head-title": "Поиск", + "search-button": "Поиск", + "results-for": "Результаты поиска для \"{query}\"", + "result-count": "Всего {count} результатов", + "no-results": "Ничего не найдено по запросу \"{query}\".", + "no-query": "Введите ключевые слова для начала поиска.", + "untitled": "Без названия", "sections": { - "product": "Products", - "solution": "Solutions", - "faq": "Faqs", - "document": "Documents", - "default": "Other" + "product": "Продукты", + "solution": "Решения", + "faq": "Часто задаваемые вопросы", + "document": "Документация", + "default": "Другие материалы" } }, "company-name": "Jinshen Machinary Manufacturing Co., Ltd.", - "company-description": "We specialize in manufacturing a range of paper tube and can equipment, integrating design, manufacturing, sales, and service.", - "learn-more": "Learn More", - "products-desc": "We provide high-quality product solutions to meet various business needs.", - "solutions-desc": "Providing customized technology solutions for enterprises to accelerate digital transformation.", - "support-desc": "24/7 professional technical support to ensure stable operation of your business.", - "quick-links": "Quick Links", - "utilities": "Utilities", + "company-description": "Профессионально производим оборудование для бумажных трубок и канистр, услуги по проектированию, производству, продаже и сервисному обслуживанию.", + "learn-more": "Узнать больше", + "products-desc": "Мы предоставляем высококачественные решения для различных бизнес-потребностей.", + "solutions-desc": "Предлагаем индивидуальные технологические решения для содействия цифровой трансформации.", + "support-desc": "Профессиональная техническая поддержка 24/7, обеспечивающая стабильную работу вашего бизнеса.", + "quick-links": "Быстрые ссылки", + "utilities": "Полезные инструменты", "navigation": { - "home": "Home", - "products": "Products", - "solutions": "Solutions", - "support": "Support", - "about-us": "About Us", - "contact-info": "Contact Info", - "downloads": "Downloads", - "faq": "FAQ", - "documents": "Documents", - "calculator": "Calculator", - "address": "Company Address" + "home": "Главная", + "products": "Центр продуктов", + "solutions": "Решения", + "support": "Поддержка", + "about-us": "О нас", + "contact-info": "Контактная информация", + "downloads": "Файлы для скачивания", + "faq": "Часто задаваемые вопросы", + "documents": "Документация", + "calculator": "Калькулятор бумажных трубок", + "address": "Адрес компании" }, - "contact-info": "Contact Us", - "telephone": "Telephone", - "email": "Email", - "address": "Address", + "contact-info": "Свяжитесь с нами", + "telephone": "Телефон", + "email": "Электронная почта", + "address": "Адрес", "company-address": "No. 689 Qiushi Road, Wutong Industrial Zone, Tongxiang City, Zhejiang Province, China", - "follow-us": "Follow Us", + "follow-us": "Следуйте за нами", "all-rights-reserved": "All rights reserved", - "privacy-policy": "Privacy Policy", - "terms-of-service": "Terms of Service", - "sitemap": "Sitemap", - "product-details": "Product Details", - "product-not-found": "Product Not Found", - "product-not-found-desc": "Sorry, the product you are looking for does not exist or has been removed.", - "back-to-products": "Back to Products", - "solution-not-found": "Solution Not Found", - "solution-not-found-desc": "Sorry, the solution you are lokking for does not exist or has been removed.", - "back-to-solutions": "Back to Solutions", - "page-not-found": "Page Not Found", - "page-not-found-desc": "Sorry, the page you are looking for does not exist or has been removed.", - "back-to-home": "Back to Home", - "no-content-available": "No detailed information available", - "loading": "Loading...", - "our-products": "Our Products", - "learn-our-solutions": "Learn Our Solutions", - "all": "All", - "support-page-desc": "Zhejiang Jinshen Machinery Manufacturing Co., Ltd is committed to providing high-quality products and services to our customers. For products such as paper tube machines, slitting machines, and paper straw equipment, we offer comprehensive after-sales support to ensure our customers can use our products with confidence.", + "privacy-policy": "Политика конфиденциальности", + "terms-of-service": "Условия обслуживания", + "sitemap": "Карта сайта", + "product-details": "Детали продукта", + "product-not-found": "Продукт не найден", + "product-not-found-desc": "Извините, продукт, который вы ищете, не существует или был удален.", + "back-to-products": "Вернуться к списку продуктов", + "solution-not-found": "Решение не найдено", + "solution-not-found-desc": "Извините, решение, которое вы ищете, не существует или было удалено.", + "back-to-solutions": "Вернуться к списку решений", + "page-not-found": "Страница не найдена", + "page-not-found-desc": "Извините, страница, которую вы ищете, не существует или была удалена.", + "back-to-home": "Вернуться на главную", + "no-content-available": "Нет доступной информации", + "loading": "Загрузка...", + "our-products": "Наши продукты", + "learn-our-solutions": "Узнайте о наших решениях", + "all": "Все", + "support-page-desc": "Zhejiang Jinshen Machinery Manufacturing Co., Ltd Стремится предоставлять клиентам высококачественные продукты и услуги. Мы предлагаем послепродажное обслуживание для таких продуктов, как машины для бумажных трубок и соломинок, обеспечивая уверенность клиентов в использовании нашей продукции.", "support-card-desc": { - "faq": "We have compiled answers to frequently asked questions to help you quickly resolve any concerns.", - "documents": "We provide product manuals, technical specifications, and other documentation for easy reference.", - "contact-info": "Contact us by phone or email, and we will provide on-site support for you." + "faq": "Мы собрали ответы на часто задаваемые вопросы, чтобы помочь вам быстро решить свои проблемы.", + "documents": "Предоставляем документацию, такую как руководства по продуктам, технические спецификации, для удобства пользователей.", + "contact-info": "Свяжитесь с нами по телефону или электронной почте, и мы оперативно вам поможем." }, "product-filter": { - "product-type": "Product type", - "product-model": "Product model", - "keyword": "Keyword", - "select-product-type": "Select product type", - "select-product-model": "Select product model", - "enter-keyword": "Enter keyword" + "product-type": "Тип продукта", + "product-model": "Модель продукта", + "keyword": "Ключевое слово", + "select-product-type": "Выберите тип продукта", + "select-product-model": "Выберите модель продукта", + "enter-keyword": "Введите ключевое слово" }, "document-meta": { - "size": "Size", - "format": "Format", - "type": "Type", - "upload-at": "Upload at" + "size": "Размер", + "format": "Формат", + "type": "Тип", + "upload-at": "Дата загрузки" }, "document-action": { - "download": "Download", - "open-in-new-tab": "Open in New Tab", - "preview": "Preview" + "download": "Скачать", + "open-in-new-tab": "Открыть в новой вкладке", + "preview": "Предварительный просмотр" }, "mobile-menu": { - "title": "Menu", - "navigation": "Navigation", - "utilities": "Utilities" + "title": "Меню", + "navigation": "Навигация по сайту", + "utilities": "Полезные инструменты" }, "homepage": { - "recommended-products": "Recommended Products", - "recommended-products-desc": "Explore our curated selection of products to meet your diverse needs. Whether it's innovative technology or classic designs, we offer quality choices for you.", - "recommended-solutions": "Recommended Solutions", - "recommended-solutions-desc": "Learn about our tailored solutions designed to help your business thrive in a competitive market." + "recommended-products": "Рекомендуемые продукты", + "recommended-products-desc": "Исследуйте наши тщательно отобранные продукты, которые удовлетворят все ваши потребности. Мы предлагаем как инновационные технологии, так и классические решения.", + "recommended-solutions": "Рекомендуемые решения", + "recommended-solutions-desc": "Узнайте о наших индивидуальных решениях, чтобы оптимизировать бизнес-процессы и повысить эффективность." }, "page-title": { - "homepage": "Homepage", - "products": "Products", - "solutions": "Solutions", - "support": "Support", - "faq": "FAQ", - "documents": "Documents", - "contact-us": "Contact Us", - "download": "Downloads", - "preview": "Preview", - "about-us": "About Us" + "homepage": "Главная", + "products": "Центр продуктов", + "solutions": "Решения", + "support": "Поддержка", + "faq": "Часто задаваемые вопросы", + "documents": "Документация", + "contact-us": "Свяжитесь с нами", + "download": "Скачать докумен", + "preview": "Просмотр документа", + "about-us": "О нас" }, "product-tab": { - "details": "Details", - "specs": "Specifications", - "faq": "FAQ", - "documents": "Documents" + "details": "Детали продукта", + "specs": "Технические спецификации", + "faq": "Часто задаваемые вопросы", + "documents": "Связанные документы" } } From 30ffc7e5572dab1cb0dd1623ac1f76113ea9572e Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Fri, 21 Nov 2025 16:51:49 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9C=BA?= =?UTF-8?q?=E5=99=A8=E7=BF=BB=E8=AF=91=E6=A0=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/shared/JinshenHeader.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/app/components/shared/JinshenHeader.vue b/app/components/shared/JinshenHeader.vue index 328555e..3b96e5b 100644 --- a/app/components/shared/JinshenHeader.vue +++ b/app/components/shared/JinshenHeader.vue @@ -67,8 +67,12 @@ 简体中文 English - Español - Русский + Español(Machine Translate) + Русский(Machine Translate) @@ -142,8 +146,12 @@ 简体中文 English - Español - Русский + Español(Machine Translate) + Русский(Machine Translate)