docutils.languages.zh_cn module

Simplified Chinese 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 = {'作者': 'author', '作者群': 'authors', '修订': 'revision', '地址': 'address', '摘要': 'abstract', '时间': 'date', '版本': 'version', '版权': 'copyright', '状态': 'status', '献辞': 'dedication', '组织': 'organization', '联系': 'contact'}

Simplified Chinese to canonical name mapping for bibliographic fields.

author_separators = [';', ',', ';', ',', '、']

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