UNPKG

@ckeditor/ckeditor5-core

Version:

The core architecture of CKEditor 5 – the best browser-based rich text editor.

12 lines (10 loc) 3.06 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 { [ 'cs' ]: { dictionary, getPluralForm } } = {"cs":{"dictionary":{"Cancel":"Zrušit","Clear":"Smazat","Remove color":"Odstranit barvu","Restore default":"Obnovit výchozí","Save":"Uložit","Show more items":"Zobrazit další položky","%0 of %1":"%0 z %1","Cannot upload file:":"Soubor nelze nahrát:","Rich Text Editor. Editing area: %0":"Editační oblast rich text editoru: %0","Insert with file manager":"Vložit pomocí správce souborů","Replace with file manager":"Nahradit pomocí správce souborů","Insert image with file manager":"Vložit obrázek pomocí správce souborů","Replace image with file manager":"Nahradit obrázek pomocí správce souborů","File":"Soubor","With file manager":"Pomocí správce souborů","Toggle caption off":"Vypnout titulek","Toggle caption on":"Zapnout titulek","Content editing keystrokes":"Klávesy na úpravu obsahu","These keyboard shortcuts allow for quick access to content editing features.":"Tyto klávesové zkratky vám umožní rychlý přístup k funkcím úpravy obsahu.","User interface and content navigation keystrokes":"Klávesy navigace v uživatelském rozhraní a obsahu","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Pro efektivní navigaci v uživatelském rozhraní CKEditor 5 použijte následující klávesy.","Close contextual balloons, dropdowns, and dialogs":"Zavřít kontextuální balóny, rozbalovací menu a dialogy","Open the accessibility help dialog":"Otevřít dialog podpory přístupnosti","Move focus between form fields (inputs, buttons, etc.)":"Přesunout zaměření mezi poli formuláře (vstupy, tlačítka atd.)","Move focus to the menu bar, navigate between menu bars":"Zaměřte se na panel nabídek, procházejte mezi panely nabídek","Move focus to the toolbar, navigate between toolbars":"Přesunout zaměření na lištu nástrojů, navigace mezi lištami nástrojů","Navigate through the toolbar or menu bar":"Procházení panelu nástrojů nebo panelu nabídek","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Spusťte aktuálně zaměřené tlačítko. Spuštěním tlačítek, která interagují s obsahem editoru, se zaměření přesune zpět na obsah.","Accept":"Přijmout","Paragraph":"Odstavec","Color picker":"Vybrat barvu","Please try a different phrase or check the spelling.":"Zkuste jinou frázi nebo zkontrolujte, zda jste neudělali chybu.","Source":"Zdroj","Insert":"Vložit","Update":"Aktualizace","Back":"Zpět"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}; e[ 'cs' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'cs' ].dictionary = Object.assign( e[ 'cs' ].dictionary, dictionary ); e[ 'cs' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );