From 399dc7314ea7d9e6dc1762ad46bd367860f20ae7 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Fri, 7 Mar 2025 01:26:00 +0100
Subject: [PATCH] change settings text
---
frontend/src/locales/de.json | 13 +++++--------
frontend/src/locales/en.json | 7 ++-----
frontend/src/locales/es.json | 4 +---
frontend/src/locales/fr.json | 4 +---
frontend/src/locales/nl.json | 4 +---
frontend/src/pages/Settings.vue | 1 -
6 files changed, 10 insertions(+), 23 deletions(-)
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index d6e13ef91..5c66785e9 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -306,11 +306,9 @@
"logout": "Abmelden",
"overview": "Übersicht",
"send": "Senden",
- "settings": "Einstellung",
- "circles": "Kreise",
+ "settings": "Einstellungen",
"support": "Support",
- "transactions": "Transaktionen",
- "usersearch": "Nutzersuche"
+ "transactions": "Transaktionen"
},
"openHours": "Offene Stunden",
"pageTitle": {
@@ -334,15 +332,14 @@
"warningText": "Bist du noch da?"
},
"settings": {
- "allow-community-services": "Community-Dienste erlauben",
- "community": "Community",
+ "community": "Kreise & Mitgliedsuche",
"emailInfo": "Kann aktuell noch nicht geändert werden.",
"GMS": {
"disabled": "Daten werden nicht nach GMS exportiert",
"enabled": "Daten werden nach GMS exportiert",
"location": {
- "button": "Klick mich!",
- "label": "Positionsbestimmung",
+ "button": "Karte öffnen",
+ "label": "Dein Standort",
"saveLocation": "Standort speichern",
"updateSuccess": "Standort erfolgreich gespeichert"
},
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 8c49ce4de..42ef8f7cb 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -285,10 +285,8 @@
"overview": "Overview",
"send": "Send",
"settings": "Settings",
- "circles": "Circles",
"support": "Support",
- "transactions": "Transactions",
- "usersearch": "Geographical User Search"
+ "transactions": "Transactions"
},
"openHours": "Open Hours",
"pageTitle": {
@@ -312,14 +310,13 @@
"warningText": "Are you still there?"
},
"settings": {
- "allow-community-services": "Allow Community Services",
"community": "Community",
"emailInfo": "Cannot be changed at this time.",
"GMS": {
"disabled": "Data not exported to GMS",
"enabled": "Data exported to GMS",
"location": {
- "button": "Click me!",
+ "button": "Open Map",
"label": "Pinpoint location",
"saveLocation": "Save Location",
"updateSuccess": "Location successfully saved"
diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json
index b220c13a0..3a6935edb 100644
--- a/frontend/src/locales/es.json
+++ b/frontend/src/locales/es.json
@@ -249,10 +249,8 @@
"overview": "Resumen",
"profile": "Mi Perfil",
"send": "Enviar",
- "circles": "Círculos",
"support": "Soporte",
- "transactions": "Transacciones",
- "usersearch": "Buscar usuarios"
+ "transactions": "Transacciones"
},
"openHours": "Open Hours",
"pageTitle": {
diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json
index e1ff9acb9..11d9e1efb 100644
--- a/frontend/src/locales/fr.json
+++ b/frontend/src/locales/fr.json
@@ -257,10 +257,8 @@
"overview": "Aperçu",
"send": "Envoyer",
"settings": "Configuration",
- "circles": "Cercles",
"support": "Aide",
- "transactions": "Transactions",
- "usersearch": "Recherche d'utilisateurs"
+ "transactions": "Transactions"
},
"openHours": "Heures ouverte",
"pageTitle": {
diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json
index d09634c80..012c89b40 100644
--- a/frontend/src/locales/nl.json
+++ b/frontend/src/locales/nl.json
@@ -249,10 +249,8 @@
"overview": "Overzicht",
"profile": "Mijn profiel",
"send": "Sturen",
- "circles": "Cirkels",
"support": "Support",
- "transactions": "Transacties",
- "usersearch": "Gebruiker zoeken"
+ "transactions": "Transacties"
},
"openHours": "Open Hours",
"pageTitle": {
diff --git a/frontend/src/pages/Settings.vue b/frontend/src/pages/Settings.vue
index 53a926d39..986665c45 100644
--- a/frontend/src/pages/Settings.vue
+++ b/frontend/src/pages/Settings.vue
@@ -86,7 +86,6 @@
class="community-service-tabs"
:title="$t('settings.community')"
>
- {{ $t('settings.allow-community-services') }}