Sunda Cyber Army


* Sunda Cyber Army 2k17 *
Indonesia Defacer ~


Path : /opt/imunify360/venv/lib64/python3.11/site-packages/docutils/languages/
File Upload :
Current File : //opt/imunify360/venv/lib64/python3.11/site-packages/docutils/languages/ko.py

# $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 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'}
"""Korean to canonical name mapping for bibliographic fields."""

author_separators = [';', ',']
"""List of separator strings for the 'Authors' bibliographic field. Tried in
order."""