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 }}