From 322cf794a96e8cf0593e883f38ed8caff2341a71 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 17 Jul 2023 12:15:41 +0200 Subject: [PATCH 1/2] add contribution by link information to locaes --- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- frontend/src/locales/es.json | 2 +- frontend/src/locales/nl.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index c20339a6c..9d3dee531 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -29,7 +29,7 @@ "myContributions": "Meine Beiträge", "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:", + "openContributionLinkText": "Für Startguthaben oder ähnliche Zwecke kann die Gemeinschaft so genannte Schöpfungs-Links erstellen. Sie lösen automatische Schöpfungen aus, die dem Benutzer gut geschrieben werden.\nDie Gemeinschaft „{name}“ unterstützt aktuell {count} per Link erzeugte Schöpfungen:", "startNewsButton": "Benutzernamen eintragen", "submitContribution": "Schreiben" }, diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 5ba7b6d80..4ef319374 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -29,7 +29,7 @@ "myContributions": "My contributions", "noOpenContributionLinkText": "Currently there are no link-generated creations.", "openContributionLinks": "Creations generated by link", - "openContributionLinkText": "The \"{name}\" community currently supports {count} link-generated creations:", + "openContributionLinkText": "For starting credits or similar purposes, the community can create so-called creation links. They trigger automatic creations that are credited to the user.\nThe \"{name}\" community currently supports {count} link-generated creations:", "startNewsButton": "Enter username", "submitContribution": "Contribute" }, diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index 9c702619f..439fcca67 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -28,7 +28,7 @@ "myContributions": "Mis contribuciones al bien común", "noOpenContributionLinkText": "Actualmente no hay creaciones generadas por enlaces.", "openContributionLinks": "Creaciones generadas por enlace", - "openContributionLinkText": "La comunidad \"{name}\" admite actualmente {count} creaciones generadas por enlaces:", + "openContributionLinkText": "Para créditos iniciales o fines similares, la comunidad puede crear los llamados enlaces de creación. Éstos activan creaciones automáticas que se acreditan al usuario.\nLa comunidad \"{name}\" admite actualmente {count} creaciones generadas por enlaces:", "other-communities": "Otras comunidades", "startNewsButton": "Introducir nombre de usuario", "statistic": "Estadísticas", diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json index 2e6217841..31cd778a1 100644 --- a/frontend/src/locales/nl.json +++ b/frontend/src/locales/nl.json @@ -28,7 +28,7 @@ "myContributions": "Mijn bijdragen voor het algemeen belang", "noOpenContributionLinkText": "Er zijn momenteel geen link-gegenereerde creaties.", "openContributionLinks": "Creaties gegenereerd door link", - "openContributionLinkText": "De community \"{name}\" ondersteunt momenteel {count} link-gegenereerde creaties:", + "openContributionLinkText": "Voor startcredits of soortgelijke doeleinden kan de community zogenaamde creatielinks maken. Deze activeren automatische creaties die worden gecrediteerd aan de gebruiker.\nDe community \"{name}\" ondersteunt momenteel {count} link-gegenereerde creaties:", "other-communities": "Verdere gemeenschappen", "startNewsButton": "Gebruikersnaam invoeren", "statistic": "Statistieken", From 6fead7447b722c1f50a1496335bcea2d768c1c90 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 25 Jul 2023 14:31:33 +0200 Subject: [PATCH 2/2] add contribution by link information to french locales --- frontend/src/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index 45607289b..4ea1a083b 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -29,7 +29,7 @@ "myContributions": "Mes contributions", "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:", + "openContributionLinkText": "Pour les crédits de départ ou à des fins similaires, la communauté peut créer des \"liens de création\". Ils déclenchent des créations automatiques qui sont créditées à l'utilisateur.\nLa communauté \"{name}\" soutient actuellement {count} créations générées par lien:", "startNewsButton": "Saisir nom d'utilisateur", "submitContribution": "Contribuer" },