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: ja.py
# $Id: ja.py 9030 2022-03-05 23:28:32Z milde $ # Author: Hisashi Morita <hisashim@kt.rim.or.jp> # 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. """ Japanese-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', ' n/a': 'authors', '็ต็น': 'organization', 'ไฝๆ': 'address', '้ฃ็ตกๅ ': 'contact', 'ใใผใธใงใณ': 'version', 'ใชใใธใงใณ': 'revision', 'ในใใผใฟใน': 'status', 'ๆฅไป': 'date', '่ไฝๆจฉ': 'copyright', '็ฎ่พ': 'dedication', 'ๆฆ่ฆ': 'abstract'} """Japanese (lowcased) to canonical name mapping for bibliographic fields.""" author_separators = [';', ','] """List of separator strings for the 'Authors' bibliographic field. Tried in order."""
Upload File
Create Folder