mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed locales, stylelint, lint
This commit is contained in:
parent
6a5c72a48d
commit
ad61069fee
@ -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>
|
||||
|
||||
@ -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 }}
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user