From 5ad04ff5097af4d33ffff7781bfc7cba738ea581 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 24 Sep 2025 14:22:15 +0800
Subject: [PATCH] 1

---
 src/i18n/Deutsch.js    |    1 +
 src/i18n/Portuguese.js |    1 +
 src/i18n/th.js         |    1 +
 src/i18n/fa.js         |    1 +
 src/i18n/vi.js         |    1 +
 src/i18n/Spanish.js    |    1 +
 6 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/i18n/Deutsch.js b/src/i18n/Deutsch.js
index 6d069bd..5a6e8e6 100644
--- a/src/i18n/Deutsch.js
+++ b/src/i18n/Deutsch.js
@@ -2816,4 +2816,5 @@
     "最多可转": "Höchstens ein",
     "合约历史": "Geschichte des vertrags",
     "逐仓": "Isol",
+    "账号或密码不正确": "Konto oder Passwort ist falsch",
 }
\ No newline at end of file
diff --git a/src/i18n/Portuguese.js b/src/i18n/Portuguese.js
index edc5d09..c6c72ea 100644
--- a/src/i18n/Portuguese.js
+++ b/src/i18n/Portuguese.js
@@ -626,4 +626,5 @@
     "最多可转": "Até voltas disponíveis",
     "合约历史": "Histórico de contratos",
     "逐仓": "Cada cápsula",
+    "账号或密码不正确": "Conta ou senha incorreta",
 }
\ No newline at end of file
diff --git a/src/i18n/Spanish.js b/src/i18n/Spanish.js
index 6cd9897..534f636 100644
--- a/src/i18n/Spanish.js
+++ b/src/i18n/Spanish.js
@@ -2589,4 +2589,5 @@
     "最多可转": "Hasta vueltas disponibles",
     "合约历史": "Historial de contratos",
     "逐仓": "En cubierta",
+    "账号或密码不正确": "Nombre de usuario o contraseña incorrectos",
 }
\ No newline at end of file
diff --git a/src/i18n/fa.js b/src/i18n/fa.js
index e9d095e..453e1c1 100644
--- a/src/i18n/fa.js
+++ b/src/i18n/fa.js
@@ -2713,4 +2713,5 @@
     "最多可转": "Maximum de tours disponibles",
     "合约历史": "Historique des contrats",
     "逐仓": "Chaque silo",
+    "账号或密码不正确": "Le compte ou le mot de passe est incorrect",
 }
\ No newline at end of file
diff --git a/src/i18n/th.js b/src/i18n/th.js
index 9114700..aab042e 100644
--- a/src/i18n/th.js
+++ b/src/i18n/th.js
@@ -2781,4 +2781,5 @@
     "最多可转": "สามารถหมุนได้สูงสุด",
     "合约历史": "ประวัติการทำงาน",
     "逐仓": "นาที",
+    "账号或密码不正确": "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง",
 }
\ No newline at end of file
diff --git a/src/i18n/vi.js b/src/i18n/vi.js
index e7981ef..b75f8a6 100644
--- a/src/i18n/vi.js
+++ b/src/i18n/vi.js
@@ -2760,4 +2760,5 @@
     "最多可转": "Lên đến lượt",
     "合约历史": "Lịch sử hợp đồng",
     "逐仓": "Từng ngân thương",
+    "账号或密码不正确": "Tài khoản hoặc mật khẩu không chính xác",
 }
\ No newline at end of file

--
Gitblit v1.9.3