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 = { const slidersPortfolio = {
noPublicRegistration: { noPublicRegistration: {
name: 'no-public-registration', name: 'no-public-registration',
titleIdent: 'No Public Registration', // Wolle titleIdent: 'components.registration.no-public-registrstion.title',
validated: false, validated: false,
data: { request: null, response: null }, data: { request: null, response: null },
button: { button: {
titleIdent: this.$t('site.back-to-login'), // Wolle titleIdent: 'site.back-to-login',
icon: 'arrow-right', icon: null,
callback: this.buttonCallback, callback: this.buttonCallback,
sliderCallback: null, // optional set by slot sliderCallback: null, // optional set by slot
}, },

View File

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

View File

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