i18n: update translations (#3425)

pull/3430/head
James Elliott 2022-05-25 12:46:47 +10:00 committed by GitHub
parent d436b800bb
commit aa5bee68f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"Password has been reset": "Lösenordet har blivit återställt",
"Password": "Lösenord",
"Passwords do not match": "Lösenorden matchar inte",
"Push Notification": "Push Notification",
"Push Notification": "Push-avisering",
"Register device": "Registrera enhet",
"Register your first device by clicking on the link below": "Registrera din första enhet genom att klicka på länken nedan",
"Remember me": "Kom ihåg mig",
@ -54,5 +54,16 @@
"Access your email addresses": "Hantera din e-postadress",
"Accept": "Acceptera",
"Deny": "Avböj",
"The above application is requesting the following permissions": "Ovanstående program begär följande behörigheter"
"The above application is requesting the following permissions": "Ovanstående program begär följande behörigheter",
"The password does not meet the password policy": "Lösenordet uppfyller inte lösenordspolicyn",
"Must have at least one lowercase letter": "Måste ha minst en liten bokstav",
"Must have at least one UPPERCASE letter": "Måste ha minst en UPPERCASE bokstav",
"Must have at least one number": "Måste ha minst ett nummer",
"Must have at least one special character": "Måste ha minst ett specialtecken",
"Must be at least {{len}} characters in length": "Måste vara minst {{len}} tecken långt",
"Must not be more than {{len}} characters in length": "Får inte vara längre än {{len}} tecken",
"This saves this consent as a pre-configured consent for future use": "Detta sparar detta samtycke som ett förkonfigurerat samtycke för framtida användning",
"Remember Consent": "Kom ihåg Samtycke",
"Consent Request": "Begäran om medgivande",
"Client ID": "Klient-ID: {{client_id}}"
}