# $Id: uk.py 9114 2022-07-28 17:06:10Z milde $ # Author: Dmytro Kazanzhy <dkazanzhy@gmail.com> # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please # read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. """ Ukrainian-language mappings for language-dependent features of reStructuredText. """ __docformat__ = 'reStructuredText' directives = { 'блок-строк': 'line-block', 'мета': 'meta', 'математика': 'math', 'оброблений-літерал': 'parsed-literal', 'виділена-цитата': 'pull-quote', 'код': 'code', 'складений абзац': 'compound', 'контейнер': 'container', 'таблиця': 'table', 'таблиця-csv': 'csv-table', 'таблиця-списків': 'list-table', 'сирий': 'raw', 'заміна': 'replace', 'тестова-директива-restructuredtext': 'restructuredtext-test-directive', 'цільові-виноски': 'target-notes', 'юнікод': 'unicode', 'дата': 'date', 'бічна-панель': 'sidebar', 'важливо': 'important', 'включати': 'include', 'увага': 'attention', 'виділення': 'highlights', 'зауваження': 'admonition', 'зображення': 'image', 'клас': 'class', 'роль': 'role', 'роль-за-замовчуванням': 'default-role', 'заголовок': 'title', 'номер-розділу': 'sectnum', 'нумерація-розділів': 'sectnum', 'небезпечно': 'danger', 'обережно': 'caution', 'помилка': 'error', 'підказка': 'tip', 'попередження': 'warning', 'примітка': 'note', 'малюнок': 'figure', 'рубрика': 'rubric', 'порада': 'hint', 'зміст': 'contents', 'тема': 'topic', 'епіграф': 'epigraph', 'верхній колонтитул': 'header', 'нижній колонтитул': 'footer', } """Ukrainian name to registered (in directives/__init__.py) directive name mapping.""" roles = { 'акронім': 'acronym', 'код': 'code', 'анонімне-посилання': 'anonymous-reference', 'буквально': 'literal', 'математика': 'math', 'верхній-індекс': 'superscript', 'наголос': 'emphasis', 'іменоване-посилання': 'named-reference', 'індекс': 'index', 'нижній-індекс': 'subscript', 'жирне-накреслення': 'strong', 'скорочення': 'abbreviation', 'посилання-заміна': 'substitution-reference', 'посилання-на-pep': 'pep-reference', 'посилання-на-rfc': 'rfc-reference', 'посилання-на-uri': 'uri-reference', 'посилання-на-заголовок': 'title-reference', 'посилання-на-зноску': 'footnote-reference', 'посилання-на-цитату': 'citation-reference', 'ціль': 'target', 'сирий': 'raw', } """Mapping of Ukrainian role names to canonical role names for interpreted text. """
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 1.19 KB | 0644 |
|
af.py | File | 3.64 KB | 0644 |
|
ar.py | File | 2.98 KB | 0644 |
|
ca.py | File | 4.3 KB | 0644 |
|
cs.py | File | 4.7 KB | 0644 |
|
da.py | File | 3.63 KB | 0644 |
|
de.py | File | 3.46 KB | 0644 |
|
en.py | File | 3.43 KB | 0644 |
|
eo.py | File | 3.74 KB | 0644 |
|
es.py | File | 4.06 KB | 0644 |
|
fa.py | File | 3.1 KB | 0644 |
|
fi.py | File | 3.44 KB | 0644 |
|
fr.py | File | 3.69 KB | 0644 |
|
gl.py | File | 3.55 KB | 0644 |
|
he.py | File | 3.56 KB | 0644 |
|
it.py | File | 3.24 KB | 0644 |
|
ja.py | File | 3.69 KB | 0644 |
|
ko.py | File | 3.3 KB | 0644 |
|
lt.py | File | 3.44 KB | 0644 |
|
lv.py | File | 3.3 KB | 0644 |
|
nl.py | File | 3.67 KB | 0644 |
|
pl.py | File | 3.36 KB | 0644 |
|
pt_br.py | File | 3.87 KB | 0644 |
|
ru.py | File | 3.32 KB | 0644 |
|
sk.py | File | 3.85 KB | 0644 |
|
sv.py | File | 3.18 KB | 0644 |
|
uk.py | File | 3.36 KB | 0644 |
|
zh_cn.py | File | 3.83 KB | 0644 |
|
zh_tw.py | File | 5.04 KB | 0644 |
|