mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update message catalog
This commit is contained in:
parent
ab878f25e6
commit
f85ee252af
@ -1,23 +1,23 @@
|
||||
# Translations template for Sphinx.
|
||||
# Copyright (C) 2017 ORGANIZATION
|
||||
# Copyright (C) 2018 ORGANIZATION
|
||||
# This file is distributed under the same license as the Sphinx project.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Sphinx 1.6.2\n"
|
||||
"Project-Id-Version: Sphinx 1.7\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2017-05-25 11:17+0900\n"
|
||||
"POT-Creation-Date: 2018-01-15 21:58+0900\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.4.0\n"
|
||||
"Generated-By: Babel 2.5.1\n"
|
||||
|
||||
#: sphinx/application.py:181
|
||||
#: sphinx/application.py:177
|
||||
#, python-format
|
||||
msgid ""
|
||||
"This project needs at least Sphinx v%s and therefore cannot be built with"
|
||||
@ -57,103 +57,106 @@ msgstr ""
|
||||
msgid "No builder selected, using default: html"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:341
|
||||
#: sphinx/application.py:334
|
||||
msgid "succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:341
|
||||
#: sphinx/application.py:334
|
||||
msgid "finished with problems"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:343
|
||||
#: sphinx/application.py:336
|
||||
#, python-format
|
||||
msgid "build %s, %s warning%s."
|
||||
msgid "build %s, %s warning."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:347
|
||||
#: sphinx/application.py:340
|
||||
#, python-format
|
||||
msgid "build %s."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:506
|
||||
#: sphinx/application.py:461
|
||||
#, python-format
|
||||
msgid "Config value %r already present"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:518
|
||||
#, python-format
|
||||
msgid "Change of translator for the %s builder."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:526
|
||||
#: sphinx/application.py:480
|
||||
#, python-format
|
||||
msgid ""
|
||||
"while setting up extension %s: node class %r is already registered, its "
|
||||
"visitors will be overridden"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:535
|
||||
#: sphinx/application.py:489
|
||||
#, python-format
|
||||
msgid "Value for key %r must be a (visit, depart) function tuple"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:582
|
||||
#: sphinx/application.py:529
|
||||
#, python-format
|
||||
msgid ""
|
||||
"while setting up extension %s: directive %r is already registered, it "
|
||||
"will be overridden"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/application.py:593 sphinx/application.py:605
|
||||
#: sphinx/application.py:540 sphinx/application.py:552
|
||||
#, python-format
|
||||
msgid ""
|
||||
"while setting up extension %s: role %r is already registered, it will be "
|
||||
"overridden"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:127
|
||||
#: sphinx/application.py:699
|
||||
#, python-format
|
||||
msgid ""
|
||||
"the %s extension does not declare if it is safe for parallel %sing, "
|
||||
"assuming it isn't - please ask the extension author to check and make it "
|
||||
"explicit"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:133
|
||||
#, python-format
|
||||
msgid "Section %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:128
|
||||
#: sphinx/config.py:134
|
||||
#, python-format
|
||||
msgid "Fig. %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:129
|
||||
#: sphinx/config.py:135
|
||||
#, python-format
|
||||
msgid "Table %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:130
|
||||
#: sphinx/config.py:136
|
||||
#, python-format
|
||||
msgid "Listing %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:236
|
||||
#: sphinx/config.py:249
|
||||
#, python-format
|
||||
msgid ""
|
||||
"cannot override dictionary config setting %r, ignoring (use %r to set "
|
||||
"individual elements)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:245
|
||||
#: sphinx/config.py:258
|
||||
#, python-format
|
||||
msgid "invalid number %r for config value %r, ignoring"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:250
|
||||
#: sphinx/config.py:263
|
||||
#, python-format
|
||||
msgid "cannot override config setting %r with unsupported type, ignoring"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:280
|
||||
#: sphinx/config.py:293
|
||||
#, python-format
|
||||
msgid "unknown config value %r in override, ignoring"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/config.py:299
|
||||
#: sphinx/config.py:313
|
||||
#, python-format
|
||||
msgid "No such config value: %s"
|
||||
msgstr ""
|
||||
@ -182,85 +185,105 @@ msgid ""
|
||||
"cannot be built with the loaded version (%s)."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:56
|
||||
#: sphinx/registry.py:73
|
||||
#, python-format
|
||||
msgid "Builder class %s has no \"name\" attribute"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:58
|
||||
#: sphinx/registry.py:75
|
||||
#, python-format
|
||||
msgid "Builder %r already exists (in module %s)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:72
|
||||
#: sphinx/registry.py:89
|
||||
#, python-format
|
||||
msgid "Builder name %s not registered or available through entry point"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:80
|
||||
#: sphinx/registry.py:97
|
||||
#, python-format
|
||||
msgid "Builder name %s not registered"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:87
|
||||
#: sphinx/registry.py:105
|
||||
#, python-format
|
||||
msgid "domain %s already registered"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:102 sphinx/registry.py:112 sphinx/registry.py:119
|
||||
#: sphinx/registry.py:125
|
||||
#: sphinx/registry.py:130 sphinx/registry.py:142 sphinx/registry.py:150
|
||||
#: sphinx/registry.py:158
|
||||
#, python-format
|
||||
msgid "domain %s not yet registered"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:104
|
||||
#: sphinx/registry.py:132
|
||||
#, python-format
|
||||
msgid "new domain not a subclass of registered %s domain"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:160
|
||||
#: sphinx/registry.py:204
|
||||
#, python-format
|
||||
msgid "source_parser for %r is already registered"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:187
|
||||
#: sphinx/registry.py:217
|
||||
#, python-format
|
||||
msgid "Source parser for %s not registered"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:238
|
||||
#, python-format
|
||||
msgid "source_input for %r is already registered"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:253
|
||||
#, python-format
|
||||
msgid "source_input for %s not registered"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:259
|
||||
#, python-format
|
||||
msgid "Change of translator for the %s builder."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:304
|
||||
#, python-format
|
||||
msgid ""
|
||||
"the extension %r was already merged with Sphinx since version %s; this "
|
||||
"extension is ignored."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:198
|
||||
#: sphinx/registry.py:315
|
||||
msgid "Original exception:\n"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:199
|
||||
#: sphinx/registry.py:316
|
||||
#, python-format
|
||||
msgid "Could not import extension %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:202
|
||||
#: sphinx/registry.py:319
|
||||
#, python-format
|
||||
msgid ""
|
||||
"extension %r has no setup() function; is it really a Sphinx extension "
|
||||
"module?"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:211
|
||||
#: sphinx/registry.py:328
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The %s extension used by this project needs at least Sphinx v%s; it "
|
||||
"therefore cannot be built with this version."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/registry.py:221
|
||||
#: sphinx/registry.py:338
|
||||
#, python-format
|
||||
msgid ""
|
||||
"extension %r returned an unsupported object from its setup() function; it"
|
||||
" should return None or a metadata dictionary"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/roles.py:200
|
||||
#: sphinx/roles.py:202
|
||||
#, python-format
|
||||
msgid "Python Enhancement Proposals; PEP %s"
|
||||
msgstr ""
|
||||
@ -285,64 +308,64 @@ msgstr ""
|
||||
msgid "setting %s.%s occurs in none of the searched theme configs"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/theming.py:237
|
||||
#: sphinx/theming.py:238
|
||||
#, python-format
|
||||
msgid "Theme extension %r does not respond correctly."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/theming.py:264
|
||||
#: sphinx/theming.py:265
|
||||
#, python-format
|
||||
msgid "file %r on theme path is not a valid zipfile or contains no theme"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/theming.py:280
|
||||
#: sphinx/theming.py:281
|
||||
msgid ""
|
||||
"sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. "
|
||||
"Please install it manually.(pip install sphinx_rtd_theme)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/theming.py:284
|
||||
#: sphinx/theming.py:285
|
||||
#, python-format
|
||||
msgid "no theme named %r found (missing theme.conf?)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/changes.py:86
|
||||
#: sphinx/builders/changes.py:85
|
||||
msgid "Builtins"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/changes.py:88
|
||||
#: sphinx/builders/changes.py:87
|
||||
msgid "Module level"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/html.py:397 sphinx/transforms/__init__.py:122
|
||||
#: sphinx/writers/latex.py:561 sphinx/writers/manpage.py:110
|
||||
#: sphinx/builders/html.py:399 sphinx/transforms/__init__.py:126
|
||||
#: sphinx/writers/latex.py:583 sphinx/writers/manpage.py:110
|
||||
#: sphinx/writers/texinfo.py:241
|
||||
#, python-format
|
||||
msgid "%b %d, %Y"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/html.py:415 sphinx/themes/basic/defindex.html:30
|
||||
#: sphinx/builders/html.py:417 sphinx/themes/basic/defindex.html:30
|
||||
msgid "General Index"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/html.py:415
|
||||
#: sphinx/builders/html.py:417
|
||||
msgid "index"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/html.py:479
|
||||
#: sphinx/builders/html.py:481
|
||||
msgid "next"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/html.py:488
|
||||
#: sphinx/builders/html.py:490
|
||||
msgid "previous"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/html.py:1351
|
||||
#: sphinx/builders/html.py:1386
|
||||
#, python-format
|
||||
msgid "%s %s documentation"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/builders/latex.py:199 sphinx/builders/texinfo.py:217
|
||||
#: sphinx/builders/latex.py:205 sphinx/builders/texinfo.py:224
|
||||
msgid " (in "
|
||||
msgstr ""
|
||||
|
||||
@ -402,17 +425,17 @@ msgstr ""
|
||||
msgid "Author: "
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/__init__.py:315
|
||||
#: sphinx/domains/__init__.py:334
|
||||
#, python-format
|
||||
msgid "%s %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:4436
|
||||
#: sphinx/domains/c.py:65 sphinx/domains/cpp.py:5441
|
||||
#: sphinx/domains/python.py:177
|
||||
msgid "Parameters"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:4445
|
||||
#: sphinx/domains/c.py:68 sphinx/domains/cpp.py:5450
|
||||
#: sphinx/domains/javascript.py:210 sphinx/domains/python.py:189
|
||||
msgid "Returns"
|
||||
msgstr ""
|
||||
@ -447,12 +470,12 @@ msgstr ""
|
||||
msgid "%s (C variable)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/c.py:257 sphinx/domains/cpp.py:4820
|
||||
#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:696
|
||||
#: sphinx/domains/c.py:257 sphinx/domains/cpp.py:5864
|
||||
#: sphinx/domains/javascript.py:299 sphinx/domains/python.py:706
|
||||
msgid "function"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:4821
|
||||
#: sphinx/domains/c.py:258 sphinx/domains/cpp.py:5865
|
||||
msgid "member"
|
||||
msgstr ""
|
||||
|
||||
@ -460,7 +483,7 @@ msgstr ""
|
||||
msgid "macro"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/c.py:260 sphinx/domains/cpp.py:4822
|
||||
#: sphinx/domains/c.py:260 sphinx/domains/cpp.py:5866
|
||||
msgid "type"
|
||||
msgstr ""
|
||||
|
||||
@ -468,72 +491,72 @@ msgstr ""
|
||||
msgid "variable"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4439
|
||||
#: sphinx/domains/cpp.py:5444
|
||||
msgid "Template Parameters"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4442 sphinx/domains/javascript.py:207
|
||||
#: sphinx/domains/cpp.py:5447 sphinx/domains/javascript.py:207
|
||||
msgid "Throws"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4607
|
||||
#: sphinx/domains/cpp.py:5629
|
||||
#, python-format
|
||||
msgid "%s (C++ type)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4617
|
||||
#: sphinx/domains/cpp.py:5639
|
||||
#, python-format
|
||||
msgid "%s (C++ concept)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4627
|
||||
#: sphinx/domains/cpp.py:5649
|
||||
#, python-format
|
||||
msgid "%s (C++ member)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4637
|
||||
#: sphinx/domains/cpp.py:5659
|
||||
#, python-format
|
||||
msgid "%s (C++ function)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4647
|
||||
#: sphinx/domains/cpp.py:5669
|
||||
#, python-format
|
||||
msgid "%s (C++ class)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4657
|
||||
#: sphinx/domains/cpp.py:5679
|
||||
#, python-format
|
||||
msgid "%s (C++ enum)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4677
|
||||
#: sphinx/domains/cpp.py:5699
|
||||
#, python-format
|
||||
msgid "%s (C++ enumerator)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4819 sphinx/domains/javascript.py:301
|
||||
#: sphinx/domains/python.py:698
|
||||
#: sphinx/domains/cpp.py:5863 sphinx/domains/javascript.py:301
|
||||
#: sphinx/domains/python.py:708
|
||||
msgid "class"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4823
|
||||
#: sphinx/domains/cpp.py:5867
|
||||
msgid "concept"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4824
|
||||
#: sphinx/domains/cpp.py:5868
|
||||
msgid "enum"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/cpp.py:4825
|
||||
#: sphinx/domains/cpp.py:5869
|
||||
msgid "enumerator"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:386
|
||||
#: sphinx/domains/javascript.py:131 sphinx/domains/python.py:396
|
||||
#, python-format
|
||||
msgid "%s() (built-in function)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:451
|
||||
#: sphinx/domains/javascript.py:132 sphinx/domains/python.py:461
|
||||
#, python-format
|
||||
msgid "%s() (%s method)"
|
||||
msgstr ""
|
||||
@ -548,7 +571,7 @@ msgstr ""
|
||||
msgid "%s (global variable or constant)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:489
|
||||
#: sphinx/domains/javascript.py:138 sphinx/domains/python.py:499
|
||||
#, python-format
|
||||
msgid "%s (%s attribute)"
|
||||
msgstr ""
|
||||
@ -557,24 +580,24 @@ msgstr ""
|
||||
msgid "Arguments"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:566
|
||||
#: sphinx/domains/javascript.py:266 sphinx/domains/python.py:576
|
||||
#, python-format
|
||||
msgid "%s (module)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:700
|
||||
#: sphinx/domains/javascript.py:300 sphinx/domains/python.py:710
|
||||
msgid "method"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:697
|
||||
#: sphinx/domains/javascript.py:302 sphinx/domains/python.py:707
|
||||
msgid "data"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:703
|
||||
#: sphinx/domains/javascript.py:303 sphinx/domains/python.py:713
|
||||
msgid "attribute"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:704
|
||||
#: sphinx/domains/javascript.py:304 sphinx/domains/python.py:714
|
||||
#: sphinx/locale/__init__.py:218
|
||||
msgid "module"
|
||||
msgstr ""
|
||||
@ -587,87 +610,87 @@ msgstr ""
|
||||
msgid "Raises"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:387 sphinx/domains/python.py:445
|
||||
#: sphinx/domains/python.py:457 sphinx/domains/python.py:470
|
||||
#: sphinx/domains/python.py:397 sphinx/domains/python.py:455
|
||||
#: sphinx/domains/python.py:467 sphinx/domains/python.py:480
|
||||
#, python-format
|
||||
msgid "%s() (in module %s)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:390
|
||||
#: sphinx/domains/python.py:400
|
||||
#, python-format
|
||||
msgid "%s (built-in variable)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:391 sphinx/domains/python.py:483
|
||||
#: sphinx/domains/python.py:401 sphinx/domains/python.py:493
|
||||
#, python-format
|
||||
msgid "%s (in module %s)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:411
|
||||
#: sphinx/domains/python.py:421
|
||||
#, python-format
|
||||
msgid "%s (built-in class)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:412
|
||||
#: sphinx/domains/python.py:422
|
||||
#, python-format
|
||||
msgid "%s (class in %s)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:449
|
||||
#: sphinx/domains/python.py:459
|
||||
#, python-format
|
||||
msgid "%s() (%s.%s method)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:461
|
||||
#: sphinx/domains/python.py:471
|
||||
#, python-format
|
||||
msgid "%s() (%s.%s static method)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:464
|
||||
#: sphinx/domains/python.py:474
|
||||
#, python-format
|
||||
msgid "%s() (%s static method)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:474
|
||||
#: sphinx/domains/python.py:484
|
||||
#, python-format
|
||||
msgid "%s() (%s.%s class method)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:477
|
||||
#: sphinx/domains/python.py:487
|
||||
#, python-format
|
||||
msgid "%s() (%s class method)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:487
|
||||
#: sphinx/domains/python.py:497
|
||||
#, python-format
|
||||
msgid "%s (%s.%s attribute)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:625
|
||||
#: sphinx/domains/python.py:635
|
||||
msgid "Python Module Index"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:626
|
||||
#: sphinx/domains/python.py:636
|
||||
msgid "modules"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:674
|
||||
#: sphinx/domains/python.py:684
|
||||
msgid "Deprecated"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:699 sphinx/locale/__init__.py:222
|
||||
#: sphinx/domains/python.py:709 sphinx/locale/__init__.py:222
|
||||
msgid "exception"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:701
|
||||
#: sphinx/domains/python.py:711
|
||||
msgid "class method"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:702
|
||||
#: sphinx/domains/python.py:712
|
||||
msgid "static method"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/domains/python.py:874
|
||||
#: sphinx/domains/python.py:884
|
||||
msgid " (deprecated)"
|
||||
msgstr ""
|
||||
|
||||
@ -728,8 +751,8 @@ msgstr ""
|
||||
#: sphinx/themes/basic/genindex-split.html:11
|
||||
#: sphinx/themes/basic/genindex-split.html:14
|
||||
#: sphinx/themes/basic/genindex.html:30 sphinx/themes/basic/genindex.html:33
|
||||
#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:149
|
||||
#: sphinx/writers/latex.py:545 sphinx/writers/texinfo.py:517
|
||||
#: sphinx/themes/basic/genindex.html:66 sphinx/themes/basic/layout.html:147
|
||||
#: sphinx/writers/latex.py:550 sphinx/writers/texinfo.py:517
|
||||
msgid "Index"
|
||||
msgstr ""
|
||||
|
||||
@ -741,14 +764,6 @@ msgstr ""
|
||||
msgid "Search Page"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/environment/__init__.py:569
|
||||
#, python-format
|
||||
msgid ""
|
||||
"the %s extension does not declare if it is safe for parallel reading, "
|
||||
"assuming it isn't - please ask the extension author to check and make it "
|
||||
"explicit"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/environment/adapters/indexentries.py:85
|
||||
#, python-format
|
||||
msgid "see %s"
|
||||
@ -763,16 +778,6 @@ msgstr ""
|
||||
msgid "Symbols"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/autodoc.py:1459
|
||||
#, python-format
|
||||
msgid "Bases: %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/autodoc.py:1514
|
||||
#, python-format
|
||||
msgid "alias of :class:`%s`"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/doctest.py:134
|
||||
#, python-format
|
||||
msgid "missing '+' or '-' in '%s' option."
|
||||
@ -783,7 +788,7 @@ msgstr ""
|
||||
msgid "'%s' is not a valid option."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/doctest.py:155
|
||||
#: sphinx/ext/doctest.py:152
|
||||
#, python-format
|
||||
msgid "'%s' is not a valid pyversion option"
|
||||
msgstr ""
|
||||
@ -833,12 +838,12 @@ msgstr ""
|
||||
msgid "graphviz_output_format must be one of 'png', 'svg', but is %r"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/graphviz.py:336 sphinx/ext/graphviz.py:345
|
||||
#: sphinx/ext/graphviz.py:338 sphinx/ext/graphviz.py:347
|
||||
#, python-format
|
||||
msgid "[graph: %s]"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/graphviz.py:338 sphinx/ext/graphviz.py:347
|
||||
#: sphinx/ext/graphviz.py:340 sphinx/ext/graphviz.py:349
|
||||
msgid "[graph]"
|
||||
msgstr ""
|
||||
|
||||
@ -857,11 +862,11 @@ msgid ""
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/imgmath.py:274 sphinx/ext/jsmath.py:39 sphinx/ext/mathjax.py:40
|
||||
#: sphinx/ext/imgmath.py:339 sphinx/ext/jsmath.py:41 sphinx/ext/mathjax.py:42
|
||||
msgid "Permalink to this equation"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/intersphinx.py:319
|
||||
#: sphinx/ext/intersphinx.py:320
|
||||
#, python-format
|
||||
msgid "(in %s v%s)"
|
||||
msgstr ""
|
||||
@ -870,7 +875,7 @@ msgstr ""
|
||||
msgid "[source]"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/mathbase.py:106
|
||||
#: sphinx/ext/mathbase.py:123
|
||||
#, python-format
|
||||
msgid "duplicate label of equation %s, other instance in %s"
|
||||
msgstr ""
|
||||
@ -879,40 +884,50 @@ msgstr ""
|
||||
msgid "Todo"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/todo.py:149
|
||||
#: sphinx/ext/todo.py:154
|
||||
msgid "<<original entry>>"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/todo.py:152
|
||||
#: sphinx/ext/todo.py:157
|
||||
#, python-format
|
||||
msgid "(The <<original entry>> is located in %s, line %d.)"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/todo.py:161
|
||||
#: sphinx/ext/todo.py:166
|
||||
msgid "original entry"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/viewcode.py:179
|
||||
#: sphinx/ext/viewcode.py:180
|
||||
msgid "[docs]"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/viewcode.py:193
|
||||
#: sphinx/ext/viewcode.py:194
|
||||
msgid "Module code"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/viewcode.py:199
|
||||
#: sphinx/ext/viewcode.py:200
|
||||
#, python-format
|
||||
msgid "<h1>Source code for %s</h1>"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/viewcode.py:225
|
||||
#: sphinx/ext/viewcode.py:226
|
||||
msgid "Overview: module code"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/viewcode.py:226
|
||||
#: sphinx/ext/viewcode.py:227
|
||||
msgid "<h1>All modules for which code is available</h1>"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/autodoc/__init__.py:1109
|
||||
#, python-format
|
||||
msgid "Bases: %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/autodoc/__init__.py:1164
|
||||
#, python-format
|
||||
msgid "alias of :class:`%s`"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/ext/napoleon/__init__.py:320
|
||||
msgid "Keyword Arguments"
|
||||
msgstr ""
|
||||
@ -992,7 +1007,7 @@ msgstr ""
|
||||
msgid "built-in function"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/templates/latex/longtable.tex_t:18
|
||||
#: sphinx/templates/latex/longtable.tex_t:18 sphinx/writers/latex.py:711
|
||||
msgid "continued from previous page"
|
||||
msgstr ""
|
||||
|
||||
@ -1005,13 +1020,13 @@ msgstr ""
|
||||
msgid "Table Of Contents"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:152
|
||||
#: sphinx/themes/agogo/layout.html:51 sphinx/themes/basic/layout.html:150
|
||||
#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23
|
||||
#: sphinx/themes/basic/searchresults.html:10
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/agogo/layout.html:54 sphinx/themes/basic/searchbox.html:15
|
||||
#: sphinx/themes/agogo/layout.html:54 sphinx/themes/basic/searchbox.html:16
|
||||
msgid "Go"
|
||||
msgstr ""
|
||||
|
||||
@ -1087,35 +1102,35 @@ msgstr ""
|
||||
msgid "Navigation"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/layout.html:137
|
||||
#: sphinx/themes/basic/layout.html:135
|
||||
#, python-format
|
||||
msgid "Search within %(docstitle)s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/layout.html:146
|
||||
#: sphinx/themes/basic/layout.html:144
|
||||
msgid "About these documents"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/layout.html:155
|
||||
#: sphinx/themes/basic/layout.html:153
|
||||
msgid "Copyright"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/layout.html:200
|
||||
#: sphinx/themes/basic/layout.html:198
|
||||
#, python-format
|
||||
msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/layout.html:202
|
||||
#: sphinx/themes/basic/layout.html:200
|
||||
#, python-format
|
||||
msgid "© Copyright %(copyright)s."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/layout.html:206
|
||||
#: sphinx/themes/basic/layout.html:204
|
||||
#, python-format
|
||||
msgid "Last updated on %(last_updated)s."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/layout.html:209
|
||||
#: sphinx/themes/basic/layout.html:207
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Created using <a href=\"http://sphinx-doc.org/\">Sphinx</a> "
|
||||
@ -1162,12 +1177,12 @@ msgid "search"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/search.html:43 sphinx/themes/basic/searchresults.html:21
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:295
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:298
|
||||
msgid "Search Results"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/search.html:45 sphinx/themes/basic/searchresults.html:23
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:297
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:300
|
||||
msgid ""
|
||||
"Your search did not match any documents. Please make sure that all words "
|
||||
"are spelled correctly and that you've selected enough categories."
|
||||
@ -1209,19 +1224,19 @@ msgstr ""
|
||||
msgid "Other changes"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/static/doctools.js_t:169 sphinx/writers/html.py:403
|
||||
#: sphinx/writers/html.py:408 sphinx/writers/html5.py:350
|
||||
#: sphinx/writers/html5.py:355
|
||||
#: sphinx/themes/basic/static/doctools.js_t:193 sphinx/writers/html.py:405
|
||||
#: sphinx/writers/html.py:410 sphinx/writers/html5.py:351
|
||||
#: sphinx/writers/html5.py:356
|
||||
msgid "Permalink to this headline"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/static/doctools.js_t:175 sphinx/writers/html.py:124
|
||||
#: sphinx/writers/html.py:135 sphinx/writers/html5.py:94
|
||||
#: sphinx/writers/html5.py:105
|
||||
#: sphinx/themes/basic/static/doctools.js_t:199 sphinx/writers/html.py:126
|
||||
#: sphinx/writers/html.py:137 sphinx/writers/html5.py:95
|
||||
#: sphinx/writers/html5.py:106
|
||||
msgid "Permalink to this definition"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/static/doctools.js_t:208
|
||||
#: sphinx/themes/basic/static/doctools.js_t:232
|
||||
msgid "Hide Search Matches"
|
||||
msgstr ""
|
||||
|
||||
@ -1233,12 +1248,12 @@ msgstr ""
|
||||
msgid "Preparing search..."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:299
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:302
|
||||
#, python-format
|
||||
msgid "Search finished, found %s page(s) matching the search query."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:352
|
||||
#: sphinx/themes/basic/static/searchtools.js_t:355
|
||||
msgid ", in "
|
||||
msgstr ""
|
||||
|
||||
@ -1255,65 +1270,69 @@ msgstr ""
|
||||
msgid "Contents"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/transforms/post_transforms/__init__.py:138
|
||||
#: sphinx/transforms/post_transforms/__init__.py:139
|
||||
#, python-format
|
||||
msgid "more than one target found for 'any' cross-reference %r: could be %s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/transforms/post_transforms/__init__.py:168
|
||||
#: sphinx/transforms/post_transforms/__init__.py:169
|
||||
#, python-format
|
||||
msgid "%s:%s reference target not found: %%(target)s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/transforms/post_transforms/__init__.py:171
|
||||
#: sphinx/transforms/post_transforms/__init__.py:172
|
||||
#, python-format
|
||||
msgid "%r reference target not found: %%(target)s"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/util/docutils.py:171
|
||||
#: sphinx/util/docutils.py:217
|
||||
msgid "when adding directive classes, no additional arguments may be given"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/html.py:412 sphinx/writers/html5.py:359
|
||||
#: sphinx/writers/html.py:414 sphinx/writers/html5.py:360
|
||||
msgid "Permalink to this table"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/html.py:464 sphinx/writers/html5.py:411
|
||||
#: sphinx/writers/html.py:466 sphinx/writers/html5.py:412
|
||||
msgid "Permalink to this code"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/html.py:468 sphinx/writers/html5.py:415
|
||||
#: sphinx/writers/html.py:470 sphinx/writers/html5.py:416
|
||||
msgid "Permalink to this image"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/html.py:470 sphinx/writers/html5.py:417
|
||||
#: sphinx/writers/html.py:472 sphinx/writers/html5.py:418
|
||||
msgid "Permalink to this toctree"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/latex.py:549
|
||||
#: sphinx/writers/latex.py:554
|
||||
msgid "Release"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/latex.py:654
|
||||
#: sphinx/writers/latex.py:714
|
||||
msgid "continues on next page"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/latex.py:718
|
||||
msgid "page"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/latex.py:704
|
||||
#: sphinx/writers/latex.py:768
|
||||
#, python-format
|
||||
msgid "Unknown configure key: latex_elements[%r] is ignored."
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/latex.py:1252 sphinx/writers/manpage.py:275
|
||||
#: sphinx/writers/latex.py:1317 sphinx/writers/manpage.py:275
|
||||
#: sphinx/writers/texinfo.py:670
|
||||
msgid "Footnotes"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:699
|
||||
#: sphinx/writers/manpage.py:331 sphinx/writers/text.py:714
|
||||
#, python-format
|
||||
msgid "[image: %s]"
|
||||
msgstr ""
|
||||
|
||||
#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:700
|
||||
#: sphinx/writers/manpage.py:332 sphinx/writers/text.py:715
|
||||
msgid "[image]"
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user