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_tw.py
# $Id: zh_tw.py 9030 2022-03-05 23:28:32Z milde $ # Author: Joe YS Jaw <joeysj@users.sourceforge.net> # 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. """ Traditional Chinese language mappings for language-dependent features. """ __docformat__ = 'reStructuredText' labels = { # fixed: language-dependent 'author': '\u4f5c\u8005', # 'ไฝ่ ' <-- Chinese word 'authors': '\u4f5c\u8005\u7fa4', # 'ไฝ่ ็พค', 'organization': '\u7d44\u7e54', # '็ต็น', 'address': '\u5730\u5740', # 'ๅฐๅ', 'contact': '\u9023\u7d61', # '้ฃ็ตก', 'version': '\u7248\u672c', # '็ๆฌ', 'revision': '\u4fee\u8a02', # 'ไฟฎ่จ', 'status': '\u72c0\u614b', # '็ๆ ', 'date': '\u65e5\u671f', # 'ๆฅๆ', 'copyright': '\u7248\u6b0a', # '็ๆฌ', 'dedication': '\u984c\u737b', # '้ก็ป', 'abstract': '\u6458\u8981', # 'ๆ่ฆ', 'attention': '\u6ce8\u610f\uff01', # 'ๆณจๆ๏ผ', 'caution': '\u5c0f\u5fc3\uff01', # 'ๅฐๅฟ๏ผ', 'danger': '\uff01\u5371\u96aa\uff01', # '๏ผๅฑ้ช๏ผ', 'error': '\u932f\u8aa4', # '้ฏ่ชค', 'hint': '\u63d0\u793a', # 'ๆ็คบ', 'important': '\u91cd\u8981', # 'ๆณจๆ๏ผ', 'note': '\u8a3b\u91cb', # '่จป้', 'tip': '\u79d8\u8a23', # '็ง่จฃ', 'warning': '\u8b66\u544a', # '่ญฆๅ', 'contents': '\u76ee\u9304', # '็ฎ้' } """Mapping of node class name to label text.""" bibliographic_fields = { # language-dependent: fixed 'author (translation required)': 'author', 'authors (translation required)': 'authors', 'organization (translation required)': 'organization', 'address (translation required)': 'address', 'contact (translation required)': 'contact', 'version (translation required)': 'version', 'revision (translation required)': 'revision', 'status (translation required)': 'status', 'date (translation required)': 'date', 'copyright (translation required)': 'copyright', 'dedication (translation required)': 'dedication', 'abstract (translation required)': 'abstract'} """Traditional 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