[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.223.108.158: ~ $
# $Id: ko.py 9030 2022-03-05 23:28:32Z milde $
# Author: Thomas SJ Kang <thomas.kangsj@ujuc.kr>
# 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.

"""
Korean-language mappings for language-dependent features of
reStructuredText.
"""

__docformat__ = 'reStructuredText'


directives = {
      # language-dependent: fixed
      '집중': 'attention',
      '주의': 'caution',
      '코드': 'code',
      '코드-블록': 'code',
      '소스코드': 'code',
      '위험': 'danger',
      '오류': 'error',
      '실마리': 'hint',
      '중요한': 'important',
      '비고': 'note',
      '팁': 'tip',
      '경고': 'warning',
      '권고': 'admonition',
      '사이드바': 'sidebar',
      '주제': 'topic',
      '라인-블록': 'line-block',
      '파싱된-리터럴': 'parsed-literal',
      '지시문': 'rubric',
      '제명': 'epigraph',
      '하이라이트': 'highlights',
      '발췌문': 'pull-quote',
      '합성어': 'compound',
      '컨테이너': 'container',
      # '질문': 'questions',
      '표': 'table',
      'csv-표': 'csv-table',
      'list-표': 'list-table',
      # 'qa': 'questions',
      # 'faq': 'questions',
      '메타': 'meta',
      '수학': 'math',
      # '이미지맵': 'imagemap',
      '이미지': 'image',
      '도표': 'figure',
      '포함': 'include',
      'raw': 'raw',
      '대신하다': 'replace',
      '유니코드': 'unicode',
      '날짜': 'date',
      '클래스': 'class',
      '역할': 'role',
      '기본-역할': 'default-role',
      '제목': 'title',
      '내용': 'contents',
      'sectnum': 'sectnum',
      '섹션-번호-매기기': 'sectnum',
      '머리말': 'header',
      '꼬리말': 'footer',
      # '긱주': 'footnotes',
      # '인용구': 'citations',
      '목표-노트': 'target-notes',
      'restructuredtext 테스트 지시어': 'restructuredtext-test-directive'}
"""Korean name to registered (in directives/__init__.py) directive name
mapping."""

roles = {
    # language-dependent: fixed
    '약어': 'abbreviation',
    'ab': 'abbreviation',
    '두음문자': 'acronym',
    'ac': 'acronym',
    '코드': 'code',
    '색인': 'index',
    'i': 'index',
    '다리-글자': 'subscript',
    'sub': 'subscript',
    '어깨-글자': 'superscript',
    'sup': 'superscript',
    '제목-참조': 'title-reference',
    '제목': 'title-reference',
    't': 'title-reference',
    'pep-참조': 'pep-reference',
    'pep': 'pep-reference',
    'rfc-참조': 'rfc-reference',
    'rfc': 'rfc-reference',
    '강조': 'emphasis',
    '굵게': 'strong',
    '기울기': 'literal',
    '수학': 'math',
    '명명된-참조': 'named-reference',
    '익명-참조': 'anonymous-reference',
    '각주-참조': 'footnote-reference',
    '인용-참조': 'citation-reference',
    '대리-참조': 'substitution-reference',
    '대상': 'target',
    'uri-참조': 'uri-reference',
    'uri': 'uri-reference',
    'url': 'uri-reference',
    'raw': 'raw',
    }
"""Mapping of Korean role names to canonical role names for interpreted text.
"""

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 1.19 KB 0644
af.py File 3.64 KB 0644
ar.py File 2.98 KB 0644
ca.py File 4.3 KB 0644
cs.py File 4.7 KB 0644
da.py File 3.63 KB 0644
de.py File 3.46 KB 0644
en.py File 3.43 KB 0644
eo.py File 3.74 KB 0644
es.py File 4.06 KB 0644
fa.py File 3.1 KB 0644
fi.py File 3.44 KB 0644
fr.py File 3.69 KB 0644
gl.py File 3.55 KB 0644
he.py File 3.56 KB 0644
it.py File 3.24 KB 0644
ja.py File 3.69 KB 0644
ko.py File 3.3 KB 0644
lt.py File 3.44 KB 0644
lv.py File 3.3 KB 0644
nl.py File 3.67 KB 0644
pl.py File 3.36 KB 0644
pt_br.py File 3.87 KB 0644
ru.py File 3.32 KB 0644
sk.py File 3.85 KB 0644
sv.py File 3.18 KB 0644
uk.py File 3.36 KB 0644
zh_cn.py File 3.83 KB 0644
zh_tw.py File 5.04 KB 0644