diff --git a/apps/web/public/locales/es/app.json b/apps/web/public/locales/es/app.json index cd97976a7..24440a60b 100644 --- a/apps/web/public/locales/es/app.json +++ b/apps/web/public/locales/es/app.json @@ -40,6 +40,7 @@ "location": "Ubicación", "locationPlaceholder": "Café de Carlos", "login": "Iniciar sesión", + "loginWith": "Iniciar sesión con {provider}", "logout": "Cerrar sesión", "manage": "Gestionar", "mixedOptionsDescription": "No puedes tener opciones de fecha y opciones de hora en la misma encuesta. ¿Cuáles quieres mantener?", @@ -226,5 +227,6 @@ "continueAs": "Continuar como", "finalizeFeature": "Finalizar", "duplicateFeature": "Duplicar", - "pageMovedDescription": "Redireccionando a {newUrl}" + "pageMovedDescription": "Redireccionando a {newUrl}", + "notRegistered": "¿Todavía no tienes cuenta? Regístrate." } diff --git a/apps/web/public/locales/fr/app.json b/apps/web/public/locales/fr/app.json index 941970e86..ceb679146 100644 --- a/apps/web/public/locales/fr/app.json +++ b/apps/web/public/locales/fr/app.json @@ -40,6 +40,7 @@ "location": "Localisation", "locationPlaceholder": "Le café de Joe", "login": "Connexion", + "loginWith": "Se connecter avec {provider}", "logout": "Déconnexion", "manage": "Gérer", "mixedOptionsDescription": "Vous ne pouvez pas avoir les deux options d'heure et de date dans le même sondage. Laquelle voulez-vous garder ?", @@ -226,5 +227,6 @@ "continueAs": "Continuer comme", "finalizeFeature": "Finaliser", "duplicateFeature": "Dupliquer", - "pageMovedDescription": "Redirection vers {newUrl}" + "pageMovedDescription": "Redirection vers {newUrl}", + "notRegistered": "Vous n'avez pas de compte ? Créer un compte" } diff --git a/apps/web/public/locales/pl/app.json b/apps/web/public/locales/pl/app.json index fa86213cf..e87342f36 100644 --- a/apps/web/public/locales/pl/app.json +++ b/apps/web/public/locales/pl/app.json @@ -40,6 +40,7 @@ "location": "Lokalizacja", "locationPlaceholder": "Sklep z kawą Joe", "login": "Logowanie", + "loginWith": "Zaloguj się przez {provider}", "logout": "Wyloguj", "manage": "Zarządzaj", "mixedOptionsDescription": "Nie możesz mieć w tej samej ankiecie obu opcji daty i godziny. Które chciałbyś zachować?", @@ -226,5 +227,6 @@ "continueAs": "Kontynuuj jako", "finalizeFeature": "Finalizuj", "duplicateFeature": "Duplikuj", - "pageMovedDescription": "Przekierowanie do {newUrl}" + "pageMovedDescription": "Przekierowanie do {newUrl}", + "notRegistered": "Nie masz konta? Zarejestruj się" } diff --git a/apps/web/public/locales/pt-BR/app.json b/apps/web/public/locales/pt-BR/app.json index c720c17b2..39f9fc99d 100644 --- a/apps/web/public/locales/pt-BR/app.json +++ b/apps/web/public/locales/pt-BR/app.json @@ -40,6 +40,7 @@ "location": "Local", "locationPlaceholder": "Loja Café do Júlio", "login": "Logar", + "loginWith": "Logar como {provider}", "logout": "Deslogar", "manage": "Gerenciar", "mixedOptionsDescription": "Você não pode ter ambas as opções de data e hora na mesma enquete. Qual você gostaria de manter?", @@ -226,5 +227,6 @@ "continueAs": "Continuar como", "finalizeFeature": "Finalizar", "duplicateFeature": "Duplicar", - "pageMovedDescription": "Redirecionando para {newUrl}" + "pageMovedDescription": "Redirecionando para {newUrl}", + "notRegistered": "Não tem uma conta? Registre-se" } diff --git a/apps/web/public/locales/ru/app.json b/apps/web/public/locales/ru/app.json index 1c87cec1d..0ceb40972 100644 --- a/apps/web/public/locales/ru/app.json +++ b/apps/web/public/locales/ru/app.json @@ -40,6 +40,7 @@ "location": "Место", "locationPlaceholder": "Кофейня Джо", "login": "Войти", + "loginWith": "Войти с помощью {provider}", "logout": "Выйти", "manage": "Настроить", "mixedOptionsDescription": "Нельзя иметь варианты и времени, и дат в одном опросе. Что вы хотите оставить?", @@ -226,5 +227,6 @@ "continueAs": "Продолжить как", "finalizeFeature": "Утверждение даты", "duplicateFeature": "Копирование", - "pageMovedDescription": "Перенаправление на {newUrl}" + "pageMovedDescription": "Перенаправление на {newUrl}", + "notRegistered": "Нет учетной записи? Зарегистрироваться" } diff --git a/apps/web/public/locales/sv/app.json b/apps/web/public/locales/sv/app.json index b473e79c9..9aacd7faa 100644 --- a/apps/web/public/locales/sv/app.json +++ b/apps/web/public/locales/sv/app.json @@ -40,6 +40,7 @@ "location": "Plats", "locationPlaceholder": "Joe's Café", "login": "Logga in", + "loginWith": "Logga in med {provider}", "logout": "Logga ut", "manage": "Hantera", "mixedOptionsDescription": "Du kan inte ha både tids- och datumalternativ i samma omröstning. Vad vill du behålla?", @@ -199,5 +200,6 @@ "hideParticipantsLabel": "Dölj deltagarlistan från andra deltagare", "continueAs": "Fortsätt som", "finalizeFeature": "Slutför", - "duplicateFeature": "Duplicera" + "duplicateFeature": "Duplicera", + "notRegistered": "Har du inget konto? Registrera dig" }