* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
# $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."""