1 | # -*- coding: utf-8 -*- |
---|
2 | # Author: Panjunyong |
---|
3 | # Contact: panjy@zopechina.com |
---|
4 | # Revision: $Revision: 4237 $ |
---|
5 | # Date: $Date: 2006-01-01 03:35:00 +0100 (Sun, 01 Jan 2006) $ |
---|
6 | # Copyright: This module has been placed in the public domain. |
---|
7 | |
---|
8 | # New language mappings are welcome. Before doing a new translation, please |
---|
9 | # read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be |
---|
10 | # translated for each language: one in docutils/languages, the other in |
---|
11 | # docutils/parsers/rst/languages. |
---|
12 | |
---|
13 | """ |
---|
14 | Simplified Chinese language mappings for language-dependent features of |
---|
15 | reStructuredText. |
---|
16 | """ |
---|
17 | |
---|
18 | __docformat__ = 'reStructuredText' |
---|
19 | |
---|
20 | |
---|
21 | directives = { |
---|
22 | # language-dependent: fixed |
---|
23 | u'豕ィ諢�: 'attention', |
---|
24 | u'蟆丞ソ�: 'caution', |
---|
25 | u'蜊ア髯ゥ': 'danger', |
---|
26 | u'髞呵ッッ': 'error', |
---|
27 | u'謠千、コ': 'hint', |
---|
28 | u'驥崎ヲ�: 'important', |
---|
29 | u'豕ィ隗」': 'note', |
---|
30 | u'謚蟾ァ': 'tip', |
---|
31 | u'隴ヲ蜻�: 'warning', |
---|
32 | u'蠢蜻�: 'admonition', |
---|
33 | u'萓ァ譯�: 'sidebar', |
---|
34 | u'荳サ鬚�: 'topic', |
---|
35 | u'line-block (translation required)': 'line-block', |
---|
36 | u'parsed-literal (translation required)': 'parsed-literal', |
---|
37 | u'驢堤岼': 'rubric', |
---|
38 | u'體ュ譁�: 'epigraph', |
---|
39 | u'隕∫せ': 'highlights', |
---|
40 | u'pull-quote (translation required)': 'pull-quote', |
---|
41 | u'螟榊粋': 'compound', |
---|
42 | u'螳ケ蝎ィ': 'container', |
---|
43 | #u'questions (translation required)': 'questions', |
---|
44 | u'陦ィ譬シ': 'table', |
---|
45 | u'csv陦ィ譬シ': 'csv-table', |
---|
46 | u'蛻苓。ィ陦ィ譬シ': 'list-table', |
---|
47 | #u'qa (translation required)': 'questions', |
---|
48 | #u'faq (translation required)': 'questions', |
---|
49 | u'蜈�焚謐ョ': 'meta', |
---|
50 | #u'imagemap (translation required)': 'imagemap', |
---|
51 | u'蝗セ迚�: 'image', |
---|
52 | u'蝗セ萓�: 'figure', |
---|
53 | u'蛹�性': 'include', |
---|
54 | u'蜴滓枚': 'raw', |
---|
55 | u'莉」譖ソ': 'replace', |
---|
56 | u'扈滉ク遐�: 'unicode', |
---|
57 | u'譌・譛�: 'date', |
---|
58 | u'邀サ蝙�: 'class', |
---|
59 | u'隗定牡': 'role', |
---|
60 | u'鮟倩ョ、隗定牡': 'default-role', |
---|
61 | u'譬�「�: 'title', |
---|
62 | u'逶ョ蠖�: 'contents', |
---|
63 | u'遶闃ょコ丞捷': 'sectnum', |
---|
64 | u'鬚伜、エ': 'header', |
---|
65 | u'鬘オ閼�: 'footer', |
---|
66 | #u'footnotes (translation required)': 'footnotes', |
---|
67 | #u'citations (translation required)': 'citations', |
---|
68 | u'target-notes (translation required)': 'target-notes', |
---|
69 | u'restructuredtext-test-directive': 'restructuredtext-test-directive'} |
---|
70 | """Simplified Chinese name to registered (in directives/__init__.py) |
---|
71 | directive name mapping.""" |
---|
72 | |
---|
73 | roles = { |
---|
74 | # language-dependent: fixed |
---|
75 | u'郛ゥ蜀�: 'abbreviation', |
---|
76 | u'邂遘ー': 'acronym', |
---|
77 | u'index (translation required)': 'index', |
---|
78 | u'i (translation required)': 'index', |
---|
79 | u'荳区�: 'subscript', |
---|
80 | u'荳頑�: 'superscript', |
---|
81 | u'title-reference (translation required)': 'title-reference', |
---|
82 | u'title (translation required)': 'title-reference', |
---|
83 | u't (translation required)': 'title-reference', |
---|
84 | u'pep-reference (translation required)': 'pep-reference', |
---|
85 | u'pep (translation required)': 'pep-reference', |
---|
86 | u'rfc-reference (translation required)': 'rfc-reference', |
---|
87 | u'rfc (translation required)': 'rfc-reference', |
---|
88 | u'蠑コ隹�: 'emphasis', |
---|
89 | u'蜉邊�: 'strong', |
---|
90 | u'蟄鈴擇': 'literal', |
---|
91 | u'named-reference (translation required)': 'named-reference', |
---|
92 | u'anonymous-reference (translation required)': 'anonymous-reference', |
---|
93 | u'footnote-reference (translation required)': 'footnote-reference', |
---|
94 | u'citation-reference (translation required)': 'citation-reference', |
---|
95 | u'substitution-reference (translation required)': 'substitution-reference', |
---|
96 | u'target (translation required)': 'target', |
---|
97 | u'uri-reference (translation required)': 'uri-reference', |
---|
98 | u'uri (translation required)': 'uri-reference', |
---|
99 | u'url (translation required)': 'uri-reference', |
---|
100 | u'raw (translation required)': 'raw',} |
---|
101 | """Mapping of Simplified Chinese role names to canonical role names |
---|
102 | for interpreted text.""" |
---|