0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/profile/l10n/is.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

13 lines
768 B
JavaScript

OC.L10N.register(
"profile",
{
"Edit Profile" : "Breyta sniði",
"The headline and about sections will show up here" : "Fyrirsögnin og hlutar um hugbúnaðinn munu birtast hér",
"You have not added any info yet" : "Þú hefur ekki bætt við neinum upplýsingum ennþá",
"Error opening the user status modal, try hard refreshing the page" : "Villa við að opna stöðuglugga notandans, prófaðu að þvinga endurlestur síðunnar",
"{user} has not added any info yet" : "{user} hefur ekki bætt við neinum upplýsingum ennþá",
"Profile not found" : "Sniðið finnst ekki",
"The profile does not exist." : "Sniðið er ekki til.",
"Back to %s" : "Til baka í %s"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");