35 lines
908 B
JSON
35 lines
908 B
JSON
{
|
|
"metaTitle": "Skapa ett konto",
|
|
"title": "Skapa ett konto",
|
|
"text": "Vänligen ange dina uppgifter nedan",
|
|
"form": {
|
|
"fields": {
|
|
"username": {
|
|
"label": "Användarnamn"
|
|
},
|
|
"password": {
|
|
"label": "Lösenord"
|
|
},
|
|
"passwordConfirmation": {
|
|
"label": "Bekräfta lösenordet"
|
|
}
|
|
},
|
|
"buttons": {
|
|
"submit": "Skapa konto"
|
|
}
|
|
},
|
|
"notifications": {
|
|
"loading": {
|
|
"title": "Skapar konto",
|
|
"text": "Vänligen vänta"
|
|
},
|
|
"success": {
|
|
"title": "Kontot har skapats",
|
|
"text": "Ditt konto har skapats utan problem"
|
|
},
|
|
"error": {
|
|
"title": "Fel",
|
|
"text": "Något gick fel, på grund av följande orsak: {{error}}"
|
|
}
|
|
}
|
|
} |