# -*- coding: utf-8 -*- # $Id: lv.py 7975 2016-10-20 20:00:19Z milde $ # Copyright: This module has been placed in the public domain. # New language mappings are welcome. Before doing a new translation, please # read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be # translated for each language: one in docutils/languages, the other in # docutils/parsers/rst/languages. """ Latvian-language mappings for language-dependent features of reStructuredText. """ __docformat__ = 'reStructuredText' directives = { # language-dependent: fixed 'uzmanÄ«bu': 'attention', 'piesardzÄ«bu': 'caution', 'kods': 'code', 'koda-bloks': 'code', 'pirmkods': 'code', 'bÄ«stami': 'danger', 'kļūda': 'error', 'ieteikums': 'hint', 'svarÄ«gi': 'important', 'piezÄ«me': 'note', 'padoms': 'tip', 'brÄ«dinÄjums': 'warning', 'aizrÄdÄ«jums': 'admonition', 'sÄnjosla': 'sidebar', 'tÄ“ma': 'topic', 'rindu-bloks': 'line-block', 'parsÄ“ts-literÄlis': 'parsed-literal', 'rubrika': 'rubric', 'epigrÄfs': 'epigraph', 'apskats': 'highlights', 'izvilkuma-citÄts': 'pull-quote', 'savienojums': 'compound', 'konteiners': 'container', #'questions': 'questions', 'tabula': 'table', 'csv-tabula': 'csv-table', 'sarakstveida-tabula': 'list-table', #'qa': 'questions', #'faq': 'questions', 'meta': 'meta', 'matemÄtika': 'math', #'imagemap': 'imagemap', 'attÄ“ls': 'image', 'figÅ«ra': 'figure', 'ietvert': 'include', 'burtiski': 'raw', 'aizvieto': 'replace', 'unicode': 'unicode', 'datums': 'date', 'klase': 'class', 'role': 'role', 'noklusÄ“juma-role': 'default-role', 'virsraksts': 'title', 'saturs': 'contents', 'numurÄ“t-sekcijas': 'sectnum', 'galvene': 'header', 'kÄjene': 'footer', #'footnotes': 'footnotes', #'citations': 'citations', 'atsauces-apakÅ¡Ä': 'target-notes', 'restructuredtext-testa-direktÄ«va': 'restructuredtext-test-directive'} """English name to registered (in directives/__init__.py) directive name mapping.""" roles = { # language-dependent: fixed 'saÄ«sinÄjums': 'abbreviation', 'Ä«si': 'abbreviation', 'akronÄ«ms': 'acronym', 'kods': 'code', 'indekss': 'index', 'i': 'index', 'apakÅ¡raksts': 'subscript', 'apakÅ¡Ä': 'subscript', 'augÅ¡raksts': 'superscript', 'augÅ¡Ä': 'superscript', 'virsraksta-atsauce': 'title-reference', 'virsraksts': 'title-reference', 'v': 'title-reference', 'atsauce-uz-pep': 'pep-reference', 'pep': 'pep-reference', 'atsauce-uz-rfc': 'rfc-reference', 'rfc': 'rfc-reference', 'izcÄ“lums': 'emphasis', 'blÄ«vs': 'strong', 'literÄlis': 'literal', 'matemÄtika': 'math', 'nosaukta-atsauce': 'named-reference', 'nenosaukta-atsauce': 'anonymous-reference', 'kÄjenes-atsauce': 'footnote-reference', 'citÄtÄ-atsauce': 'citation-reference', 'aizvietojuma-atsauce': 'substitution-reference', 'mÄ“r''kis': 'target', 'atsauce-uz-uri': 'uri-reference', 'uri': 'uri-reference', 'url': 'uri-reference', 'burtiski': 'raw',} """Mapping of English role names to canonical role names for interpreted text. """