From 55d44fa02280ad6e662274226762231c30c2ee85 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 9 Jun 2022 07:23:09 +0200 Subject: [PATCH] add text to locales --- frontend/src/locales/de.json | 7 ++++++- frontend/src/locales/en.json | 7 ++++++- frontend/src/pages/Community.vue | 15 +++++++-------- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index dd76dddf5..da018d6dc 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -24,7 +24,12 @@ "continue-to-registration": "Weiter zur Registrierung", "current-community": "Aktuelle Gemeinschaft", "other-communities": "Weitere Gemeinschaften", - "switch-to-this-community": "zu dieser Gemeinschaft wechseln" + "switch-to-this-community": "zu dieser Gemeinschaft wechseln", + "openContributionLinks": "öffentliche Beitragslinklist", + "openContributionLinkText":"Folgende automatische Schöpfungen werden zur Zeit durch die Gemeinschaft '{_name_}' bereitgestellt.", + "moderators":"Moderatoren", + "statistic": "Statistik", + "members":"Mitglieder" }, "decay": { "before_startblock_transaction": "Diese Transaktion beinhaltet keine Vergänglichkeit.", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index e5ebbcb2c..8049a08c1 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -24,7 +24,12 @@ "continue-to-registration": "Continue to registration", "current-community": "Current community", "other-communities": "Other communities", - "switch-to-this-community": "Switch to this community" + "switch-to-this-community": "Switch to this community", + "openContributionLinks": "open Contribution links list", + "openContributionLinkText":"The following automatic creations are currently provided by the '{_name_}' community.", + "moderators":"Moderators", + "Statistic": "Statistics", + "members":"Members" }, "decay": { "before_startblock_transaction": "This transaction does not include decay.", diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 002017af9..15ac73afc 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -13,10 +13,9 @@
-
öffentliche Beitragslinkliste
+
{{ $t('community.openContributionLinks') }}
- Folgende automatische Schöpfungen werden zur Zeit durch die Gemeinschaft - {{ CONFIG.COMMUNITY_NAME }} bereitgestellt. + {{ $t('community.openContributionLinkText', { _name_: CONFIG.COMMUNITY_NAME }) }}