From 8560ca8b188a9f5e89e2fc75a8f1bbb05d6c8073 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sun, 10 Nov 2024 14:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/serviceList/serviceList.vue | 2 +- locale/ar.js | 1 + locale/en.js | 1 + locale/es.js | 1 + locale/fr.js | 1 + locale/ru.js | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/serviceList/serviceList.vue b/components/serviceList/serviceList.vue index 9e395b9..2f2e61e 100644 --- a/components/serviceList/serviceList.vue +++ b/components/serviceList/serviceList.vue @@ -4,7 +4,7 @@ {{ item.name }} - Mei Cha + {{ $t('meiqia') }} {{ $t('page.serviceList.cancel') }} diff --git a/locale/ar.js b/locale/ar.js index 615d110..dbbceb5 100644 --- a/locale/ar.js +++ b/locale/ar.js @@ -15,6 +15,7 @@ export default { "$": "دولار أمريكي", "toHome": "العودة إلى الصفحة الرئيسية", "success-operation": "نجاح العملية", + "meiqia" : "خدمة المدينة التجارية", "message": { "1": "لا يمكن ترك حقل الحساب فارغًا", "2": "لا يمكن ترك حقل كلمة المرور فارغًا", diff --git a/locale/en.js b/locale/en.js index aee549a..7086c6f 100644 --- a/locale/en.js +++ b/locale/en.js @@ -15,6 +15,7 @@ export default { "$": "$", "toHome": "Back to home page", "success-operation": "Operation successful", + "meiqia" : "Mall customer service", "message": { "1": "The account field cannot be left blank", "2": "The password field cannot be left blank", diff --git a/locale/es.js b/locale/es.js index ee0d9f6..d5ccb46 100644 --- a/locale/es.js +++ b/locale/es.js @@ -15,6 +15,7 @@ export default { "$": "$", "toHome": "Volver a la página de inicio", "success-operation": "Operación exitosa", + "meiqia" : "Servicio al cliente", "message": { "1": "La cuenta no puede estar vacía", "2": "La contraseña no puede estar vacía", diff --git a/locale/fr.js b/locale/fr.js index 9b8e20e..c4ab89f 100644 --- a/locale/fr.js +++ b/locale/fr.js @@ -15,6 +15,7 @@ export default { "$": "$", "toHome": "Retour à la page d'accueil", "success-operation": "Opération réussie", + "meiqia" : "Service client mall", "message": { "1": "Le champ compte ne peut être laissé vide", "2": "Le champ mot de passe ne peut être laissé vide", diff --git a/locale/ru.js b/locale/ru.js index 6208cd3..65f6bf5 100644 --- a/locale/ru.js +++ b/locale/ru.js @@ -15,6 +15,7 @@ export default { "$": "$", "toHome": "Вернуться на главная страница", "success-operation": "Операция прошла успешно", + "meiqia" : "Служба поддержки клиентов", message: { "1": "Поле учетной записи не может быть пустым", "2": "поле пароля не может быть пустым",