* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
# $Id: ru.py 9030 2022-03-05 23:28:32Z milde $
# Author: Roman Suzi <rnd@onego.ru>
# 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.
"""
Russian-language mappings for language-dependent features of
reStructuredText.
"""
__docformat__ = 'reStructuredText'
directives = {
'ミアミサミセミコ-ムムびミセミコ': 'line-block',
'meta': 'meta',
'ミシミームひオミシミームひクミコミー': 'math',
'ミセミアムミーミアミセムひーミスミスム巾ケ-ミサミクムひオムミーミサ': 'parsed-literal',
'ミイム巾エミオミサミオミスミスミーム-ムミクムひームひー': 'pull-quote',
'ミコミセミエ': 'code',
'compound (translation required)': 'compound',
'ミコミセミスムひオミケミスミオム': 'container',
'ムひーミアミサミクムミー': 'table',
'csv-table (translation required)': 'csv-table',
'list-table (translation required)': 'list-table',
'ムム錦ミセミケ': 'raw',
'ミキミーミシミオミスミー': 'replace',
'ムひオムムひセミイミーム-ミエミクムミオミコムひクミイミー-restructuredtext': 'restructuredtext-test-directive',
'ムミオミサミオミイム巾オ-ムミスミセムミコミク': 'target-notes',
'unicode': 'unicode',
'ミエミームひー': 'date',
'ミアミセミコミセミイミーム-ミソミセミサミセムミー': 'sidebar',
'ミイミーミカミスミセ': 'important',
'ミイミコミサム紗ミームび': 'include',
'ミイミスミクミシミーミスミクミオ': 'attention',
'ミイム巾エミオミサミオミスミクミオ': 'highlights',
'ミキミーミシミオムミーミスミクミオ': 'admonition',
'ミクミキミセミアムミーミカミオミスミクミオ': 'image',
'ミコミサミームム': 'class',
'ムミセミサム': 'role',
'default-role (translation required)': 'default-role',
'ムひクムびσサ': 'title',
'ミスミセミシミオム-ムミーミキミエミオミサミー': 'sectnum',
'ミスムσシミオムミームミクム-ムミーミキミエミオミサミセミイ': 'sectnum',
'ミセミソミームミスミセ': 'danger',
'ミセムムひセムミセミカミスミセ': 'caution',
'ミセム威クミアミコミー': 'error',
'ミソミセミエムミコミーミキミコミー': 'tip',
'ミソムミオミエムσソムミオミカミエミオミスミクミオ': 'warning',
'ミソムミクミシミオムミーミスミクミオ': 'note',
'ムミクムムσスミセミコ': 'figure',
'ムムσアムミクミコミー': 'rubric',
'ムミセミイミオム': 'hint',
'ムミセミエミオムミカミーミスミクミオ': 'contents',
'ムひオミシミー': 'topic',
'ム災ソミクミウムミーム': 'epigraph',
'header (translation required)': 'header',
'footer (translation required)': 'footer',
}
"""Russian 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 Russian role names to canonical role names for interpreted text.
"""