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

Variables

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

Detailed Description

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

Variable Documentation

◆ bibliographic_fields

dict docutils.languages.ko.bibliographic_fields
Initial value:
1= {
2 # language-dependent: fixed
3 '저자': 'author',
4 '저자들': '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.ko.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': '목차'}