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: lt.py
# $Id: lt.py 9030 2022-03-05 23:28:32Z milde $ # Author: Dalius Dobravolskas <dalius.do...@gmail.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. """ Lithuanian language mappings for language-dependent features of Docutils. """ __docformat__ = 'reStructuredText' labels = { # fixed: language-dependent 'author': 'Autorius', 'authors': 'Autoriai', 'organization': 'Organizacija', 'address': 'Adresas', 'contact': 'Kontaktas', 'version': 'Versija', 'revision': 'Revizija', 'status': 'Bลซsena', 'date': 'Data', 'copyright': 'Autoriaus teisฤs', 'dedication': 'Dedikacija', 'abstract': 'Santrauka', 'attention': 'Dฤmesio!', 'caution': 'Atsargiai!', 'danger': '!PAVOJINGA!', 'error': 'Klaida', 'hint': 'Uลพuomina', 'important': 'Svarbu', 'note': 'Pastaba', 'tip': 'Patarimas', 'warning': 'ฤฎspฤjimas', 'contents': 'Turinys'} """Mapping of node class name to label text.""" bibliographic_fields = { # language-dependent: fixed 'autorius': 'author', 'autoriai': 'authors', 'organizacija': 'organization', 'adresas': 'address', 'kontaktas': 'contact', 'versija': 'version', 'revizija': 'revision', 'bลซsena': 'status', 'data': 'date', 'autoriaus teisฤs': 'copyright', 'dedikacija': 'dedication', 'santrauka': 'abstract'} """Lithuanian (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