From efa5dc322580d6b6a712a0f81c409558dfc65e30 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sun, 1 Dec 2024 21:28:26 +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 --- locale/ar.js | 3 +++ locale/en.js | 5 ++++- locale/es.js | 5 ++++- locale/fr.js | 5 ++++- locale/ru.js | 5 ++++- pages/withdraw/withdraw.vue | 2 +- utils/request.js | 6 +++++- 7 files changed, 25 insertions(+), 6 deletions(-) diff --git a/locale/ar.js b/locale/ar.js index dbbceb5..c6c3736 100644 --- a/locale/ar.js +++ b/locale/ar.js @@ -57,6 +57,9 @@ export default { "500": "النظام مشغول! يرجى الاتصال بخدمة العملاء", "512": "الحساب مسجل بالفعل", "511": "الحساب أو كلمة المرور غير صحيحة", + "操作失败" : "فشل العملية", + "数据库中已存在该记录" : "وهذا السجل موجود بالفعل في قاعدة البيانات", + "字段太长,超出数据库字段的长度" : "الحقل طويل جدا يتجاوز طول حقل قاعدة البيانات", }, page: { "home": { diff --git a/locale/en.js b/locale/en.js index 7086c6f..36f2a5a 100644 --- a/locale/en.js +++ b/locale/en.js @@ -56,7 +56,10 @@ export default { "37": "The balance is insufficient to perform the task", "500": "The system is busy! Please contact customer service", "512": "The account is already registered", - "511": "The account or password is incorrect" + "511": "The account or password is incorrect", + "操作失败" : "Operation failure", + "数据库中已存在该记录" : "The record already exists in the database", + "字段太长,超出数据库字段的长度" : "The field is too long, exceeding the length of the database field", }, page: { "home": { diff --git a/locale/es.js b/locale/es.js index d5ccb46..fbe3656 100644 --- a/locale/es.js +++ b/locale/es.js @@ -56,7 +56,10 @@ export default { "37": "Balance insuficiente para llevar a cabo la misión", "500": "¡El sistema está ocupado! Por favor, contacte el servicio de atención al cliente", "512": "La cuenta también fue registrada", - "511": "La cuenta o la contraseña son incorrectas" + "511": "La cuenta o la contraseña son incorrectas", + "操作失败" : "Falla de operación", + "数据库中已存在该记录" : "El registro ya existe en la base de datos", + "字段太长,超出数据库字段的长度" : "Los campos son demasiado largos, más largos que los campos de la base de datos", }, "page": { "home": { diff --git a/locale/fr.js b/locale/fr.js index c4ab89f..e3c4301 100644 --- a/locale/fr.js +++ b/locale/fr.js @@ -56,7 +56,10 @@ export default { "37": "Le solde est insuffisant pour effectuer la tâche", "500": "Le système est occupé! Veuillez contacter le service client", "512": "Le compte est déjà enregistré", - "511": "Le compte ou le mot de passe est incorrect" + "511": "Le compte ou le mot de passe est incorrect", + "操作失败" : "Échec de l’opération", + "数据库中已存在该记录" : "L’enregistrement existe déjà dans la base de données", + "字段太长,超出数据库字段的长度" : "Les champs sont trop longs et dépassent la longueur des champs de la base de données", }, page: { "home": { diff --git a/locale/ru.js b/locale/ru.js index 65f6bf5..5597dae 100644 --- a/locale/ru.js +++ b/locale/ru.js @@ -56,7 +56,10 @@ export default { "37": "Сальдо недостаточно для выполнения мандата", "500": "Система занята! пожалуйста, свяжитесь с гостевой службой", "512": "Счет зарегистрирован", - "511": "Учетная запись или пароль неверны" + "511": "Учетная запись или пароль неверны", + "操作失败" : "Операция провалилась.", + "数据库中已存在该记录" : "Запись уже есть в базе данных", + "字段太长,超出数据库字段的长度" : "Поле слишком длинное, за пределами поля базы данных", }, page: { "home": { diff --git a/pages/withdraw/withdraw.vue b/pages/withdraw/withdraw.vue index 1a18e16..fb01d38 100644 --- a/pages/withdraw/withdraw.vue +++ b/pages/withdraw/withdraw.vue @@ -19,7 +19,7 @@ - {{ $store.state.unit }} + {{ $store.state.unit }}