Translate slider no public registration

This commit is contained in:
Wolfgang Huß 2021-03-22 11:01:32 +01:00
parent 720eb5a2ca
commit c658ddf7d2
3 changed files with 9 additions and 3 deletions

View File

@ -78,12 +78,12 @@ export default {
const slidersPortfolio = {
noPublicRegistration: {
name: 'no-public-registration',
titleIdent: 'No Public Registration', // Wolle
titleIdent: 'components.registration.no-public-registrstion.title',
validated: false,
data: { request: null, response: null },
button: {
titleIdent: this.$t('site.back-to-login'), // Wolle
icon: 'arrow-right',
titleIdent: 'site.back-to-login',
icon: null,
callback: this.buttonCallback,
sliderCallback: null, // optional set by slot
},

View File

@ -200,6 +200,9 @@
},
"title": "Einladung"
},
"no-public-registrstion": {
"title": "Keine öffentliche Registrierung möglich"
},
"signup": {
"form": {
"data-privacy": "Ich habe die Datenschutzerklärung gelesen und verstanden.",

View File

@ -200,6 +200,9 @@
},
"title": "Invitation"
},
"no-public-registrstion": {
"title": "No Public Registration"
},
"signup": {
"form": {
"data-privacy": "I have read and understood the privacy statement.",