From 9d66b50083f5a2506e2b5156988966edf1b2b00f Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 22 Aug 2021 02:10:01 +0000 Subject: [PATCH] Translated using Weblate (Swedish) Currently translated at 83.7% (403 of 481 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sv/ --- assets/l10n/intl_sv.arb | 91 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/assets/l10n/intl_sv.arb b/assets/l10n/intl_sv.arb index 2bf3bfb3..0d79d662 100644 --- a/assets/l10n/intl_sv.arb +++ b/assets/l10n/intl_sv.arb @@ -2098,5 +2098,96 @@ "placeholders": { "homeserver": {} } + }, + "commandHintHtml": "Skicka HTML-formatted text", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintBan": "Bannlys användaren från detta rum", + "@commandHintBan": { + "type": "text", + "description": "Usage hint for the command /ban" + }, + "clearText": "Rensa text", + "@clearText": { + "type": "text", + "placeholders": {} + }, + "clearArchive": "Rensa arkiv", + "@clearArchive": {}, + "chats": "Chatter", + "@chats": { + "type": "text", + "placeholders": {} + }, + "chatHasBeenRemovedFromThisSpace": "Chatt har tagits bort från detta utrymme", + "@chatHasBeenRemovedFromThisSpace": { + "type": "text", + "placeholders": {} + }, + "chatHasBeenAddedToThisSpace": "Chatt har lagts till i detta utrymme", + "@chatHasBeenAddedToThisSpace": {}, + "chatBackup": "Chatt backup", + "@chatBackup": { + "type": "text", + "placeholders": {} + }, + "changeYourAvatar": "Ändra din avatar", + "@changeYourAvatar": { + "type": "text", + "placeholders": {} + }, + "cantOpenUri": "Kan inte öppna URL {uri}", + "@cantOpenUri": { + "type": "text", + "placeholders": { + "uri": {} + } + }, + "blocked": "Blockerad", + "@blocked": { + "type": "text", + "placeholders": {} + }, + "badServerLoginTypesException": "Hemma servern stödjer följande inloggnings typer :\n {serverVersions}\nMen denna applikation stödjer enbart:\n{supportedVersions}", + "@badServerLoginTypesException": { + "type": "text", + "placeholders": { + "serverVersions": {}, + "supportedVersions": {} + } + }, + "autoplayImages": "Automatisk spela upp animerade klistermärken och emoji", + "@autoplayImages": { + "type": "text", + "placeholder": {} + }, + "audioPlayerPlay": "Spela", + "@audioPlayerPlay": { + "type": "text", + "placeholders": {} + }, + "audioPlayerPause": "Paus", + "@audioPlayerPause": { + "type": "text", + "placeholders": {} + }, + "allChats": "Alla chattar", + "@allChats": { + "type": "text", + "placeholders": {} + }, + "addToSpace": "Lägg till i utrymme", + "@addToSpace": {}, + "addNewFriend": "Lägg till ny vän", + "@addNewFriend": { + "type": "text", + "placeholders": {} + }, + "addEmail": "Lägg till e-post", + "@addEmail": { + "type": "text", + "placeholders": {} } }