diff --git a/assets/l10n/intl_sv.arb b/assets/l10n/intl_sv.arb index 0d79d662..f3477fc3 100644 --- a/assets/l10n/intl_sv.arb +++ b/assets/l10n/intl_sv.arb @@ -2189,5 +2189,35 @@ "@addEmail": { "type": "text", "placeholders": {} + }, + "commandHintMyRoomAvatar": "Sätt din bild för detta rum (by mxc-uri)", + "@commandHintMyRoomAvatar": { + "type": "text", + "description": "Usage hint for the command /myroomavatar" + }, + "commandHintMe": "Beskriv dig själv", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintLeave": "Lämna detta rum", + "@commandHintLeave": { + "type": "text", + "description": "Usage hint for the command /leave" + }, + "commandHintKick": "Ta bort användare från detta rum", + "@commandHintKick": { + "type": "text", + "description": "Usage hint for the command /kick" + }, + "commandHintJoin": "Gå med i rum", + "@commandHintJoin": { + "type": "text", + "description": "Usage hint for the command /join" + }, + "commandHintInvite": "Bjud in användaren till detta rum", + "@commandHintInvite": { + "type": "text", + "description": "Usage hint for the command /invite" } }