# -*- coding: utf-8 -*- # $Id: ja.py 7119 2011-09-02 13:00:23Z 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 <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. """ Japanese-language mappings for language-dependent features of reStructuredText. """ __docformat__ = 'reStructuredText' # Corrections to these translations are welcome! # é–“é•ã„ãŒã‚ã‚Œã°ã€ã©ã†ãžæ£ã—ã„翻訳を教ãˆã¦ä¸‹ã•ã„。 directives = { # language-dependent: fixed u'注目': 'attention', u'注æ„': 'caution', u'code (translation required)': 'code', u'å±é™º': 'danger', u'エラー': 'error', u'ヒント': 'hint', u'é‡è¦': 'important', u'備考': 'note', u'é€šå ±': 'tip', u'è¦å‘Š': 'warning', u'戒告': 'admonition', u'サイドãƒãƒ¼': 'sidebar', u'トピック': 'topic', u'ラインブãƒãƒƒã‚¯': 'line-block', u'パーズドリテラル': 'parsed-literal', u'ルブリック': 'rubric', u'エピグラフ': 'epigraph', u'題言': 'epigraph', u'ãƒã‚¤ãƒ©ã‚¤ãƒˆ': 'highlights', u'見所': 'highlights', u'プルクオート': 'pull-quote', u'åˆæˆ': 'compound', u'コンテナー': 'container', u'容器': 'container', u'表': 'table', u'csv表': 'csv-table', u'リスト表': 'list-table', #u'質å•': 'questions', #u'å•ç”': 'questions', #u'faq': 'questions', u'math (translation required)': 'math', u'メタ': 'meta', #u'イメージマプ': 'imagemap', u'イメージ': 'image', u'ç”»åƒ': 'image', u'フィグア': 'figure', u'図版': 'figure', u'インクルード': 'include', u'å«ã‚€': 'include', u'組ã¿è¾¼ã¿': 'include', u'生': 'raw', u'原': 'raw', u'æ›ãˆã‚‹': 'replace', u'å–ã‚Šæ›ãˆã‚‹': 'replace', u'掛ã‘替ãˆã‚‹': 'replace', u'ユニコード': 'unicode', u'日付': 'date', u'クラス': 'class', u'ãƒãƒ¼ãƒ«': 'role', u'å½¹': 'role', u'ディフォルトãƒãƒ¼ãƒ«': 'default-role', u'既定役': 'default-role', u'タイトル': 'title', u'é¡Œ': 'title', # é¡Œå 件å u'目次': 'contents', u'節数': 'sectnum', u'ヘッダ': 'header', u'フッタ': 'footer', #u'脚注': 'footnotes', # 脚註? #u'サイテーション': 'citations',   # 出典 引証 引用 u'ターゲットノート': 'target-notes', # 的注 的脚注 } """Japanese name to registered (in directives/__init__.py) directive name mapping.""" roles = { # language-dependent: fixed u'ç•¥': 'abbreviation', u'é å—語': 'acronym', u'code (translation required)': 'code', u'インデックス': 'index', u'索引': 'index', u'æ·»å—': 'subscript', u'下付': 'subscript', u'下': 'subscript', u'上付': 'superscript', u'上': 'superscript', u'é¡Œå‚ç…§': 'title-reference', u'pepå‚ç…§': 'pep-reference', u'rfcå‚ç…§': 'rfc-reference', u'強調': 'emphasis', u'å¼·ã„': 'strong', u'リテラル': 'literal', u'整形済ã¿': 'literal', u'math (translation required)': 'math', u'å付å‚ç…§': 'named-reference', u'ç„¡åå‚ç…§': 'anonymous-reference', u'脚注å‚ç…§': 'footnote-reference', u'出典å‚ç…§': 'citation-reference', u'代入å‚ç…§': 'substitution-reference', u'çš„': 'target', u'uriå‚ç…§': 'uri-reference', u'uri': 'uri-reference', u'url': 'uri-reference', u'生': 'raw',} """Mapping of Japanese role names to canonical role names for interpreted text."""