fixed locales, stylelint, lint

This commit is contained in:
ogerly 2022-06-08 06:39:20 +02:00
parent 6a5c72a48d
commit ad61069fee
4 changed files with 15 additions and 7 deletions

View File

@ -2,19 +2,19 @@
<div>
<b-card
border-variant="success"
header="Contribution Link"
:header="$t('contributionLink.contributionLinks')"
header-bg-variant="success"
header-text-variant="white"
header-class="text-center"
class="mt-5"
>
<b-button v-b-toggle.newContribution class="my-3 d-flex justify-content-left">
+ New Contribution Link
{{ $t('math.plus') }} {{ $t('contributionLink.newContributionLink') }}
</b-button>
<b-collapse v-model="visible" id="newContribution" class="mt-2">
<b-card>
<p class="h2 ml-5">Contribution Links</p>
<p class="h2 ml-5">{{ $t('contributionLink.contributionLinks') }}</p>
<contribution-link-form :contributionLinkData="contributionLinkData" />
</b-card>
</b-collapse>
@ -25,7 +25,7 @@
:items="items"
@editContributionLinkData="editContributionLinkData"
/>
<div v-else>Es sind keine automatischen Schöpfungen angelegt.</div>
<div v-else>{{ $t('contributionLink.noContributionLinks') }}</div>
</b-card-text>
</b-card>
</div>

View File

@ -21,7 +21,7 @@
<b-modal ref="my-modal" ok-only hide-header-close>
<b-card header-tag="header" footer-tag="footer">
<template #header>
<h6 class="mb-0">xxx</h6>
<h6 class="mb-0">{{ modalData ? modalData.name : '' }}</h6>
</template>
<b-card-text>
{{ modalData }}

View File

@ -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.",

View File

@ -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.",