chore(translations): Translated using Weblate (Norwegian Bokmål)

Currently translated at 64.1% (501 of 781 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nb_NO/
This commit is contained in:
Frank Paul Silye 2025-08-20 12:31:14 +02:00 committed by Hosted Weblate
commit 0e436b15f2
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -2400,5 +2400,83 @@
"changeGeneralChatSettings": "Endre generelle chatinnstillinger", "changeGeneralChatSettings": "Endre generelle chatinnstillinger",
"@changeGeneralChatSettings": {}, "@changeGeneralChatSettings": {},
"changeTheChatPermissions": "Endre chattillatelsene", "changeTheChatPermissions": "Endre chattillatelsene",
"@changeTheChatPermissions": {} "@changeTheChatPermissions": {},
"youInvitedToBy": "📩 Du har blitt invitert via lenke til:\n{alias}",
"@youInvitedToBy": {
"placeholders": {
"alias": {
"type": "String"
}
}
},
"youInvitedBy": "📩 Du har blitt invitert av {user}",
"@youInvitedBy": {
"placeholders": {
"user": {
"type": "String"
}
}
},
"invitedBy": "📩 Invitert av {user}",
"@invitedBy": {
"placeholders": {
"user": {
"type": "String"
}
}
},
"youInvitedUser": "📩 Du inviterte {user}",
"@youInvitedUser": {
"placeholders": {
"user": {
"type": "String"
}
}
},
"youKicked": "👞 You sparket ut {user}",
"@youKicked": {
"placeholders": {
"user": {
"type": "String"
}
}
},
"youKickedAndBanned": "🙅 Du sparket og stengte ute {user}",
"@youKickedAndBanned": {
"placeholders": {
"user": {
"type": "String"
}
}
},
"countFiles": "{count} filer",
"@countFiles": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"noOtherDevicesFound": "Ingen andre enheter funnet",
"@noOtherDevicesFound": {},
"fileIsTooBigForServer": "Kan ikke sende! Serveren støtter bare vedlegg opptil {max}.",
"@fileIsTooBigForServer": {
"type": "String",
"placeholders": {
"max": {
"type": "String"
}
}
},
"fileHasBeenSavedAt": "Filen er lagret på {path}",
"@fileHasBeenSavedAt": {
"type": "String",
"placeholders": {
"path": {
"type": "String"
}
}
},
"jumpToLastReadMessage": "Hopp til sist leste melding",
"@jumpToLastReadMessage": {}
} }