Files
homarr/public/locales/sv/authentication/invite.json
2024-01-15 21:31:58 +01:00

35 lines
882 B
JSON

{
"metaTitle": "Skapa Konto",
"title": "Skapa Konto",
"text": "Vänligen ange dina uppgifter nedan",
"form": {
"fields": {
"username": {
"label": "Användarnamn"
},
"password": {
"label": "Lösenord"
},
"passwordConfirmation": {
"label": "Bekräfta lösenord"
}
},
"buttons": {
"submit": "Skapa konto"
}
},
"notifications": {
"loading": {
"title": "Skapar konto",
"text": "Vänligen vänta"
},
"success": {
"title": "Konto skapat",
"text": "Ditt konto har skapats utan problem"
},
"error": {
"title": "Fel",
"text": "Något gick fel, fick följande fel: {{error}}"
}
}
}