Server IP : 66.29.132.122 / Your IP : 3.146.176.67 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/opt/imunify360/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ |
Upload File : |
# $Id: da.py 9116 2022-07-28 17:06:51Z milde $ # Author: E D # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please # read <https://docutils.sourceforge.io/docs/howto/i18n.html>. # Two files must be translated for each language: one in docutils/languages, # the other in docutils/parsers/rst/languages. """ Danish-language mappings for language-dependent features of reStructuredText. """ __docformat__ = 'reStructuredText' directives = { # language-dependent: fixed 'giv agt': 'attention', 'pas på': 'caution', 'kode': 'code', 'kode-blok': 'code', 'kildekode': 'code', 'fare': 'danger', 'fejl': 'error', 'vink': 'hint', 'vigtigt': 'important', 'bemærk': 'note', 'tips': 'tip', 'advarsel': 'warning', 'formaning': 'admonition', # sic! Not used in this sense in rST. 'sidebjælke': 'sidebar', 'emne': 'topic', 'linje-blok': 'line-block', 'linie-blok': 'line-block', 'parset-literal': 'parsed-literal', 'rubrik': 'rubric', 'epigraf': 'epigraph', 'fremhævninger': 'highlights', 'pull-quote (translation required)': 'pull-quote', 'compound (translation required)': 'compound', 'container (translation required)': 'container', # 'questions': 'questions', 'tabel': 'table', 'csv-tabel': 'csv-table', 'liste-tabel': 'list-table', # 'qa': 'questions', # 'faq': 'questions', 'meta': 'meta', 'math (translation required)': 'math', # 'imagemap': 'imagemap', 'billede': 'image', 'figur': 'figure', 'inkludér': 'include', 'inkluder': 'include', 'rå': 'raw', 'erstat': 'replace', 'unicode': 'unicode', 'dato': 'date', 'klasse': 'class', 'rolle': 'role', 'forvalgt-rolle': 'default-role', 'titel': 'title', 'indhold': 'contents', 'sektnum': 'sectnum', 'sektions-nummerering': 'sectnum', 'sidehovede': 'header', 'sidefod': 'footer', # 'footnotes': 'footnotes', # 'citations': 'citations', 'target-notes (translation required)': 'target-notes', 'restructuredtext-test-direktiv': 'restructuredtext-test-directive'} """Danish name to registered (in directives/__init__.py) directive name mapping.""" roles = { # language-dependent: fixed 'forkortelse': 'abbreviation', 'fork': 'abbreviation', 'akronym': 'acronym', 'ac (translation required)': 'acronym', 'kode': 'code', 'indeks': 'index', 'i': 'index', 'subscript (translation required)': 'subscript', 'sub (translation required)': 'subscript', 'superscript (translation required)': 'superscript', 'sup (translation required)': 'superscript', 'titel-reference': 'title-reference', 'titel': 'title-reference', 't': 'title-reference', 'pep-reference': 'pep-reference', 'pep': 'pep-reference', 'rfc-reference': 'rfc-reference', 'rfc': 'rfc-reference', 'emfase': 'emphasis', 'kraftig': 'strong', 'literal': 'literal', 'math (translation required)': 'math', 'navngivet-reference': 'named-reference', 'anonym-reference': 'anonymous-reference', 'fodnote-reference': 'footnote-reference', 'citation-reference (translation required)': 'citation-reference', 'substitutions-reference': 'substitution-reference', 'target (translation required)': 'target', 'uri-reference': 'uri-reference', 'uri': 'uri-reference', 'url': 'uri-reference', 'rå': 'raw', } """Mapping of Danish role names to canonical role names for interpreted text. """