docutils.languages.ja module

Japanese-language mappings for language-dependent features of Docutils.

labels = {'abstract': '概要', 'address': '住所', 'attention': '注目!', 'author': '著者', 'authors': '著者', 'caution': '注意!', 'contact': '連絡先', 'contents': '目次', 'copyright': '著作権', 'danger': '!危険!', 'date': '日付', 'dedication': '献辞', 'error': 'エラー', 'hint': 'ヒント', 'important': '重要', 'note': '備考', 'organization': '組織', 'revision': 'リビジョン', 'status': 'ステータス', 'tip': '通報', 'version': 'バージョン', 'warning': '警告'}

Mapping of node class name to label text.

bibliographic_fields = {' n/a': 'authors', 'ステータス': 'status', 'バージョン': 'version', 'リビジョン': 'revision', '住所': 'address', '日付': 'date', '概要': 'abstract', '献辞': 'dedication', '組織': 'organization', '著作権': 'copyright', '著者': 'author', '連絡先': 'contact'}

Japanese (lowcased) to canonical name mapping for bibliographic fields.

author_separators = [';', ',']

List of separator strings for the ‘Authors’ bibliographic field. Tried in order.