0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 09:59:46 +00:00
nextcloud_server/apps/profile/l10n/sv.js
Nextcloud bot 4c6ecc6f15
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 00:21:11 +00:00

16 lines
958 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Profil",
"This application provides the profile" : "Denna app tillhandahåller profilen",
"Provides a customisable user profile interface." : "Tillhandahåller ett anpassningsbart gränssnitt för användarprofiler.",
"Edit Profile" : "Redigera profil",
"The headline and about sections will show up here" : "Rubriken och avsnitten \"om\" kommer att dyka upp här",
"You have not added any info yet" : "Du har inte angivit någon information ännu",
"Error opening the user status modal, try hard refreshing the page" : "Kunde inte öppna användarstatus-rutan, försök att ladda om sidan",
"{user} has not added any info yet" : "{user} har inte angivit någon information ännu",
"Profile not found" : "Profil kunde inte hittas",
"The profile does not exist." : "Profilen existerar inte.",
"Back to %s" : "Tillbaka till %s"
},
"nplurals=2; plural=(n != 1);");