From 67ad9b2f38dff90440a237119638aa8d3ca1f8ec Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 22 Aug 2021 02:12:17 +0000 Subject: [PATCH] Translated using Weblate (Swedish) Currently translated at 85.0% (409 of 481 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sv/ --- assets/l10n/intl_sv.arb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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" } }