UNPKG

@ckeditor/ckeditor5-table

Version:

Table feature for CKEditor 5.

12 lines (10 loc) 3.27 kB
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'sv' ]: { dictionary, getPluralForm } } = {"sv":{"dictionary":{"Insert table":"Lägg in tabell","Header column":"Rubrikkolumn","Insert column left":"Infoga kolumn till vänster","Insert column right":"Infoga kolumn till höger","Delete column":"Ta bort kolumn","Select column":"Välj kolumn","Column":"Kolumn","Header row":"Rubrikrad","Insert row below":"Infoga rad nedanför","Insert row above":"Infoga rad ovanför","Delete row":"Ta bort rad","Select row":"Välj rad","Row":"Rad","Merge cell up":"Sammanfoga celler uppåt","Merge cell right":"Sammanfoga celler åt höger","Merge cell down":"Sammanfoga celler neråt","Merge cell left":"Sammanfoga celler åt vänster","Split cell vertically":"Dela cell vertikalt","Split cell horizontally":"Dela cell horisontellt","Merge cells":"Sammanfoga celler","Table toolbar":"Tabellverktygsfält","Table properties":"Tabellegenskaper","Cell properties":"Cellegenskaper","Border":"Kant","Style":"Stil","Width":"Bredd","Height":"Höjd","Color":"Färg","Background":"Bakgrund","Padding":"Marginal","Dimensions":"Mått","Table cell text alignment":"Textjustering i tabellcell","Alignment":"Justering","Horizontal text alignment toolbar":"Verktygsfält för horisontell textjustering","Vertical text alignment toolbar":"Verktygsfält för vertikal textjustering","Table alignment toolbar":"Verktygsfält för tabelljustering","None":"Inget","Solid":"Enfärgad","Dotted":"Prickig","Dashed":"Streckad","Double":"Dubbel","Groove":"Skåra","Ridge":"Kant","Inset":"Infälld","Outset":"Utfälld","Align cell text to the left":"Vänsterjustera celltext","Align cell text to the center":"Centrera celltext","Align cell text to the right":"Högerjustera celltext","Justify cell text":"Anpassa celltext","Align cell text to the top":"Toppjustera celltext","Align cell text to the middle":"Centrera celltext","Align cell text to the bottom":"Bottenjustera celltext","Align table to the left":"Vänsterjustera tabell","Center table":"Centrera tabell","Align table to the right":"Högerjustera tabell","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Färgen är ogiltig. Testa \"#FF0000\" eller \"rgb(255,0,0)\" eller \"röd\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Värdet är ogiltigt. Testa \"10px\" eller \"2em\" eller helt enkelt \"2\".","Enter table caption":"Ange tabellrubrik","Keystrokes that can be used in a table cell":"Tangenter som fungerar i en tabellcell","Move the selection to the next cell":"Flytta markeringen till nästa cell","Move the selection to the previous cell":"Flytta markeringen till föregående cell","Insert a new table row (when in the last cell of a table)":"Infoga en ny tabellrad (när du är på den sista cellen i en tabell)","Navigate through the table":"Navigera i tabellen","Table":"Tabell"},getPluralForm(n){return (n != 1);}}}; e[ 'sv' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'sv' ].dictionary = Object.assign( e[ 'sv' ].dictionary, dictionary ); e[ 'sv' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );