From de9f1f2dfc8090c3bfc60b1e1f1e9b9c7e89571b Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Thu, 27 Mar 2025 23:57:48 +0100
Subject: [PATCH] add disabled-button text
---
frontend/src/locales/de.json | 23 ++++++++++++-----------
frontend/src/locales/en.json | 23 ++++++++++++-----------
2 files changed, 24 insertions(+), 22 deletions(-)
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index 567e26c84..0aa5e843c 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -33,29 +33,30 @@
"card-circles": {
"headline": "Gemeinsam unterstützen wir einander – achtsam in Kreiskultur.",
"allowed": {
- "text": "Mit Klick auf den Button öffnest Du die Kooperationsplattform in einem neuen Browser-Fenster.",
- "button": "Kreise starten..."
+ "button": "Kreise starten...",
+ "text": "Mit Klick auf den Button öffnest Du die Kooperationsplattform in einem neuen Browser-Fenster."
},
"not-allowed": {
- "text": "Du hast Kreise noch nicht konfiguriert! Öffne zuerst die Kreise-Konfiguration.",
- "button": "Konfiguration starten..."
+ "button": "Konfiguration starten...",
+ "text": "Du hast Kreise noch nicht konfiguriert! Öffne zuerst die Kreise-Konfiguration."
}
},
"card-user-search": {
- "headline": "Geografische Nutzersuche",
+ "headline": "Geografische Nutzersuche (experimentell)",
"allowed": {
- "text": "Finde Mitglieder aller Communities auf einer Landkarte.",
- "button": "Öffne Nutzersuche..."
+ "button": "Öffne Nutzersuche...",
+ "disabled-button": "GMS offline...",
+ "text": "Finde Mitglieder aller Communities auf einer Landkarte."
},
"not-allowed": {
- "text": "Finde Mitglieder aller Communities auf einer Landkarte? Dann musst du selbst erst deinen Standort festlegen.",
- "button": "Standort festlegen..."
+ "button": "Standort festlegen...",
+ "text": "Finde Mitglieder aller Communities auf einer Landkarte? Dann musst du selbst erst deinen Standort festlegen."
}
},
"circles": {
+ "button": "Kreise starten...",
"headline": "Gemeinsam unterstützen wir einander – achtsam in Kreiskultur.",
- "text": "Mit Klick auf den Button öffnest Du die Kooperationsplattform in einem neuen Browser-Fenster.",
- "button": "Kreise starten..."
+ "text": "Mit Klick auf den Button öffnest Du die Kooperationsplattform in einem neuen Browser-Fenster."
},
"community": {
"admins": "Administratoren",
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index ca8943af3..d241f5cc2 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -33,29 +33,30 @@
"card-circles": {
"headline": "Together we support each other - mindful in circle culture.",
"allowed": {
- "text": "Click on the button to open the cooperation platform in a new browser window.",
- "button": "Start Circles..."
+ "button": "Start Circles...",
+ "text": "Click on the button to open the cooperation platform in a new browser window."
},
"not-allowed": {
- "text": "Your Circles are not configured yet! Please open the Circles-Configuration first.",
- "button": "Start Circles-Configuration..."
+ "button": "Start Circles-Configuration...",
+ "text": "Your Circles are not configured yet! Please open the Circles-Configuration first."
}
},
"card-user-search": {
- "headline": "Geografice Usersearch",
+ "headline": "Geografice Usersearch (experimentel)",
"allowed": {
- "text": "Find Members of all Communities on a Map.",
- "button": "Start Usersearch..."
+ "button": "Start Usersearch...",
+ "disabled-button": "GMS offline...",
+ "text": "Find Members of all Communities on a Map."
},
"not-allowed": {
- "text": "Find Members of all Communities on a Map? Then you have to capture your Location first.",
- "button": "Start Location-Capturing..."
+ "button": "Start Location-Capturing...",
+ "text": "Find Members of all Communities on a Map? Then you have to capture your Location first."
}
},
"circles": {
+ "button": "Start Circles...",
"headline": "Together we support each other - mindful in circle culture.",
- "text": "Click on the button to open the cooperation platform in a new browser window.",
- "button": "Start Circles..."
+ "text": "Click on the button to open the cooperation platform in a new browser window."
},
"community": {
"admins": "Administrators",