From ad61069feea273b16f6ce44a7595d6bf5f90e105 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 8 Jun 2022 06:39:20 +0200 Subject: [PATCH] fixed locales, stylelint, lint --- admin/src/components/ContributionLink.vue | 8 ++++---- admin/src/components/ContributionLinkList.vue | 2 +- admin/src/locales/de.json | 6 +++++- admin/src/locales/en.json | 6 +++++- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/admin/src/components/ContributionLink.vue b/admin/src/components/ContributionLink.vue index 935f7d44c..cdba4ec02 100644 --- a/admin/src/components/ContributionLink.vue +++ b/admin/src/components/ContributionLink.vue @@ -2,19 +2,19 @@
- + New Contribution Link + {{ $t('math.plus') }} {{ $t('contributionLink.newContributionLink') }} -

Contribution Links

+

{{ $t('contributionLink.contributionLinks') }}

@@ -25,7 +25,7 @@ :items="items" @editContributionLinkData="editContributionLinkData" /> -
Es sind keine automatischen Schöpfungen angelegt.
+
{{ $t('contributionLink.noContributionLinks') }}
diff --git a/admin/src/components/ContributionLinkList.vue b/admin/src/components/ContributionLinkList.vue index 200968e4e..027245ac3 100644 --- a/admin/src/components/ContributionLinkList.vue +++ b/admin/src/components/ContributionLinkList.vue @@ -21,7 +21,7 @@ {{ modalData }} diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 16f38ce60..90f1654e9 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -4,12 +4,15 @@ "contributionLink": { "amount": "Betrag", "clear": "Löschen", + "contributionLinks": "Contribution Links", "create": "Anlegen", "cycle": "Zyclus", "endDate": "End-Datum", "maximumAmount": "maximaler Betrag", "memo": "Nachricht", "name": "Name", + "newContributionLink": "Neuer Contribution Link", + "noContributionLinks": "Es sind keine Contribution Links angelegt.", "noEndDate": "Kein End-Datum gewählt.", "noStartDate": "Kein Start-Datum gewählt.", "options": { @@ -72,7 +75,8 @@ "lastname": "Nachname", "math": { "exclaim": "!", - "pipe": "|" + "pipe": "|", + "plus": "+" }, "moderator": "Moderator", "multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 836f18d02..67929afaa 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -4,12 +4,15 @@ "contributionLink": { "amount": "Amount", "clear": "Clear", + "contributionLinks": "Contribution Links", "create": "Create", "cycle": "Cycle", "endDate": "End-Date", "maximumAmount": "Maximum amount", "memo": "Memo", "name": "Name", + "newContributionLink": "New Contribution Link", + "noContributionLinks": "No contribution links have been created.", "noEndDate": "No end Date", "noStartDate": "No start Date", "options": { @@ -72,7 +75,8 @@ "lastname": "Lastname", "math": { "exclaim": "!", - "pipe": "|" + "pipe": "|", + "plus": "+" }, "moderator": "Moderator", "multiple_creation_text": "Please select one or more members for which you would like to perform creations.",