diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 934724112..ab93bed85 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -20,7 +20,6 @@ }, "back": "Zurück", "community": { - "startNewsButton":"Benutzernamen eintragen", "choose-another-community": "Eine andere Gemeinschaft auswählen", "community": "Gemeinschaft", "communityMember": "Du bist aktives Mitglied", @@ -31,6 +30,7 @@ "noOpenContributionLinkText": "Zur Zeit gibt es keine per Link erzeugte Schöpfungen.", "openContributionLinks": "Per Link erzeugte Schöpfungen", "openContributionLinkText": "Die Gemeinschaft „{name}“ unterstützt aktuell {count} per Link erzeugte Schöpfungen:", + "startNewsButton": "Benutzernamen eintragen", "submitContribution": "Schreiben" }, "communityInfo": "Gemeinschaft Information", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 09cc57fdf..ed0836e29 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -20,7 +20,6 @@ }, "back": "Back", "community": { - "startNewsButton":"Enter username", "choose-another-community": "Choose another community", "community": "Community", "communityMember": "You are an active member", @@ -31,6 +30,7 @@ "noOpenContributionLinkText": "Currently there are no link-generated creations.", "openContributionLinks": "Creations generated by link", "openContributionLinkText": "The \"{name}\" community currently supports {count} link-generated creations:", + "startNewsButton": "Enter username", "submitContribution": "Contribute" }, "communityInfo": "Community Information", diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index 6fba1dc05..9c702619f 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -18,7 +18,6 @@ }, "back": "Volver", "community": { - "startNewsButton":"Introducir nombre de usuario", "choose-another-community": "Escoger otra comunidad", "community": "Comunidad", "continue-to-registration": "Continuar con el registro", @@ -31,6 +30,7 @@ "openContributionLinks": "Creaciones generadas por enlace", "openContributionLinkText": "La comunidad \"{name}\" admite actualmente {count} creaciones generadas por enlaces:", "other-communities": "Otras comunidades", + "startNewsButton": "Introducir nombre de usuario", "statistic": "Estadísticas", "submitContribution": "escribir", "switch-to-this-community": "cambiar a esta comunidad" diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index e7c4f33a6..44cc5dec0 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -20,7 +20,6 @@ }, "back": "Retour", "community": { - "startNewsButton":"Saisir le nom d'utilisateur", "choose-another-community": "Choisissez une autre communauté", "community": "Communauté", "communityMember": "Vous etes un membre actif", @@ -31,6 +30,7 @@ "noOpenContributionLinkText": "Actuellement, il n'y a pas de créations générées par lien.", "openContributionLinks": "Créations générées par lien", "openContributionLinkText": "La communauté \"{name}\" soutient actuellement {count} créations générées par lien:", + "startNewsButton": "Saisir le nom d'utilisateur", "submitContribution": "Contribuer" }, "communityInfo": "Information communauté^^", diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json index 8611175d2..2e6217841 100644 --- a/frontend/src/locales/nl.json +++ b/frontend/src/locales/nl.json @@ -18,7 +18,6 @@ }, "back": "Terug", "community": { - "startNewsButton":"Gebruikersnaam invoeren", "choose-another-community": "Kies een andere gemeenschap", "community": "Gemeenschap", "continue-to-registration": "Verder ter registratie", @@ -31,6 +30,7 @@ "openContributionLinks": "Creaties gegenereerd door link", "openContributionLinkText": "De community \"{name}\" ondersteunt momenteel {count} link-gegenereerde creaties:", "other-communities": "Verdere gemeenschappen", + "startNewsButton": "Gebruikersnaam invoeren", "statistic": "Statistieken", "submitContribution": "schrijf", "switch-to-this-community": "naar deze gemeenschap wisselen" diff --git a/frontend/src/locales/tr.json b/frontend/src/locales/tr.json index cc56b45b1..610a7d149 100644 --- a/frontend/src/locales/tr.json +++ b/frontend/src/locales/tr.json @@ -20,13 +20,13 @@ }, "back": "Geri", "community": { - "startNewsButton":"Kullanıcı adı girin", "choose-another-community": "Başka bir topluluk seçin", "community": "Topluluk", "continue-to-registration": "Kayıt işlemine devam et", "current-community": "Varolan topluluk", "myContributions": "Toplum yararına yaptığım hizmetler", "other-communities": "Diğer topluluklar", + "startNewsButton": "Kullanıcı adı girin", "submitContribution": "yaz", "switch-to-this-community": "Bu topluluğa giriş yap" },