docutils.parsers.rst.languages.pl module
Polish-language mappings for language-dependent features of reStructuredText.
- directives = {'blok-linii': 'line-block', 'błąd': 'error', 'code (translation required)': 'code', 'data': 'date', 'dołącz': 'include', 'epigraf': 'epigraph', 'highlights': 'highlights', 'klasa': 'class', 'kontener': 'container', 'math (translation required)': 'math', 'meta': 'meta', 'nagłówek': 'header', 'niebezpieczeństwo': 'danger', 'numeracja-sekcji': 'sectnum', 'obraz': 'image', 'ostrożnie': 'caution', 'ostrzeżenie': 'warning', 'przypis': 'note', 'pull-quote': 'pull-quote', 'rada': 'tip', 'ramka': 'sidebar', 'restructuredtext-test-directive': 'restructuredtext-test-directive', 'rola': 'role', 'rola-domyślna': 'default-role', 'rubryka': 'rubric', 'rycina': 'figure', 'sectnum': 'sectnum', 'sparsowany-literał': 'parsed-literal', 'stopka': 'footer', 'surowe': 'raw', 'tabela': 'table', 'tabela-csv': 'csv-table', 'tabela-listowa': 'list-table', 'target-notes': 'target-notes', 'temat': 'topic', 'treść': 'contents', 'tytuł': 'title', 'unikod': 'unicode', 'upomnienie': 'admonition', 'uwaga': 'attention', 'ważne': 'important', 'wskazówka': 'hint', 'zastąp': 'replace', 'złożony': 'compound'}
Polish name to registered (in directives/__init__.py) directive name mapping.
- roles = {'akronim': 'acronym', 'cel': 'target', 'code (translation required)': 'code', 'dosłownie': 'literal', 'indeks': 'index', 'indeks-dolny': 'subscript', 'indeks-górny': 'superscript', 'math (translation required)': 'math', 'podkreślenie': 'emphasis', 'referencja-anonimowa': 'anonymous-reference', 'referencja-cytat': 'citation-reference', 'referencja-nazwana': 'named-reference', 'referencja-pep': 'pep-reference', 'referencja-podstawienie': 'substitution-reference', 'referencja-przypis': 'footnote-reference', 'referencja-rfc': 'rfc-reference', 'referencja-tytuł': 'title-reference', 'referencja-uri': 'uri-reference', 'skrót': 'abbreviation', 'surowe': 'raw', 'uri': 'uri-reference', 'url': 'uri-reference', 'wytłuszczenie': 'strong'}
Mapping of Polish role names to canonical role names for interpreted text.