|
| 1 | +/*! |
| 2 | + * Jodit Editor (https://xdsoft.net/jodit/) |
| 3 | + * Released under MIT see LICENSE.txt in the project root for license information. |
| 4 | + * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net |
| 5 | + */ |
| 6 | + |
| 7 | +module.exports = { |
| 8 | + 'Type something': 'Skriv något...', |
| 9 | + 'About Jodit': 'Om Jodit', |
| 10 | + 'Jodit Editor': 'Jodit Editor', |
| 11 | + "Jodit User's Guide": 'Jodit användarguide', |
| 12 | + 'contains detailed help for using': |
| 13 | + 'Innehåller detaljerad hjälp för användning', |
| 14 | + 'For information about the license, please go to our website:': |
| 15 | + 'För information om licensen, vänligen besök vår webbsida:', |
| 16 | + 'Buy full version': 'Köp full version', |
| 17 | + 'Copyright © XDSoft.net - Chupurnov Valeriy. All rights reserved.': |
| 18 | + 'Upphovsrätt © XDSoft.net - Chupurnov Valeriy. Alla rättigheter förbehållna.', |
| 19 | + Anchor: 'Ankare', |
| 20 | + 'Open in new tab': 'Öppna i ny flik', |
| 21 | + 'Open in fullsize': 'Öppna i fullskärm', |
| 22 | + 'Clear Formatting': 'Rensa formatering', |
| 23 | + 'Fill color or set the text color': 'Fyll färg eller ställ in textfärg', |
| 24 | + Redo: 'Gör om', |
| 25 | + Undo: 'Ångra', |
| 26 | + Bold: 'Fetstil', |
| 27 | + Italic: 'Kursiv', |
| 28 | + 'Insert Unordered List': 'Infoga punktlista', |
| 29 | + 'Insert Ordered List': 'Infoga numrerad lista', |
| 30 | + 'Align Center': 'Centrera', |
| 31 | + 'Align Justify': 'Justera', |
| 32 | + 'Align Left': 'Vänsterjustera', |
| 33 | + 'Align Right': 'Högerjustera', |
| 34 | + 'Insert Horizontal Line': 'Infoga horisontell linje', |
| 35 | + 'Insert Image': 'Infoga bild', |
| 36 | + 'Insert file': 'Infoga fil', |
| 37 | + 'Insert youtube/vimeo video': 'Infoga YouTube/Vimeo-video', |
| 38 | + 'Insert link': 'Infoga länk', |
| 39 | + 'Font size': 'Teckenstorlek', |
| 40 | + 'Font family': 'Teckensnitt', |
| 41 | + 'Insert format block': 'Infoga formateringsblock', |
| 42 | + Normal: 'Normal', |
| 43 | + 'Heading 1': 'Rubrik 1', |
| 44 | + 'Heading 2': 'Rubrik 2', |
| 45 | + 'Heading 3': 'Rubrik 3', |
| 46 | + 'Heading 4': 'Rubrik 4', |
| 47 | + Quote: 'Citat', |
| 48 | + Code: 'Kod', |
| 49 | + Insert: 'Infoga', |
| 50 | + 'Insert table': 'Infoga tabell', |
| 51 | + 'Decrease Indent': 'Minska indrag', |
| 52 | + 'Increase Indent': 'Öka indrag', |
| 53 | + 'Select Special Character': 'Välj specialtecken', |
| 54 | + 'Insert Special Character': 'Infoga specialtecken', |
| 55 | + 'Paint format': 'Kopiera format', |
| 56 | + 'Change mode': 'Byt läge (WYSIWYG/HTML)', |
| 57 | + Margins: 'Marginaler', |
| 58 | + top: 'överst', |
| 59 | + right: 'höger', |
| 60 | + bottom: 'nederst', |
| 61 | + left: 'vänster', |
| 62 | + Styles: 'Stilar', |
| 63 | + Classes: 'Klasser', |
| 64 | + Align: 'Justering', |
| 65 | + Right: 'Höger', |
| 66 | + Center: 'Centrera', |
| 67 | + Left: 'Vänster', |
| 68 | + '--Not Set--': '--Inte inställd--', |
| 69 | + Src: 'Källa', |
| 70 | + Title: 'Titel', |
| 71 | + Alternative: 'Alternativ', |
| 72 | + Filter: 'Filter', |
| 73 | + Link: 'Länk', |
| 74 | + 'Open link in new tab': 'Öppna länk i ny flik', |
| 75 | + Image: 'Bild', |
| 76 | + file: 'fil', |
| 77 | + Advanced: 'Avancerad', |
| 78 | + 'Image properties': 'Bildegenskaper', |
| 79 | + Cancel: 'Avbryt', |
| 80 | + Ok: 'OK', |
| 81 | + 'Your code is similar to HTML. Keep as HTML?': |
| 82 | + 'Din kod liknar HTML. Vill du behålla som HTML?', |
| 83 | + 'Paste as HTML': 'Klistra in som HTML', |
| 84 | + Keep: 'Behåll', |
| 85 | + Clean: 'Rensa', |
| 86 | + 'Insert as Text': 'Klistra in som text', |
| 87 | + 'Word Paste Detected': 'Word-klistring upptäckt', |
| 88 | + 'The pasted content is coming from a Microsoft Word/Excel document. Do you want to keep the format or clean it up?': |
| 89 | + 'Det inklistrade innehållet kommer från ett Microsoft Word/Excel-dokument. Vill du behålla formatet eller rensa det?', |
| 90 | + 'Insert only Text': 'Klistra in endast text', |
| 91 | + 'File Browser': 'Filutforskare', |
| 92 | + 'Error on load list': 'Fel vid inläsning av lista', |
| 93 | + 'Error on load folders': 'Fel vid inläsning av mappar', |
| 94 | + 'Are you sure?': 'Är du säker?', |
| 95 | + 'Enter Directory name': 'Ange mappnamn', |
| 96 | + 'Create directory': 'Skapa mapp', |
| 97 | + 'type name': 'skriv namn', |
| 98 | + 'Drop image': 'Släpp bild', |
| 99 | + 'Drop file': 'Släpp fil', |
| 100 | + 'or click': 'eller klicka', |
| 101 | + 'Alternative text': 'Alternativ text', |
| 102 | + Browse: 'Bläddra', |
| 103 | + Upload: 'Ladda upp', |
| 104 | + Background: 'Bakgrund', |
| 105 | + Border: 'Kantlinje', |
| 106 | + Text: 'Text', |
| 107 | + Top: 'Topp', |
| 108 | + Middle: 'Mitten', |
| 109 | + Bottom: 'Botten', |
| 110 | + 'Insert column before': 'Infoga kolumn före', |
| 111 | + 'Insert column after': 'Infoga kolumn efter', |
| 112 | + 'Insert row above': 'Infoga rad ovanför', |
| 113 | + 'Insert row below': 'Infoga rad nedanför', |
| 114 | + 'Delete table': 'Radera tabell', |
| 115 | + 'Delete row': 'Radera rad', |
| 116 | + 'Delete column': 'Radera kolumn', |
| 117 | + 'Empty cell': 'Töm cell', |
| 118 | + 'Chars: %d': 'Tecken: %d', |
| 119 | + 'Words: %d': 'Ord: %d', |
| 120 | + Split: 'Dela', |
| 121 | + 'Split vertical': 'Dela vertikalt', |
| 122 | + 'Split horizontal': 'Dela horisontellt', |
| 123 | + 'Strike through': 'Genomstrykning', |
| 124 | + Underline: 'Understrykning', |
| 125 | + superscript: 'Upphöjd skrift', |
| 126 | + subscript: 'Sänkt skrift', |
| 127 | + 'Cut selection': 'Klipp ut markering', |
| 128 | + 'Select all': 'Välj allt', |
| 129 | + Break: 'Paus', |
| 130 | + 'Search for': 'Sök efter', |
| 131 | + 'Replace with': 'Ersätt med', |
| 132 | + Replace: 'Ersätt', |
| 133 | + Paste: 'Klistra in', |
| 134 | + 'Choose Content to Paste': 'Välj innehåll att klistra in', |
| 135 | + source: 'källa', |
| 136 | + bold: 'fetstil', |
| 137 | + italic: 'kursiv', |
| 138 | + brush: 'pensel', |
| 139 | + link: 'länk', |
| 140 | + undo: 'ångra', |
| 141 | + redo: 'gör om', |
| 142 | + table: 'tabell', |
| 143 | + image: 'bild', |
| 144 | + eraser: 'radergummi', |
| 145 | + paragraph: 'stycke', |
| 146 | + fontsize: 'teckenstorlek', |
| 147 | + video: 'video', |
| 148 | + font: 'teckensnitt', |
| 149 | + about: 'om redigeringsverktyget', |
| 150 | + print: 'skriv ut', |
| 151 | + underline: 'understrykning', |
| 152 | + strikethrough: 'genomstrykning', |
| 153 | + indent: 'indrag', |
| 154 | + outdent: 'minska indrag', |
| 155 | + fullsize: 'full storlek', |
| 156 | + shrink: 'minska', |
| 157 | + hr: 'linje', |
| 158 | + ul: 'punktlista', |
| 159 | + ol: 'numrerad lista', |
| 160 | + cut: 'klipp ut', |
| 161 | + selectall: 'välj allt', |
| 162 | + 'Open link': 'Öppna länk', |
| 163 | + 'Edit link': 'Redigera länk', |
| 164 | + 'No follow': 'Ingen uppföljning', |
| 165 | + Unlink: 'Ta bort länk', |
| 166 | + Eye: 'Förhandsvisning', |
| 167 | + pencil: 'Redigera', |
| 168 | + ' URL': 'URL', |
| 169 | + Reset: 'Återställ', |
| 170 | + Save: 'Spara', |
| 171 | + 'Save as ...': 'Spara som ...', |
| 172 | + Resize: 'Ändra storlek', |
| 173 | + Crop: 'Beskär', |
| 174 | + Width: 'Bredd', |
| 175 | + Height: 'Höjd', |
| 176 | + 'Keep Aspect Ratio': 'Behåll aspektförhållande', |
| 177 | + Yes: 'Ja', |
| 178 | + No: 'Nej', |
| 179 | + Remove: 'Ta bort', |
| 180 | + Select: 'Välj', |
| 181 | + 'Select %s': 'Välj: %s', |
| 182 | + Update: 'Uppdatera', |
| 183 | + 'Vertical align': 'Vertikal justering', |
| 184 | + Merge: 'Sammanfoga', |
| 185 | + 'Add column': 'Lägg till kolumn', |
| 186 | + 'Add row': 'Lägg till rad', |
| 187 | + Delete: 'Radera', |
| 188 | + 'Horizontal align': 'Horisontell justering', |
| 189 | + 'Sort by changed': 'Sortera efter ändrad', |
| 190 | + 'Sort by name': 'Sortera efter namn', |
| 191 | + 'Sort by size': 'Sortera efter storlek', |
| 192 | + 'Add folder': 'Lägg till mapp', |
| 193 | + 'You can only edit your own images. Download this image on the host?': |
| 194 | + 'Du kan endast redigera dina egna bilder. Ladda ner denna bild på värden?', |
| 195 | + 'The image has been successfully uploaded to the host!': |
| 196 | + 'Bilden har laddats upp till värden utan problem!', |
| 197 | + palette: 'Palett', |
| 198 | + 'There are no files': 'Det finns inga filer', |
| 199 | + Rename: 'Döp om', |
| 200 | + 'Enter new name': 'Ange nytt namn', |
| 201 | + preview: 'Förhandsvisning', |
| 202 | + download: 'Ladda ner', |
| 203 | + 'Paste from clipboard': 'Klistra in från urklipp', |
| 204 | + "Your browser doesn't support direct access to the clipboard.": |
| 205 | + 'Din webbläsare stöder inte direkt åtkomst till urklipp.', |
| 206 | + 'Copy selection': 'Kopiera markering', |
| 207 | + copy: 'kopiera', |
| 208 | + 'Border radius': 'Borderradie', |
| 209 | + 'Show all': 'Visa alla', |
| 210 | + Apply: 'Tillämpa', |
| 211 | + 'Please fill out this field': 'Vänligen fyll i detta fält', |
| 212 | + 'Please enter a web address': 'Vänligen ange en webbadress', |
| 213 | + Default: 'Standard', |
| 214 | + Circle: 'Cirkel', |
| 215 | + Dot: 'Punkt', |
| 216 | + Quadrate: 'Fyrkant', |
| 217 | + Find: 'Hitta', |
| 218 | + 'Find Previous': 'Föregående', |
| 219 | + 'Find Next': 'Nästa', |
| 220 | + 'Insert className': 'Infoga klassnamn', |
| 221 | + 'Press Alt for custom resizing': |
| 222 | + 'Tryck på Alt för anpassad storleksändring', |
| 223 | + 'Line height': 'Radavstånd', |
| 224 | + Edit: 'Redigera', |
| 225 | + Sound: 'Ljud', |
| 226 | + 'Interim Results': 'Preliminära resultat' |
| 227 | +}; |
0 commit comments