From 0f76b21dc6b2614133e89eba6e6e4e35b2db8c28 Mon Sep 17 00:00:00 2001 From: ThrustVector Date: Wed, 11 Dec 2024 21:40:51 +0100 Subject: [PATCH] Update "context-menus" section in sv.json --- src/assets/locales/sv.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/assets/locales/sv.json b/src/assets/locales/sv.json index 354ef569..05cc059b 100644 --- a/src/assets/locales/sv.json +++ b/src/assets/locales/sv.json @@ -190,14 +190,17 @@ "newtab":"Ny flik", "modal":"Pop-Up Modal", "workspace":"Workspace View", + "clipboard": "Kopiera till urklipp", "options-section-title":"Alternativ", "edit-item":"Redigera", "move-item":"Kopiera eller flytta", - "remove-item":"Ta bort" + "remove-item":"Ta bort", + "copied-toast": "URLen har blivit kopierad till urklipp" }, "section":{ "open-section":"Öppna sektion", "edit-section":"Redigera", + "expand-collapse": "Expandera / Minimera", "move-section":"Flytta till", "remove-section":"Ta bort" }