diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 009e641e..16a1106b 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -10,6 +10,8 @@ "enterprisetpa.title.heading": "Would you like to sign in using your {providerName} credentials?", "enterprisetpa.sso.button.title": "Sign in using {providerName}", "enterprisetpa.login.button.text": "Show me other ways to sign in or register", + "sso.sign.in.with": "Sign in with {providerName}", + "sso.create.account.using": "Create account using {providerName}", "error.notfound.message": "الصفحة التي تبحث عنها غير متوفرة أو هناك خطأ في نص الرابط. الرجاء التحقق من الرابط والمحاولة مجددا.", "login.third.party.auth.account.not.linked.message": "لقد نجحت في تسجيل الدخول إلى {currentProvider}، ولكن حساب {currentProvider} لا يحتوي على حساب {platformName} مرتبط. لربط حساباتك، قم بتسجيل الدخول الآن باستخدام كلمة مرور {platformName}.", "register.third.party.auth.account.not.linked.message": "لقد نجحت في تسجيل الدخول إلى {currentProvider}. نحتاج إلى القليل من المعلومات قبل بدء التعلّم مع {platformName}.", diff --git a/src/i18n/messages/es_419.json b/src/i18n/messages/es_419.json index b2a535c6..2d255a80 100644 --- a/src/i18n/messages/es_419.json +++ b/src/i18n/messages/es_419.json @@ -10,6 +10,8 @@ "enterprisetpa.title.heading": "Would you like to sign in using your {providerName} credentials?", "enterprisetpa.sso.button.title": "Sign in using {providerName}", "enterprisetpa.login.button.text": "Mostrar otras formas de iniciar sesión o de registrarme", + "sso.sign.in.with": "Sign in with {providerName}", + "sso.create.account.using": "Create account using {providerName}", "error.notfound.message": "La página que estas buscando no está disponible o hay un error en la URL. Por favor, verifica la URL y vuelve a intentarlo.", "login.third.party.auth.account.not.linked.message": "Te has registrado correctamente en {currentProvider}, pero tu cuenta de {currentProvider} no tiene una cuenta de {platformName} asociada. Para asociar tus cuentas, inicia sesión ahora usando tu contraseña de {platformName}.", "register.third.party.auth.account.not.linked.message": "Has iniciado sesión correctamente en {currentProvider}. Solo necesitamos un poco más de información para que puedas empezar a aprender con {platformName}.", diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index 49e527e5..8ab6182f 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -10,6 +10,8 @@ "enterprisetpa.title.heading": "Would you like to sign in using your {providerName} credentials?", "enterprisetpa.sso.button.title": "Sign in using {providerName}", "enterprisetpa.login.button.text": "Show me other ways to sign in or register", + "sso.sign.in.with": "Sign in with {providerName}", + "sso.create.account.using": "Create account using {providerName}", "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", "login.third.party.auth.account.not.linked.message": "You have successfully signed into {currentProvider}, but your {currentProvider} account does not have a linked {platformName} account. To link your accounts, sign in now using your {platformName} password.", "register.third.party.auth.account.not.linked.message": "You've successfully signed into {currentProvider}. We just need a little more information before you start learning with {platformName}.", diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json index 49e527e5..8ab6182f 100644 --- a/src/i18n/messages/zh_CN.json +++ b/src/i18n/messages/zh_CN.json @@ -10,6 +10,8 @@ "enterprisetpa.title.heading": "Would you like to sign in using your {providerName} credentials?", "enterprisetpa.sso.button.title": "Sign in using {providerName}", "enterprisetpa.login.button.text": "Show me other ways to sign in or register", + "sso.sign.in.with": "Sign in with {providerName}", + "sso.create.account.using": "Create account using {providerName}", "error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.", "login.third.party.auth.account.not.linked.message": "You have successfully signed into {currentProvider}, but your {currentProvider} account does not have a linked {platformName} account. To link your accounts, sign in now using your {platformName} password.", "register.third.party.auth.account.not.linked.message": "You've successfully signed into {currentProvider}. We just need a little more information before you start learning with {platformName}.",