From d25466f8f1931d7b49a5d73aac62c2f15dd7e2e7 Mon Sep 17 00:00:00 2001 From: "Georgi Ganchev @7DIGIT" Date: Fri, 24 May 2024 18:33:28 +0300 Subject: [PATCH] Add: missing pl and uk translations --- service/translations/pl.js | 2 +- service/translations/uk.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/translations/pl.js b/service/translations/pl.js index 4097f2b..cee94f2 100644 --- a/service/translations/pl.js +++ b/service/translations/pl.js @@ -154,5 +154,5 @@ export default { client_registration_otp_text: "Kod weryfikacyjny do rejestracji konta w USupport to: {1}", client_email_already_used_text: - 'The emal you are trying to register with is already in use. Please use the following link {2} to login into your account.If using the mobile application please navigate back to the login page.PL', + 'Adres email za pomocą którego chcesz się zarejestrować jest już w naszej bazie danych. Użyj poniższego linka {2} żeby zalogować się do swojego konta. Jeśli używasz aplikacji mobilnej, powróć do strony logowania.', }; diff --git a/service/translations/uk.js b/service/translations/uk.js index 6e68e15..9ddf9c6 100644 --- a/service/translations/uk.js +++ b/service/translations/uk.js @@ -154,5 +154,5 @@ export default { client_registration_otp_text: "Код підтвердження для реєстрації облікового запису в USupport: {1}", client_email_already_used_text: - 'The emal you are trying to register with is already in use. Please use the following link {2} to login into your account.If using the mobile application please navigate back to the login page.UK', + 'Електронна пошта, за допомогою якої Ви намагаєтесь зареєструватись, вже використовується. Будь ласка, натисність на посилання {2} щоб зайти у Ваш аккаунт. Якщо Ви викристовуєте мобільній застосунок, поверніться на попередню сторінку.', };