From 1b5e6167004072fb40d5ec10fa2c6517361075f2 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 25 Jan 2026 08:53:29 +0300 Subject: [PATCH] Add files via upload --- src/locales/en.json | 2 ++ src/locales/fa.json | 2 ++ src/locales/ru.json | 2 ++ src/locales/zh.json | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 100e6f0..44e39ef 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1210,6 +1210,8 @@ "resendVerification": "Resend Verification Email", "verificationResent": "Verification email resent!", "canLoginWithEmail": "You can now log in using your email and password.", + "emailAlreadyRegistered": "This email is already linked to another account. If this is your email, log in with it or contact support.", + "alreadyHaveEmail": "You already have a verified email linked.", "notifications": { "title": "Notification Settings", "subscriptionExpiry": "Subscription Expiry", diff --git a/src/locales/fa.json b/src/locales/fa.json index e159913..97063a7 100644 --- a/src/locales/fa.json +++ b/src/locales/fa.json @@ -683,6 +683,8 @@ "resendVerification": "ارسال مجدد ایمیل تایید", "verificationResent": "ایمیل تایید مجدداً ارسال شد!", "canLoginWithEmail": "اکنون می‌توانید با ایمیل و رمز عبور وارد شوید.", + "emailAlreadyRegistered": "این ایمیل قبلاً به حساب دیگری متصل شده است. اگر این ایمیل شماست، با آن وارد شوید یا با پشتیبانی تماس بگیرید.", + "alreadyHaveEmail": "شما قبلاً یک ایمیل تایید شده متصل کرده‌اید.", "notifications": { "title": "تنظیمات اعلان", "subscriptionExpiry": "انقضای اشتراک", diff --git a/src/locales/ru.json b/src/locales/ru.json index 109ccf4..4faa8ed 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -1903,6 +1903,8 @@ "resendVerification": "Отправить письмо повторно", "verificationResent": "Письмо отправлено повторно!", "canLoginWithEmail": "Теперь вы можете входить с помощью email и пароля.", + "emailAlreadyRegistered": "Этот email уже привязан к другому аккаунту. Если это ваш email, войдите через него или обратитесь в поддержку.", + "alreadyHaveEmail": "У вас уже привязан подтверждённый email.", "notifications": { "title": "Настройки уведомлений", "subscriptionExpiry": "Окончание подписки", diff --git a/src/locales/zh.json b/src/locales/zh.json index fbf2f76..3521cce 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -684,6 +684,8 @@ "resendVerification": "重新发送验证邮件", "verificationResent": "验证邮件已重新发送!", "canLoginWithEmail": "现在您可以使用邮箱和密码登录。", + "emailAlreadyRegistered": "此邮箱已绑定到其他账户。如果这是您的邮箱,请使用邮箱登录或联系客服。", + "alreadyHaveEmail": "您已经绑定了已验证的邮箱。", "notifications": { "title": "通知设置", "subscriptionExpiry": "订阅到期",