kushalExplores's picture
Upload folder using huggingface_hub
53dbcc1 verified
# $Id: ka.py 9444 2023-08-23 12:02:41Z grubert $
# Author: Temuri Doghonadze <temuri dot doghonadze at gmail dot 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.
"""
Georgian-language mappings for language-dependent features of Docutils.
"""
__docformat__ = 'reStructuredText'
labels = {
'abstract': 'แƒแƒœแƒแƒขแƒแƒชแƒ˜แƒ',
'address': 'แƒ›แƒ˜แƒกแƒแƒ›แƒแƒ แƒ—แƒ˜',
'attention': 'แƒงแƒฃแƒ แƒแƒ“แƒฆแƒ”แƒ‘แƒ!',
'author': 'แƒแƒ•แƒขแƒแƒ แƒ˜',
'authors': 'แƒแƒ•แƒขแƒแƒ แƒ”แƒ‘แƒ˜',
'caution': 'แƒคแƒ แƒ—แƒฎแƒ˜แƒšแƒแƒ“!',
'contact': 'แƒ™แƒแƒœแƒขแƒแƒฅแƒขแƒ˜',
'contents': 'แƒจแƒ”แƒ›แƒชแƒ•แƒ”แƒšแƒแƒ‘แƒ',
'copyright': 'แƒกแƒแƒแƒ•แƒขแƒแƒ แƒ แƒฃแƒคแƒšแƒ”แƒ‘แƒ”แƒ‘แƒ˜',
'danger': 'แƒกแƒแƒจแƒ˜แƒจแƒ˜แƒ!',
'date': 'แƒ—แƒแƒ แƒ˜แƒฆแƒ˜',
'dedication': 'แƒ›แƒ˜แƒซแƒฆแƒ•แƒœแƒ',
'error': 'แƒจแƒ”แƒชแƒ“แƒแƒ›แƒ',
'hint': 'แƒ แƒฉแƒ”แƒ•แƒ',
'important': 'แƒ›แƒœแƒ˜แƒจแƒ•แƒœแƒ”แƒšแƒแƒ•แƒแƒœแƒ˜แƒ',
'note': 'แƒจแƒ”แƒœแƒ˜แƒจแƒ•แƒœแƒ',
'organization': 'แƒแƒ แƒ’แƒแƒœแƒ˜แƒ–แƒแƒชแƒ˜แƒ',
'revision': 'แƒ แƒ”แƒ•แƒ˜แƒ–แƒ˜แƒ',
'status': 'แƒกแƒขแƒแƒขแƒฃแƒกแƒ˜',
'tip': 'แƒ›แƒ˜แƒœแƒ˜แƒจแƒœแƒ”แƒ‘แƒ',
'version': 'แƒ•แƒ”แƒ แƒกแƒ˜แƒ',
'warning': 'แƒ’แƒแƒคแƒ แƒ—แƒฎแƒ˜แƒšแƒ”แƒ‘แƒ'}
"""Mapping of node class name to label text."""
bibliographic_fields = {
'แƒแƒœแƒแƒขแƒแƒชแƒ˜แƒ': 'abstract',
'แƒ›แƒ˜แƒกแƒแƒ›แƒแƒ แƒ—แƒ˜': 'address',
'แƒแƒ•แƒขแƒแƒ แƒ˜': 'author',
'แƒแƒ•แƒขแƒแƒ แƒ”แƒ‘แƒ˜': 'authors',
'แƒ™แƒแƒœแƒขแƒแƒฅแƒขแƒ˜': 'contact',
'แƒกแƒแƒแƒ•แƒขแƒแƒ แƒ แƒฃแƒคแƒšแƒ”แƒ‘แƒ”แƒ‘แƒ˜': 'copyright',
'แƒ—แƒแƒ แƒ˜แƒฆแƒ˜': 'date',
'แƒ›แƒ˜แƒซแƒฆแƒ•แƒœแƒ': 'dedication',
'แƒแƒ แƒ’แƒแƒœแƒ˜แƒ–แƒแƒชแƒ˜แƒ': 'organization',
'แƒ แƒ”แƒ•แƒ˜แƒ–แƒ˜แƒ': 'revision',
'แƒกแƒขแƒแƒขแƒฃแƒกแƒ˜': 'status',
'แƒ•แƒ”แƒ แƒกแƒ˜แƒ': 'version'}
"""Georgian (lowcased) to canonical name mapping for bibliographic fields."""
author_separators = [';', ',']
"""List of separator strings for the 'Authors' bibliographic field. Tried in
order."""