Merge pull request #2124 from weblate/weblate-fluffychat-translations

Translations update from Hosted Weblate
pull/1461/merge
Krille-chan 2 months ago committed by GitHub
commit dca037b676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2400,5 +2400,83 @@
"changeGeneralChatSettings": "Endre generelle chatinnstillinger",
"@changeGeneralChatSettings": {},
"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": {}
}

@ -1727,7 +1727,7 @@
},
"link": "Link",
"@link": {},
"roomHasBeenUpgraded": "Pokój zostać zaktualizowany",
"roomHasBeenUpgraded": "Pokój został zaktualizowany",
"@roomHasBeenUpgraded": {
"type": "String",
"placeholders": {}
@ -3346,7 +3346,7 @@
}
}
},
"sentVoiceMessage": "🎙️ {duration} - {sender}",
"sentVoiceMessage": "🎙️ {duration} - Wiadomość głosowa od: {sender}",
"@sentVoiceMessage": {
"type": "String",
"placeholders": {
@ -3383,5 +3383,7 @@
"customReaction": "Własna reakcja",
"@customReaction": {},
"moreEvents": "Więcej zdarzeń",
"@moreEvents": {}
"@moreEvents": {},
"declineInvitation": "Odrzuć zaproszenie",
"@declineInvitation": {}
}

@ -3349,5 +3349,14 @@
"pleaseWaitUntilInvited": "直到聊天室裡有人邀請您前,請等候。",
"@pleaseWaitUntilInvited": {},
"notificationRuleIsUserMentionDescription": "被@時通知他們。",
"@notificationRuleIsUserMentionDescription": {}
"@notificationRuleIsUserMentionDescription": {},
"countInvited": "已邀請{count}位",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
}
}

Loading…
Cancel
Save