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

Variables

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

Detailed Description

Simplified Chinese language mappings for language-dependent features
of Docutils.

Variable Documentation

◆ bibliographic_fields

dict docutils.languages.zh_cn.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.zh_cn.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': '目录',
25}