Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /opt/imunify360/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/
File Upload :
Current File : //opt/imunify360/venv/lib/python3.11/site-packages/docutils/parsers/rst/languages/ja.py

# $Id: ja.py 9030 2022-03-05 23:28:32Z milde $
# Author: David Goodger <goodger@python.org>
# 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.

"""
Japanese-language mappings for language-dependent features of
reStructuredText.
"""

__docformat__ = 'reStructuredText'

# Corrections to these translations are welcome!
# é–“é•ã„ãŒã‚れã°ã€ã©ã†ãžæ­£ã—ã„翻訳を教ãˆã¦ä¸‹ã•ã„。

directives = {
    # language-dependent: fixed
    '注目': 'attention',
    '注æ„': 'caution',
    'code (translation required)': 'code',
    'å±é™º': 'danger',
    'エラー': 'error',
    'ヒント': 'hint',
    'é‡è¦': 'important',
    '備考': 'note',
    '通報': 'tip',
    '警告': 'warning',
    '戒告': 'admonition',
    'サイドãƒãƒ¼': 'sidebar',
    'トピック': 'topic',
    'ラインブロック': 'line-block',
    'パーズドリテラル': 'parsed-literal',
    'ルブリック': 'rubric',
    'エピグラフ': 'epigraph',
    '題言': 'epigraph',
    'ãƒã‚¤ãƒ©ã‚¤ãƒˆ': 'highlights',
    '見所': 'highlights',
    'プルクオート': 'pull-quote',
    'åˆæˆ': 'compound',
    'コンテナー': 'container',
    '容器': 'container',
    '表': 'table',
    'csv表': 'csv-table',
    'リスト表': 'list-table',
    # '質å•': 'questions',
    # 'å•ç­”': 'questions',
    # 'faq': 'questions',
    'math (translation required)': 'math',
    'メタ': 'meta',
    # 'イメージマプ': 'imagemap',
    'イメージ': 'image',
    'ç”»åƒ': 'image',
    'フィグア': 'figure',
    '図版': 'figure',
    'インクルード': 'include',
    'å«ã‚€': 'include',
    '組ã¿è¾¼ã¿': 'include',
    '生': 'raw',
    '原': 'raw',
    'æ›ãˆã‚‹': 'replace',
    'å–りæ›ãˆã‚‹': 'replace',
    'æŽ›ã‘æ›¿ãˆã‚‹': 'replace',
    'ユニコード': 'unicode',
    '日付': 'date',
    'クラス': 'class',
    'ロール': 'role',
    'å½¹': 'role',
    'ディフォルトロール': 'default-role',
    '既定役': 'default-role',
    'タイトル': 'title',
    '題': 'title',                       # 題å 件å
    '目次': 'contents',
    '節数': 'sectnum',
    'ヘッダ': 'header',
    'フッタ': 'footer',
    # '脚注': 'footnotes',                # 脚註?
    # 'サイテーション': 'citations',   # 出典 引証 引用
    'ターゲットノート': 'target-notes',  # 的注 的脚注
    }
"""Japanese name to registered (in directives/__init__.py) directive name
mapping."""

roles = {
    # language-dependent: fixed
    'ç•¥': 'abbreviation',
    '頭字語': 'acronym',
    'code (translation required)': 'code',
    'インデックス': 'index',
    '索引': 'index',
    '添字': 'subscript',
    '下付': 'subscript',
    '下': 'subscript',
    '上付': 'superscript',
    '上': 'superscript',
    '題å‚ç…§': 'title-reference',
    'pepå‚ç…§': 'pep-reference',
    'rfcå‚ç…§': 'rfc-reference',
    '強調': 'emphasis',
    'å¼·ã„': 'strong',
    'リテラル': 'literal',
    '整形済ã¿': 'literal',
    'math (translation required)': 'math',
    'å付å‚ç…§': 'named-reference',
    'ç„¡åå‚ç…§': 'anonymous-reference',
    '脚注å‚ç…§': 'footnote-reference',
    '出典å‚ç…§': 'citation-reference',
    '代入å‚ç…§': 'substitution-reference',
    'çš„': 'target',
    'uriå‚ç…§': 'uri-reference',
    'uri': 'uri-reference',
    'url': 'uri-reference',
    '生': 'raw',
    }
"""Mapping of Japanese role names to canonical role names for interpreted
text."""