From b60d1e77a6e24461d74bc88638955b101f24159a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 28 Nov 2024 02:33:16 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/sv.js | 5 +++++ l10n/sv.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/l10n/sv.js b/l10n/sv.js index 9cd934b..5ac2a01 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -1,6 +1,10 @@ OC.L10N.register( "bbb", { + "You shared the room %s with {shareWith}." : "Du delade rummet %s med {shareWith}.", + "{user} shared the room %s with you." : "{user} delade rummet %s med dig.", + "You unshared the room %s with {shareWith}." : "Du slutade dela rummet %s med {shareWith}.", + "{user} unshared the room %s with you." : "{user} slutade dela rummet %s med dig.", "Public" : "Offentlig", "Internal" : "Intern", "Back to %s" : "Tillbaka till %s", @@ -35,6 +39,7 @@ OC.L10N.register( "Server error" : "Serverfel", "Start" : "Start", "Loading" : "Läser in", + "You are not allowed to change this option, because this room is shared with you." : "Du får inte ändra det här alternativet eftersom detta rum delas med dig.", "Settings saved" : "Inställningar sparade", "Unexpected error occurred" : "Ett oväntat fel inträffade", "Send to" : "Skicka till", diff --git a/l10n/sv.json b/l10n/sv.json index deff071..929f7b4 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -1,4 +1,8 @@ { "translations": { + "You shared the room %s with {shareWith}." : "Du delade rummet %s med {shareWith}.", + "{user} shared the room %s with you." : "{user} delade rummet %s med dig.", + "You unshared the room %s with {shareWith}." : "Du slutade dela rummet %s med {shareWith}.", + "{user} unshared the room %s with you." : "{user} slutade dela rummet %s med dig.", "Public" : "Offentlig", "Internal" : "Intern", "Back to %s" : "Tillbaka till %s", @@ -33,6 +37,7 @@ "Server error" : "Serverfel", "Start" : "Start", "Loading" : "Läser in", + "You are not allowed to change this option, because this room is shared with you." : "Du får inte ändra det här alternativet eftersom detta rum delas med dig.", "Settings saved" : "Inställningar sparade", "Unexpected error occurred" : "Ett oväntat fel inträffade", "Send to" : "Skicka till",