mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed lint and locales
This commit is contained in:
parent
77d5825ea2
commit
98bb217f6e
@ -39,7 +39,7 @@ module.exports = {
|
||||
{
|
||||
src: './src',
|
||||
extensions: ['.js', '.vue'],
|
||||
ignores: [],
|
||||
ignores: ['contributionLink.options.repetition.null'],
|
||||
enableFix: false,
|
||||
},
|
||||
],
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<!-- Date -->
|
||||
<b-row>
|
||||
<b-col>
|
||||
<b-form-group id="input-group-4" :label="$t('contributionLink.startDate')">
|
||||
<b-form-group :label="$t('contributionLink.startDate')">
|
||||
<b-form-datepicker
|
||||
v-model="form.startDate"
|
||||
size="lg"
|
||||
@ -19,7 +19,7 @@
|
||||
</b-form-group>
|
||||
</b-col>
|
||||
<b-col>
|
||||
<b-form-group id="input-group-4" :label="$t('contributionLink.endDate')">
|
||||
<b-form-group :label="$t('contributionLink.endDate')">
|
||||
<b-form-datepicker
|
||||
v-model="form.endDate"
|
||||
size="lg"
|
||||
@ -33,7 +33,7 @@
|
||||
</b-row>
|
||||
|
||||
<!-- Name -->
|
||||
<b-form-group id="input-group-1" :label="$t('contributionLink.name')">
|
||||
<b-form-group :label="$t('contributionLink.name')">
|
||||
<b-form-input
|
||||
v-model="form.name"
|
||||
size="lg"
|
||||
@ -43,7 +43,7 @@
|
||||
></b-form-input>
|
||||
</b-form-group>
|
||||
<!-- Desc -->
|
||||
<b-form-group id="input-group-2" :label="$t('contributionLink.memo')">
|
||||
<b-form-group :label="$t('contributionLink.memo')">
|
||||
<b-form-textarea
|
||||
v-model="form.memo"
|
||||
size="lg"
|
||||
@ -52,7 +52,7 @@
|
||||
></b-form-textarea>
|
||||
</b-form-group>
|
||||
<!-- Amount -->
|
||||
<b-form-group id="input-group-3" :label="$t('contributionLink.amount')">
|
||||
<b-form-group :label="$t('contributionLink.amount')">
|
||||
<b-form-input
|
||||
v-model="form.amount"
|
||||
size="lg"
|
||||
@ -98,7 +98,9 @@
|
||||
</b-jumbotron>
|
||||
<div class="mt-6">
|
||||
<b-button type="submit" variant="primary">{{ $t('contributionLink.create') }}</b-button>
|
||||
<b-button type="reset" variant="danger" @click.prevent="onReset">{{ $t('contributionLink.clear') }}</b-button>
|
||||
<b-button type="reset" variant="danger" @click.prevent="onReset">
|
||||
{{ $t('contributionLink.clear') }}
|
||||
</b-button>
|
||||
</div>
|
||||
</b-form>
|
||||
</div>
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"all_emails": "Alle Nutzer",
|
||||
"contributionLink": {
|
||||
"repetition":"Wiederholung",
|
||||
"cycle":"Zyclus",
|
||||
"maximumAmount":"maximaler Betrag",
|
||||
"create":"Anlegen",
|
||||
"clear":"Löschen",
|
||||
"startDate":"Start-Datum",
|
||||
"endDate":"End-Datum",
|
||||
"name":"Name",
|
||||
"memo":"Nachricht",
|
||||
"repetition": "Wiederholung",
|
||||
"cycle": "Zyclus",
|
||||
"maximumAmount": "maximaler Betrag",
|
||||
"create": "Anlegen",
|
||||
"clear": "Löschen",
|
||||
"startDate": "Start-Datum",
|
||||
"endDate": "End-Datum",
|
||||
"name": "Name",
|
||||
"memo": "Nachricht",
|
||||
"amount": "Betrag",
|
||||
"options" :{
|
||||
"options": {
|
||||
"cycle": {
|
||||
"null": "Bitter wähle einen Zyclus",
|
||||
"none": "kein Zyclus",
|
||||
@ -23,11 +23,10 @@
|
||||
},
|
||||
"repetition": {
|
||||
"null": "Bitte wähle eine Wiederholung"
|
||||
},
|
||||
"noStartDate":"Kein Start-Datum gewählt.",
|
||||
"noEndDate":"Kein End-Datum gewählt."
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
"noStartDate": "Kein Start-Datum gewählt.",
|
||||
"noEndDate": "Kein End-Datum gewählt."
|
||||
},
|
||||
"back": "zurück",
|
||||
"creation": "Schöpfung",
|
||||
@ -103,9 +102,7 @@
|
||||
"removeNotSelf": "Als Admin / Moderator kannst du dich nicht selber löschen.",
|
||||
"remove_all": "alle Nutzer entfernen",
|
||||
"save": "Speichern",
|
||||
"selectOptions": {
|
||||
|
||||
},
|
||||
"selectOptions": {},
|
||||
"status": "Status",
|
||||
"success": "Erfolg",
|
||||
"text": "Text",
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"all_emails": "All users",
|
||||
"contributionLink": {
|
||||
"repetition":"Repetition",
|
||||
"cycle":"Cycle",
|
||||
"maximumAmount":"Maximum amount",
|
||||
"create":"Create",
|
||||
"clear":"Clear",
|
||||
"startDate":"Start-Date",
|
||||
"endDate":"End-Date",
|
||||
"name":"Name",
|
||||
"memo":"Memo",
|
||||
"repetition": "Repetition",
|
||||
"cycle": "Cycle",
|
||||
"maximumAmount": "Maximum amount",
|
||||
"create": "Create",
|
||||
"clear": "Clear",
|
||||
"startDate": "Start-Date",
|
||||
"endDate": "End-Date",
|
||||
"name": "Name",
|
||||
"memo": "Memo",
|
||||
"amount": "Amount",
|
||||
"options" :{
|
||||
"options": {
|
||||
"cycle": {
|
||||
"null": "Please select an cycle",
|
||||
"none": "no cycle",
|
||||
@ -23,10 +23,10 @@
|
||||
},
|
||||
"repetition": {
|
||||
"null": "Please select an repetition"
|
||||
},
|
||||
"noStartDate":"No start Date",
|
||||
"noEndDate":"No end Date"
|
||||
}
|
||||
}
|
||||
},
|
||||
"noStartDate": "No start Date",
|
||||
"noEndDate": "No end Date"
|
||||
},
|
||||
"back": "back",
|
||||
"creation": "Creation",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user