docutils.languages.cs module
Czech-language mappings for language-dependent features of Docutils.
- labels = {'abstract': 'Abstrakt', 'address': 'Adresa', 'attention': 'Pozor!', 'author': 'Autor', 'authors': 'Autoři', 'caution': 'Opatrně!', 'contact': 'Kontakt', 'contents': 'Obsah', 'copyright': 'Copyright', 'danger': '!NEBEZPEČÍ!', 'date': 'Datum', 'dedication': 'Věnování', 'error': 'Chyba', 'hint': 'Rada', 'important': 'Důležité', 'note': 'Poznámka', 'organization': 'Organizace', 'revision': 'Revize', 'status': 'Stav', 'tip': 'Tip', 'version': 'Verze', 'warning': 'Varování'}
Mapping of node class name to label text.
- bibliographic_fields = {'abstrakt': 'abstract', 'adresa': 'address', 'autor': 'author', 'autoři': 'authors', 'copyright': 'copyright', 'datum': 'date', 'kontakt': 'contact', 'organizace': 'organization', 'revize': 'revision', 'stav': 'status', 'verze': 'version', 'věnování': 'dedication'}
Czech (lowcased) to canonical name mapping for bibliographic fields.
- author_separators = [';', ',']
List of separator strings for the ‘Authors’ bibliographic field. Tried in order.