Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Variables
docutils.languages.ja Namespace Reference

Variables

dict labels
 
dict bibliographic_fields
 
list author_separators = [';', ',']
 

Detailed Description

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

Variable Documentation

◆ bibliographic_fields

dict docutils.languages.ja.bibliographic_fields
Initial value:
1= {
2 # language-dependent: fixed
3 '著者': 'author',
4 ' n/a': 'authors',
5 '組織': 'organization',
6 '住所': 'address',
7 '連絡先': 'contact',
8 'バージョン': 'version',
9 'リビジョン': 'revision',
10 'ステータス': 'status',
11 '日付': 'date',
12 '著作権': 'copyright',
13 '献辞': 'dedication',
14 '概要': 'abstract'}

◆ labels

dict docutils.languages.ja.labels
Initial value:
1= {
2 # fixed: language-dependent
3 'author': '著者',
4 'authors': '著者',
5 'organization': '組織',
6 'address': '住所',
7 'contact': '連絡先',
8 'version': 'バージョン',
9 'revision': 'リビジョン',
10 'status': 'ステータス',
11 'date': '日付',
12 'copyright': '著作権',
13 'dedication': '献辞',
14 'abstract': '概要',
15 'attention': '注目!',
16 'caution': '注意!',
17 'danger': '!危険!',
18 'error': 'エラー',
19 'hint': 'ヒント',
20 'important': '重要',
21 'note': '備考',
22 'tip': '通報',
23 'warning': '警告',
24 'contents': '目次'}