0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 13:00:42 +00:00
nextcloud_server/apps/profile/l10n/nb.js
Nextcloud bot 7ef9ffa078
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-27 00:22:16 +00:00

14 lines
733 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Profil",
"You have not added any info yet" : "Du har ikke lagt inn noe informasjon ennå",
"{user} has not added any info yet" : "{user} har ikke lagt inn noe informasjon ennå",
"Error opening the user status modal, try hard refreshing the page" : "Feil ved åpning av bruker-status modal, prøv å laste inn siden på nytt med hard refresh",
"Edit Profile" : "Endre profil",
"The headline and about sections will show up here" : "Overskriften og om-seksjoner vil vises her",
"Profile not found" : "Finner ikke profil",
"The profile does not exist." : "Profilen finnes ikke",
"Back to %s" : "Tilbake til %s"
},
"nplurals=2; plural=(n != 1);");