Sphinx 7.1.1__py3-none-any.whl → 7.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of Sphinx might be problematic. Click here for more details.

Files changed (313) hide show
  1. sphinx/__init__.py +6 -6
  2. sphinx/__main__.py +3 -1
  3. sphinx/addnodes.py +35 -22
  4. sphinx/application.py +40 -38
  5. sphinx/builders/__init__.py +16 -12
  6. sphinx/builders/_epub_base.py +15 -11
  7. sphinx/builders/changes.py +6 -4
  8. sphinx/builders/dirhtml.py +4 -2
  9. sphinx/builders/dummy.py +6 -4
  10. sphinx/builders/epub3.py +16 -8
  11. sphinx/builders/gettext.py +40 -43
  12. sphinx/builders/html/__init__.py +166 -196
  13. sphinx/builders/html/_assets.py +116 -0
  14. sphinx/builders/html/transforms.py +4 -2
  15. sphinx/builders/latex/__init__.py +12 -7
  16. sphinx/builders/latex/theming.py +5 -2
  17. sphinx/builders/latex/transforms.py +6 -3
  18. sphinx/builders/linkcheck.py +21 -13
  19. sphinx/builders/manpage.py +6 -4
  20. sphinx/builders/singlehtml.py +16 -9
  21. sphinx/builders/texinfo.py +11 -6
  22. sphinx/builders/text.py +8 -3
  23. sphinx/builders/xml.py +9 -4
  24. sphinx/cmd/build.py +27 -14
  25. sphinx/cmd/make_mode.py +13 -4
  26. sphinx/cmd/quickstart.py +13 -4
  27. sphinx/config.py +17 -14
  28. sphinx/deprecation.py +4 -2
  29. sphinx/directives/__init__.py +44 -12
  30. sphinx/directives/code.py +5 -4
  31. sphinx/directives/other.py +92 -44
  32. sphinx/directives/patches.py +1 -1
  33. sphinx/domains/__init__.py +11 -8
  34. sphinx/domains/c.py +67 -57
  35. sphinx/domains/changeset.py +3 -2
  36. sphinx/domains/citation.py +2 -1
  37. sphinx/domains/cpp.py +136 -93
  38. sphinx/domains/index.py +9 -5
  39. sphinx/domains/javascript.py +32 -19
  40. sphinx/domains/math.py +5 -3
  41. sphinx/domains/python.py +69 -57
  42. sphinx/domains/rst.py +20 -11
  43. sphinx/domains/std.py +21 -15
  44. sphinx/environment/__init__.py +97 -65
  45. sphinx/environment/adapters/indexentries.py +13 -10
  46. sphinx/environment/adapters/toctree.py +485 -308
  47. sphinx/environment/collectors/__init__.py +3 -4
  48. sphinx/environment/collectors/asset.py +10 -4
  49. sphinx/environment/collectors/dependencies.py +7 -4
  50. sphinx/environment/collectors/metadata.py +7 -5
  51. sphinx/environment/collectors/title.py +5 -3
  52. sphinx/environment/collectors/toctree.py +13 -8
  53. sphinx/errors.py +1 -1
  54. sphinx/events.py +5 -5
  55. sphinx/ext/apidoc.py +49 -27
  56. sphinx/ext/autodoc/__init__.py +179 -161
  57. sphinx/ext/autodoc/directive.py +10 -6
  58. sphinx/ext/autodoc/importer.py +22 -13
  59. sphinx/ext/autodoc/mock.py +4 -1
  60. sphinx/ext/autodoc/preserve_defaults.py +80 -12
  61. sphinx/ext/autodoc/type_comment.py +14 -10
  62. sphinx/ext/autodoc/typehints.py +7 -3
  63. sphinx/ext/autosectionlabel.py +6 -3
  64. sphinx/ext/autosummary/__init__.py +21 -15
  65. sphinx/ext/autosummary/generate.py +176 -126
  66. sphinx/ext/coverage.py +93 -8
  67. sphinx/ext/doctest.py +28 -17
  68. sphinx/ext/duration.py +19 -17
  69. sphinx/ext/extlinks.py +11 -6
  70. sphinx/ext/githubpages.py +8 -7
  71. sphinx/ext/graphviz.py +61 -17
  72. sphinx/ext/ifconfig.py +7 -4
  73. sphinx/ext/imgconverter.py +4 -2
  74. sphinx/ext/imgmath.py +29 -23
  75. sphinx/ext/inheritance_diagram.py +41 -27
  76. sphinx/ext/intersphinx.py +45 -38
  77. sphinx/ext/linkcode.py +8 -5
  78. sphinx/ext/mathjax.py +13 -9
  79. sphinx/ext/napoleon/__init__.py +3 -3
  80. sphinx/ext/napoleon/docstring.py +40 -31
  81. sphinx/ext/todo.py +10 -7
  82. sphinx/ext/viewcode.py +46 -25
  83. sphinx/extension.py +1 -1
  84. sphinx/highlighting.py +20 -12
  85. sphinx/io.py +5 -4
  86. sphinx/jinja2glue.py +24 -19
  87. sphinx/locale/__init__.py +8 -2
  88. sphinx/locale/ar/LC_MESSAGES/sphinx.mo +0 -0
  89. sphinx/locale/ar/LC_MESSAGES/sphinx.po +756 -740
  90. sphinx/locale/bg/LC_MESSAGES/sphinx.mo +0 -0
  91. sphinx/locale/bg/LC_MESSAGES/sphinx.po +754 -738
  92. sphinx/locale/bn/LC_MESSAGES/sphinx.mo +0 -0
  93. sphinx/locale/bn/LC_MESSAGES/sphinx.po +755 -739
  94. sphinx/locale/ca/LC_MESSAGES/sphinx.mo +0 -0
  95. sphinx/locale/ca/LC_MESSAGES/sphinx.po +768 -752
  96. sphinx/locale/cak/LC_MESSAGES/sphinx.mo +0 -0
  97. sphinx/locale/cak/LC_MESSAGES/sphinx.po +754 -738
  98. sphinx/locale/cs/LC_MESSAGES/sphinx.mo +0 -0
  99. sphinx/locale/cs/LC_MESSAGES/sphinx.po +758 -742
  100. sphinx/locale/cy/LC_MESSAGES/sphinx.mo +0 -0
  101. sphinx/locale/cy/LC_MESSAGES/sphinx.po +759 -743
  102. sphinx/locale/da/LC_MESSAGES/sphinx.mo +0 -0
  103. sphinx/locale/da/LC_MESSAGES/sphinx.po +760 -744
  104. sphinx/locale/de/LC_MESSAGES/sphinx.mo +0 -0
  105. sphinx/locale/de/LC_MESSAGES/sphinx.po +759 -743
  106. sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo +0 -0
  107. sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +754 -738
  108. sphinx/locale/el/LC_MESSAGES/sphinx.mo +0 -0
  109. sphinx/locale/el/LC_MESSAGES/sphinx.po +763 -747
  110. sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo +0 -0
  111. sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +754 -738
  112. sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo +0 -0
  113. sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +754 -738
  114. sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo +0 -0
  115. sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +768 -752
  116. sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo +0 -0
  117. sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +754 -738
  118. sphinx/locale/eo/LC_MESSAGES/sphinx.mo +0 -0
  119. sphinx/locale/eo/LC_MESSAGES/sphinx.po +754 -738
  120. sphinx/locale/es/LC_MESSAGES/sphinx.mo +0 -0
  121. sphinx/locale/es/LC_MESSAGES/sphinx.po +767 -751
  122. sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo +0 -0
  123. sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +754 -738
  124. sphinx/locale/et/LC_MESSAGES/sphinx.mo +0 -0
  125. sphinx/locale/et/LC_MESSAGES/sphinx.po +762 -746
  126. sphinx/locale/eu/LC_MESSAGES/sphinx.mo +0 -0
  127. sphinx/locale/eu/LC_MESSAGES/sphinx.po +755 -739
  128. sphinx/locale/fa/LC_MESSAGES/sphinx.mo +0 -0
  129. sphinx/locale/fa/LC_MESSAGES/sphinx.po +766 -750
  130. sphinx/locale/fi/LC_MESSAGES/sphinx.mo +0 -0
  131. sphinx/locale/fi/LC_MESSAGES/sphinx.po +754 -738
  132. sphinx/locale/fr/LC_MESSAGES/sphinx.mo +0 -0
  133. sphinx/locale/fr/LC_MESSAGES/sphinx.po +768 -752
  134. sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo +0 -0
  135. sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +754 -738
  136. sphinx/locale/gl/LC_MESSAGES/sphinx.js +60 -0
  137. sphinx/locale/gl/LC_MESSAGES/sphinx.mo +0 -0
  138. sphinx/locale/gl/LC_MESSAGES/sphinx.po +3695 -0
  139. sphinx/locale/he/LC_MESSAGES/sphinx.mo +0 -0
  140. sphinx/locale/he/LC_MESSAGES/sphinx.po +755 -739
  141. sphinx/locale/hi/LC_MESSAGES/sphinx.mo +0 -0
  142. sphinx/locale/hi/LC_MESSAGES/sphinx.po +763 -747
  143. sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo +0 -0
  144. sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +754 -738
  145. sphinx/locale/hr/LC_MESSAGES/sphinx.mo +0 -0
  146. sphinx/locale/hr/LC_MESSAGES/sphinx.po +760 -744
  147. sphinx/locale/hu/LC_MESSAGES/sphinx.mo +0 -0
  148. sphinx/locale/hu/LC_MESSAGES/sphinx.po +759 -743
  149. sphinx/locale/id/LC_MESSAGES/sphinx.mo +0 -0
  150. sphinx/locale/id/LC_MESSAGES/sphinx.po +765 -749
  151. sphinx/locale/is/LC_MESSAGES/sphinx.mo +0 -0
  152. sphinx/locale/is/LC_MESSAGES/sphinx.po +760 -744
  153. sphinx/locale/it/LC_MESSAGES/sphinx.mo +0 -0
  154. sphinx/locale/it/LC_MESSAGES/sphinx.po +760 -744
  155. sphinx/locale/ja/LC_MESSAGES/sphinx.mo +0 -0
  156. sphinx/locale/ja/LC_MESSAGES/sphinx.po +767 -751
  157. sphinx/locale/ka/LC_MESSAGES/sphinx.mo +0 -0
  158. sphinx/locale/ka/LC_MESSAGES/sphinx.po +759 -743
  159. sphinx/locale/ko/LC_MESSAGES/sphinx.mo +0 -0
  160. sphinx/locale/ko/LC_MESSAGES/sphinx.po +767 -751
  161. sphinx/locale/lt/LC_MESSAGES/sphinx.mo +0 -0
  162. sphinx/locale/lt/LC_MESSAGES/sphinx.po +755 -739
  163. sphinx/locale/lv/LC_MESSAGES/sphinx.mo +0 -0
  164. sphinx/locale/lv/LC_MESSAGES/sphinx.po +755 -739
  165. sphinx/locale/mk/LC_MESSAGES/sphinx.mo +0 -0
  166. sphinx/locale/mk/LC_MESSAGES/sphinx.po +754 -738
  167. sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo +0 -0
  168. sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +755 -739
  169. sphinx/locale/ne/LC_MESSAGES/sphinx.mo +0 -0
  170. sphinx/locale/ne/LC_MESSAGES/sphinx.po +755 -739
  171. sphinx/locale/nl/LC_MESSAGES/sphinx.mo +0 -0
  172. sphinx/locale/nl/LC_MESSAGES/sphinx.po +760 -744
  173. sphinx/locale/pl/LC_MESSAGES/sphinx.mo +0 -0
  174. sphinx/locale/pl/LC_MESSAGES/sphinx.po +762 -745
  175. sphinx/locale/pt/LC_MESSAGES/sphinx.mo +0 -0
  176. sphinx/locale/pt/LC_MESSAGES/sphinx.po +754 -738
  177. sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo +0 -0
  178. sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +768 -752
  179. sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo +0 -0
  180. sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +755 -739
  181. sphinx/locale/ro/LC_MESSAGES/sphinx.mo +0 -0
  182. sphinx/locale/ro/LC_MESSAGES/sphinx.po +759 -743
  183. sphinx/locale/ru/LC_MESSAGES/sphinx.mo +0 -0
  184. sphinx/locale/ru/LC_MESSAGES/sphinx.po +760 -744
  185. sphinx/locale/si/LC_MESSAGES/sphinx.mo +0 -0
  186. sphinx/locale/si/LC_MESSAGES/sphinx.po +754 -738
  187. sphinx/locale/sk/LC_MESSAGES/sphinx.mo +0 -0
  188. sphinx/locale/sk/LC_MESSAGES/sphinx.po +765 -749
  189. sphinx/locale/sl/LC_MESSAGES/sphinx.mo +0 -0
  190. sphinx/locale/sl/LC_MESSAGES/sphinx.po +755 -739
  191. sphinx/locale/sphinx.pot +748 -740
  192. sphinx/locale/sq/LC_MESSAGES/sphinx.mo +0 -0
  193. sphinx/locale/sq/LC_MESSAGES/sphinx.po +768 -752
  194. sphinx/locale/sr/LC_MESSAGES/sphinx.mo +0 -0
  195. sphinx/locale/sr/LC_MESSAGES/sphinx.po +754 -738
  196. sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo +0 -0
  197. sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +754 -738
  198. sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo +0 -0
  199. sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +754 -738
  200. sphinx/locale/sv/LC_MESSAGES/sphinx.mo +0 -0
  201. sphinx/locale/sv/LC_MESSAGES/sphinx.po +755 -739
  202. sphinx/locale/ta/LC_MESSAGES/sphinx.mo +0 -0
  203. sphinx/locale/ta/LC_MESSAGES/sphinx.po +754 -738
  204. sphinx/locale/te/LC_MESSAGES/sphinx.mo +0 -0
  205. sphinx/locale/te/LC_MESSAGES/sphinx.po +754 -738
  206. sphinx/locale/tr/LC_MESSAGES/sphinx.mo +0 -0
  207. sphinx/locale/tr/LC_MESSAGES/sphinx.po +763 -747
  208. sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo +0 -0
  209. sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +760 -749
  210. sphinx/locale/ur/LC_MESSAGES/sphinx.mo +0 -0
  211. sphinx/locale/ur/LC_MESSAGES/sphinx.po +759 -748
  212. sphinx/locale/vi/LC_MESSAGES/sphinx.mo +0 -0
  213. sphinx/locale/vi/LC_MESSAGES/sphinx.po +754 -738
  214. sphinx/locale/yue/LC_MESSAGES/sphinx.mo +0 -0
  215. sphinx/locale/yue/LC_MESSAGES/sphinx.po +754 -738
  216. sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo +0 -0
  217. sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +768 -752
  218. sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo +0 -0
  219. sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +754 -738
  220. sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo +0 -0
  221. sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +767 -751
  222. sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo +0 -0
  223. sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +754 -738
  224. sphinx/parsers.py +5 -4
  225. sphinx/project.py +52 -34
  226. sphinx/pycode/__init__.py +2 -1
  227. sphinx/pycode/ast.py +7 -13
  228. sphinx/pycode/parser.py +42 -38
  229. sphinx/registry.py +35 -29
  230. sphinx/roles.py +9 -4
  231. sphinx/search/__init__.py +5 -17
  232. sphinx/search/da.py +1 -1
  233. sphinx/search/de.py +1 -1
  234. sphinx/search/en.py +1 -1
  235. sphinx/search/es.py +1 -1
  236. sphinx/search/fi.py +1 -1
  237. sphinx/search/fr.py +1 -1
  238. sphinx/search/hu.py +1 -1
  239. sphinx/search/it.py +1 -1
  240. sphinx/search/ja.py +1 -1
  241. sphinx/search/nl.py +1 -1
  242. sphinx/search/no.py +1 -1
  243. sphinx/search/pt.py +1 -1
  244. sphinx/search/ro.py +1 -1
  245. sphinx/search/ru.py +1 -1
  246. sphinx/search/sv.py +1 -1
  247. sphinx/search/tr.py +1 -1
  248. sphinx/search/zh.py +1 -1
  249. sphinx/testing/fixtures.py +23 -30
  250. sphinx/testing/path.py +9 -0
  251. sphinx/testing/restructuredtext.py +13 -5
  252. sphinx/testing/util.py +20 -63
  253. sphinx/texinputs/sphinxlatexobjects.sty +15 -15
  254. sphinx/themes/agogo/static/agogo.css_t +10 -4
  255. sphinx/themes/basic/layout.html +1 -1
  256. sphinx/themes/basic/static/basic.css_t +4 -0
  257. sphinx/themes/basic/static/documentation_options.js_t +1 -2
  258. sphinx/themes/basic/static/searchtools.js +17 -9
  259. sphinx/themes/basic/static/sphinx_highlight.js +13 -3
  260. sphinx/themes/bizstyle/static/bizstyle.css_t +4 -0
  261. sphinx/themes/classic/theme.conf +1 -1
  262. sphinx/themes/epub/static/epub.css_t +6 -1
  263. sphinx/themes/haiku/theme.conf +1 -1
  264. sphinx/themes/nature/static/nature.css_t +4 -0
  265. sphinx/themes/nonav/static/nonav.css_t +6 -1
  266. sphinx/themes/pyramid/static/pyramid.css_t +4 -0
  267. sphinx/themes/scrolls/static/scrolls.css_t +4 -0
  268. sphinx/themes/scrolls/theme.conf +1 -1
  269. sphinx/themes/sphinxdoc/static/sphinxdoc.css_t +4 -0
  270. sphinx/theming.py +9 -7
  271. sphinx/transforms/__init__.py +79 -3
  272. sphinx/transforms/compact_bullet_list.py +6 -3
  273. sphinx/transforms/i18n.py +26 -10
  274. sphinx/transforms/post_transforms/__init__.py +21 -8
  275. sphinx/transforms/post_transforms/code.py +6 -3
  276. sphinx/transforms/post_transforms/images.py +13 -9
  277. sphinx/util/__init__.py +21 -92
  278. sphinx/util/cfamily.py +7 -4
  279. sphinx/util/display.py +3 -2
  280. sphinx/util/docfields.py +7 -6
  281. sphinx/util/docstrings.py +1 -1
  282. sphinx/util/docutils.py +41 -31
  283. sphinx/util/fileutil.py +9 -6
  284. sphinx/util/i18n.py +21 -18
  285. sphinx/util/images.py +2 -1
  286. sphinx/util/index_entries.py +27 -0
  287. sphinx/util/inspect.py +83 -67
  288. sphinx/util/inventory.py +4 -2
  289. sphinx/util/logging.py +9 -6
  290. sphinx/util/matching.py +5 -2
  291. sphinx/util/math.py +6 -3
  292. sphinx/util/nodes.py +70 -31
  293. sphinx/util/osutil.py +22 -40
  294. sphinx/util/parallel.py +4 -1
  295. sphinx/util/rst.py +7 -3
  296. sphinx/util/tags.py +11 -4
  297. sphinx/util/template.py +17 -14
  298. sphinx/util/typing.py +61 -20
  299. sphinx/versioning.py +6 -4
  300. sphinx/writers/html.py +1 -1
  301. sphinx/writers/html5.py +32 -24
  302. sphinx/writers/latex.py +67 -53
  303. sphinx/writers/manpage.py +9 -5
  304. sphinx/writers/texinfo.py +11 -9
  305. sphinx/writers/text.py +14 -9
  306. sphinx/writers/xml.py +3 -2
  307. {sphinx-7.1.1.dist-info → sphinx-7.2.0.dist-info}/METADATA +7 -5
  308. sphinx-7.2.0.dist-info/RECORD +568 -0
  309. sphinx/testing/comparer.py +0 -97
  310. sphinx-7.1.1.dist-info/RECORD +0 -564
  311. {sphinx-7.1.1.dist-info → sphinx-7.2.0.dist-info}/LICENSE +0 -0
  312. {sphinx-7.1.1.dist-info → sphinx-7.2.0.dist-info}/WHEEL +0 -0
  313. {sphinx-7.1.1.dist-info → sphinx-7.2.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,3695 @@
1
+ # Translations template for Sphinx.
2
+ # Copyright (C) 2023 ORGANIZATION
3
+ # This file is distributed under the same license as the Sphinx project.
4
+ #
5
+ # Translators:
6
+ # Miguel Anxo Bouzada <mbouzada@gmail.com>, 2023
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: Sphinx\n"
10
+ "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11
+ "POT-Creation-Date: 2023-08-17 03:12+0000\n"
12
+ "PO-Revision-Date: 2013-04-02 08:44+0000\n"
13
+ "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>, 2023\n"
14
+ "Language-Team: Galician (http://app.transifex.com/sphinx-doc/sphinx-1/language/gl/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Generated-By: Babel 2.12.1\n"
19
+ "Language: gl\n"
20
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+
22
+ #: sphinx/application.py:156
23
+ #, python-format
24
+ msgid "Cannot find source directory (%s)"
25
+ msgstr "Non é posíbel atopar o directorio de orixe (%s)"
26
+
27
+ #: sphinx/application.py:160
28
+ #, python-format
29
+ msgid "Output directory (%s) is not a directory"
30
+ msgstr "O directorio de saída (%s) non é un directorio"
31
+
32
+ #: sphinx/application.py:164
33
+ msgid "Source directory and destination directory cannot be identical"
34
+ msgstr "O directorio de orixe e o directorio de destino non poden ser idénticos"
35
+
36
+ #: sphinx/application.py:196
37
+ #, python-format
38
+ msgid "Running Sphinx v%s"
39
+ msgstr "Executando Sphinx v%s"
40
+
41
+ #: sphinx/application.py:222
42
+ #, python-format
43
+ msgid ""
44
+ "This project needs at least Sphinx v%s and therefore cannot be built with "
45
+ "this version."
46
+ msgstr "Este proxecto necesita polo menos Sphinx v%s e, polo tanto, non se pode construír con esta versión."
47
+
48
+ #: sphinx/application.py:238
49
+ msgid "making output directory"
50
+ msgstr "facendo o directorio de saída"
51
+
52
+ #: sphinx/application.py:243 sphinx/registry.py:444
53
+ #, python-format
54
+ msgid "while setting up extension %s:"
55
+ msgstr "ao configurar a extensión %s:"
56
+
57
+ #: sphinx/application.py:249
58
+ msgid ""
59
+ "'setup' as currently defined in conf.py isn't a Python callable. Please "
60
+ "modify its definition to make it a callable function. This is needed for "
61
+ "conf.py to behave as a Sphinx extension."
62
+ msgstr "«setup» tal como se define actualmente en conf.py non é un invocábel de Python. Modifique a súa definición para que sexa unha función invocábel. Isto é necesario para que conf.py se comporte como unha extensión Sphinx."
63
+
64
+ #: sphinx/application.py:280
65
+ #, python-format
66
+ msgid "loading translations [%s]... "
67
+ msgstr "cargando traducións [%s]…"
68
+
69
+ #: sphinx/application.py:297 sphinx/util/display.py:84
70
+ msgid "done"
71
+ msgstr "feito"
72
+
73
+ #: sphinx/application.py:299
74
+ msgid "not available for built-in messages"
75
+ msgstr "non dispoñíbel para mensaxes integradas"
76
+
77
+ #: sphinx/application.py:313
78
+ msgid "loading pickled environment"
79
+ msgstr "cargando ambiente en preparado (pickled)"
80
+
81
+ #: sphinx/application.py:321
82
+ #, python-format
83
+ msgid "failed: %s"
84
+ msgstr "produciuse un fallo: %s"
85
+
86
+ #: sphinx/application.py:335
87
+ msgid "No builder selected, using default: html"
88
+ msgstr "Non se seleccionou ningún construtor, usando de xeito predeterminado: html"
89
+
90
+ #: sphinx/application.py:368
91
+ msgid "succeeded"
92
+ msgstr "conseguido"
93
+
94
+ #: sphinx/application.py:369
95
+ msgid "finished with problems"
96
+ msgstr "rematou con problemas"
97
+
98
+ #: sphinx/application.py:373
99
+ #, python-format
100
+ msgid "build %s, %s warning (with warnings treated as errors)."
101
+ msgstr "compilación %s,%s advertencia (coas advertencias tratadas como erros)."
102
+
103
+ #: sphinx/application.py:375
104
+ #, python-format
105
+ msgid "build %s, %s warnings (with warnings treated as errors)."
106
+ msgstr "compilación %s,%s advertencias (coas advertencias tratadas como erros)."
107
+
108
+ #: sphinx/application.py:378
109
+ #, python-format
110
+ msgid "build %s, %s warning."
111
+ msgstr "compilación %s, %s advertencia."
112
+
113
+ #: sphinx/application.py:380
114
+ #, python-format
115
+ msgid "build %s, %s warnings."
116
+ msgstr "compilación %s, %s advertencias."
117
+
118
+ #: sphinx/application.py:384
119
+ #, python-format
120
+ msgid "build %s."
121
+ msgstr "compilación %s."
122
+
123
+ #: sphinx/application.py:615
124
+ #, python-format
125
+ msgid "node class %r is already registered, its visitors will be overridden"
126
+ msgstr ""
127
+
128
+ #: sphinx/application.py:694
129
+ #, python-format
130
+ msgid "directive %r is already registered, it will be overridden"
131
+ msgstr ""
132
+
133
+ #: sphinx/application.py:716 sphinx/application.py:738
134
+ #, python-format
135
+ msgid "role %r is already registered, it will be overridden"
136
+ msgstr ""
137
+
138
+ #: sphinx/application.py:1279
139
+ #, python-format
140
+ msgid ""
141
+ "the %s extension does not declare if it is safe for parallel reading, "
142
+ "assuming it isn't - please ask the extension author to check and make it "
143
+ "explicit"
144
+ msgstr ""
145
+
146
+ #: sphinx/application.py:1283
147
+ #, python-format
148
+ msgid "the %s extension is not safe for parallel reading"
149
+ msgstr ""
150
+
151
+ #: sphinx/application.py:1286
152
+ #, python-format
153
+ msgid ""
154
+ "the %s extension does not declare if it is safe for parallel writing, "
155
+ "assuming it isn't - please ask the extension author to check and make it "
156
+ "explicit"
157
+ msgstr ""
158
+
159
+ #: sphinx/application.py:1290
160
+ #, python-format
161
+ msgid "the %s extension is not safe for parallel writing"
162
+ msgstr ""
163
+
164
+ #: sphinx/application.py:1298 sphinx/application.py:1302
165
+ #, python-format
166
+ msgid "doing serial %s"
167
+ msgstr ""
168
+
169
+ #: sphinx/config.py:179
170
+ #, python-format
171
+ msgid "config directory doesn't contain a conf.py file (%s)"
172
+ msgstr ""
173
+
174
+ #: sphinx/config.py:188
175
+ msgid ""
176
+ "Invalid configuration value found: 'language = None'. Update your "
177
+ "configuration to a valid language code. Falling back to 'en' (English)."
178
+ msgstr ""
179
+
180
+ #: sphinx/config.py:217
181
+ #, python-format
182
+ msgid ""
183
+ "cannot override dictionary config setting %r, ignoring (use %r to set "
184
+ "individual elements)"
185
+ msgstr ""
186
+
187
+ #: sphinx/config.py:226
188
+ #, python-format
189
+ msgid "invalid number %r for config value %r, ignoring"
190
+ msgstr ""
191
+
192
+ #: sphinx/config.py:231
193
+ #, python-format
194
+ msgid "cannot override config setting %r with unsupported type, ignoring"
195
+ msgstr ""
196
+
197
+ #: sphinx/config.py:260
198
+ #, python-format
199
+ msgid "unknown config value %r in override, ignoring"
200
+ msgstr ""
201
+
202
+ #: sphinx/config.py:288
203
+ #, python-format
204
+ msgid "No such config value: %s"
205
+ msgstr ""
206
+
207
+ #: sphinx/config.py:312
208
+ #, python-format
209
+ msgid "Config value %r already present"
210
+ msgstr ""
211
+
212
+ #: sphinx/config.py:360
213
+ #, python-format
214
+ msgid "There is a syntax error in your configuration file: %s\n"
215
+ msgstr ""
216
+
217
+ #: sphinx/config.py:363
218
+ msgid ""
219
+ "The configuration file (or one of the modules it imports) called sys.exit()"
220
+ msgstr ""
221
+
222
+ #: sphinx/config.py:370
223
+ #, python-format
224
+ msgid ""
225
+ "There is a programmable error in your configuration file:\n"
226
+ "\n"
227
+ "%s"
228
+ msgstr ""
229
+
230
+ #: sphinx/config.py:393
231
+ #, python-format
232
+ msgid ""
233
+ "The config value `source_suffix' expects a string, list of strings, or "
234
+ "dictionary. But `%r' is given."
235
+ msgstr ""
236
+
237
+ #: sphinx/config.py:413
238
+ #, python-format
239
+ msgid "Section %s"
240
+ msgstr ""
241
+
242
+ #: sphinx/config.py:414
243
+ #, python-format
244
+ msgid "Fig. %s"
245
+ msgstr ""
246
+
247
+ #: sphinx/config.py:415
248
+ #, python-format
249
+ msgid "Table %s"
250
+ msgstr ""
251
+
252
+ #: sphinx/config.py:416
253
+ #, python-format
254
+ msgid "Listing %s"
255
+ msgstr ""
256
+
257
+ #: sphinx/config.py:488
258
+ msgid ""
259
+ "The config value `{name}` has to be a one of {candidates}, but `{current}` "
260
+ "is given."
261
+ msgstr ""
262
+
263
+ #: sphinx/config.py:506
264
+ msgid ""
265
+ "The config value `{name}' has type `{current.__name__}'; expected "
266
+ "{permitted}."
267
+ msgstr ""
268
+
269
+ #: sphinx/config.py:518
270
+ msgid ""
271
+ "The config value `{name}' has type `{current.__name__}', defaults to "
272
+ "`{default.__name__}'."
273
+ msgstr ""
274
+
275
+ #: sphinx/config.py:528
276
+ #, python-format
277
+ msgid "primary_domain %r not found, ignored."
278
+ msgstr ""
279
+
280
+ #: sphinx/config.py:540
281
+ msgid ""
282
+ "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add "
283
+ "\"root_doc = 'contents'\" to your conf.py."
284
+ msgstr ""
285
+
286
+ #: sphinx/events.py:63
287
+ #, python-format
288
+ msgid "Event %r already present"
289
+ msgstr ""
290
+
291
+ #: sphinx/events.py:69
292
+ #, python-format
293
+ msgid "Unknown event name: %s"
294
+ msgstr ""
295
+
296
+ #: sphinx/events.py:107
297
+ #, python-format
298
+ msgid "Handler %r for event %r threw an exception"
299
+ msgstr ""
300
+
301
+ #: sphinx/extension.py:53
302
+ #, python-format
303
+ msgid ""
304
+ "The %s extension is required by needs_extensions settings, but it is not "
305
+ "loaded."
306
+ msgstr ""
307
+
308
+ #: sphinx/extension.py:69
309
+ #, python-format
310
+ msgid ""
311
+ "This project needs the extension %s at least in version %s and therefore "
312
+ "cannot be built with the loaded version (%s)."
313
+ msgstr ""
314
+
315
+ #: sphinx/highlighting.py:149
316
+ #, python-format
317
+ msgid "Pygments lexer name %r is not known"
318
+ msgstr ""
319
+
320
+ #: sphinx/highlighting.py:176
321
+ #, python-format
322
+ msgid ""
323
+ "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. "
324
+ "Retrying in relaxed mode."
325
+ msgstr ""
326
+
327
+ #: sphinx/project.py:65
328
+ #, python-format
329
+ msgid ""
330
+ "multiple files found for the document \"%s\": %r\n"
331
+ "Use %r for the build."
332
+ msgstr ""
333
+
334
+ #: sphinx/project.py:74
335
+ #, python-format
336
+ msgid "Ignored unreadable document %r."
337
+ msgstr ""
338
+
339
+ #: sphinx/registry.py:136
340
+ #, python-format
341
+ msgid "Builder class %s has no \"name\" attribute"
342
+ msgstr ""
343
+
344
+ #: sphinx/registry.py:138
345
+ #, python-format
346
+ msgid "Builder %r already exists (in module %s)"
347
+ msgstr ""
348
+
349
+ #: sphinx/registry.py:151
350
+ #, python-format
351
+ msgid "Builder name %s not registered or available through entry point"
352
+ msgstr ""
353
+
354
+ #: sphinx/registry.py:158
355
+ #, python-format
356
+ msgid "Builder name %s not registered"
357
+ msgstr ""
358
+
359
+ #: sphinx/registry.py:165
360
+ #, python-format
361
+ msgid "domain %s already registered"
362
+ msgstr ""
363
+
364
+ #: sphinx/registry.py:188 sphinx/registry.py:201 sphinx/registry.py:212
365
+ #, python-format
366
+ msgid "domain %s not yet registered"
367
+ msgstr ""
368
+
369
+ #: sphinx/registry.py:192
370
+ #, python-format
371
+ msgid "The %r directive is already registered to domain %s"
372
+ msgstr ""
373
+
374
+ #: sphinx/registry.py:204
375
+ #, python-format
376
+ msgid "The %r role is already registered to domain %s"
377
+ msgstr ""
378
+
379
+ #: sphinx/registry.py:215
380
+ #, python-format
381
+ msgid "The %r index is already registered to domain %s"
382
+ msgstr ""
383
+
384
+ #: sphinx/registry.py:246
385
+ #, python-format
386
+ msgid "The %r object_type is already registered"
387
+ msgstr ""
388
+
389
+ #: sphinx/registry.py:272
390
+ #, python-format
391
+ msgid "The %r crossref_type is already registered"
392
+ msgstr ""
393
+
394
+ #: sphinx/registry.py:279
395
+ #, python-format
396
+ msgid "source_suffix %r is already registered"
397
+ msgstr ""
398
+
399
+ #: sphinx/registry.py:288
400
+ #, python-format
401
+ msgid "source_parser for %r is already registered"
402
+ msgstr ""
403
+
404
+ #: sphinx/registry.py:296
405
+ #, python-format
406
+ msgid "Source parser for %s not registered"
407
+ msgstr ""
408
+
409
+ #: sphinx/registry.py:312
410
+ #, python-format
411
+ msgid "Translator for %r already exists"
412
+ msgstr ""
413
+
414
+ #: sphinx/registry.py:328
415
+ #, python-format
416
+ msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r"
417
+ msgstr ""
418
+
419
+ #: sphinx/registry.py:411
420
+ #, python-format
421
+ msgid "enumerable_node %r already registered"
422
+ msgstr ""
423
+
424
+ #: sphinx/registry.py:423
425
+ #, python-format
426
+ msgid "math renderer %s is already registered"
427
+ msgstr ""
428
+
429
+ #: sphinx/registry.py:438
430
+ #, python-format
431
+ msgid ""
432
+ "the extension %r was already merged with Sphinx since version %s; this "
433
+ "extension is ignored."
434
+ msgstr ""
435
+
436
+ #: sphinx/registry.py:449
437
+ msgid "Original exception:\n"
438
+ msgstr ""
439
+
440
+ #: sphinx/registry.py:450
441
+ #, python-format
442
+ msgid "Could not import extension %s"
443
+ msgstr ""
444
+
445
+ #: sphinx/registry.py:455
446
+ #, python-format
447
+ msgid ""
448
+ "extension %r has no setup() function; is it really a Sphinx extension "
449
+ "module?"
450
+ msgstr ""
451
+
452
+ #: sphinx/registry.py:464
453
+ #, python-format
454
+ msgid ""
455
+ "The %s extension used by this project needs at least Sphinx v%s; it "
456
+ "therefore cannot be built with this version."
457
+ msgstr ""
458
+
459
+ #: sphinx/registry.py:472
460
+ #, python-format
461
+ msgid ""
462
+ "extension %r returned an unsupported object from its setup() function; it "
463
+ "should return None or a metadata dictionary"
464
+ msgstr ""
465
+
466
+ #: sphinx/roles.py:178
467
+ #, python-format
468
+ msgid "Python Enhancement Proposals; PEP %s"
469
+ msgstr ""
470
+
471
+ #: sphinx/roles.py:194
472
+ #, python-format
473
+ msgid "invalid PEP number %s"
474
+ msgstr ""
475
+
476
+ #: sphinx/roles.py:228
477
+ #, python-format
478
+ msgid "invalid RFC number %s"
479
+ msgstr ""
480
+
481
+ #: sphinx/theming.py:77
482
+ #, python-format
483
+ msgid "theme %r doesn't have \"theme\" setting"
484
+ msgstr ""
485
+
486
+ #: sphinx/theming.py:79
487
+ #, python-format
488
+ msgid "theme %r doesn't have \"inherit\" setting"
489
+ msgstr ""
490
+
491
+ #: sphinx/theming.py:85
492
+ #, python-format
493
+ msgid "no theme named %r found, inherited by %r"
494
+ msgstr ""
495
+
496
+ #: sphinx/theming.py:108
497
+ #, python-format
498
+ msgid "setting %s.%s occurs in none of the searched theme configs"
499
+ msgstr ""
500
+
501
+ #: sphinx/theming.py:127
502
+ #, python-format
503
+ msgid "unsupported theme option %r given"
504
+ msgstr ""
505
+
506
+ #: sphinx/theming.py:216
507
+ #, python-format
508
+ msgid "file %r on theme path is not a valid zipfile or contains no theme"
509
+ msgstr ""
510
+
511
+ #: sphinx/theming.py:230
512
+ #, python-format
513
+ msgid "no theme named %r found (missing theme.conf?)"
514
+ msgstr ""
515
+
516
+ #: sphinx/builders/__init__.py:183
517
+ #, python-format
518
+ msgid "a suitable image for %s builder not found: %s (%s)"
519
+ msgstr ""
520
+
521
+ #: sphinx/builders/__init__.py:187
522
+ #, python-format
523
+ msgid "a suitable image for %s builder not found: %s"
524
+ msgstr ""
525
+
526
+ #: sphinx/builders/__init__.py:207
527
+ msgid "building [mo]: "
528
+ msgstr ""
529
+
530
+ #: sphinx/builders/__init__.py:208 sphinx/builders/__init__.py:575
531
+ #: sphinx/builders/__init__.py:602
532
+ msgid "writing output... "
533
+ msgstr ""
534
+
535
+ #: sphinx/builders/__init__.py:217
536
+ #, python-format
537
+ msgid "all of %d po files"
538
+ msgstr ""
539
+
540
+ #: sphinx/builders/__init__.py:235
541
+ #, python-format
542
+ msgid "targets for %d po files that are specified"
543
+ msgstr ""
544
+
545
+ #: sphinx/builders/__init__.py:243
546
+ #, python-format
547
+ msgid "targets for %d po files that are out of date"
548
+ msgstr ""
549
+
550
+ #: sphinx/builders/__init__.py:252
551
+ msgid "all source files"
552
+ msgstr ""
553
+
554
+ #: sphinx/builders/__init__.py:262
555
+ #, python-format
556
+ msgid "file %r given on command line does not exist, "
557
+ msgstr ""
558
+
559
+ #: sphinx/builders/__init__.py:267
560
+ #, python-format
561
+ msgid ""
562
+ "file %r given on command line is not under the source directory, ignoring"
563
+ msgstr ""
564
+
565
+ #: sphinx/builders/__init__.py:273
566
+ #, python-format
567
+ msgid "file %r given on command line is not a valid document, ignoring"
568
+ msgstr ""
569
+
570
+ #: sphinx/builders/__init__.py:282
571
+ #, python-format
572
+ msgid "%d source files given on command line"
573
+ msgstr ""
574
+
575
+ #: sphinx/builders/__init__.py:294
576
+ #, python-format
577
+ msgid "targets for %d source files that are out of date"
578
+ msgstr ""
579
+
580
+ #: sphinx/builders/__init__.py:309 sphinx/builders/gettext.py:236
581
+ #, python-format
582
+ msgid "building [%s]: "
583
+ msgstr ""
584
+
585
+ #: sphinx/builders/__init__.py:316
586
+ msgid "looking for now-outdated files... "
587
+ msgstr ""
588
+
589
+ #: sphinx/builders/__init__.py:321
590
+ #, python-format
591
+ msgid "%d found"
592
+ msgstr ""
593
+
594
+ #: sphinx/builders/__init__.py:323
595
+ msgid "none found"
596
+ msgstr ""
597
+
598
+ #: sphinx/builders/__init__.py:328
599
+ msgid "pickling environment"
600
+ msgstr ""
601
+
602
+ #: sphinx/builders/__init__.py:334
603
+ msgid "checking consistency"
604
+ msgstr ""
605
+
606
+ #: sphinx/builders/__init__.py:338
607
+ msgid "no targets are out of date."
608
+ msgstr ""
609
+
610
+ #: sphinx/builders/__init__.py:377
611
+ msgid "updating environment: "
612
+ msgstr ""
613
+
614
+ #: sphinx/builders/__init__.py:398
615
+ #, python-format
616
+ msgid "%s added, %s changed, %s removed"
617
+ msgstr ""
618
+
619
+ #: sphinx/builders/__init__.py:436 sphinx/builders/__init__.py:448
620
+ msgid "reading sources... "
621
+ msgstr ""
622
+
623
+ #: sphinx/builders/__init__.py:550
624
+ #, python-format
625
+ msgid "docnames to write: %s"
626
+ msgstr ""
627
+
628
+ #: sphinx/builders/__init__.py:559 sphinx/builders/singlehtml.py:155
629
+ msgid "preparing documents"
630
+ msgstr ""
631
+
632
+ #: sphinx/builders/__init__.py:562
633
+ msgid "copying assets"
634
+ msgstr ""
635
+
636
+ #: sphinx/builders/_epub_base.py:215
637
+ #, python-format
638
+ msgid "duplicated ToC entry found: %s"
639
+ msgstr ""
640
+
641
+ #: sphinx/builders/_epub_base.py:403 sphinx/builders/html/__init__.py:748
642
+ #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:183
643
+ msgid "copying images... "
644
+ msgstr ""
645
+
646
+ #: sphinx/builders/_epub_base.py:410
647
+ #, python-format
648
+ msgid "cannot read image file %r: copying it instead"
649
+ msgstr ""
650
+
651
+ #: sphinx/builders/_epub_base.py:416 sphinx/builders/html/__init__.py:756
652
+ #: sphinx/builders/latex/__init__.py:433 sphinx/builders/texinfo.py:193
653
+ #, python-format
654
+ msgid "cannot copy image file %r: %s"
655
+ msgstr ""
656
+
657
+ #: sphinx/builders/_epub_base.py:433
658
+ #, python-format
659
+ msgid "cannot write image file %r: %s"
660
+ msgstr ""
661
+
662
+ #: sphinx/builders/_epub_base.py:443
663
+ msgid "Pillow not found - copying image files"
664
+ msgstr ""
665
+
666
+ #: sphinx/builders/_epub_base.py:469
667
+ msgid "writing mimetype file..."
668
+ msgstr ""
669
+
670
+ #: sphinx/builders/_epub_base.py:474
671
+ msgid "writing META-INF/container.xml file..."
672
+ msgstr ""
673
+
674
+ #: sphinx/builders/_epub_base.py:508
675
+ msgid "writing content.opf file..."
676
+ msgstr ""
677
+
678
+ #: sphinx/builders/_epub_base.py:531
679
+ #, python-format
680
+ msgid "unknown mimetype for %s, ignoring"
681
+ msgstr ""
682
+
683
+ #: sphinx/builders/_epub_base.py:678
684
+ msgid "writing toc.ncx file..."
685
+ msgstr ""
686
+
687
+ #: sphinx/builders/_epub_base.py:703
688
+ #, python-format
689
+ msgid "writing %s file..."
690
+ msgstr ""
691
+
692
+ #: sphinx/builders/changes.py:30
693
+ #, python-format
694
+ msgid "The overview file is in %(outdir)s."
695
+ msgstr ""
696
+
697
+ #: sphinx/builders/changes.py:56
698
+ #, python-format
699
+ msgid "no changes in version %s."
700
+ msgstr ""
701
+
702
+ #: sphinx/builders/changes.py:58
703
+ msgid "writing summary file..."
704
+ msgstr ""
705
+
706
+ #: sphinx/builders/changes.py:73
707
+ msgid "Builtins"
708
+ msgstr ""
709
+
710
+ #: sphinx/builders/changes.py:75
711
+ msgid "Module level"
712
+ msgstr ""
713
+
714
+ #: sphinx/builders/changes.py:118
715
+ msgid "copying source files..."
716
+ msgstr ""
717
+
718
+ #: sphinx/builders/changes.py:125
719
+ #, python-format
720
+ msgid "could not read %r for changelog creation"
721
+ msgstr ""
722
+
723
+ #: sphinx/builders/dummy.py:18
724
+ msgid "The dummy builder generates no files."
725
+ msgstr ""
726
+
727
+ #: sphinx/builders/epub3.py:79
728
+ #, python-format
729
+ msgid "The ePub file is in %(outdir)s."
730
+ msgstr ""
731
+
732
+ #: sphinx/builders/epub3.py:183
733
+ msgid "writing nav.xhtml file..."
734
+ msgstr ""
735
+
736
+ #: sphinx/builders/epub3.py:209
737
+ msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3"
738
+ msgstr ""
739
+
740
+ #: sphinx/builders/epub3.py:213
741
+ msgid "conf value \"epub_uid\" should be XML NAME for EPUB3"
742
+ msgstr ""
743
+
744
+ #: sphinx/builders/epub3.py:216
745
+ msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3"
746
+ msgstr ""
747
+
748
+ #: sphinx/builders/epub3.py:220
749
+ msgid "conf value \"epub_author\" should not be empty for EPUB3"
750
+ msgstr ""
751
+
752
+ #: sphinx/builders/epub3.py:223
753
+ msgid "conf value \"epub_contributor\" should not be empty for EPUB3"
754
+ msgstr ""
755
+
756
+ #: sphinx/builders/epub3.py:226
757
+ msgid "conf value \"epub_description\" should not be empty for EPUB3"
758
+ msgstr ""
759
+
760
+ #: sphinx/builders/epub3.py:229
761
+ msgid "conf value \"epub_publisher\" should not be empty for EPUB3"
762
+ msgstr ""
763
+
764
+ #: sphinx/builders/epub3.py:232
765
+ msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3"
766
+ msgstr ""
767
+
768
+ #: sphinx/builders/epub3.py:236
769
+ msgid "conf value \"epub_identifier\" should not be empty for EPUB3"
770
+ msgstr ""
771
+
772
+ #: sphinx/builders/epub3.py:239
773
+ msgid "conf value \"version\" should not be empty for EPUB3"
774
+ msgstr ""
775
+
776
+ #: sphinx/builders/epub3.py:253 sphinx/builders/html/__init__.py:1187
777
+ #, python-format
778
+ msgid "invalid css_file: %r, ignored"
779
+ msgstr ""
780
+
781
+ #: sphinx/builders/gettext.py:215
782
+ #, python-format
783
+ msgid "The message catalogs are in %(outdir)s."
784
+ msgstr ""
785
+
786
+ #: sphinx/builders/gettext.py:237
787
+ #, python-format
788
+ msgid "targets for %d template files"
789
+ msgstr ""
790
+
791
+ #: sphinx/builders/gettext.py:241
792
+ msgid "reading templates... "
793
+ msgstr ""
794
+
795
+ #: sphinx/builders/gettext.py:275
796
+ msgid "writing message catalogs... "
797
+ msgstr ""
798
+
799
+ #: sphinx/builders/linkcheck.py:60
800
+ #, python-format
801
+ msgid "Look for any errors in the above output or in %(outdir)s/output.txt"
802
+ msgstr ""
803
+
804
+ #: sphinx/builders/linkcheck.py:109
805
+ #, python-format
806
+ msgid "broken link: %s (%s)"
807
+ msgstr ""
808
+
809
+ #: sphinx/builders/linkcheck.py:606
810
+ #, python-format
811
+ msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s"
812
+ msgstr ""
813
+
814
+ #: sphinx/builders/manpage.py:35
815
+ #, python-format
816
+ msgid "The manual pages are in %(outdir)s."
817
+ msgstr ""
818
+
819
+ #: sphinx/builders/manpage.py:42
820
+ msgid "no \"man_pages\" config value found; no manual pages will be written"
821
+ msgstr ""
822
+
823
+ #: sphinx/builders/latex/__init__.py:309 sphinx/builders/manpage.py:51
824
+ #: sphinx/builders/singlehtml.py:163 sphinx/builders/texinfo.py:110
825
+ msgid "writing"
826
+ msgstr ""
827
+
828
+ #: sphinx/builders/manpage.py:66
829
+ #, python-format
830
+ msgid "\"man_pages\" config value references unknown document %s"
831
+ msgstr ""
832
+
833
+ #: sphinx/builders/singlehtml.py:32
834
+ #, python-format
835
+ msgid "The HTML page is in %(outdir)s."
836
+ msgstr ""
837
+
838
+ #: sphinx/builders/singlehtml.py:158
839
+ msgid "assembling single document"
840
+ msgstr ""
841
+
842
+ #: sphinx/builders/singlehtml.py:176
843
+ msgid "writing additional files"
844
+ msgstr ""
845
+
846
+ #: sphinx/builders/texinfo.py:46
847
+ #, python-format
848
+ msgid "The Texinfo files are in %(outdir)s."
849
+ msgstr ""
850
+
851
+ #: sphinx/builders/texinfo.py:48
852
+ msgid ""
853
+ "\n"
854
+ "Run 'make' in that directory to run these through makeinfo\n"
855
+ "(use 'make info' here to do that automatically)."
856
+ msgstr ""
857
+
858
+ #: sphinx/builders/texinfo.py:75
859
+ msgid "no \"texinfo_documents\" config value found; no documents will be written"
860
+ msgstr ""
861
+
862
+ #: sphinx/builders/texinfo.py:83
863
+ #, python-format
864
+ msgid "\"texinfo_documents\" config value references unknown document %s"
865
+ msgstr ""
866
+
867
+ #: sphinx/builders/latex/__init__.py:291 sphinx/builders/texinfo.py:106
868
+ #, python-format
869
+ msgid "processing %s"
870
+ msgstr ""
871
+
872
+ #: sphinx/builders/latex/__init__.py:364 sphinx/builders/texinfo.py:159
873
+ msgid "resolving references..."
874
+ msgstr ""
875
+
876
+ #: sphinx/builders/latex/__init__.py:374 sphinx/builders/texinfo.py:168
877
+ msgid " (in "
878
+ msgstr ""
879
+
880
+ #: sphinx/builders/texinfo.py:198
881
+ msgid "copying Texinfo support files"
882
+ msgstr ""
883
+
884
+ #: sphinx/builders/texinfo.py:202
885
+ #, python-format
886
+ msgid "error writing file Makefile: %s"
887
+ msgstr ""
888
+
889
+ #: sphinx/builders/text.py:29
890
+ #, python-format
891
+ msgid "The text files are in %(outdir)s."
892
+ msgstr ""
893
+
894
+ #: sphinx/builders/html/__init__.py:1138 sphinx/builders/text.py:76
895
+ #: sphinx/builders/xml.py:94
896
+ #, python-format
897
+ msgid "error writing file %s: %s"
898
+ msgstr ""
899
+
900
+ #: sphinx/builders/xml.py:34
901
+ #, python-format
902
+ msgid "The XML files are in %(outdir)s."
903
+ msgstr ""
904
+
905
+ #: sphinx/builders/xml.py:106
906
+ #, python-format
907
+ msgid "The pseudo-XML files are in %(outdir)s."
908
+ msgstr ""
909
+
910
+ #: sphinx/builders/html/__init__.py:122
911
+ #, python-format
912
+ msgid "build info file is broken: %r"
913
+ msgstr ""
914
+
915
+ #: sphinx/builders/html/__init__.py:159
916
+ #, python-format
917
+ msgid "The HTML pages are in %(outdir)s."
918
+ msgstr ""
919
+
920
+ #: sphinx/builders/html/__init__.py:383
921
+ #, python-format
922
+ msgid "Failed to read build info file: %r"
923
+ msgstr ""
924
+
925
+ #: sphinx/builders/html/__init__.py:476 sphinx/builders/latex/__init__.py:187
926
+ #: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:100
927
+ #: sphinx/writers/texinfo.py:225
928
+ #, python-format
929
+ msgid "%b %d, %Y"
930
+ msgstr ""
931
+
932
+ #: sphinx/builders/html/__init__.py:495 sphinx/themes/basic/defindex.html:30
933
+ msgid "General Index"
934
+ msgstr ""
935
+
936
+ #: sphinx/builders/html/__init__.py:495
937
+ msgid "index"
938
+ msgstr ""
939
+
940
+ #: sphinx/builders/html/__init__.py:567
941
+ msgid "next"
942
+ msgstr ""
943
+
944
+ #: sphinx/builders/html/__init__.py:576
945
+ msgid "previous"
946
+ msgstr ""
947
+
948
+ #: sphinx/builders/html/__init__.py:672
949
+ msgid "generating indices"
950
+ msgstr ""
951
+
952
+ #: sphinx/builders/html/__init__.py:687
953
+ msgid "writing additional pages"
954
+ msgstr ""
955
+
956
+ #: sphinx/builders/html/__init__.py:766
957
+ msgid "copying downloadable files... "
958
+ msgstr ""
959
+
960
+ #: sphinx/builders/html/__init__.py:774
961
+ #, python-format
962
+ msgid "cannot copy downloadable file %r: %s"
963
+ msgstr ""
964
+
965
+ #: sphinx/builders/html/__init__.py:807 sphinx/builders/html/__init__.py:819
966
+ #, python-format
967
+ msgid "Failed to copy a file in html_static_file: %s: %r"
968
+ msgstr ""
969
+
970
+ #: sphinx/builders/html/__init__.py:840
971
+ msgid "copying static files"
972
+ msgstr ""
973
+
974
+ #: sphinx/builders/html/__init__.py:856
975
+ #, python-format
976
+ msgid "cannot copy static file %r"
977
+ msgstr ""
978
+
979
+ #: sphinx/builders/html/__init__.py:861
980
+ msgid "copying extra files"
981
+ msgstr ""
982
+
983
+ #: sphinx/builders/html/__init__.py:867
984
+ #, python-format
985
+ msgid "cannot copy extra file %r"
986
+ msgstr ""
987
+
988
+ #: sphinx/builders/html/__init__.py:874
989
+ #, python-format
990
+ msgid "Failed to write build info file: %r"
991
+ msgstr ""
992
+
993
+ #: sphinx/builders/html/__init__.py:923
994
+ msgid ""
995
+ "search index couldn't be loaded, but not all documents will be built: the "
996
+ "index will be incomplete."
997
+ msgstr ""
998
+
999
+ #: sphinx/builders/html/__init__.py:984
1000
+ #, python-format
1001
+ msgid "page %s matches two patterns in html_sidebars: %r and %r"
1002
+ msgstr ""
1003
+
1004
+ #: sphinx/builders/html/__init__.py:1121
1005
+ #, python-format
1006
+ msgid ""
1007
+ "a Unicode error occurred when rendering the page %s. Please make sure all "
1008
+ "config values that contain non-ASCII content are Unicode strings."
1009
+ msgstr ""
1010
+
1011
+ #: sphinx/builders/html/__init__.py:1126
1012
+ #, python-format
1013
+ msgid ""
1014
+ "An error happened in rendering the page %s.\n"
1015
+ "Reason: %r"
1016
+ msgstr ""
1017
+
1018
+ #: sphinx/builders/html/__init__.py:1154
1019
+ msgid "dumping object inventory"
1020
+ msgstr ""
1021
+
1022
+ #: sphinx/builders/html/__init__.py:1162
1023
+ #, python-format
1024
+ msgid "dumping search index in %s"
1025
+ msgstr ""
1026
+
1027
+ #: sphinx/builders/html/__init__.py:1210
1028
+ #, python-format
1029
+ msgid "invalid js_file: %r, ignored"
1030
+ msgstr ""
1031
+
1032
+ #: sphinx/builders/html/__init__.py:1238
1033
+ msgid "Many math_renderers are registered. But no math_renderer is selected."
1034
+ msgstr ""
1035
+
1036
+ #: sphinx/builders/html/__init__.py:1241
1037
+ #, python-format
1038
+ msgid "Unknown math_renderer %r is given."
1039
+ msgstr ""
1040
+
1041
+ #: sphinx/builders/html/__init__.py:1249
1042
+ #, python-format
1043
+ msgid "html_extra_path entry %r does not exist"
1044
+ msgstr ""
1045
+
1046
+ #: sphinx/builders/html/__init__.py:1253
1047
+ #, python-format
1048
+ msgid "html_extra_path entry %r is placed inside outdir"
1049
+ msgstr ""
1050
+
1051
+ #: sphinx/builders/html/__init__.py:1262
1052
+ #, python-format
1053
+ msgid "html_static_path entry %r does not exist"
1054
+ msgstr ""
1055
+
1056
+ #: sphinx/builders/html/__init__.py:1266
1057
+ #, python-format
1058
+ msgid "html_static_path entry %r is placed inside outdir"
1059
+ msgstr ""
1060
+
1061
+ #: sphinx/builders/html/__init__.py:1275 sphinx/builders/latex/__init__.py:437
1062
+ #, python-format
1063
+ msgid "logo file %r does not exist"
1064
+ msgstr ""
1065
+
1066
+ #: sphinx/builders/html/__init__.py:1284
1067
+ #, python-format
1068
+ msgid "favicon file %r does not exist"
1069
+ msgstr ""
1070
+
1071
+ #: sphinx/builders/html/__init__.py:1291
1072
+ msgid ""
1073
+ "HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in "
1074
+ "configuration options)"
1075
+ msgstr ""
1076
+
1077
+ #: sphinx/builders/html/__init__.py:1306
1078
+ #, python-format
1079
+ msgid "%s %s documentation"
1080
+ msgstr ""
1081
+
1082
+ #: sphinx/builders/latex/__init__.py:113
1083
+ #, python-format
1084
+ msgid "The LaTeX files are in %(outdir)s."
1085
+ msgstr ""
1086
+
1087
+ #: sphinx/builders/latex/__init__.py:115
1088
+ msgid ""
1089
+ "\n"
1090
+ "Run 'make' in that directory to run these through (pdf)latex\n"
1091
+ "(use `make latexpdf' here to do that automatically)."
1092
+ msgstr ""
1093
+
1094
+ #: sphinx/builders/latex/__init__.py:150
1095
+ msgid "no \"latex_documents\" config value found; no documents will be written"
1096
+ msgstr ""
1097
+
1098
+ #: sphinx/builders/latex/__init__.py:158
1099
+ #, python-format
1100
+ msgid "\"latex_documents\" config value references unknown document %s"
1101
+ msgstr ""
1102
+
1103
+ #: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:557
1104
+ #: sphinx/domains/std.py:569 sphinx/templates/latex/latex.tex_t:106
1105
+ #: sphinx/themes/basic/genindex-single.html:30
1106
+ #: sphinx/themes/basic/genindex-single.html:55
1107
+ #: sphinx/themes/basic/genindex-split.html:11
1108
+ #: sphinx/themes/basic/genindex-split.html:14
1109
+ #: sphinx/themes/basic/genindex.html:11 sphinx/themes/basic/genindex.html:34
1110
+ #: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138
1111
+ #: sphinx/writers/texinfo.py:493
1112
+ msgid "Index"
1113
+ msgstr ""
1114
+
1115
+ #: sphinx/builders/latex/__init__.py:197 sphinx/templates/latex/latex.tex_t:91
1116
+ msgid "Release"
1117
+ msgstr ""
1118
+
1119
+ #: sphinx/builders/latex/__init__.py:211 sphinx/writers/latex.py:370
1120
+ #, python-format
1121
+ msgid "no Babel option known for language %r"
1122
+ msgstr ""
1123
+
1124
+ #: sphinx/builders/latex/__init__.py:387
1125
+ msgid "copying TeX support files"
1126
+ msgstr ""
1127
+
1128
+ #: sphinx/builders/latex/__init__.py:403
1129
+ msgid "copying TeX support files..."
1130
+ msgstr ""
1131
+
1132
+ #: sphinx/builders/latex/__init__.py:416
1133
+ msgid "copying additional files"
1134
+ msgstr ""
1135
+
1136
+ #: sphinx/builders/latex/__init__.py:459
1137
+ #, python-format
1138
+ msgid "Unknown configure key: latex_elements[%r], ignored."
1139
+ msgstr ""
1140
+
1141
+ #: sphinx/builders/latex/__init__.py:467
1142
+ #, python-format
1143
+ msgid "Unknown theme option: latex_theme_options[%r], ignored."
1144
+ msgstr ""
1145
+
1146
+ #: sphinx/builders/latex/theming.py:87
1147
+ #, python-format
1148
+ msgid "%r doesn't have \"theme\" setting"
1149
+ msgstr ""
1150
+
1151
+ #: sphinx/builders/latex/theming.py:90
1152
+ #, python-format
1153
+ msgid "%r doesn't have \"%s\" setting"
1154
+ msgstr ""
1155
+
1156
+ #: sphinx/builders/latex/transforms.py:117
1157
+ msgid "Failed to get a docname!"
1158
+ msgstr ""
1159
+
1160
+ #: sphinx/builders/latex/transforms.py:118
1161
+ msgid "Failed to get a docname for source {source!r}!"
1162
+ msgstr ""
1163
+
1164
+ #: sphinx/builders/latex/transforms.py:479
1165
+ #, python-format
1166
+ msgid "No footnote was found for given reference node %r"
1167
+ msgstr ""
1168
+
1169
+ #: sphinx/cmd/build.py:46
1170
+ msgid "Exception occurred while building, starting debugger:"
1171
+ msgstr ""
1172
+
1173
+ #: sphinx/cmd/build.py:61
1174
+ msgid "Interrupted!"
1175
+ msgstr ""
1176
+
1177
+ #: sphinx/cmd/build.py:63
1178
+ msgid "reST markup error:"
1179
+ msgstr ""
1180
+
1181
+ #: sphinx/cmd/build.py:69
1182
+ msgid "Encoding error:"
1183
+ msgstr ""
1184
+
1185
+ #: sphinx/cmd/build.py:72 sphinx/cmd/build.py:87
1186
+ #, python-format
1187
+ msgid ""
1188
+ "The full traceback has been saved in %s, if you want to report the issue to "
1189
+ "the developers."
1190
+ msgstr ""
1191
+
1192
+ #: sphinx/cmd/build.py:76
1193
+ msgid "Recursion error:"
1194
+ msgstr ""
1195
+
1196
+ #: sphinx/cmd/build.py:79
1197
+ msgid ""
1198
+ "This can happen with very large or deeply nested source files. You can "
1199
+ "carefully increase the default Python recursion limit of 1000 in conf.py "
1200
+ "with e.g.:"
1201
+ msgstr ""
1202
+
1203
+ #: sphinx/cmd/build.py:84
1204
+ msgid "Exception occurred:"
1205
+ msgstr ""
1206
+
1207
+ #: sphinx/cmd/build.py:90
1208
+ msgid ""
1209
+ "Please also report this if it was a user error, so that a better error "
1210
+ "message can be provided next time."
1211
+ msgstr ""
1212
+
1213
+ #: sphinx/cmd/build.py:93
1214
+ msgid ""
1215
+ "A bug report can be filed in the tracker at <https://github.com/sphinx-"
1216
+ "doc/sphinx/issues>. Thanks!"
1217
+ msgstr ""
1218
+
1219
+ #: sphinx/cmd/build.py:109
1220
+ msgid "job number should be a positive number"
1221
+ msgstr ""
1222
+
1223
+ #: sphinx/cmd/build.py:117 sphinx/cmd/quickstart.py:477
1224
+ #: sphinx/ext/apidoc.py:319 sphinx/ext/autosummary/generate.py:689
1225
+ msgid "For more information, visit <https://www.sphinx-doc.org/>."
1226
+ msgstr ""
1227
+
1228
+ #: sphinx/cmd/build.py:118
1229
+ msgid ""
1230
+ "\n"
1231
+ "Generate documentation from source files.\n"
1232
+ "\n"
1233
+ "sphinx-build generates documentation from the files in SOURCEDIR and places it\n"
1234
+ "in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n"
1235
+ "settings. The 'sphinx-quickstart' tool may be used to generate template files,\n"
1236
+ "including 'conf.py'\n"
1237
+ "\n"
1238
+ "sphinx-build can create documentation in different formats. A format is\n"
1239
+ "selected by specifying the builder name on the command line; it defaults to\n"
1240
+ "HTML. Builders can also perform other tasks related to documentation\n"
1241
+ "processing.\n"
1242
+ "\n"
1243
+ "By default, everything that is outdated is built. Output only for selected\n"
1244
+ "files can be built by specifying individual filenames.\n"
1245
+ msgstr ""
1246
+
1247
+ #: sphinx/cmd/build.py:139
1248
+ msgid "path to documentation source files"
1249
+ msgstr ""
1250
+
1251
+ #: sphinx/cmd/build.py:141
1252
+ msgid "path to output directory"
1253
+ msgstr ""
1254
+
1255
+ #: sphinx/cmd/build.py:143
1256
+ msgid "a list of specific files to rebuild. Ignored if -a is specified"
1257
+ msgstr ""
1258
+
1259
+ #: sphinx/cmd/build.py:146
1260
+ msgid "general options"
1261
+ msgstr ""
1262
+
1263
+ #: sphinx/cmd/build.py:149
1264
+ msgid "builder to use (default: html)"
1265
+ msgstr ""
1266
+
1267
+ #: sphinx/cmd/build.py:151
1268
+ msgid "write all files (default: only write new and changed files)"
1269
+ msgstr ""
1270
+
1271
+ #: sphinx/cmd/build.py:154
1272
+ msgid "don't use a saved environment, always read all files"
1273
+ msgstr ""
1274
+
1275
+ #: sphinx/cmd/build.py:157
1276
+ msgid ""
1277
+ "path for the cached environment and doctree files (default: "
1278
+ "OUTPUTDIR/.doctrees)"
1279
+ msgstr ""
1280
+
1281
+ #: sphinx/cmd/build.py:161
1282
+ msgid ""
1283
+ "build in parallel with N processes where possible (special value \"auto\" "
1284
+ "will set N to cpu-count)"
1285
+ msgstr ""
1286
+
1287
+ #: sphinx/cmd/build.py:165
1288
+ msgid ""
1289
+ "path where configuration file (conf.py) is located (default: same as "
1290
+ "SOURCEDIR)"
1291
+ msgstr ""
1292
+
1293
+ #: sphinx/cmd/build.py:168
1294
+ msgid "use no config file at all, only -D options"
1295
+ msgstr ""
1296
+
1297
+ #: sphinx/cmd/build.py:171
1298
+ msgid "override a setting in configuration file"
1299
+ msgstr ""
1300
+
1301
+ #: sphinx/cmd/build.py:174
1302
+ msgid "pass a value into HTML templates"
1303
+ msgstr ""
1304
+
1305
+ #: sphinx/cmd/build.py:177
1306
+ msgid "define tag: include \"only\" blocks with TAG"
1307
+ msgstr ""
1308
+
1309
+ #: sphinx/cmd/build.py:179
1310
+ msgid "nit-picky mode, warn about all missing references"
1311
+ msgstr ""
1312
+
1313
+ #: sphinx/cmd/build.py:182
1314
+ msgid "console output options"
1315
+ msgstr ""
1316
+
1317
+ #: sphinx/cmd/build.py:184
1318
+ msgid "increase verbosity (can be repeated)"
1319
+ msgstr ""
1320
+
1321
+ #: sphinx/cmd/build.py:186 sphinx/ext/apidoc.py:342
1322
+ msgid "no output on stdout, just warnings on stderr"
1323
+ msgstr ""
1324
+
1325
+ #: sphinx/cmd/build.py:188
1326
+ msgid "no output at all, not even warnings"
1327
+ msgstr ""
1328
+
1329
+ #: sphinx/cmd/build.py:191
1330
+ msgid "do emit colored output (default: auto-detect)"
1331
+ msgstr ""
1332
+
1333
+ #: sphinx/cmd/build.py:194
1334
+ msgid "do not emit colored output (default: auto-detect)"
1335
+ msgstr ""
1336
+
1337
+ #: sphinx/cmd/build.py:197
1338
+ msgid "write warnings (and errors) to given file"
1339
+ msgstr ""
1340
+
1341
+ #: sphinx/cmd/build.py:199
1342
+ msgid "turn warnings into errors"
1343
+ msgstr ""
1344
+
1345
+ #: sphinx/cmd/build.py:201
1346
+ msgid "with -W, keep going when getting warnings"
1347
+ msgstr ""
1348
+
1349
+ #: sphinx/cmd/build.py:203
1350
+ msgid "show full traceback on exception"
1351
+ msgstr ""
1352
+
1353
+ #: sphinx/cmd/build.py:205
1354
+ msgid "run Pdb on exception"
1355
+ msgstr ""
1356
+
1357
+ #: sphinx/cmd/build.py:229
1358
+ msgid "cannot combine -a option and filenames"
1359
+ msgstr ""
1360
+
1361
+ #: sphinx/cmd/build.py:250
1362
+ #, python-format
1363
+ msgid "cannot open warning file %r: %s"
1364
+ msgstr ""
1365
+
1366
+ #: sphinx/cmd/build.py:264
1367
+ msgid "-D option argument must be in the form name=value"
1368
+ msgstr ""
1369
+
1370
+ #: sphinx/cmd/build.py:271
1371
+ msgid "-A option argument must be in the form name=value"
1372
+ msgstr ""
1373
+
1374
+ #: sphinx/cmd/quickstart.py:48
1375
+ msgid "automatically insert docstrings from modules"
1376
+ msgstr ""
1377
+
1378
+ #: sphinx/cmd/quickstart.py:49
1379
+ msgid "automatically test code snippets in doctest blocks"
1380
+ msgstr ""
1381
+
1382
+ #: sphinx/cmd/quickstart.py:50
1383
+ msgid "link between Sphinx documentation of different projects"
1384
+ msgstr ""
1385
+
1386
+ #: sphinx/cmd/quickstart.py:51
1387
+ msgid "write \"todo\" entries that can be shown or hidden on build"
1388
+ msgstr ""
1389
+
1390
+ #: sphinx/cmd/quickstart.py:52
1391
+ msgid "checks for documentation coverage"
1392
+ msgstr ""
1393
+
1394
+ #: sphinx/cmd/quickstart.py:53
1395
+ msgid "include math, rendered as PNG or SVG images"
1396
+ msgstr ""
1397
+
1398
+ #: sphinx/cmd/quickstart.py:54
1399
+ msgid "include math, rendered in the browser by MathJax"
1400
+ msgstr ""
1401
+
1402
+ #: sphinx/cmd/quickstart.py:55
1403
+ msgid "conditional inclusion of content based on config values"
1404
+ msgstr ""
1405
+
1406
+ #: sphinx/cmd/quickstart.py:56
1407
+ msgid "include links to the source code of documented Python objects"
1408
+ msgstr ""
1409
+
1410
+ #: sphinx/cmd/quickstart.py:57
1411
+ msgid "create .nojekyll file to publish the document on GitHub pages"
1412
+ msgstr ""
1413
+
1414
+ #: sphinx/cmd/quickstart.py:99
1415
+ msgid "Please enter a valid path name."
1416
+ msgstr ""
1417
+
1418
+ #: sphinx/cmd/quickstart.py:115
1419
+ msgid "Please enter some text."
1420
+ msgstr ""
1421
+
1422
+ #: sphinx/cmd/quickstart.py:122
1423
+ #, python-format
1424
+ msgid "Please enter one of %s."
1425
+ msgstr ""
1426
+
1427
+ #: sphinx/cmd/quickstart.py:129
1428
+ msgid "Please enter either 'y' or 'n'."
1429
+ msgstr ""
1430
+
1431
+ #: sphinx/cmd/quickstart.py:135
1432
+ msgid "Please enter a file suffix, e.g. '.rst' or '.txt'."
1433
+ msgstr ""
1434
+
1435
+ #: sphinx/cmd/quickstart.py:215
1436
+ #, python-format
1437
+ msgid "Welcome to the Sphinx %s quickstart utility."
1438
+ msgstr ""
1439
+
1440
+ #: sphinx/cmd/quickstart.py:217
1441
+ msgid ""
1442
+ "Please enter values for the following settings (just press Enter to\n"
1443
+ "accept a default value, if one is given in brackets)."
1444
+ msgstr ""
1445
+
1446
+ #: sphinx/cmd/quickstart.py:222
1447
+ #, python-format
1448
+ msgid "Selected root path: %s"
1449
+ msgstr ""
1450
+
1451
+ #: sphinx/cmd/quickstart.py:225
1452
+ msgid "Enter the root path for documentation."
1453
+ msgstr ""
1454
+
1455
+ #: sphinx/cmd/quickstart.py:226
1456
+ msgid "Root path for the documentation"
1457
+ msgstr ""
1458
+
1459
+ #: sphinx/cmd/quickstart.py:231
1460
+ msgid "Error: an existing conf.py has been found in the selected root path."
1461
+ msgstr ""
1462
+
1463
+ #: sphinx/cmd/quickstart.py:233
1464
+ msgid "sphinx-quickstart will not overwrite existing Sphinx projects."
1465
+ msgstr ""
1466
+
1467
+ #: sphinx/cmd/quickstart.py:235
1468
+ msgid "Please enter a new root path (or just Enter to exit)"
1469
+ msgstr ""
1470
+
1471
+ #: sphinx/cmd/quickstart.py:242
1472
+ msgid ""
1473
+ "You have two options for placing the build directory for Sphinx output.\n"
1474
+ "Either, you use a directory \"_build\" within the root path, or you separate\n"
1475
+ "\"source\" and \"build\" directories within the root path."
1476
+ msgstr ""
1477
+
1478
+ #: sphinx/cmd/quickstart.py:245
1479
+ msgid "Separate source and build directories (y/n)"
1480
+ msgstr ""
1481
+
1482
+ #: sphinx/cmd/quickstart.py:249
1483
+ msgid ""
1484
+ "Inside the root directory, two more directories will be created; \"_templates\"\n"
1485
+ "for custom HTML templates and \"_static\" for custom stylesheets and other static\n"
1486
+ "files. You can enter another prefix (such as \".\") to replace the underscore."
1487
+ msgstr ""
1488
+
1489
+ #: sphinx/cmd/quickstart.py:252
1490
+ msgid "Name prefix for templates and static dir"
1491
+ msgstr ""
1492
+
1493
+ #: sphinx/cmd/quickstart.py:256
1494
+ msgid ""
1495
+ "The project name will occur in several places in the built documentation."
1496
+ msgstr ""
1497
+
1498
+ #: sphinx/cmd/quickstart.py:257
1499
+ msgid "Project name"
1500
+ msgstr ""
1501
+
1502
+ #: sphinx/cmd/quickstart.py:259
1503
+ msgid "Author name(s)"
1504
+ msgstr ""
1505
+
1506
+ #: sphinx/cmd/quickstart.py:263
1507
+ msgid ""
1508
+ "Sphinx has the notion of a \"version\" and a \"release\" for the\n"
1509
+ "software. Each version can have multiple releases. For example, for\n"
1510
+ "Python the version is something like 2.5 or 3.0, while the release is\n"
1511
+ "something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n"
1512
+ "just set both to the same value."
1513
+ msgstr ""
1514
+
1515
+ #: sphinx/cmd/quickstart.py:268
1516
+ msgid "Project version"
1517
+ msgstr ""
1518
+
1519
+ #: sphinx/cmd/quickstart.py:270
1520
+ msgid "Project release"
1521
+ msgstr ""
1522
+
1523
+ #: sphinx/cmd/quickstart.py:274
1524
+ msgid ""
1525
+ "If the documents are to be written in a language other than English,\n"
1526
+ "you can select a language here by its language code. Sphinx will then\n"
1527
+ "translate text that it generates into that language.\n"
1528
+ "\n"
1529
+ "For a list of supported codes, see\n"
1530
+ "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language."
1531
+ msgstr ""
1532
+
1533
+ #: sphinx/cmd/quickstart.py:282
1534
+ msgid "Project language"
1535
+ msgstr ""
1536
+
1537
+ #: sphinx/cmd/quickstart.py:288
1538
+ msgid ""
1539
+ "The file name suffix for source files. Commonly, this is either \".txt\"\n"
1540
+ "or \".rst\". Only files with this suffix are considered documents."
1541
+ msgstr ""
1542
+
1543
+ #: sphinx/cmd/quickstart.py:290
1544
+ msgid "Source file suffix"
1545
+ msgstr ""
1546
+
1547
+ #: sphinx/cmd/quickstart.py:294
1548
+ msgid ""
1549
+ "One document is special in that it is considered the top node of the\n"
1550
+ "\"contents tree\", that is, it is the root of the hierarchical structure\n"
1551
+ "of the documents. Normally, this is \"index\", but if your \"index\"\n"
1552
+ "document is a custom template, you can also set this to another filename."
1553
+ msgstr ""
1554
+
1555
+ #: sphinx/cmd/quickstart.py:298
1556
+ msgid "Name of your master document (without suffix)"
1557
+ msgstr ""
1558
+
1559
+ #: sphinx/cmd/quickstart.py:303
1560
+ #, python-format
1561
+ msgid ""
1562
+ "Error: the master file %s has already been found in the selected root path."
1563
+ msgstr ""
1564
+
1565
+ #: sphinx/cmd/quickstart.py:305
1566
+ msgid "sphinx-quickstart will not overwrite the existing file."
1567
+ msgstr ""
1568
+
1569
+ #: sphinx/cmd/quickstart.py:307
1570
+ msgid ""
1571
+ "Please enter a new file name, or rename the existing file and press Enter"
1572
+ msgstr ""
1573
+
1574
+ #: sphinx/cmd/quickstart.py:311
1575
+ msgid "Indicate which of the following Sphinx extensions should be enabled:"
1576
+ msgstr ""
1577
+
1578
+ #: sphinx/cmd/quickstart.py:319
1579
+ msgid ""
1580
+ "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has "
1581
+ "been deselected."
1582
+ msgstr ""
1583
+
1584
+ #: sphinx/cmd/quickstart.py:325
1585
+ msgid ""
1586
+ "A Makefile and a Windows command file can be generated for you so that you\n"
1587
+ "only have to run e.g. `make html' instead of invoking sphinx-build\n"
1588
+ "directly."
1589
+ msgstr ""
1590
+
1591
+ #: sphinx/cmd/quickstart.py:328
1592
+ msgid "Create Makefile? (y/n)"
1593
+ msgstr ""
1594
+
1595
+ #: sphinx/cmd/quickstart.py:331
1596
+ msgid "Create Windows command file? (y/n)"
1597
+ msgstr ""
1598
+
1599
+ #: sphinx/cmd/quickstart.py:375 sphinx/ext/apidoc.py:93
1600
+ #, python-format
1601
+ msgid "Creating file %s."
1602
+ msgstr ""
1603
+
1604
+ #: sphinx/cmd/quickstart.py:380 sphinx/ext/apidoc.py:90
1605
+ #, python-format
1606
+ msgid "File %s already exists, skipping."
1607
+ msgstr ""
1608
+
1609
+ #: sphinx/cmd/quickstart.py:422
1610
+ msgid "Finished: An initial directory structure has been created."
1611
+ msgstr ""
1612
+
1613
+ #: sphinx/cmd/quickstart.py:424
1614
+ #, python-format
1615
+ msgid ""
1616
+ "You should now populate your master file %s and create other documentation\n"
1617
+ "source files. "
1618
+ msgstr ""
1619
+
1620
+ #: sphinx/cmd/quickstart.py:427
1621
+ msgid ""
1622
+ "Use the Makefile to build the docs, like so:\n"
1623
+ " make builder"
1624
+ msgstr ""
1625
+
1626
+ #: sphinx/cmd/quickstart.py:430
1627
+ #, python-format
1628
+ msgid ""
1629
+ "Use the sphinx-build command to build the docs, like so:\n"
1630
+ " sphinx-build -b builder %s %s"
1631
+ msgstr ""
1632
+
1633
+ #: sphinx/cmd/quickstart.py:432
1634
+ msgid ""
1635
+ "where \"builder\" is one of the supported builders, e.g. html, latex or "
1636
+ "linkcheck."
1637
+ msgstr ""
1638
+
1639
+ #: sphinx/cmd/quickstart.py:467
1640
+ msgid ""
1641
+ "\n"
1642
+ "Generate required files for a Sphinx project.\n"
1643
+ "\n"
1644
+ "sphinx-quickstart is an interactive tool that asks some questions about your\n"
1645
+ "project and then generates a complete documentation directory and sample\n"
1646
+ "Makefile to be used with sphinx-build.\n"
1647
+ msgstr ""
1648
+
1649
+ #: sphinx/cmd/quickstart.py:482
1650
+ msgid "quiet mode"
1651
+ msgstr ""
1652
+
1653
+ #: sphinx/cmd/quickstart.py:487
1654
+ msgid "project root"
1655
+ msgstr ""
1656
+
1657
+ #: sphinx/cmd/quickstart.py:489
1658
+ msgid "Structure options"
1659
+ msgstr ""
1660
+
1661
+ #: sphinx/cmd/quickstart.py:491
1662
+ msgid "if specified, separate source and build dirs"
1663
+ msgstr ""
1664
+
1665
+ #: sphinx/cmd/quickstart.py:493
1666
+ msgid "if specified, create build dir under source dir"
1667
+ msgstr ""
1668
+
1669
+ #: sphinx/cmd/quickstart.py:495
1670
+ msgid "replacement for dot in _templates etc."
1671
+ msgstr ""
1672
+
1673
+ #: sphinx/cmd/quickstart.py:497
1674
+ msgid "Project basic options"
1675
+ msgstr ""
1676
+
1677
+ #: sphinx/cmd/quickstart.py:499
1678
+ msgid "project name"
1679
+ msgstr ""
1680
+
1681
+ #: sphinx/cmd/quickstart.py:501
1682
+ msgid "author names"
1683
+ msgstr ""
1684
+
1685
+ #: sphinx/cmd/quickstart.py:503
1686
+ msgid "version of project"
1687
+ msgstr ""
1688
+
1689
+ #: sphinx/cmd/quickstart.py:505
1690
+ msgid "release of project"
1691
+ msgstr ""
1692
+
1693
+ #: sphinx/cmd/quickstart.py:507
1694
+ msgid "document language"
1695
+ msgstr ""
1696
+
1697
+ #: sphinx/cmd/quickstart.py:509
1698
+ msgid "source file suffix"
1699
+ msgstr ""
1700
+
1701
+ #: sphinx/cmd/quickstart.py:511
1702
+ msgid "master document name"
1703
+ msgstr ""
1704
+
1705
+ #: sphinx/cmd/quickstart.py:513
1706
+ msgid "use epub"
1707
+ msgstr ""
1708
+
1709
+ #: sphinx/cmd/quickstart.py:515
1710
+ msgid "Extension options"
1711
+ msgstr ""
1712
+
1713
+ #: sphinx/cmd/quickstart.py:519 sphinx/ext/apidoc.py:402
1714
+ #, python-format
1715
+ msgid "enable %s extension"
1716
+ msgstr ""
1717
+
1718
+ #: sphinx/cmd/quickstart.py:521 sphinx/ext/apidoc.py:398
1719
+ msgid "enable arbitrary extensions"
1720
+ msgstr ""
1721
+
1722
+ #: sphinx/cmd/quickstart.py:523
1723
+ msgid "Makefile and Batchfile creation"
1724
+ msgstr ""
1725
+
1726
+ #: sphinx/cmd/quickstart.py:525
1727
+ msgid "create makefile"
1728
+ msgstr ""
1729
+
1730
+ #: sphinx/cmd/quickstart.py:527
1731
+ msgid "do not create makefile"
1732
+ msgstr ""
1733
+
1734
+ #: sphinx/cmd/quickstart.py:529
1735
+ msgid "create batchfile"
1736
+ msgstr ""
1737
+
1738
+ #: sphinx/cmd/quickstart.py:532
1739
+ msgid "do not create batchfile"
1740
+ msgstr ""
1741
+
1742
+ #: sphinx/cmd/quickstart.py:535
1743
+ msgid "use make-mode for Makefile/make.bat"
1744
+ msgstr ""
1745
+
1746
+ #: sphinx/cmd/quickstart.py:538
1747
+ msgid "do not use make-mode for Makefile/make.bat"
1748
+ msgstr ""
1749
+
1750
+ #: sphinx/cmd/quickstart.py:540 sphinx/ext/apidoc.py:404
1751
+ msgid "Project templating"
1752
+ msgstr ""
1753
+
1754
+ #: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:407
1755
+ msgid "template directory for template files"
1756
+ msgstr ""
1757
+
1758
+ #: sphinx/cmd/quickstart.py:546
1759
+ msgid "define a template variable"
1760
+ msgstr ""
1761
+
1762
+ #: sphinx/cmd/quickstart.py:579
1763
+ msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified."
1764
+ msgstr ""
1765
+
1766
+ #: sphinx/cmd/quickstart.py:593
1767
+ msgid ""
1768
+ "Error: specified path is not a directory, or sphinx files already exist."
1769
+ msgstr ""
1770
+
1771
+ #: sphinx/cmd/quickstart.py:595
1772
+ msgid ""
1773
+ "sphinx-quickstart only generate into a empty directory. Please specify a new"
1774
+ " root path."
1775
+ msgstr ""
1776
+
1777
+ #: sphinx/cmd/quickstart.py:610
1778
+ #, python-format
1779
+ msgid "Invalid template variable: %s"
1780
+ msgstr ""
1781
+
1782
+ #: sphinx/directives/code.py:61
1783
+ msgid "non-whitespace stripped by dedent"
1784
+ msgstr ""
1785
+
1786
+ #: sphinx/directives/code.py:82
1787
+ #, python-format
1788
+ msgid "Invalid caption: %s"
1789
+ msgstr ""
1790
+
1791
+ #: sphinx/directives/code.py:127 sphinx/directives/code.py:277
1792
+ #: sphinx/directives/code.py:453
1793
+ #, python-format
1794
+ msgid "line number spec is out of range(1-%d): %r"
1795
+ msgstr ""
1796
+
1797
+ #: sphinx/directives/code.py:206
1798
+ #, python-format
1799
+ msgid "Cannot use both \"%s\" and \"%s\" options"
1800
+ msgstr ""
1801
+
1802
+ #: sphinx/directives/code.py:220
1803
+ #, python-format
1804
+ msgid "Include file %r not found or reading it failed"
1805
+ msgstr ""
1806
+
1807
+ #: sphinx/directives/code.py:223
1808
+ #, python-format
1809
+ msgid ""
1810
+ "Encoding %r used for reading included file %r seems to be wrong, try giving "
1811
+ "an :encoding: option"
1812
+ msgstr ""
1813
+
1814
+ #: sphinx/directives/code.py:260
1815
+ #, python-format
1816
+ msgid "Object named %r not found in include file %r"
1817
+ msgstr ""
1818
+
1819
+ #: sphinx/directives/code.py:286
1820
+ msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\""
1821
+ msgstr ""
1822
+
1823
+ #: sphinx/directives/code.py:291
1824
+ #, python-format
1825
+ msgid "Line spec %r: no lines pulled from include file %r"
1826
+ msgstr ""
1827
+
1828
+ #: sphinx/directives/other.py:116
1829
+ #, python-format
1830
+ msgid "toctree glob pattern %r didn't match any documents"
1831
+ msgstr ""
1832
+
1833
+ #: sphinx/directives/other.py:142 sphinx/environment/adapters/toctree.py:323
1834
+ #, python-format
1835
+ msgid "toctree contains reference to excluded document %r"
1836
+ msgstr ""
1837
+
1838
+ #: sphinx/directives/other.py:145 sphinx/environment/adapters/toctree.py:327
1839
+ #, python-format
1840
+ msgid "toctree contains reference to nonexisting document %r"
1841
+ msgstr ""
1842
+
1843
+ #: sphinx/directives/other.py:156
1844
+ #, python-format
1845
+ msgid "duplicated entry found in toctree: %s"
1846
+ msgstr ""
1847
+
1848
+ #: sphinx/directives/other.py:188
1849
+ msgid "Section author: "
1850
+ msgstr ""
1851
+
1852
+ #: sphinx/directives/other.py:190
1853
+ msgid "Module author: "
1854
+ msgstr ""
1855
+
1856
+ #: sphinx/directives/other.py:192
1857
+ msgid "Code author: "
1858
+ msgstr ""
1859
+
1860
+ #: sphinx/directives/other.py:194
1861
+ msgid "Author: "
1862
+ msgstr ""
1863
+
1864
+ #: sphinx/directives/other.py:266
1865
+ msgid ".. acks content is not a list"
1866
+ msgstr ""
1867
+
1868
+ #: sphinx/directives/other.py:291
1869
+ msgid ".. hlist content is not a list"
1870
+ msgstr ""
1871
+
1872
+ #: sphinx/directives/patches.py:66
1873
+ msgid ""
1874
+ "\":file:\" option for csv-table directive now recognizes an absolute path as"
1875
+ " a relative path from source directory. Please update your document."
1876
+ msgstr ""
1877
+
1878
+ #: sphinx/domains/__init__.py:397
1879
+ #, python-format
1880
+ msgid "%s %s"
1881
+ msgstr ""
1882
+
1883
+ #: sphinx/domains/c.py:2043 sphinx/domains/c.py:3318
1884
+ #, python-format
1885
+ msgid ""
1886
+ "Duplicate C declaration, also defined at %s:%s.\n"
1887
+ "Declaration is '.. c:%s:: %s'."
1888
+ msgstr ""
1889
+
1890
+ #: sphinx/domains/c.py:3257
1891
+ #, python-format
1892
+ msgid "%s (C %s)"
1893
+ msgstr ""
1894
+
1895
+ #: sphinx/domains/c.py:3356 sphinx/domains/cpp.py:7496
1896
+ #: sphinx/domains/python.py:682 sphinx/ext/napoleon/docstring.py:760
1897
+ msgid "Parameters"
1898
+ msgstr ""
1899
+
1900
+ #: sphinx/domains/c.py:3359 sphinx/domains/cpp.py:7502
1901
+ msgid "Return values"
1902
+ msgstr ""
1903
+
1904
+ #: sphinx/domains/c.py:3362 sphinx/domains/cpp.py:7505
1905
+ #: sphinx/domains/javascript.py:259 sphinx/domains/python.py:694
1906
+ msgid "Returns"
1907
+ msgstr ""
1908
+
1909
+ #: sphinx/domains/c.py:3364 sphinx/domains/javascript.py:261
1910
+ #: sphinx/domains/python.py:696
1911
+ msgid "Return type"
1912
+ msgstr ""
1913
+
1914
+ #: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7909
1915
+ msgid "member"
1916
+ msgstr ""
1917
+
1918
+ #: sphinx/domains/c.py:3731
1919
+ msgid "variable"
1920
+ msgstr ""
1921
+
1922
+ #: sphinx/domains/c.py:3732 sphinx/domains/cpp.py:7908
1923
+ #: sphinx/domains/javascript.py:365 sphinx/domains/python.py:1454
1924
+ msgid "function"
1925
+ msgstr ""
1926
+
1927
+ #: sphinx/domains/c.py:3733
1928
+ msgid "macro"
1929
+ msgstr ""
1930
+
1931
+ #: sphinx/domains/c.py:3734
1932
+ msgid "struct"
1933
+ msgstr ""
1934
+
1935
+ #: sphinx/domains/c.py:3735 sphinx/domains/cpp.py:7907
1936
+ msgid "union"
1937
+ msgstr ""
1938
+
1939
+ #: sphinx/domains/c.py:3736 sphinx/domains/cpp.py:7912
1940
+ msgid "enum"
1941
+ msgstr ""
1942
+
1943
+ #: sphinx/domains/c.py:3737 sphinx/domains/cpp.py:7913
1944
+ msgid "enumerator"
1945
+ msgstr ""
1946
+
1947
+ #: sphinx/domains/c.py:3738 sphinx/domains/cpp.py:7910
1948
+ msgid "type"
1949
+ msgstr ""
1950
+
1951
+ #: sphinx/domains/c.py:3740 sphinx/domains/cpp.py:7915
1952
+ msgid "function parameter"
1953
+ msgstr ""
1954
+
1955
+ #: sphinx/domains/changeset.py:23
1956
+ #, python-format
1957
+ msgid "New in version %s"
1958
+ msgstr ""
1959
+
1960
+ #: sphinx/domains/changeset.py:24
1961
+ #, python-format
1962
+ msgid "Changed in version %s"
1963
+ msgstr ""
1964
+
1965
+ #: sphinx/domains/changeset.py:25
1966
+ #, python-format
1967
+ msgid "Deprecated since version %s"
1968
+ msgstr ""
1969
+
1970
+ #: sphinx/domains/citation.py:70
1971
+ #, python-format
1972
+ msgid "duplicate citation %s, other instance in %s"
1973
+ msgstr ""
1974
+
1975
+ #: sphinx/domains/citation.py:81
1976
+ #, python-format
1977
+ msgid "Citation [%s] is not referenced."
1978
+ msgstr ""
1979
+
1980
+ #: sphinx/domains/cpp.py:4929 sphinx/domains/cpp.py:7423
1981
+ #, python-format
1982
+ msgid ""
1983
+ "Duplicate C++ declaration, also defined at %s:%s.\n"
1984
+ "Declaration is '.. cpp:%s:: %s'."
1985
+ msgstr ""
1986
+
1987
+ #: sphinx/domains/cpp.py:7218
1988
+ msgid "Template Parameters"
1989
+ msgstr ""
1990
+
1991
+ #: sphinx/domains/cpp.py:7340
1992
+ #, python-format
1993
+ msgid "%s (C++ %s)"
1994
+ msgstr ""
1995
+
1996
+ #: sphinx/domains/cpp.py:7499 sphinx/domains/javascript.py:256
1997
+ msgid "Throws"
1998
+ msgstr ""
1999
+
2000
+ #: sphinx/domains/cpp.py:7906 sphinx/domains/javascript.py:367
2001
+ #: sphinx/domains/python.py:1456
2002
+ msgid "class"
2003
+ msgstr ""
2004
+
2005
+ #: sphinx/domains/cpp.py:7911
2006
+ msgid "concept"
2007
+ msgstr ""
2008
+
2009
+ #: sphinx/domains/cpp.py:7916
2010
+ msgid "template parameter"
2011
+ msgstr ""
2012
+
2013
+ #: sphinx/domains/javascript.py:164
2014
+ #, python-format
2015
+ msgid "%s() (built-in function)"
2016
+ msgstr ""
2017
+
2018
+ #: sphinx/domains/javascript.py:165 sphinx/domains/python.py:1121
2019
+ #, python-format
2020
+ msgid "%s() (%s method)"
2021
+ msgstr ""
2022
+
2023
+ #: sphinx/domains/javascript.py:167
2024
+ #, python-format
2025
+ msgid "%s() (class)"
2026
+ msgstr ""
2027
+
2028
+ #: sphinx/domains/javascript.py:169
2029
+ #, python-format
2030
+ msgid "%s (global variable or constant)"
2031
+ msgstr ""
2032
+
2033
+ #: sphinx/domains/javascript.py:171 sphinx/domains/python.py:1206
2034
+ #, python-format
2035
+ msgid "%s (%s attribute)"
2036
+ msgstr ""
2037
+
2038
+ #: sphinx/domains/javascript.py:253
2039
+ msgid "Arguments"
2040
+ msgstr ""
2041
+
2042
+ #: sphinx/domains/javascript.py:329
2043
+ #, python-format
2044
+ msgid "%s (module)"
2045
+ msgstr ""
2046
+
2047
+ #: sphinx/domains/javascript.py:366 sphinx/domains/python.py:1458
2048
+ msgid "method"
2049
+ msgstr ""
2050
+
2051
+ #: sphinx/domains/javascript.py:368 sphinx/domains/python.py:1455
2052
+ msgid "data"
2053
+ msgstr ""
2054
+
2055
+ #: sphinx/domains/javascript.py:369 sphinx/domains/python.py:1461
2056
+ msgid "attribute"
2057
+ msgstr ""
2058
+
2059
+ #: sphinx/domains/javascript.py:370 sphinx/domains/python.py:1463
2060
+ msgid "module"
2061
+ msgstr ""
2062
+
2063
+ #: sphinx/domains/javascript.py:401
2064
+ #, python-format
2065
+ msgid "duplicate %s description of %s, other %s in %s"
2066
+ msgstr ""
2067
+
2068
+ #: sphinx/domains/math.py:61
2069
+ #, python-format
2070
+ msgid "duplicate label of equation %s, other instance in %s"
2071
+ msgstr ""
2072
+
2073
+ #: sphinx/domains/math.py:116 sphinx/writers/latex.py:2252
2074
+ #, python-format
2075
+ msgid "Invalid math_eqref_format: %r"
2076
+ msgstr ""
2077
+
2078
+ #: sphinx/domains/python.py:687
2079
+ msgid "Variables"
2080
+ msgstr ""
2081
+
2082
+ #: sphinx/domains/python.py:691
2083
+ msgid "Raises"
2084
+ msgstr ""
2085
+
2086
+ #: sphinx/domains/python.py:975 sphinx/domains/python.py:1112
2087
+ #, python-format
2088
+ msgid "%s() (in module %s)"
2089
+ msgstr ""
2090
+
2091
+ #: sphinx/domains/python.py:1035 sphinx/domains/python.py:1202
2092
+ #: sphinx/domains/python.py:1253
2093
+ #, python-format
2094
+ msgid "%s (in module %s)"
2095
+ msgstr ""
2096
+
2097
+ #: sphinx/domains/python.py:1037
2098
+ #, python-format
2099
+ msgid "%s (built-in variable)"
2100
+ msgstr ""
2101
+
2102
+ #: sphinx/domains/python.py:1062
2103
+ #, python-format
2104
+ msgid "%s (built-in class)"
2105
+ msgstr ""
2106
+
2107
+ #: sphinx/domains/python.py:1063
2108
+ #, python-format
2109
+ msgid "%s (class in %s)"
2110
+ msgstr ""
2111
+
2112
+ #: sphinx/domains/python.py:1117
2113
+ #, python-format
2114
+ msgid "%s() (%s class method)"
2115
+ msgstr ""
2116
+
2117
+ #: sphinx/domains/python.py:1119
2118
+ #, python-format
2119
+ msgid "%s() (%s static method)"
2120
+ msgstr ""
2121
+
2122
+ #: sphinx/domains/python.py:1257
2123
+ #, python-format
2124
+ msgid "%s (%s property)"
2125
+ msgstr ""
2126
+
2127
+ #: sphinx/domains/python.py:1383
2128
+ msgid "Python Module Index"
2129
+ msgstr ""
2130
+
2131
+ #: sphinx/domains/python.py:1384
2132
+ msgid "modules"
2133
+ msgstr ""
2134
+
2135
+ #: sphinx/domains/python.py:1433
2136
+ msgid "Deprecated"
2137
+ msgstr ""
2138
+
2139
+ #: sphinx/domains/python.py:1457
2140
+ msgid "exception"
2141
+ msgstr ""
2142
+
2143
+ #: sphinx/domains/python.py:1459
2144
+ msgid "class method"
2145
+ msgstr ""
2146
+
2147
+ #: sphinx/domains/python.py:1460
2148
+ msgid "static method"
2149
+ msgstr ""
2150
+
2151
+ #: sphinx/domains/python.py:1462
2152
+ msgid "property"
2153
+ msgstr ""
2154
+
2155
+ #: sphinx/domains/python.py:1520
2156
+ #, python-format
2157
+ msgid ""
2158
+ "duplicate object description of %s, other instance in %s, use :no-index: for"
2159
+ " one of them"
2160
+ msgstr ""
2161
+
2162
+ #: sphinx/domains/python.py:1640
2163
+ #, python-format
2164
+ msgid "more than one target found for cross-reference %r: %s"
2165
+ msgstr ""
2166
+
2167
+ #: sphinx/domains/python.py:1701
2168
+ msgid " (deprecated)"
2169
+ msgstr ""
2170
+
2171
+ #: sphinx/domains/rst.py:125 sphinx/domains/rst.py:181
2172
+ #, python-format
2173
+ msgid "%s (directive)"
2174
+ msgstr ""
2175
+
2176
+ #: sphinx/domains/rst.py:182 sphinx/domains/rst.py:186
2177
+ #, python-format
2178
+ msgid ":%s: (directive option)"
2179
+ msgstr ""
2180
+
2181
+ #: sphinx/domains/rst.py:209
2182
+ #, python-format
2183
+ msgid "%s (role)"
2184
+ msgstr ""
2185
+
2186
+ #: sphinx/domains/rst.py:218
2187
+ msgid "directive"
2188
+ msgstr ""
2189
+
2190
+ #: sphinx/domains/rst.py:219
2191
+ msgid "directive-option"
2192
+ msgstr ""
2193
+
2194
+ #: sphinx/domains/rst.py:220
2195
+ msgid "role"
2196
+ msgstr ""
2197
+
2198
+ #: sphinx/domains/rst.py:242
2199
+ #, python-format
2200
+ msgid "duplicate description of %s %s, other instance in %s"
2201
+ msgstr ""
2202
+
2203
+ #: sphinx/domains/std.py:79 sphinx/domains/std.py:96
2204
+ #, python-format
2205
+ msgid "environment variable; %s"
2206
+ msgstr ""
2207
+
2208
+ #: sphinx/domains/std.py:155
2209
+ #, python-format
2210
+ msgid ""
2211
+ "Malformed option description %r, should look like \"opt\", \"-opt args\", \""
2212
+ "--opt args\", \"/opt args\" or \"+opt args\""
2213
+ msgstr ""
2214
+
2215
+ #: sphinx/domains/std.py:226
2216
+ #, python-format
2217
+ msgid "%s command line option"
2218
+ msgstr ""
2219
+
2220
+ #: sphinx/domains/std.py:228
2221
+ msgid "command line option"
2222
+ msgstr ""
2223
+
2224
+ #: sphinx/domains/std.py:346
2225
+ msgid "glossary term must be preceded by empty line"
2226
+ msgstr ""
2227
+
2228
+ #: sphinx/domains/std.py:354
2229
+ msgid "glossary terms must not be separated by empty lines"
2230
+ msgstr ""
2231
+
2232
+ #: sphinx/domains/std.py:360 sphinx/domains/std.py:373
2233
+ msgid "glossary seems to be misformatted, check indentation"
2234
+ msgstr ""
2235
+
2236
+ #: sphinx/domains/std.py:516
2237
+ msgid "glossary term"
2238
+ msgstr ""
2239
+
2240
+ #: sphinx/domains/std.py:517
2241
+ msgid "grammar token"
2242
+ msgstr ""
2243
+
2244
+ #: sphinx/domains/std.py:518
2245
+ msgid "reference label"
2246
+ msgstr ""
2247
+
2248
+ #: sphinx/domains/std.py:520
2249
+ msgid "environment variable"
2250
+ msgstr ""
2251
+
2252
+ #: sphinx/domains/std.py:521
2253
+ msgid "program option"
2254
+ msgstr ""
2255
+
2256
+ #: sphinx/domains/std.py:522
2257
+ msgid "document"
2258
+ msgstr ""
2259
+
2260
+ #: sphinx/domains/std.py:558 sphinx/domains/std.py:570
2261
+ msgid "Module Index"
2262
+ msgstr ""
2263
+
2264
+ #: sphinx/domains/std.py:559 sphinx/domains/std.py:571
2265
+ #: sphinx/themes/basic/defindex.html:25
2266
+ msgid "Search Page"
2267
+ msgstr ""
2268
+
2269
+ #: sphinx/domains/std.py:614 sphinx/domains/std.py:720
2270
+ #: sphinx/ext/autosectionlabel.py:52
2271
+ #, python-format
2272
+ msgid "duplicate label %s, other instance in %s"
2273
+ msgstr ""
2274
+
2275
+ #: sphinx/domains/std.py:633
2276
+ #, python-format
2277
+ msgid "duplicate %s description of %s, other instance in %s"
2278
+ msgstr ""
2279
+
2280
+ #: sphinx/domains/std.py:839
2281
+ msgid "numfig is disabled. :numref: is ignored."
2282
+ msgstr ""
2283
+
2284
+ #: sphinx/domains/std.py:847
2285
+ #, python-format
2286
+ msgid "Failed to create a cross reference. Any number is not assigned: %s"
2287
+ msgstr ""
2288
+
2289
+ #: sphinx/domains/std.py:859
2290
+ #, python-format
2291
+ msgid "the link has no caption: %s"
2292
+ msgstr ""
2293
+
2294
+ #: sphinx/domains/std.py:873
2295
+ #, python-format
2296
+ msgid "invalid numfig_format: %s (%r)"
2297
+ msgstr ""
2298
+
2299
+ #: sphinx/domains/std.py:876
2300
+ #, python-format
2301
+ msgid "invalid numfig_format: %s"
2302
+ msgstr ""
2303
+
2304
+ #: sphinx/domains/std.py:1106
2305
+ #, python-format
2306
+ msgid "undefined label: %r"
2307
+ msgstr ""
2308
+
2309
+ #: sphinx/domains/std.py:1108
2310
+ #, python-format
2311
+ msgid "Failed to create a cross reference. A title or caption not found: %r"
2312
+ msgstr ""
2313
+
2314
+ #: sphinx/environment/__init__.py:71
2315
+ msgid "new config"
2316
+ msgstr ""
2317
+
2318
+ #: sphinx/environment/__init__.py:72
2319
+ msgid "config changed"
2320
+ msgstr ""
2321
+
2322
+ #: sphinx/environment/__init__.py:73
2323
+ msgid "extensions changed"
2324
+ msgstr ""
2325
+
2326
+ #: sphinx/environment/__init__.py:276
2327
+ msgid "build environment version not current"
2328
+ msgstr ""
2329
+
2330
+ #: sphinx/environment/__init__.py:278
2331
+ msgid "source directory has changed"
2332
+ msgstr ""
2333
+
2334
+ #: sphinx/environment/__init__.py:357
2335
+ msgid ""
2336
+ "This environment is incompatible with the selected builder, please choose "
2337
+ "another doctree directory."
2338
+ msgstr ""
2339
+
2340
+ #: sphinx/environment/__init__.py:456
2341
+ #, python-format
2342
+ msgid "Failed to scan documents in %s: %r"
2343
+ msgstr ""
2344
+
2345
+ #: sphinx/environment/__init__.py:593
2346
+ #, python-format
2347
+ msgid "Domain %r is not registered"
2348
+ msgstr ""
2349
+
2350
+ #: sphinx/environment/__init__.py:727
2351
+ msgid "document isn't included in any toctree"
2352
+ msgstr ""
2353
+
2354
+ #: sphinx/environment/__init__.py:764
2355
+ msgid "self referenced toctree found. Ignored."
2356
+ msgstr ""
2357
+
2358
+ #: sphinx/environment/adapters/indexentries.py:69
2359
+ #, python-format
2360
+ msgid "see %s"
2361
+ msgstr ""
2362
+
2363
+ #: sphinx/environment/adapters/indexentries.py:73
2364
+ #, python-format
2365
+ msgid "see also %s"
2366
+ msgstr ""
2367
+
2368
+ #: sphinx/environment/adapters/indexentries.py:76
2369
+ #, python-format
2370
+ msgid "unknown index entry type %r"
2371
+ msgstr ""
2372
+
2373
+ #: sphinx/environment/adapters/indexentries.py:187
2374
+ #: sphinx/templates/latex/sphinxmessages.sty_t:11
2375
+ msgid "Symbols"
2376
+ msgstr ""
2377
+
2378
+ #: sphinx/environment/adapters/toctree.py:296
2379
+ #, python-format
2380
+ msgid "circular toctree references detected, ignoring: %s <- %s"
2381
+ msgstr ""
2382
+
2383
+ #: sphinx/environment/adapters/toctree.py:316
2384
+ #, python-format
2385
+ msgid ""
2386
+ "toctree contains reference to document %r that doesn't have a title: no link"
2387
+ " will be generated"
2388
+ msgstr ""
2389
+
2390
+ #: sphinx/environment/adapters/toctree.py:325
2391
+ #, python-format
2392
+ msgid "toctree contains reference to non-included document %r"
2393
+ msgstr ""
2394
+
2395
+ #: sphinx/environment/collectors/asset.py:88
2396
+ #, python-format
2397
+ msgid "image file not readable: %s"
2398
+ msgstr ""
2399
+
2400
+ #: sphinx/environment/collectors/asset.py:107
2401
+ #, python-format
2402
+ msgid "image file %s not readable: %s"
2403
+ msgstr ""
2404
+
2405
+ #: sphinx/environment/collectors/asset.py:133
2406
+ #, python-format
2407
+ msgid "download file not readable: %s"
2408
+ msgstr ""
2409
+
2410
+ #: sphinx/environment/collectors/toctree.py:224
2411
+ #, python-format
2412
+ msgid "%s is already assigned section numbers (nested numbered toctree?)"
2413
+ msgstr ""
2414
+
2415
+ #: sphinx/ext/apidoc.py:86
2416
+ #, python-format
2417
+ msgid "Would create file %s."
2418
+ msgstr ""
2419
+
2420
+ #: sphinx/ext/apidoc.py:320
2421
+ msgid ""
2422
+ "\n"
2423
+ "Look recursively in <MODULE_PATH> for Python modules and packages and create\n"
2424
+ "one reST file with automodule directives per package in the <OUTPUT_PATH>.\n"
2425
+ "\n"
2426
+ "The <EXCLUDE_PATTERN>s can be file and/or directory patterns that will be\n"
2427
+ "excluded from generation.\n"
2428
+ "\n"
2429
+ "Note: By default this script will not overwrite already created files."
2430
+ msgstr ""
2431
+
2432
+ #: sphinx/ext/apidoc.py:333
2433
+ msgid "path to module to document"
2434
+ msgstr ""
2435
+
2436
+ #: sphinx/ext/apidoc.py:335
2437
+ msgid ""
2438
+ "fnmatch-style file and/or directory patterns to exclude from generation"
2439
+ msgstr ""
2440
+
2441
+ #: sphinx/ext/apidoc.py:340
2442
+ msgid "directory to place all output"
2443
+ msgstr ""
2444
+
2445
+ #: sphinx/ext/apidoc.py:345
2446
+ msgid "maximum depth of submodules to show in the TOC (default: 4)"
2447
+ msgstr ""
2448
+
2449
+ #: sphinx/ext/apidoc.py:348
2450
+ msgid "overwrite existing files"
2451
+ msgstr ""
2452
+
2453
+ #: sphinx/ext/apidoc.py:351
2454
+ msgid ""
2455
+ "follow symbolic links. Powerful when combined with "
2456
+ "collective.recipe.omelette."
2457
+ msgstr ""
2458
+
2459
+ #: sphinx/ext/apidoc.py:354
2460
+ msgid "run the script without creating files"
2461
+ msgstr ""
2462
+
2463
+ #: sphinx/ext/apidoc.py:357
2464
+ msgid "put documentation for each module on its own page"
2465
+ msgstr ""
2466
+
2467
+ #: sphinx/ext/apidoc.py:360
2468
+ msgid "include \"_private\" modules"
2469
+ msgstr ""
2470
+
2471
+ #: sphinx/ext/apidoc.py:362
2472
+ msgid "filename of table of contents (default: modules)"
2473
+ msgstr ""
2474
+
2475
+ #: sphinx/ext/apidoc.py:364
2476
+ msgid "don't create a table of contents file"
2477
+ msgstr ""
2478
+
2479
+ #: sphinx/ext/apidoc.py:367
2480
+ msgid ""
2481
+ "don't create headings for the module/package packages (e.g. when the "
2482
+ "docstrings already contain them)"
2483
+ msgstr ""
2484
+
2485
+ #: sphinx/ext/apidoc.py:372
2486
+ msgid "put module documentation before submodule documentation"
2487
+ msgstr ""
2488
+
2489
+ #: sphinx/ext/apidoc.py:376
2490
+ msgid ""
2491
+ "interpret module paths according to PEP-0420 implicit namespaces "
2492
+ "specification"
2493
+ msgstr ""
2494
+
2495
+ #: sphinx/ext/apidoc.py:380
2496
+ msgid "file suffix (default: rst)"
2497
+ msgstr ""
2498
+
2499
+ #: sphinx/ext/apidoc.py:382
2500
+ msgid "generate a full project with sphinx-quickstart"
2501
+ msgstr ""
2502
+
2503
+ #: sphinx/ext/apidoc.py:385
2504
+ msgid "append module_path to sys.path, used when --full is given"
2505
+ msgstr ""
2506
+
2507
+ #: sphinx/ext/apidoc.py:387
2508
+ msgid "project name (default: root module name)"
2509
+ msgstr ""
2510
+
2511
+ #: sphinx/ext/apidoc.py:389
2512
+ msgid "project author(s), used when --full is given"
2513
+ msgstr ""
2514
+
2515
+ #: sphinx/ext/apidoc.py:391
2516
+ msgid "project version, used when --full is given"
2517
+ msgstr ""
2518
+
2519
+ #: sphinx/ext/apidoc.py:393
2520
+ msgid "project release, used when --full is given, defaults to --doc-version"
2521
+ msgstr ""
2522
+
2523
+ #: sphinx/ext/apidoc.py:396
2524
+ msgid "extension options"
2525
+ msgstr ""
2526
+
2527
+ #: sphinx/ext/apidoc.py:429
2528
+ #, python-format
2529
+ msgid "%s is not a directory."
2530
+ msgstr ""
2531
+
2532
+ #: sphinx/ext/autosectionlabel.py:48
2533
+ #, python-format
2534
+ msgid "section \"%s\" gets labeled as \"%s\""
2535
+ msgstr ""
2536
+
2537
+ #: sphinx/ext/coverage.py:45
2538
+ #, python-format
2539
+ msgid "invalid regex %r in %s"
2540
+ msgstr ""
2541
+
2542
+ #: sphinx/ext/coverage.py:73
2543
+ #, python-format
2544
+ msgid ""
2545
+ "Testing of coverage in the sources finished, look at the results in "
2546
+ "%(outdir)spython.txt."
2547
+ msgstr ""
2548
+
2549
+ #: sphinx/ext/coverage.py:87
2550
+ #, python-format
2551
+ msgid "invalid regex %r in coverage_c_regexes"
2552
+ msgstr ""
2553
+
2554
+ #: sphinx/ext/coverage.py:155
2555
+ #, python-format
2556
+ msgid "undocumented c api: %s [%s] in file %s"
2557
+ msgstr ""
2558
+
2559
+ #: sphinx/ext/coverage.py:187
2560
+ #, python-format
2561
+ msgid "module %s could not be imported: %s"
2562
+ msgstr ""
2563
+
2564
+ #: sphinx/ext/coverage.py:334
2565
+ #, python-format
2566
+ msgid "undocumented python function: %s :: %s"
2567
+ msgstr ""
2568
+
2569
+ #: sphinx/ext/coverage.py:350
2570
+ #, python-format
2571
+ msgid "undocumented python class: %s :: %s"
2572
+ msgstr ""
2573
+
2574
+ #: sphinx/ext/coverage.py:363
2575
+ #, python-format
2576
+ msgid "undocumented python method: %s :: %s :: %s"
2577
+ msgstr ""
2578
+
2579
+ #: sphinx/ext/doctest.py:115
2580
+ #, python-format
2581
+ msgid "missing '+' or '-' in '%s' option."
2582
+ msgstr ""
2583
+
2584
+ #: sphinx/ext/doctest.py:120
2585
+ #, python-format
2586
+ msgid "'%s' is not a valid option."
2587
+ msgstr ""
2588
+
2589
+ #: sphinx/ext/doctest.py:134
2590
+ #, python-format
2591
+ msgid "'%s' is not a valid pyversion option"
2592
+ msgstr ""
2593
+
2594
+ #: sphinx/ext/doctest.py:220
2595
+ msgid "invalid TestCode type"
2596
+ msgstr ""
2597
+
2598
+ #: sphinx/ext/doctest.py:280
2599
+ #, python-format
2600
+ msgid ""
2601
+ "Testing of doctests in the sources finished, look at the results in "
2602
+ "%(outdir)s/output.txt."
2603
+ msgstr ""
2604
+
2605
+ #: sphinx/ext/doctest.py:431
2606
+ #, python-format
2607
+ msgid "no code/output in %s block at %s:%s"
2608
+ msgstr ""
2609
+
2610
+ #: sphinx/ext/doctest.py:521
2611
+ #, python-format
2612
+ msgid "ignoring invalid doctest code: %r"
2613
+ msgstr ""
2614
+
2615
+ #: sphinx/ext/duration.py:76
2616
+ msgid ""
2617
+ "====================== slowest reading durations ======================="
2618
+ msgstr ""
2619
+
2620
+ #: sphinx/ext/extlinks.py:82
2621
+ #, python-format
2622
+ msgid ""
2623
+ "hardcoded link %r could be replaced by an extlink (try using %r instead)"
2624
+ msgstr ""
2625
+
2626
+ #: sphinx/ext/graphviz.py:133
2627
+ msgid "Graphviz directive cannot have both content and a filename argument"
2628
+ msgstr ""
2629
+
2630
+ #: sphinx/ext/graphviz.py:143
2631
+ #, python-format
2632
+ msgid "External Graphviz file %r not found or reading it failed"
2633
+ msgstr ""
2634
+
2635
+ #: sphinx/ext/graphviz.py:150
2636
+ msgid "Ignoring \"graphviz\" directive without content."
2637
+ msgstr ""
2638
+
2639
+ #: sphinx/ext/graphviz.py:259
2640
+ #, python-format
2641
+ msgid "graphviz_dot executable path must be set! %r"
2642
+ msgstr ""
2643
+
2644
+ #: sphinx/ext/graphviz.py:294
2645
+ #, python-format
2646
+ msgid ""
2647
+ "dot command %r cannot be run (needed for graphviz output), check the "
2648
+ "graphviz_dot setting"
2649
+ msgstr ""
2650
+
2651
+ #: sphinx/ext/graphviz.py:301
2652
+ #, python-format
2653
+ msgid ""
2654
+ "dot exited with error:\n"
2655
+ "[stderr]\n"
2656
+ "%r\n"
2657
+ "[stdout]\n"
2658
+ "%r"
2659
+ msgstr ""
2660
+
2661
+ #: sphinx/ext/graphviz.py:304
2662
+ #, python-format
2663
+ msgid ""
2664
+ "dot did not produce an output file:\n"
2665
+ "[stderr]\n"
2666
+ "%r\n"
2667
+ "[stdout]\n"
2668
+ "%r"
2669
+ msgstr ""
2670
+
2671
+ #: sphinx/ext/graphviz.py:320
2672
+ #, python-format
2673
+ msgid "graphviz_output_format must be one of 'png', 'svg', but is %r"
2674
+ msgstr ""
2675
+
2676
+ #: sphinx/ext/graphviz.py:324 sphinx/ext/graphviz.py:377
2677
+ #: sphinx/ext/graphviz.py:414
2678
+ #, python-format
2679
+ msgid "dot code %r: %s"
2680
+ msgstr ""
2681
+
2682
+ #: sphinx/ext/graphviz.py:427 sphinx/ext/graphviz.py:435
2683
+ #, python-format
2684
+ msgid "[graph: %s]"
2685
+ msgstr ""
2686
+
2687
+ #: sphinx/ext/graphviz.py:429 sphinx/ext/graphviz.py:437
2688
+ msgid "[graph]"
2689
+ msgstr ""
2690
+
2691
+ #: sphinx/ext/imgconverter.py:38
2692
+ #, python-format
2693
+ msgid ""
2694
+ "Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n"
2695
+ "\n"
2696
+ "Traceback: %s"
2697
+ msgstr ""
2698
+
2699
+ #: sphinx/ext/imgconverter.py:47 sphinx/ext/imgconverter.py:71
2700
+ #, python-format
2701
+ msgid ""
2702
+ "convert exited with error:\n"
2703
+ "[stderr]\n"
2704
+ "%r\n"
2705
+ "[stdout]\n"
2706
+ "%r"
2707
+ msgstr ""
2708
+
2709
+ #: sphinx/ext/imgconverter.py:66
2710
+ #, python-format
2711
+ msgid "convert command %r cannot be run, check the image_converter setting"
2712
+ msgstr ""
2713
+
2714
+ #: sphinx/ext/imgmath.py:157
2715
+ #, python-format
2716
+ msgid ""
2717
+ "LaTeX command %r cannot be run (needed for math display), check the "
2718
+ "imgmath_latex setting"
2719
+ msgstr ""
2720
+
2721
+ #: sphinx/ext/imgmath.py:172
2722
+ #, python-format
2723
+ msgid ""
2724
+ "%s command %r cannot be run (needed for math display), check the imgmath_%s "
2725
+ "setting"
2726
+ msgstr ""
2727
+
2728
+ #: sphinx/ext/imgmath.py:326
2729
+ #, python-format
2730
+ msgid "display latex %r: %s"
2731
+ msgstr ""
2732
+
2733
+ #: sphinx/ext/imgmath.py:360
2734
+ #, python-format
2735
+ msgid "inline latex %r: %s"
2736
+ msgstr ""
2737
+
2738
+ #: sphinx/ext/imgmath.py:367 sphinx/ext/mathjax.py:52
2739
+ msgid "Link to this equation"
2740
+ msgstr ""
2741
+
2742
+ #: sphinx/ext/intersphinx.py:194
2743
+ #, python-format
2744
+ msgid "intersphinx inventory has moved: %s -> %s"
2745
+ msgstr ""
2746
+
2747
+ #: sphinx/ext/intersphinx.py:229
2748
+ #, python-format
2749
+ msgid "loading intersphinx inventory from %s..."
2750
+ msgstr ""
2751
+
2752
+ #: sphinx/ext/intersphinx.py:243
2753
+ msgid ""
2754
+ "encountered some issues with some of the inventories, but they had working "
2755
+ "alternatives:"
2756
+ msgstr ""
2757
+
2758
+ #: sphinx/ext/intersphinx.py:249
2759
+ msgid "failed to reach any of the inventories with the following issues:"
2760
+ msgstr ""
2761
+
2762
+ #: sphinx/ext/intersphinx.py:302
2763
+ #, python-format
2764
+ msgid "(in %s v%s)"
2765
+ msgstr ""
2766
+
2767
+ #: sphinx/ext/intersphinx.py:304
2768
+ #, python-format
2769
+ msgid "(in %s)"
2770
+ msgstr ""
2771
+
2772
+ #: sphinx/ext/intersphinx.py:536
2773
+ #, python-format
2774
+ msgid "inventory for external cross-reference not found: %s"
2775
+ msgstr ""
2776
+
2777
+ #: sphinx/ext/intersphinx.py:542
2778
+ #, python-format
2779
+ msgid "role for external cross-reference not found: %s"
2780
+ msgstr ""
2781
+
2782
+ #: sphinx/ext/intersphinx.py:633
2783
+ #, python-format
2784
+ msgid "external %s:%s reference target not found: %s"
2785
+ msgstr ""
2786
+
2787
+ #: sphinx/ext/intersphinx.py:658
2788
+ #, python-format
2789
+ msgid "intersphinx identifier %r is not string. Ignored"
2790
+ msgstr ""
2791
+
2792
+ #: sphinx/ext/intersphinx.py:680
2793
+ #, python-format
2794
+ msgid "Failed to read intersphinx_mapping[%s], ignored: %r"
2795
+ msgstr ""
2796
+
2797
+ #: sphinx/ext/linkcode.py:68 sphinx/ext/viewcode.py:198
2798
+ msgid "[source]"
2799
+ msgstr ""
2800
+
2801
+ #: sphinx/ext/todo.py:67
2802
+ msgid "Todo"
2803
+ msgstr ""
2804
+
2805
+ #: sphinx/ext/todo.py:100
2806
+ #, python-format
2807
+ msgid "TODO entry found: %s"
2808
+ msgstr ""
2809
+
2810
+ #: sphinx/ext/todo.py:158
2811
+ msgid "<<original entry>>"
2812
+ msgstr ""
2813
+
2814
+ #: sphinx/ext/todo.py:160
2815
+ #, python-format
2816
+ msgid "(The <<original entry>> is located in %s, line %d.)"
2817
+ msgstr ""
2818
+
2819
+ #: sphinx/ext/todo.py:170
2820
+ msgid "original entry"
2821
+ msgstr ""
2822
+
2823
+ #: sphinx/ext/viewcode.py:255
2824
+ msgid "highlighting module code... "
2825
+ msgstr ""
2826
+
2827
+ #: sphinx/ext/viewcode.py:283
2828
+ msgid "[docs]"
2829
+ msgstr ""
2830
+
2831
+ #: sphinx/ext/viewcode.py:303
2832
+ msgid "Module code"
2833
+ msgstr ""
2834
+
2835
+ #: sphinx/ext/viewcode.py:309
2836
+ #, python-format
2837
+ msgid "<h1>Source code for %s</h1>"
2838
+ msgstr ""
2839
+
2840
+ #: sphinx/ext/viewcode.py:335
2841
+ msgid "Overview: module code"
2842
+ msgstr ""
2843
+
2844
+ #: sphinx/ext/viewcode.py:336
2845
+ msgid "<h1>All modules for which code is available</h1>"
2846
+ msgstr ""
2847
+
2848
+ #: sphinx/ext/autodoc/__init__.py:127
2849
+ #, python-format
2850
+ msgid "invalid value for member-order option: %s"
2851
+ msgstr ""
2852
+
2853
+ #: sphinx/ext/autodoc/__init__.py:135
2854
+ #, python-format
2855
+ msgid "invalid value for class-doc-from option: %s"
2856
+ msgstr ""
2857
+
2858
+ #: sphinx/ext/autodoc/__init__.py:391
2859
+ #, python-format
2860
+ msgid "invalid signature for auto%s (%r)"
2861
+ msgstr ""
2862
+
2863
+ #: sphinx/ext/autodoc/__init__.py:508
2864
+ #, python-format
2865
+ msgid "error while formatting arguments for %s: %s"
2866
+ msgstr ""
2867
+
2868
+ #: sphinx/ext/autodoc/__init__.py:777
2869
+ #, python-format
2870
+ msgid ""
2871
+ "autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n"
2872
+ "%s"
2873
+ msgstr ""
2874
+
2875
+ #: sphinx/ext/autodoc/__init__.py:872
2876
+ #, python-format
2877
+ msgid ""
2878
+ "don't know which module to import for autodocumenting %r (try placing a "
2879
+ "\"module\" or \"currentmodule\" directive in the document, or giving an "
2880
+ "explicit module name)"
2881
+ msgstr ""
2882
+
2883
+ #: sphinx/ext/autodoc/__init__.py:916
2884
+ #, python-format
2885
+ msgid "A mocked object is detected: %r"
2886
+ msgstr ""
2887
+
2888
+ #: sphinx/ext/autodoc/__init__.py:935
2889
+ #, python-format
2890
+ msgid "error while formatting signature for %s: %s"
2891
+ msgstr ""
2892
+
2893
+ #: sphinx/ext/autodoc/__init__.py:996
2894
+ msgid "\"::\" in automodule name doesn't make sense"
2895
+ msgstr ""
2896
+
2897
+ #: sphinx/ext/autodoc/__init__.py:1003
2898
+ #, python-format
2899
+ msgid "signature arguments or return annotation given for automodule %s"
2900
+ msgstr ""
2901
+
2902
+ #: sphinx/ext/autodoc/__init__.py:1016
2903
+ #, python-format
2904
+ msgid ""
2905
+ "__all__ should be a list of strings, not %r (in module %s) -- ignoring "
2906
+ "__all__"
2907
+ msgstr ""
2908
+
2909
+ #: sphinx/ext/autodoc/__init__.py:1082
2910
+ #, python-format
2911
+ msgid ""
2912
+ "missing attribute mentioned in :members: option: module %s, attribute %s"
2913
+ msgstr ""
2914
+
2915
+ #: sphinx/ext/autodoc/__init__.py:1298 sphinx/ext/autodoc/__init__.py:1375
2916
+ #: sphinx/ext/autodoc/__init__.py:2768
2917
+ #, python-format
2918
+ msgid "Failed to get a function signature for %s: %s"
2919
+ msgstr ""
2920
+
2921
+ #: sphinx/ext/autodoc/__init__.py:1586
2922
+ #, python-format
2923
+ msgid "Failed to get a constructor signature for %s: %s"
2924
+ msgstr ""
2925
+
2926
+ #: sphinx/ext/autodoc/__init__.py:1713
2927
+ #, python-format
2928
+ msgid "Bases: %s"
2929
+ msgstr ""
2930
+
2931
+ #: sphinx/ext/autodoc/__init__.py:1727
2932
+ #, python-format
2933
+ msgid "missing attribute %s in object %s"
2934
+ msgstr ""
2935
+
2936
+ #: sphinx/ext/autodoc/__init__.py:1826 sphinx/ext/autodoc/__init__.py:1863
2937
+ #: sphinx/ext/autodoc/__init__.py:1946
2938
+ #, python-format
2939
+ msgid "alias of %s"
2940
+ msgstr ""
2941
+
2942
+ #: sphinx/ext/autodoc/__init__.py:1846
2943
+ #, python-format
2944
+ msgid "alias of TypeVar(%s)"
2945
+ msgstr ""
2946
+
2947
+ #: sphinx/ext/autodoc/__init__.py:2167 sphinx/ext/autodoc/__init__.py:2264
2948
+ #, python-format
2949
+ msgid "Failed to get a method signature for %s: %s"
2950
+ msgstr ""
2951
+
2952
+ #: sphinx/ext/autodoc/__init__.py:2395
2953
+ #, python-format
2954
+ msgid "Invalid __slots__ found on %s. Ignored."
2955
+ msgstr ""
2956
+
2957
+ #: sphinx/ext/autodoc/preserve_defaults.py:183
2958
+ #, python-format
2959
+ msgid "Failed to parse a default argument value for %r: %s"
2960
+ msgstr ""
2961
+
2962
+ #: sphinx/ext/autodoc/type_comment.py:131
2963
+ #, python-format
2964
+ msgid "Failed to update signature for %r: parameter not found: %s"
2965
+ msgstr ""
2966
+
2967
+ #: sphinx/ext/autodoc/type_comment.py:134
2968
+ #, python-format
2969
+ msgid "Failed to parse type_comment for %r: %s"
2970
+ msgstr ""
2971
+
2972
+ #: sphinx/ext/autosummary/__init__.py:249
2973
+ #, python-format
2974
+ msgid "autosummary references excluded document %r. Ignored."
2975
+ msgstr ""
2976
+
2977
+ #: sphinx/ext/autosummary/__init__.py:251
2978
+ #, python-format
2979
+ msgid ""
2980
+ "autosummary: stub file not found %r. Check your autosummary_generate "
2981
+ "setting."
2982
+ msgstr ""
2983
+
2984
+ #: sphinx/ext/autosummary/__init__.py:270
2985
+ msgid "A captioned autosummary requires :toctree: option. ignored."
2986
+ msgstr ""
2987
+
2988
+ #: sphinx/ext/autosummary/__init__.py:323
2989
+ #, python-format
2990
+ msgid ""
2991
+ "autosummary: failed to import %s.\n"
2992
+ "Possible hints:\n"
2993
+ "%s"
2994
+ msgstr ""
2995
+
2996
+ #: sphinx/ext/autosummary/__init__.py:337
2997
+ #, python-format
2998
+ msgid "failed to parse name %s"
2999
+ msgstr ""
3000
+
3001
+ #: sphinx/ext/autosummary/__init__.py:342
3002
+ #, python-format
3003
+ msgid "failed to import object %s"
3004
+ msgstr ""
3005
+
3006
+ #: sphinx/ext/autosummary/__init__.py:798
3007
+ #, python-format
3008
+ msgid "autosummary_generate: file not found: %s"
3009
+ msgstr ""
3010
+
3011
+ #: sphinx/ext/autosummary/__init__.py:806
3012
+ msgid ""
3013
+ "autosummary generats .rst files internally. But your source_suffix does not "
3014
+ "contain .rst. Skipped."
3015
+ msgstr ""
3016
+
3017
+ #: sphinx/ext/autosummary/generate.py:200
3018
+ #: sphinx/ext/autosummary/generate.py:358
3019
+ #, python-format
3020
+ msgid ""
3021
+ "autosummary: failed to determine %r to be documented, the following exception was raised:\n"
3022
+ "%s"
3023
+ msgstr ""
3024
+
3025
+ #: sphinx/ext/autosummary/generate.py:470
3026
+ #, python-format
3027
+ msgid "[autosummary] generating autosummary for: %s"
3028
+ msgstr ""
3029
+
3030
+ #: sphinx/ext/autosummary/generate.py:474
3031
+ #, python-format
3032
+ msgid "[autosummary] writing to %s"
3033
+ msgstr ""
3034
+
3035
+ #: sphinx/ext/autosummary/generate.py:517
3036
+ #, python-format
3037
+ msgid ""
3038
+ "[autosummary] failed to import %s.\n"
3039
+ "Possible hints:\n"
3040
+ "%s"
3041
+ msgstr ""
3042
+
3043
+ #: sphinx/ext/autosummary/generate.py:690
3044
+ msgid ""
3045
+ "\n"
3046
+ "Generate ReStructuredText using autosummary directives.\n"
3047
+ "\n"
3048
+ "sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n"
3049
+ "the reStructuredText files from the autosummary directives contained in the\n"
3050
+ "given input files.\n"
3051
+ "\n"
3052
+ "The format of the autosummary directive is documented in the\n"
3053
+ "``sphinx.ext.autosummary`` Python module and can be read using::\n"
3054
+ "\n"
3055
+ " pydoc sphinx.ext.autosummary\n"
3056
+ msgstr ""
3057
+
3058
+ #: sphinx/ext/autosummary/generate.py:707
3059
+ msgid "source files to generate rST files for"
3060
+ msgstr ""
3061
+
3062
+ #: sphinx/ext/autosummary/generate.py:711
3063
+ msgid "directory to place all output in"
3064
+ msgstr ""
3065
+
3066
+ #: sphinx/ext/autosummary/generate.py:714
3067
+ #, python-format
3068
+ msgid "default suffix for files (default: %(default)s)"
3069
+ msgstr ""
3070
+
3071
+ #: sphinx/ext/autosummary/generate.py:718
3072
+ #, python-format
3073
+ msgid "custom template directory (default: %(default)s)"
3074
+ msgstr ""
3075
+
3076
+ #: sphinx/ext/autosummary/generate.py:722
3077
+ #, python-format
3078
+ msgid "document imported members (default: %(default)s)"
3079
+ msgstr ""
3080
+
3081
+ #: sphinx/ext/autosummary/generate.py:726
3082
+ #, python-format
3083
+ msgid ""
3084
+ "document exactly the members in module __all__ attribute. (default: "
3085
+ "%(default)s)"
3086
+ msgstr ""
3087
+
3088
+ #: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:726
3089
+ msgid "Keyword Arguments"
3090
+ msgstr ""
3091
+
3092
+ #: sphinx/ext/napoleon/docstring.py:680
3093
+ msgid "Example"
3094
+ msgstr ""
3095
+
3096
+ #: sphinx/ext/napoleon/docstring.py:681
3097
+ msgid "Examples"
3098
+ msgstr ""
3099
+
3100
+ #: sphinx/ext/napoleon/docstring.py:742
3101
+ msgid "Notes"
3102
+ msgstr ""
3103
+
3104
+ #: sphinx/ext/napoleon/docstring.py:751
3105
+ msgid "Other Parameters"
3106
+ msgstr ""
3107
+
3108
+ #: sphinx/ext/napoleon/docstring.py:787
3109
+ msgid "Receives"
3110
+ msgstr ""
3111
+
3112
+ #: sphinx/ext/napoleon/docstring.py:791
3113
+ msgid "References"
3114
+ msgstr ""
3115
+
3116
+ #: sphinx/ext/napoleon/docstring.py:823
3117
+ msgid "Warns"
3118
+ msgstr ""
3119
+
3120
+ #: sphinx/ext/napoleon/docstring.py:827
3121
+ msgid "Yields"
3122
+ msgstr ""
3123
+
3124
+ #: sphinx/ext/napoleon/docstring.py:985
3125
+ #, python-format
3126
+ msgid "invalid value set (missing closing brace): %s"
3127
+ msgstr ""
3128
+
3129
+ #: sphinx/ext/napoleon/docstring.py:992
3130
+ #, python-format
3131
+ msgid "invalid value set (missing opening brace): %s"
3132
+ msgstr ""
3133
+
3134
+ #: sphinx/ext/napoleon/docstring.py:999
3135
+ #, python-format
3136
+ msgid "malformed string literal (missing closing quote): %s"
3137
+ msgstr ""
3138
+
3139
+ #: sphinx/ext/napoleon/docstring.py:1006
3140
+ #, python-format
3141
+ msgid "malformed string literal (missing opening quote): %s"
3142
+ msgstr ""
3143
+
3144
+ #: sphinx/locale/__init__.py:221
3145
+ msgid "Attention"
3146
+ msgstr ""
3147
+
3148
+ #: sphinx/locale/__init__.py:222
3149
+ msgid "Caution"
3150
+ msgstr ""
3151
+
3152
+ #: sphinx/locale/__init__.py:223
3153
+ msgid "Danger"
3154
+ msgstr ""
3155
+
3156
+ #: sphinx/locale/__init__.py:224
3157
+ msgid "Error"
3158
+ msgstr ""
3159
+
3160
+ #: sphinx/locale/__init__.py:225
3161
+ msgid "Hint"
3162
+ msgstr ""
3163
+
3164
+ #: sphinx/locale/__init__.py:226
3165
+ msgid "Important"
3166
+ msgstr ""
3167
+
3168
+ #: sphinx/locale/__init__.py:227
3169
+ msgid "Note"
3170
+ msgstr ""
3171
+
3172
+ #: sphinx/locale/__init__.py:228
3173
+ msgid "See also"
3174
+ msgstr ""
3175
+
3176
+ #: sphinx/locale/__init__.py:229
3177
+ msgid "Tip"
3178
+ msgstr ""
3179
+
3180
+ #: sphinx/locale/__init__.py:230
3181
+ msgid "Warning"
3182
+ msgstr ""
3183
+
3184
+ #: sphinx/templates/latex/longtable.tex_t:52
3185
+ #: sphinx/templates/latex/sphinxmessages.sty_t:8
3186
+ msgid "continued from previous page"
3187
+ msgstr ""
3188
+
3189
+ #: sphinx/templates/latex/longtable.tex_t:63
3190
+ #: sphinx/templates/latex/sphinxmessages.sty_t:9
3191
+ msgid "continues on next page"
3192
+ msgstr ""
3193
+
3194
+ #: sphinx/templates/latex/sphinxmessages.sty_t:10
3195
+ msgid "Non-alphabetical"
3196
+ msgstr ""
3197
+
3198
+ #: sphinx/templates/latex/sphinxmessages.sty_t:12
3199
+ msgid "Numbers"
3200
+ msgstr ""
3201
+
3202
+ #: sphinx/templates/latex/sphinxmessages.sty_t:13
3203
+ msgid "page"
3204
+ msgstr ""
3205
+
3206
+ #: sphinx/themes/agogo/layout.html:38 sphinx/themes/basic/globaltoc.html:10
3207
+ #: sphinx/themes/basic/localtoc.html:12 sphinx/themes/scrolls/layout.html:41
3208
+ msgid "Table of Contents"
3209
+ msgstr ""
3210
+
3211
+ #: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141
3212
+ #: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:22
3213
+ msgid "Search"
3214
+ msgstr ""
3215
+
3216
+ #: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16
3217
+ #: sphinx/themes/basic/searchfield.html:18
3218
+ msgid "Go"
3219
+ msgstr ""
3220
+
3221
+ #: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15
3222
+ msgid "Show Source"
3223
+ msgstr ""
3224
+
3225
+ #: sphinx/themes/basic/defindex.html:11
3226
+ msgid "Overview"
3227
+ msgstr ""
3228
+
3229
+ #: sphinx/themes/basic/defindex.html:15
3230
+ msgid "Welcome! This is"
3231
+ msgstr ""
3232
+
3233
+ #: sphinx/themes/basic/defindex.html:16
3234
+ msgid "the documentation for"
3235
+ msgstr ""
3236
+
3237
+ #: sphinx/themes/basic/defindex.html:17
3238
+ msgid "last updated"
3239
+ msgstr ""
3240
+
3241
+ #: sphinx/themes/basic/defindex.html:20
3242
+ msgid "Indices and tables:"
3243
+ msgstr ""
3244
+
3245
+ #: sphinx/themes/basic/defindex.html:23
3246
+ msgid "Complete Table of Contents"
3247
+ msgstr ""
3248
+
3249
+ #: sphinx/themes/basic/defindex.html:24
3250
+ msgid "lists all sections and subsections"
3251
+ msgstr ""
3252
+
3253
+ #: sphinx/themes/basic/defindex.html:26
3254
+ msgid "search this documentation"
3255
+ msgstr ""
3256
+
3257
+ #: sphinx/themes/basic/defindex.html:28
3258
+ msgid "Global Module Index"
3259
+ msgstr ""
3260
+
3261
+ #: sphinx/themes/basic/defindex.html:29
3262
+ msgid "quick access to all modules"
3263
+ msgstr ""
3264
+
3265
+ #: sphinx/themes/basic/defindex.html:31
3266
+ msgid "all functions, classes, terms"
3267
+ msgstr ""
3268
+
3269
+ #: sphinx/themes/basic/genindex-single.html:33
3270
+ #, python-format
3271
+ msgid "Index &ndash; %(key)s"
3272
+ msgstr ""
3273
+
3274
+ #: sphinx/themes/basic/genindex-single.html:61
3275
+ #: sphinx/themes/basic/genindex-split.html:24
3276
+ #: sphinx/themes/basic/genindex-split.html:38
3277
+ #: sphinx/themes/basic/genindex.html:73
3278
+ msgid "Full index on one page"
3279
+ msgstr ""
3280
+
3281
+ #: sphinx/themes/basic/genindex-split.html:16
3282
+ msgid "Index pages by letter"
3283
+ msgstr ""
3284
+
3285
+ #: sphinx/themes/basic/genindex-split.html:25
3286
+ msgid "can be huge"
3287
+ msgstr ""
3288
+
3289
+ #: sphinx/themes/basic/layout.html:26
3290
+ msgid "Navigation"
3291
+ msgstr ""
3292
+
3293
+ #: sphinx/themes/basic/layout.html:126
3294
+ #, python-format
3295
+ msgid "Search within %(docstitle)s"
3296
+ msgstr ""
3297
+
3298
+ #: sphinx/themes/basic/layout.html:135
3299
+ msgid "About these documents"
3300
+ msgstr ""
3301
+
3302
+ #: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188
3303
+ #: sphinx/themes/basic/layout.html:190
3304
+ msgid "Copyright"
3305
+ msgstr ""
3306
+
3307
+ #: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200
3308
+ #, python-format
3309
+ msgid "&#169; %(copyright_prefix)s %(copyright)s."
3310
+ msgstr ""
3311
+
3312
+ #: sphinx/themes/basic/layout.html:212
3313
+ #, python-format
3314
+ msgid "Last updated on %(last_updated)s."
3315
+ msgstr ""
3316
+
3317
+ #: sphinx/themes/basic/layout.html:215
3318
+ #, python-format
3319
+ msgid ""
3320
+ "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
3321
+ "%(sphinx_version)s."
3322
+ msgstr ""
3323
+
3324
+ #: sphinx/themes/basic/opensearch.xml:4
3325
+ #, python-format
3326
+ msgid "Search %(docstitle)s"
3327
+ msgstr ""
3328
+
3329
+ #: sphinx/themes/basic/relations.html:12
3330
+ msgid "Previous topic"
3331
+ msgstr ""
3332
+
3333
+ #: sphinx/themes/basic/relations.html:14
3334
+ msgid "previous chapter"
3335
+ msgstr ""
3336
+
3337
+ #: sphinx/themes/basic/relations.html:19
3338
+ msgid "Next topic"
3339
+ msgstr ""
3340
+
3341
+ #: sphinx/themes/basic/relations.html:21
3342
+ msgid "next chapter"
3343
+ msgstr ""
3344
+
3345
+ #: sphinx/themes/basic/search.html:27
3346
+ msgid ""
3347
+ "Please activate JavaScript to enable the search\n"
3348
+ " functionality."
3349
+ msgstr ""
3350
+
3351
+ #: sphinx/themes/basic/search.html:35
3352
+ msgid ""
3353
+ "Searching for multiple words only shows matches that contain\n"
3354
+ " all words."
3355
+ msgstr ""
3356
+
3357
+ #: sphinx/themes/basic/search.html:42
3358
+ msgid "search"
3359
+ msgstr ""
3360
+
3361
+ #: sphinx/themes/basic/search.html:48
3362
+ #: sphinx/themes/basic/static/searchtools.js:112
3363
+ msgid "Search Results"
3364
+ msgstr ""
3365
+
3366
+ #: sphinx/themes/basic/search.html:50
3367
+ #: sphinx/themes/basic/static/searchtools.js:114
3368
+ msgid ""
3369
+ "Your search did not match any documents. Please make sure that all words are"
3370
+ " spelled correctly and that you've selected enough categories."
3371
+ msgstr ""
3372
+
3373
+ #: sphinx/themes/basic/searchbox.html:12
3374
+ msgid "Quick search"
3375
+ msgstr ""
3376
+
3377
+ #: sphinx/themes/basic/sourcelink.html:12
3378
+ msgid "This Page"
3379
+ msgstr ""
3380
+
3381
+ #: sphinx/themes/basic/changes/frameset.html:5
3382
+ #: sphinx/themes/basic/changes/versionchanges.html:12
3383
+ #, python-format
3384
+ msgid "Changes in Version %(version)s &#8212; %(docstitle)s"
3385
+ msgstr ""
3386
+
3387
+ #: sphinx/themes/basic/changes/rstsource.html:5
3388
+ #, python-format
3389
+ msgid "%(filename)s &#8212; %(docstitle)s"
3390
+ msgstr ""
3391
+
3392
+ #: sphinx/themes/basic/changes/versionchanges.html:17
3393
+ #, python-format
3394
+ msgid "Automatically generated list of changes in version %(version)s"
3395
+ msgstr ""
3396
+
3397
+ #: sphinx/themes/basic/changes/versionchanges.html:18
3398
+ msgid "Library changes"
3399
+ msgstr ""
3400
+
3401
+ #: sphinx/themes/basic/changes/versionchanges.html:23
3402
+ msgid "C API changes"
3403
+ msgstr ""
3404
+
3405
+ #: sphinx/themes/basic/changes/versionchanges.html:25
3406
+ msgid "Other changes"
3407
+ msgstr ""
3408
+
3409
+ #: sphinx/themes/basic/static/searchtools.js:118
3410
+ msgid ""
3411
+ "Search finished, found ${resultCount} page(s) matching the search query."
3412
+ msgstr ""
3413
+
3414
+ #: sphinx/themes/basic/static/searchtools.js:217
3415
+ msgid "Searching"
3416
+ msgstr ""
3417
+
3418
+ #: sphinx/themes/basic/static/searchtools.js:233
3419
+ msgid "Preparing search..."
3420
+ msgstr ""
3421
+
3422
+ #: sphinx/themes/basic/static/searchtools.js:421
3423
+ msgid ", in "
3424
+ msgstr ""
3425
+
3426
+ #: sphinx/themes/basic/static/sphinx_highlight.js:112
3427
+ msgid "Hide Search Matches"
3428
+ msgstr ""
3429
+
3430
+ #: sphinx/themes/classic/layout.html:20
3431
+ #: sphinx/themes/classic/static/sidebar.js_t:57
3432
+ msgid "Collapse sidebar"
3433
+ msgstr ""
3434
+
3435
+ #: sphinx/themes/classic/static/sidebar.js_t:48
3436
+ msgid "Expand sidebar"
3437
+ msgstr ""
3438
+
3439
+ #: sphinx/themes/haiku/layout.html:24
3440
+ msgid "Contents"
3441
+ msgstr ""
3442
+
3443
+ #: sphinx/transforms/__init__.py:126
3444
+ msgid "could not calculate translation progress!"
3445
+ msgstr ""
3446
+
3447
+ #: sphinx/transforms/__init__.py:131
3448
+ msgid "no translated elements!"
3449
+ msgstr ""
3450
+
3451
+ #: sphinx/transforms/__init__.py:238
3452
+ #, python-format
3453
+ msgid ""
3454
+ "4 column based index found. It might be a bug of extensions you use: %r"
3455
+ msgstr ""
3456
+
3457
+ #: sphinx/transforms/__init__.py:277
3458
+ #, python-format
3459
+ msgid "Footnote [%s] is not referenced."
3460
+ msgstr ""
3461
+
3462
+ #: sphinx/transforms/__init__.py:283
3463
+ msgid "Footnote [#] is not referenced."
3464
+ msgstr ""
3465
+
3466
+ #: sphinx/transforms/i18n.py:205 sphinx/transforms/i18n.py:272
3467
+ msgid ""
3468
+ "inconsistent footnote references in translated message. original: {0}, "
3469
+ "translated: {1}"
3470
+ msgstr ""
3471
+
3472
+ #: sphinx/transforms/i18n.py:245
3473
+ msgid ""
3474
+ "inconsistent references in translated message. original: {0}, translated: "
3475
+ "{1}"
3476
+ msgstr ""
3477
+
3478
+ #: sphinx/transforms/i18n.py:287
3479
+ msgid ""
3480
+ "inconsistent citation references in translated message. original: {0}, "
3481
+ "translated: {1}"
3482
+ msgstr ""
3483
+
3484
+ #: sphinx/transforms/i18n.py:304
3485
+ msgid ""
3486
+ "inconsistent term references in translated message. original: {0}, "
3487
+ "translated: {1}"
3488
+ msgstr ""
3489
+
3490
+ #: sphinx/transforms/post_transforms/__init__.py:116
3491
+ msgid ""
3492
+ "Could not determine the fallback text for the cross-reference. Might be a "
3493
+ "bug."
3494
+ msgstr ""
3495
+
3496
+ #: sphinx/transforms/post_transforms/__init__.py:158
3497
+ #, python-format
3498
+ msgid "more than one target found for 'any' cross-reference %r: could be %s"
3499
+ msgstr ""
3500
+
3501
+ #: sphinx/transforms/post_transforms/__init__.py:209
3502
+ #, python-format
3503
+ msgid "%s:%s reference target not found: %s"
3504
+ msgstr ""
3505
+
3506
+ #: sphinx/transforms/post_transforms/__init__.py:212
3507
+ #, python-format
3508
+ msgid "%r reference target not found: %s"
3509
+ msgstr ""
3510
+
3511
+ #: sphinx/transforms/post_transforms/images.py:80
3512
+ #, python-format
3513
+ msgid "Could not fetch remote image: %s [%d]"
3514
+ msgstr ""
3515
+
3516
+ #: sphinx/transforms/post_transforms/images.py:108
3517
+ #, python-format
3518
+ msgid "Could not fetch remote image: %s [%s]"
3519
+ msgstr ""
3520
+
3521
+ #: sphinx/transforms/post_transforms/images.py:126
3522
+ #, python-format
3523
+ msgid "Unknown image format: %s..."
3524
+ msgstr ""
3525
+
3526
+ #: sphinx/util/__init__.py:167
3527
+ #, python-format
3528
+ msgid "undecodable source characters, replacing with \"?\": %r"
3529
+ msgstr ""
3530
+
3531
+ #: sphinx/util/display.py:77
3532
+ msgid "skipped"
3533
+ msgstr ""
3534
+
3535
+ #: sphinx/util/display.py:82
3536
+ msgid "failed"
3537
+ msgstr ""
3538
+
3539
+ #: sphinx/util/docfields.py:88
3540
+ #, python-format
3541
+ msgid ""
3542
+ "Problem in %s domain: field is supposed to use role '%s', but that role is "
3543
+ "not in the domain."
3544
+ msgstr ""
3545
+
3546
+ #: sphinx/util/docutils.py:311
3547
+ #, python-format
3548
+ msgid "unknown directive or role name: %s:%s"
3549
+ msgstr ""
3550
+
3551
+ #: sphinx/util/docutils.py:605
3552
+ #, python-format
3553
+ msgid "unknown node type: %r"
3554
+ msgstr ""
3555
+
3556
+ #: sphinx/util/i18n.py:63
3557
+ #, python-format
3558
+ msgid "reading error: %s, %s"
3559
+ msgstr ""
3560
+
3561
+ #: sphinx/util/i18n.py:70
3562
+ #, python-format
3563
+ msgid "writing error: %s, %s"
3564
+ msgstr ""
3565
+
3566
+ #: sphinx/util/i18n.py:94
3567
+ #, python-format
3568
+ msgid "locale_dir %s does not exist"
3569
+ msgstr ""
3570
+
3571
+ #: sphinx/util/i18n.py:185
3572
+ #, python-format
3573
+ msgid ""
3574
+ "Invalid date format. Quote the string by single quote if you want to output "
3575
+ "it directly: %s"
3576
+ msgstr ""
3577
+
3578
+ #: sphinx/util/nodes.py:378
3579
+ #, python-format
3580
+ msgid ""
3581
+ "%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead."
3582
+ msgstr ""
3583
+
3584
+ #: sphinx/util/nodes.py:426
3585
+ #, python-format
3586
+ msgid "toctree contains ref to nonexisting file %r"
3587
+ msgstr ""
3588
+
3589
+ #: sphinx/util/nodes.py:627
3590
+ #, python-format
3591
+ msgid "exception while evaluating only directive expression: %s"
3592
+ msgstr ""
3593
+
3594
+ #: sphinx/util/rst.py:70
3595
+ #, python-format
3596
+ msgid "default role %s not found"
3597
+ msgstr ""
3598
+
3599
+ #: sphinx/writers/html5.py:100 sphinx/writers/html5.py:109
3600
+ msgid "Link to this definition"
3601
+ msgstr "Ligazón a esta definición"
3602
+
3603
+ #: sphinx/writers/html5.py:397
3604
+ #, python-format
3605
+ msgid "numfig_format is not defined for %s"
3606
+ msgstr ""
3607
+
3608
+ #: sphinx/writers/html5.py:407
3609
+ #, python-format
3610
+ msgid "Any IDs not assigned for %s node"
3611
+ msgstr ""
3612
+
3613
+ #: sphinx/writers/html5.py:462
3614
+ msgid "Link to this term"
3615
+ msgstr "Ligazón a este termo"
3616
+
3617
+ #: sphinx/writers/html5.py:485 sphinx/writers/html5.py:490
3618
+ msgid "Link to this heading"
3619
+ msgstr "Ligazón a este título"
3620
+
3621
+ #: sphinx/writers/html5.py:494
3622
+ msgid "Link to this table"
3623
+ msgstr "Ligazón a esta táboa"
3624
+
3625
+ #: sphinx/writers/html5.py:537
3626
+ msgid "Link to this code"
3627
+ msgstr "Ligazón a este código"
3628
+
3629
+ #: sphinx/writers/html5.py:539
3630
+ msgid "Link to this image"
3631
+ msgstr "Ligazón a esta imaxe"
3632
+
3633
+ #: sphinx/writers/html5.py:541
3634
+ msgid "Link to this toctree"
3635
+ msgstr "Ligazón a esta árbore de índice"
3636
+
3637
+ #: sphinx/writers/html5.py:679
3638
+ msgid "Could not obtain image size. :scale: option is ignored."
3639
+ msgstr ""
3640
+
3641
+ #: sphinx/writers/latex.py:335
3642
+ #, python-format
3643
+ msgid "unknown %r toplevel_sectioning for class %r"
3644
+ msgstr ""
3645
+
3646
+ #: sphinx/writers/latex.py:386
3647
+ msgid "too large :maxdepth:, ignored."
3648
+ msgstr ""
3649
+
3650
+ #: sphinx/writers/latex.py:625
3651
+ msgid "document title is not a single Text node"
3652
+ msgstr ""
3653
+
3654
+ #: sphinx/writers/latex.py:656 sphinx/writers/texinfo.py:622
3655
+ msgid ""
3656
+ "encountered title node not in section, topic, table, admonition or sidebar"
3657
+ msgstr ""
3658
+
3659
+ #: sphinx/writers/latex.py:959 sphinx/writers/manpage.py:258
3660
+ #: sphinx/writers/texinfo.py:637
3661
+ msgid "Footnotes"
3662
+ msgstr "Notas a rodapé"
3663
+
3664
+ #: sphinx/writers/latex.py:1028
3665
+ msgid ""
3666
+ "both tabularcolumns and :widths: option are given. :widths: is ignored."
3667
+ msgstr "indícanse tanto a opción «tabularcolumns» como «:widths:». Ignorase «:widths:»."
3668
+
3669
+ #: sphinx/writers/latex.py:1388
3670
+ #, python-format
3671
+ msgid "dimension unit %s is invalid. Ignored."
3672
+ msgstr "a unidade de dimensión %s non é válida. Ignorado."
3673
+
3674
+ #: sphinx/writers/latex.py:1722
3675
+ #, python-format
3676
+ msgid "unknown index entry type %s found"
3677
+ msgstr "atopouse o tipo descoñecido de entrada de índice %s"
3678
+
3679
+ #: sphinx/writers/manpage.py:306 sphinx/writers/text.py:917
3680
+ #, python-format
3681
+ msgid "[image: %s]"
3682
+ msgstr "[imaxe: %s]"
3683
+
3684
+ #: sphinx/writers/manpage.py:307 sphinx/writers/text.py:918
3685
+ msgid "[image]"
3686
+ msgstr "[imaxe]"
3687
+
3688
+ #: sphinx/writers/texinfo.py:1193
3689
+ msgid "caption not inside a figure."
3690
+ msgstr "a lenda non se atopa nunha figura."
3691
+
3692
+ #: sphinx/writers/texinfo.py:1280
3693
+ #, python-format
3694
+ msgid "unimplemented node type: %r"
3695
+ msgstr "tipo de nodo non implementado: %r"