]> BookStack Code Mirror - bookstack/blobdiff - lang/sk/editor.php
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / lang / sk / editor.php
index e9423817ef57585e5ae10ae0969493a75c8218b1..ec7f24d657ec99a5ee875d619df7fe9a220ba74c 100644 (file)
@@ -69,48 +69,51 @@ return [
     'edit_code_block' => 'Upraviť blok kódu',
     'insert_drawing' => 'Vložiť/upraviť výkres',
     'drawing_manager' => 'Manažér kreslenia',
-    'insert_media' => 'Insert/edit media',
-    'insert_media_title' => 'Insert/Edit Media',
-    'clear_formatting' => 'Clear formatting',
-    'source_code' => 'Source code',
-    'source_code_title' => 'Source Code',
-    'fullscreen' => 'Fullscreen',
-    'image_options' => 'Image options',
+    'insert_media' => 'Vložiť/Upraviť média',
+    'insert_media_title' => 'Vložiť/Upraviť média',
+    'clear_formatting' => 'Vymazať formátovanie',
+    'source_code' => 'Zdrojový kód',
+    'source_code_title' => 'Zdrojový kód',
+    'fullscreen' => 'Celá obrazovka',
+    'image_options' => 'Možnosti obrázka',
 
     // Tables
-    'table_properties' => 'Table properties',
-    'table_properties_title' => 'Table Properties',
-    'delete_table' => 'Delete table',
-    'insert_row_before' => 'Insert row before',
-    'insert_row_after' => 'Insert row after',
-    'delete_row' => 'Delete row',
-    'insert_column_before' => 'Insert column before',
-    'insert_column_after' => 'Insert column after',
-    'delete_column' => 'Delete column',
-    'table_cell' => 'Cell',
-    'table_row' => 'Row',
-    'table_column' => 'Column',
-    'cell_properties' => 'Cell properties',
-    'cell_properties_title' => 'Cell Properties',
-    'cell_type' => 'Cell type',
-    'cell_type_cell' => 'Cell',
-    'cell_scope' => 'Scope',
-    'cell_type_header' => 'Header cell',
-    'merge_cells' => 'Merge cells',
-    'split_cell' => 'Split cell',
-    'table_row_group' => 'Row Group',
-    'table_column_group' => 'Column Group',
-    'horizontal_align' => 'Horizontal align',
-    'vertical_align' => 'Vertical align',
-    'border_width' => 'Border width',
-    'border_style' => 'Border style',
-    'border_color' => 'Border color',
-    'row_properties' => 'Row properties',
-    'row_properties_title' => 'Row Properties',
-    'cut_row' => 'Cut row',
-    'copy_row' => 'Copy row',
-    'paste_row_before' => 'Paste row before',
-    'paste_row_after' => 'Paste row after',
+    'table_properties' => 'Vlastnosti tabuľky',
+    'table_properties_title' => 'Vlastnosti tabuľky',
+    'delete_table' => 'Vymazať tabuľku',
+    'table_clear_formatting' => 'Clear table formatting',
+    'resize_to_contents' => 'Resize to contents',
+    'row_header' => 'Row header',
+    'insert_row_before' => 'Vložiť riadok pred',
+    'insert_row_after' => 'Vložiť riadok za',
+    'delete_row' => 'Vymazať riadok',
+    'insert_column_before' => 'Vložiť stĺpec pred',
+    'insert_column_after' => 'Vložiť stĺpec za',
+    'delete_column' => 'Vymazať stĺpec',
+    'table_cell' => 'Bunka',
+    'table_row' => 'Riadok',
+    'table_column' => 'Stĺpec',
+    'cell_properties' => 'Vlastnosti bunky',
+    'cell_properties_title' => 'Vlastnosti bunky',
+    'cell_type' => 'Typ bunky',
+    'cell_type_cell' => 'Bunka',
+    'cell_scope' => 'Rozsah',
+    'cell_type_header' => 'Bunka hlavičky',
+    'merge_cells' => 'Zlúčiť bunky',
+    'split_cell' => 'Rozdeliť bunku',
+    'table_row_group' => 'Skupina riadkov',
+    'table_column_group' => 'Skupina stĺpcov',
+    'horizontal_align' => 'Horizontálne zarovnanie',
+    'vertical_align' => 'Vertikálne zarovnanie',
+    'border_width' => 'Šírka orámovania',
+    'border_style' => 'Štýl orámovania',
+    'border_color' => 'Farba orámovania',
+    'row_properties' => 'Vlastnosti riadku',
+    'row_properties_title' => 'Vlastnosti riadku',
+    'cut_row' => 'Vystrihnúť riadok',
+    'copy_row' => 'Kopírovať riadok',
+    'paste_row_before' => 'Pridať riadok pred',
+    'paste_row_after' => 'Pridať riadok za',
     'row_type' => 'Typ riadku',
     'row_type_header' => 'Hlavička',
     'row_type_body' => 'Telo',
@@ -165,10 +168,10 @@ return [
     'save_continue' => 'Uložiť a pokračovať',
     'callouts_cycle' => '(Podržte stlačené, aby ste prepínali medzi typmi)',
     'link_selector' => 'Prejsť na obsah',
-    'shortcuts' => 'Shortcuts',
-    'shortcut' => 'Shortcut',
-    'shortcuts_intro' => 'The following shortcuts are available in the editor:',
+    'shortcuts' => 'Skratky',
+    'shortcut' => 'Skratka',
+    'shortcuts_intro' => 'V editore sú k dispozícii nasledujúce skratky:',
     'windows_linux' => '(Windows/Linux)',
     'mac' => '(Mac)',
-    'description' => 'Description',
+    'description' => 'Popis',
 ];