X7ROOT File Manager
Current Path:
/opt/imunify360/venv/lib/python3.11/site-packages/docutils/languages
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
docutils
/
languages
/
ð
..
ð
__init__.py
(2.85 KB)
ð
__pycache__
ð
af.py
(1.79 KB)
ð
ar.py
(1.9 KB)
ð
ca.py
(1.87 KB)
ð
cs.py
(1.86 KB)
ð
da.py
(1.81 KB)
ð
de.py
(1.69 KB)
ð
en.py
(1.81 KB)
ð
eo.py
(1.89 KB)
ð
es.py
(1.86 KB)
ð
fa.py
(1.91 KB)
ð
fi.py
(1.92 KB)
ð
fr.py
(1.79 KB)
ð
gl.py
(1.94 KB)
ð
he.py
(2.63 KB)
ð
it.py
(1.77 KB)
ð
ja.py
(1.85 KB)
ð
ko.py
(1.79 KB)
ð
lt.py
(1.87 KB)
ð
lv.py
(1.81 KB)
ð
nl.py
(1.83 KB)
ð
pl.py
(1.82 KB)
ð
pt_br.py
(1.88 KB)
ð
ru.py
(2.02 KB)
ð
sk.py
(1.79 KB)
ð
sv.py
(1.82 KB)
ð
uk.py
(2.01 KB)
ð
zh_cn.py
(1.93 KB)
ð
zh_tw.py
(2.68 KB)
Editing: zh_cn.py
# $Id: zh_cn.py 9030 2022-03-05 23:28:32Z milde $ # Author: Pan Junyong <panjy@zopechina.com> # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please # read <https://docutils.sourceforge.io/docs/howto/i18n.html>. # Two files must be translated for each language: one in docutils/languages, # the other in docutils/parsers/rst/languages. """ Simplified Chinese language mappings for language-dependent features of Docutils. """ __docformat__ = 'reStructuredText' labels = { # fixed: language-dependent 'author': 'ä―č ', 'authors': 'ä―č įūĪ', 'organization': 'įŧįŧ', 'address': 'å°å', 'contact': 'čįģŧ', 'version': 'įæŽ', 'revision': 'äŋŪčŪĒ', 'status': 'įķæ', 'date': 'æĨæ', 'copyright': 'įæ', 'dedication': 'įŪčū', 'abstract': 'æčĶ', 'attention': 'æģĻæ', 'caution': 'å°åŋ', 'danger': 'åąéĐ', 'error': 'éčŊŊ', 'hint': 'æįĪš', 'important': 'éčĶ', 'note': 'æģĻč§Ģ', 'tip': 'æå·§', 'warning': 'čĶå', 'contents': 'įŪå―', } """Mapping of node class name to label text.""" bibliographic_fields = { # language-dependent: fixed 'ä―č ': 'author', 'ä―č įūĪ': 'authors', 'įŧįŧ': 'organization', 'å°å': 'address', 'čįģŧ': 'contact', 'įæŽ': 'version', 'äŋŪčŪĒ': 'revision', 'įķæ': 'status', 'æķéī': 'date', 'įæ': 'copyright', 'įŪčū': 'dedication', 'æčĶ': 'abstract'} """Simplified Chinese to canonical name mapping for bibliographic fields.""" author_separators = [';', ',', '\uff1b', # 'ïž' '\uff0c', # 'ïž' '\u3001', # 'ã' ] """List of separator strings for the 'Authors' bibliographic field. Tried in order."""
Upload File
Create Folder