diff --git a/webapp/locales/de.json b/webapp/locales/de.json index ddc396a31..d8bd908c4 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -198,9 +198,6 @@ "errors": { "email-exists": "Es gibt schon ein Benutzerkonto mit dieser E-Mail-Adresse!" }, - "minimum-age": "Ich bin 18 Jahre oder älter.", - "no-commercial": "Ich habe keine kommerziellen Absichten und ich repräsentiere kein kommerzielles Unternehmen oder Organisation.", - "no-political": "Ich bin nicht im Auftrag einer Partei oder politischen Organisation im Netzwerk.", "submit": "Konto erstellen", "success": "Eine E-Mail mit einem Link zum Abschließen Deiner Registrierung wurde an {email} geschickt", "terms-and-condition": "Ich stimme den Nutzungsbedingungen zu." diff --git a/webapp/locales/en.json b/webapp/locales/en.json index a8ebd6e11..ab7311dc5 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -198,9 +198,6 @@ "errors": { "email-exists": "There is already a user account with this e-mail address!" }, - "minimum-age": "I'm 18 years or older.", - "no-commercial": "I have no commercial interests and I am not representing a company or any other commercial organisation on the network.", - "no-political": "I am not on behalf of a party or political organization in the network.", "submit": "Create an account", "success": "A mail with a link to complete your registration has been sent to {email}", "terms-and-condition": "I confirm to the Terms and conditions." diff --git a/webapp/locales/es.json b/webapp/locales/es.json index 6397bbd00..ccc91ac4b 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -155,9 +155,6 @@ "errors": { "email-exists": "¡Ya hay una cuenta de usuario con esta dirección de correo electrónico!" }, - "minimum-age": "Tengo 18 años o más.", - "no-commercial": "No tengo intensiones comerciales y no represento una empresa u organización comercial.", - "no-political": "No estoy en la red en nombre de un partido o una organización política.", "submit": "Crear una cuenta", "success": "Se ha enviado un correo electrónico con un enlace de confirmación para el registro a {email}.", "terms-and-condition": "Estoy de acuerdo con los términos de uso." diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index a9182d987..92d2ea79e 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -155,9 +155,6 @@ "errors": { "email-exists": "Il existe déjà un compte utilisateur avec cette adresse mail!" }, - "minimum-age": "J'ai 18 ans ou plus.", - "no-commercial": "Je n'ai aucun intérêt commercial et je ne représente pas d'entreprise ou toute autre organisation commerciale sur le réseau.", - "no-political": "Je ne parle pas au nom d'un parti ou d'une organisation politique sur le réseau.", "submit": "Créer un compte", "success": "Un mail avec un lien pour compléter votre inscription a été envoyé à {email}", "terms-and-condition": "Je confirme les Conditions générales." diff --git a/webapp/locales/it.json b/webapp/locales/it.json index d191a6d1a..8e45554f7 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -162,7 +162,6 @@ "errors": { "email-exists": null }, - "minimum-age": null, "submit": null, "success": null, "terms-and-condition": null diff --git a/webapp/locales/pt.json b/webapp/locales/pt.json index 8b24b1a67..f5897bc7b 100644 --- a/webapp/locales/pt.json +++ b/webapp/locales/pt.json @@ -202,7 +202,6 @@ "errors": { "email-exists": "Já existe uma conta de usuário com este endereço de e-mail!" }, - "minimum-age": "Tenho 18 anos ou mais.", "submit": "Criar uma conta", "success": "Um e-mail com um link para completar o seu registo foi enviado para {email}", "terms-and-condition": "Eu concordo com os Termos e condições." diff --git a/webapp/locales/ru.json b/webapp/locales/ru.json index 6b4db17ed..2173e56a9 100644 --- a/webapp/locales/ru.json +++ b/webapp/locales/ru.json @@ -155,9 +155,6 @@ "errors": { "email-exists": "Уже есть учетная запись пользователя с этим адресом электронной почты!" }, - "minimum-age": "Мне 18 лет или более", - "no-commercial": "У меня нет коммерческих намерений, и я не представляю коммерческое предприятие или организацию.", - "no-political": "Я не от имени какой-либо партии или политической организации в сети.", "submit": "Создать учетную запись", "success": "Письмо со ссылкой для завершения регистрации было отправлено на {email} ", "terms-and-condition": "Принимаю Условия и положения."