diff --git a/frontend/src/assets/News/news.json b/frontend/src/assets/News/news.json
index 013eea7be..1d8541560 100644
--- a/frontend/src/assets/News/news.json
+++ b/frontend/src/assets/News/news.json
@@ -1,42 +1,42 @@
[
{
"locale": "de",
- "text": "Gradido-Kreise: neue interne Kooperationsplattform",
- "button": "Jetzt freischalten...",
- "internUrl": "https://gradido.net/de/gradido-kreise-gemeinsam-mit-freunden-die-zukunft-gestalten",
- "extra": "Gemeinsam unterstützen wir einander, achtsam in Kreiskultur. In geschützten Räumen können wir nun frei kommunizieren und zusammenarbeiten, ohne auf die sozialen Medien angewiesen zu sein.",
- "extra2": "Schalte Gradido-Kreise in den Einstellungen/Community frei und klicke anschließend auf das Menü \"Kreise\"!"
+ "text": "Kreise haben jetzt sichere Video-Meetings!",
+ "extra": "In unserer geschützten Community unterstützen wir einander, achtsam in Kreiskultur.",
+ "extra2": "Wähle hier, wie dein Name angezeigt werden soll:",
+ "button": "Namensanzeige wählen",
+ "internUrl": "/settings/extern"
},
{
"locale": "en",
- "text": "Gradido circles: new internal cooperation platform",
- "button": "Activate now...",
- "internUrl": "https://gradido.net/en/gradido-kreise-gemeinsam-mit-freunden-die-zukunft-gestalten/",
- "extra": "Together, we support each other, mindfully in a circular culture. We can now communicate and collaborate freely in protected spaces without having to rely on social media.",
- "extra2": "Activate Gradido circles in the settings/community and then click on the menu \"Circles\"!"
+ "text": "Circles now have safe video meetings!",
+ "extra": "In our protected community we support each other, mindful in circle culture.",
+ "extra2": "Choose here how your name should be displayed:",
+ "button": "Choose name display",
+ "internUrl": "/settings/extern"
},
{
"locale": "fr",
- "text": "Cercles Gradido : nouvelle plateforme de coopération interne",
- "button": "En savoir plus",
- "internUrl": "https://gradido.net/fr/gradido-kreise-gemeinsam-mit-freunden-die-zukunft-gestalten/",
- "extra": "Ensemble, nous nous soutenons mutuellement, en étant attentifs à la culture du cercle. Dans des espaces protégés, nous pouvons désormais communiquer et collaborer librement, sans être tributaires des médias sociaux.",
- "extra2": "Débloque les cercles Gradido dans les paramètres/communauté et clique ensuite sur le menu \"Cercles\" !"
+ "text": "Les Cercles ont désormais des réunions vidéo sécurisées !",
+ "extra": "Dans notre communauté protégée, nous nous soutenons mutuellement, en faisant attention à la culture des cercles.",
+ "extra2": "Choisis ici comment ton nom doit être affiché :",
+ "button": "Choisir l'affichage du nom",
+ "internUrl": "/settings/extern"
},
{
"locale": "es",
- "text": "Círculos Gradido: nueva plataforma de cooperación interna",
- "button": "Activar ahora...",
- "internUrl": "https://gradido.net/es/gradido-kreise-gemeinsam-mit-freunden-die-zukunft-gestalten/",
- "extra": "Juntos, nos apoyamos mutuamente, de forma consciente, en una cultura circular. Ahora podemos comunicarnos y colaborar libremente en espacios protegidos sin tener que depender de las redes sociales.",
- "extra2": "Activa los círculos de Gradido en los ajustes/comunidad y luego haz clic en el menú \"Círculos\"."
+ "text": "¡Los Círculos ahora tienen reuniones de vídeo seguras!",
+ "extra": "En nuestra comunidad protegida nos apoyamos mutuamente, conscientes de la cultura del círculo.",
+ "extra2": "Elige aquí cómo se mostrará tu nombre:",
+ "button": "Seleccione la visualización del nombre",
+ "internUrl": "/settings/extern"
},
{
"locale": "nl",
- "text": "Gradido cirkels: nieuw intern samenwerkingsplatform",
- "button": "Nu activeren...",
- "internUrl": "https://gradido.net/nl/gradido-kreise-gemeinsam-mit-freunden-die-zukunft-gestalten/",
- "extra": "Samen ondersteunen we elkaar, mindful in een circulaire cultuur. We kunnen nu vrij communiceren en samenwerken in beschermde ruimtes zonder afhankelijk te zijn van sociale media.",
- "extra2": "Activeer Gradido cirkels in de instellingen/community en klik dan op het menu \"Cirkels\"!"
+ "text": "Cirkels hebben nu veilige videomeetings!",
+ "extra": "In onze beschermde gemeenschap steunen we elkaar, mindful in de kringcultuur.",
+ "extra2": "Kies hier hoe je naam moet worden weergegeven:",
+ "button": "Selecteer naamweergave",
+ "internUrl": "/settings/extern"
}
]
diff --git a/frontend/src/components/Overview/CommunityNews.vue b/frontend/src/components/Overview/CommunityNews.vue
index 7074c9a27..6906c8b69 100644
--- a/frontend/src/components/Overview/CommunityNews.vue
+++ b/frontend/src/components/Overview/CommunityNews.vue
@@ -30,7 +30,7 @@
{{ item.button }}
-
+
{{ item.button }}
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index e04778830..fa9a5ab58 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -32,8 +32,8 @@
"back": "Zurück",
"circles": {
"headline": "Gemeinsam unterstützen wir einander – achtsam in Kreiskultur.",
- "text": "In geschützten Räumen können wir frei kommunizieren und kooperieren, ohne auf die sozialen Medien angewiesen zu sein. Mit Klick auf den Button öffnest Du die Kooperationsplattform in einem neuen Browser-Fenster.",
- "button": "Gradido-Kreise starten..."
+ "text": "Mit Klick auf den Button öffnest Du die Kooperationsplattform in einem neuen Browser-Fenster.",
+ "button": "Kreise starten..."
},
"community": {
"admins": "Administratoren",
@@ -291,7 +291,7 @@
"overview": "Willkommen {name}",
"send": "Sende Gradidos",
"settings": "Einstellungen",
- "circles": "Gradido Kreise (Beta)",
+ "circles": "Gradido Kreise",
"transactions": "Deine Transaktionen",
"usersearch": "Geografische Nutzersuche"
},
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 2aceda935..6dc4b077c 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -32,8 +32,8 @@
"back": "Back",
"circles": {
"headline": "Together we support each other - mindful in circle culture.",
- "text": "We can communicate and collaborate freely in protected spaces without having to rely on social media. Click on the button to open the collaboration platform in a new browser window.",
- "button": "Gradido circles start..."
+ "text": "Click on the button to open the cooperation platform in a new browser window.",
+ "button": "Start Circles..."
},
"community": {
"admins": "Administrators",
@@ -278,7 +278,7 @@
"overview": "Overview",
"send": "Send",
"settings": "Settings",
- "circles": "Circle",
+ "circles": "Circles",
"support": "Support",
"transactions": "Transactions",
"usersearch": "Geographical User Search"
@@ -292,7 +292,7 @@
"send": "Send Gradidos",
"settings": "Settings",
"transactions": "Your transactions",
- "circles": "Gradido Circles (Beta)",
+ "circles": "Gradido Circles",
"usersearch": "Geographical User Search"
},
"qrCode": "QR Code",
diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json
index cc01acb9c..53cd3aa8d 100644
--- a/frontend/src/locales/es.json
+++ b/frontend/src/locales/es.json
@@ -20,6 +20,11 @@
}
},
"back": "Volver",
+ "circles": {
+ "headline": "Juntos nos apoyamos - atentos a la cultura de los círculos.",
+ "text": "Haga clic en el botón para abrir la plataforma de cooperación en una nueva ventana del navegador.",
+ "button": "Iniciar Círculos..."
+ },
"community": {
"admins": "Administradores",
"choose-another-community": "Escoger otra comunidad",
@@ -243,6 +248,7 @@
"overview": "Resumen",
"profile": "Mi Perfil",
"send": "Enviar",
+ "circles": "Círculos",
"support": "Soporte",
"transactions": "Transacciones",
"usersearch": "Buscar usuarios"
@@ -256,6 +262,7 @@
"send": "Enviar Gradidos",
"settings": "Soporte",
"transactions": "Tu Transacciones",
+ "circles": "Círculos Gradido",
"usersearch": "Búsqueda geográfica de usuarios"
},
"qrCode": "Código QR",
diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json
index 408983190..e8a7e377f 100644
--- a/frontend/src/locales/fr.json
+++ b/frontend/src/locales/fr.json
@@ -22,6 +22,11 @@
}
},
"back": "Retour",
+ "circles": {
+ "headline": "Ensemble, nous nous soutenons mutuellement - attentifs à la culture du cercle.",
+ "text": "En cliquant sur le bouton, tu ouvres la plateforme de coopération dans une nouvelle fenêtre de navigation.",
+ "button": "Démarrer les Cercles..."
+ },
"community": {
"admins": "Administrateurs",
"choose-another-community": "Choisissez une autre communauté",
@@ -251,6 +256,7 @@
"overview": "Aperçu",
"send": "Envoyer",
"settings": "Configuration",
+ "circles": "Cercles",
"support": "Aide",
"transactions": "Transactions",
"usersearch": "Recherche d'utilisateurs"
@@ -264,6 +270,7 @@
"send": "Envoyé Gradidos",
"settings": "Configuration",
"transactions": "Vos transactions",
+ "circles": "Cercles Gradido",
"usersearch": "Recherche géographique d'utilisateurs"
},
"qrCode": "QR Code",
diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json
index a0b6aefad..de0c4137d 100644
--- a/frontend/src/locales/nl.json
+++ b/frontend/src/locales/nl.json
@@ -20,6 +20,11 @@
}
},
"back": "Terug",
+ "circles": {
+ "headline": "Samen ondersteunen we elkaar - mindful in de cirkelcultuur.",
+ "text": "Klik op de knop om het samenwerkingsplatform te openen in een nieuw browservenster.",
+ "button": "Cirkels starten..."
+ },
"community": {
"admins": "Beheerders",
"choose-another-community": "Kies een andere gemeenschap",
@@ -243,6 +248,7 @@
"overview": "Overzicht",
"profile": "Mijn profiel",
"send": "Sturen",
+ "circles": "Cirkels",
"support": "Support",
"transactions": "Transacties",
"usersearch": "Gebruiker zoeken"
@@ -256,6 +262,7 @@
"send": "Send Gradidos",
"settings": "Settings",
"transactions": "Your transactions",
+ "circles": "Gradido Cirkels",
"usersearch": "Geografisch zoeken naar gebruikers"
},
"qrCode": "QR Code",