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

Translations update from Hosted Weblate
This commit is contained in:
Krille-chan 2025-08-25 08:36:11 +02:00 committed by GitHub
commit dca037b676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9222 additions and 9133 deletions

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": {}
} }

View file

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

View file

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