mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Translate slider no public registration
This commit is contained in:
parent
720eb5a2ca
commit
c658ddf7d2
@ -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
|
||||
},
|
||||
|
||||
@ -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.",
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user