From 43ac1739cd15a7c0c100ce16a1c51e475eda3b6e Mon Sep 17 00:00:00 2001
From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com>
Date: Wed, 21 Jun 2023 09:08:42 +0200
Subject: [PATCH] New translations en.json (Swedish)
---
src/locales/sv-SE.json | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/locales/sv-SE.json b/src/locales/sv-SE.json
index e38900343..7eb17a1fd 100644
--- a/src/locales/sv-SE.json
+++ b/src/locales/sv-SE.json
@@ -453,31 +453,31 @@
"overwriteConfirm": {
"action": {
"exportToImage": {
- "title": "",
- "button": "",
- "description": ""
+ "title": "Exportera som bild",
+ "button": "Exportera som bild",
+ "description": "Exportera scendata som en bild från vilken du kan importera senare."
},
"saveToDisk": {
- "title": "",
- "button": "",
- "description": ""
+ "title": "Spara till disk",
+ "button": "Spara till disk",
+ "description": "Exportera scendata till en fil från vilken du kan importera senare."
},
"excalidrawPlus": {
- "title": "",
- "button": "",
- "description": ""
+ "title": "Excalidraw+",
+ "button": "Exportera till Excalidraw+",
+ "description": "Spara skissen till din Excalidraw+ arbetsyta."
}
},
"modal": {
"loadFromFile": {
- "title": "",
- "button": "",
- "description": ""
+ "title": "Läs in från fil",
+ "button": "Läs in från fil",
+ "description": "Laddar från en fil kommer ersätta ditt befintliga innehåll.
Du kan säkerhetskopiera din ritning först med hjälp av ett av alternativen nedan."
},
"shareableLink": {
- "title": "",
- "button": "",
- "description": ""
+ "title": "Läs in från länk",
+ "button": "Ersätt mitt innehåll",
+ "description": "Inläsning av en extern ritning kommer ersätta ditt befintliga innehåll.
Du kan säkerhetskopiera din ritning först genom att använda ett av alternativen nedan."
}
}
}