Files
homarr/public/locales/sv/authentication/invite.json
2025-08-02 18:04:19 +02:00

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}}"
}
}
}