针对pulse-transit的工具

This commit is contained in:
2025-02-22 16:12:02 +08:00
commit 6bc25b4e3a
7719 changed files with 1530886 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{{ fullname | escape | underline}}
.. currentmodule:: {{ module }}
.. auto{{ objtype }}:: {{ objname }}

View File

@@ -0,0 +1,29 @@
{{ fullname | escape | underline}}
.. currentmodule:: {{ module }}
.. autoclass:: {{ objname }}
{% block methods %}
.. automethod:: __init__
{% if methods %}
.. rubric:: {{ _('Methods') }}
.. autosummary::
{% for item in methods %}
~{{ name }}.{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
{% block attributes %}
{% if attributes %}
.. rubric:: {{ _('Attributes') }}
.. autosummary::
{% for item in attributes %}
~{{ name }}.{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}

View File

@@ -0,0 +1,60 @@
{{ fullname | escape | underline}}
.. automodule:: {{ fullname }}
{% block attributes %}
{% if attributes %}
.. rubric:: {{ _('Module Attributes') }}
.. autosummary::
{% for item in attributes %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
{% block functions %}
{% if functions %}
.. rubric:: {{ _('Functions') }}
.. autosummary::
{% for item in functions %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
{% block classes %}
{% if classes %}
.. rubric:: {{ _('Classes') }}
.. autosummary::
{% for item in classes %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
{% block exceptions %}
{% if exceptions %}
.. rubric:: {{ _('Exceptions') }}
.. autosummary::
{% for item in exceptions %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}
{% block modules %}
{% if modules %}
.. rubric:: Modules
.. autosummary::
:toctree:
:recursive:
{% for item in modules %}
{{ item }}
{%- endfor %}
{% endif %}
{% endblock %}

7
dist/client/sphinx/locale/.tx/config vendored Normal file
View File

@@ -0,0 +1,7 @@
[main]
host = https://www.transifex.com
[o:sphinx-doc:p:sphinx-1:r:sphinx-pot]
file_filter = <lang>/LC_MESSAGES/sphinx.po
source_file = sphinx.pot
source_lang = en

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "ar",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "\u0627\u0644\u0645\u062d\u062a\u0648\u0649",
"Copyright": "\u0627\u0644\u062d\u0642\u0648\u0642",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "\u0627\u0644\u0641\u0647\u0631\u0633 \u0627\u0644\u0639\u0627\u0645",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "\u062a\u062c\u0647\u064a\u0632 \u0627\u0644\u0628\u062d\u062b",
"Navigation": "",
"Next topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u062a\u0627\u0644\u064a",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "\u0627\u0644\u0645\u0648\u0636\u0648\u0639 \u0627\u0644\u0633\u0627\u0628\u0642",
"Quick search": "\u0627\u0644\u0628\u062d\u062b \u0627\u0644\u0633\u0631\u064a\u0639",
"Search": "\u0628\u062d\u062b",
"Search Page": "\u0635\u0641\u062d\u0629 \u0627\u0644\u0628\u062d\u062b",
"Search Results": "\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0628\u062d\u062b",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "\u0627\u0644\u0628\u062d\u062b \u0636\u0645\u0646 %(docstitle)s",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0635\u062f\u0631",
"Table of Contents": "\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a\u0627\u062a",
"This Page": "\u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629",
"Welcome! This is": "\u0623\u0647\u0644\u0627 \u0648\u0633\u0647\u0644\u0627 \u0647\u0630\u0627",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "\u0627\u0644\u0641\u0635\u0644 \u0627\u0644\u062a\u0627\u0644\u064a",
"previous chapter": "\u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0633\u0627\u0628\u0642",
"quick access to all modules": "",
"search": "\u0628\u062d\u062b",
"search this documentation": "",
"the documentation for": "\u0627\u0644\u062a\u0648\u062b\u064a\u0642 \u0644"
},
"plural_expr": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "bg",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "bn",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "\u098f\u0987 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7",
"Automatically generated list of changes in version %(version)s": "\u09b8\u09cd\u09ac\u09df\u0982\u0995\u09cd\u09b0\u09bf\u09df\u09ad\u09be\u09ac\u09c7 \u09a4\u09c8\u09b0\u09c0 %(version)s-\u098f \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be\u0964",
"C API changes": "C API \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "\u09aa\u09c2\u09b0\u09cd\u09a3\u09be\u0999\u09cd\u0997 \u09b8\u09c2\u099a\u09c0\u09aa\u09a4\u09cd\u09b0",
"Contents": "",
"Copyright": "\u0995\u09aa\u09bf\u09b0\u09be\u0987\u099f",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "\u098f\u0995 \u09aa\u09be\u09a4\u09be\u09df \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8",
"General Index": "\u09b8\u09be\u09a7\u09be\u09b0\u09a3 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8",
"Global Module Index": "\u0997\u09cd\u09b2\u09c7\u09be\u09ac\u09be\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8",
"Go": "\u09af\u09be\u09a8",
"Hide Search Matches": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ae\u09cd\u09af\u09be\u099a\u0997\u09c1\u09b2\u09c7\u09be \u09b2\u09c1\u0995\u09be\u09a8",
"Index": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8",
"Index &ndash; %(key)s": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 &ndash; %(key)s",
"Index pages by letter": "\u09ac\u09b0\u09cd\u09a3\u09be\u09a8\u09c1\u09b8\u09be\u09b0\u09c7 \u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u09aa\u09be\u09a4\u09be",
"Indices and tables:": "\u0987\u09a8\u09a1\u09c7\u0995\u09cd\u09b8 \u0993 \u099f\u09c7\u09ac\u09bf\u09b2 \u09b8\u09ae\u09c2\u09b9:",
"Last updated on %(last_updated)s.": "%(last_updated)s \u09b8\u09b0\u09cd\u09ac\u09b6\u09c7\u09b7 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964",
"Library changes": "\u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09bf\u09b0 \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8",
"Navigation": "\u09a8\u09c7\u09ad\u09bf\u0997\u09c7\u09b6\u09a8",
"Next topic": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995",
"Other changes": "\u0985\u09a8\u09cd\u09af\u09be\u09a8\u09cd\u09af \u09aa\u09b0\u09bf\u09ac\u09b0\u09cd\u09a4\u09a8",
"Overview": "\u09ad\u09c1\u09ae\u09bf\u0995\u09be",
"Please activate JavaScript to enable the search\n functionality.": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0985\u09a8\u09c1\u0997\u09cd\u09b0\u09b9\u09aa\u09c2\u09b0\u09cd\u09ac\u0995 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \n \u09b8\u0995\u09cd\u09b0\u09bf\u09df \u0995\u09b0\u09c1\u09a8\u0964",
"Preparing search...": "",
"Previous topic": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u099f\u09aa\u09bf\u0995",
"Quick search": "\u09a6\u09cd\u09b0\u09c1\u09a4 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8",
"Search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8",
"Search Page": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u09aa\u09be\u09a4\u09be",
"Search Results": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "%(docstitle)s \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0996\u09c1\u0981\u099c\u09c1\u09a8",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "\u09b8\u09c7\u09be\u09b0\u09cd\u09b8 \u09a6\u09c7\u0996\u09c1\u09a8",
"Table of Contents": "",
"This Page": "\u098f\u0987 \u09aa\u09be\u09a4\u09be",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "\u09b8\u0995\u09b2 \u09ab\u09be\u0982\u09b6\u09a8, \u0995\u09cd\u09b2\u09be\u09b8, \u099f\u09be\u09b0\u09cd\u09ae",
"can be huge": "\u0996\u09c1\u09ac \u09ac\u09dc \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7",
"last updated": "",
"lists all sections and subsections": "\u09b8\u0995\u09b2 \u0985\u09a8\u09c1\u099a\u09cd\u099b\u09c7\u09a6 \u09b8\u09ae\u09c2\u09b9\u09c7\u09b0 \u09a4\u09be\u09b2\u09bf\u0995\u09be",
"next chapter": "\u09aa\u09b0\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df",
"previous chapter": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0 \u0985\u09a7\u09cd\u09af\u09be\u09df",
"quick access to all modules": "\u09b8\u0995\u09b2 \u09ae\u09a1\u09bf\u0989\u09b2\u09c7 \u09a6\u09cd\u09b0\u09c1\u09a4 \u09aa\u09cd\u09b0\u09ac\u09c7\u09b6",
"search": "\u0996\u09c1\u0981\u099c\u09c1\u09a8",
"search this documentation": "\u098f\u0987 \u09b8\u09b9\u09be\u09df\u09bf\u0995\u09be\u09a4\u09c7 \u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be \u0995\u09b0\u09c1\u09a8",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "ca",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "&#169; %(copyright_prefix)s %(copyright)s.",
", in ": ", a ",
"About these documents": "Quant a aquests documents",
"Automatically generated list of changes in version %(version)s": "Llista de canvis de la versi\u00f3 %(version)s generada autom\u00e0ticament",
"C API changes": "Canvis a l'API de C",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Canvis en la versi\u00f3 %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Redueix la barra lateral",
"Complete Table of Contents": "Taula de contingut completa",
"Contents": "Contingut",
"Copyright": "Copyright",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "Creada mitjan\u00e7ant <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.",
"Expand sidebar": "Expandeix la barra lateral",
"Full index on one page": "\u00cdndex complet en una p\u00e0gina",
"General Index": "\u00cdndex general",
"Global Module Index": "\u00cdndex global de m\u00f2duls",
"Go": "Ves a",
"Hide Search Matches": "Oculta els resultats de cerca",
"Index": "\u00cdndex",
"Index &ndash; %(key)s": "\u00cdndex &ndash; %(key)s",
"Index pages by letter": "P\u00e0gines d'\u00edndex per lletra",
"Indices and tables:": "\u00cdndexs i taules:",
"Last updated on %(last_updated)s.": "Darrera actualitzaci\u00f3 el %(last_updated)s.",
"Library changes": "Canvis a la biblioteca",
"Navigation": "Navegaci\u00f3",
"Next topic": "Tema seg\u00fcent",
"Other changes": "Altres canvis",
"Overview": "Vista general",
"Please activate JavaScript to enable the search\n functionality.": "Activa JavaScript per a usar la funcionalitat\n de cerca.",
"Preparing search...": "S'est\u00e0 preparant la cerca...",
"Previous topic": "Tema anterior",
"Quick search": "Cerca r\u00e0pida",
"Search": "Cerca",
"Search Page": "P\u00e0gina de cerca",
"Search Results": "Resultats de la cerca",
"Search finished, found ${resultCount} page(s) matching the search query.": "Cerca acabada, s'han trobat ${resultCount} p\u00e0gines que coincideixen amb la consulta de cerca.",
"Search within %(docstitle)s": "Cerca dins de %(docstitle)s",
"Searching": "S'est\u00e0 cercant",
"Searching for multiple words only shows matches that contain\n all words.": "Cercar m\u00faltiples paraules nom\u00e9s mostrar\u00e0 les coincid\u00e8ncies\n que continguin totes les paraules.",
"Show Source": "Mostra el codi font",
"Table of Contents": "Taula de continguts",
"This Page": "Aquesta p\u00e0gina",
"Welcome! This is": "Us donem la benvinguda! Aix\u00f2 \u00e9s",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "La vostra cerca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories.",
"all functions, classes, terms": "totes les funcions, classes, termes",
"can be huge": "pot ser gegant",
"last updated": "darrera actualitzaci\u00f3",
"lists all sections and subsections": "llista totes les seccions i subseccions",
"next chapter": "cap\u00edtol seg\u00fcent",
"previous chapter": "cap\u00edtol anterior",
"quick access to all modules": "acc\u00e9s r\u00e0pid a tots els m\u00f2duls",
"search": "cerca",
"search this documentation": "cerca aquesta documentaci\u00f3",
"the documentation for": "la documentaci\u00f3 per a"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "None",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", pa",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "Konojel cholwuj",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "Cholwuj",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "Ruxaq wuj re'",
"Welcome! This is": "\u00dctz apet\u00efk! Wawe' k'o",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": "ri wuj richin"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "cs",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", v ",
"About these documents": "O t\u011bchto dokumentech",
"Automatically generated list of changes in version %(version)s": "Automaticky generovan\u00fd seznam zm\u011bn ve verzi %(version)s",
"C API changes": "Zm\u011bny API",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "Sbalit bo\u010dn\u00ed li\u0161tu",
"Complete Table of Contents": "Celkov\u00fd obsah",
"Contents": "Obsah",
"Copyright": "Ve\u0161ker\u00e1 pr\u00e1va vyhrazena",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Rozbalit bo\u010dn\u00ed li\u0161tu",
"Full index on one page": "Cel\u00fd rejst\u0159\u00edk na jedn\u00e9 str\u00e1nce",
"General Index": "Obecn\u00fd rejst\u0159\u00edk",
"Global Module Index": "Celkov\u00fd rejst\u0159\u00edk modul\u016f",
"Go": "OK",
"Hide Search Matches": "Skr\u00fdt v\u00fdsledky vyhled\u00e1v\u00e1n\u00ed",
"Index": "Rejst\u0159\u00edk",
"Index &ndash; %(key)s": "Rejst\u0159\u00edk &ndash; %(key)s",
"Index pages by letter": "Rejst\u0159\u00edk podle p\u00edsmene",
"Indices and tables:": "Rejst\u0159\u00edky a tabulky:",
"Last updated on %(last_updated)s.": "Aktualizov\u00e1no dne %(last_updated)s.",
"Library changes": "Zm\u011bny v knihovn\u00e1ch",
"Navigation": "Navigace",
"Next topic": "Dal\u0161\u00ed t\u00e9ma",
"Other changes": "Ostatn\u00ed zm\u011bny",
"Overview": "P\u0159ehled",
"Please activate JavaScript to enable the search\n functionality.": "Pro podporu vyhled\u00e1v\u00e1n\u00ed aktivujte JavaScript.",
"Preparing search...": "Vyhled\u00e1v\u00e1n\u00ed se p\u0159ipravuje...",
"Previous topic": "P\u0159echoz\u00ed t\u00e9ma",
"Quick search": "Rychl\u00e9 vyhled\u00e1v\u00e1n\u00ed",
"Search": "Vyhled\u00e1v\u00e1n\u00ed",
"Search Page": "Vyhled\u00e1vac\u00ed str\u00e1nka",
"Search Results": "V\u00fdsledky vyhled\u00e1v\u00e1n\u00ed",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Prohledat %(docstitle)s",
"Searching": "Prob\u00edh\u00e1 vyhled\u00e1n\u00ed",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "Uk\u00e1zat zdroj",
"Table of Contents": "",
"This Page": "Tato str\u00e1nka",
"Welcome! This is": "V\u00edtejte! Toto je",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Vyhled\u00e1v\u00e1n\u00ed nenalezlo \u017e\u00e1dn\u00fd odpov\u00eddaj\u00edc\u00ed dokument. Ujist\u011bte se, \u017ee jste v\u0161echna slova zapsal/a spr\u00e1vn\u011b a \u017ee jste vybral/a dostatek kategori\u00ed.",
"all functions, classes, terms": "v\u0161echny funkce, t\u0159\u00eddy, term\u00edny",
"can be huge": "m\u016f\u017ee b\u00fdt obrovsk\u00fd",
"last updated": "naposledy aktualizov\u00e1no",
"lists all sections and subsections": "seznam v\u0161ech sekc\u00ed a podsekc\u00ed",
"next chapter": "dal\u0161\u00ed kapitola",
"previous chapter": "p\u0159edchoz\u00ed kapitola",
"quick access to all modules": "rychl\u00fd p\u0159\u00edstup ke v\u0161em modul\u016fm",
"search": "hledat",
"search this documentation": "prohledat tuto dokumentaci",
"the documentation for": "dokumentace pro"
},
"plural_expr": "(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "cy",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", yn ",
"About these documents": "Yngl\u0177n \u00e2'r dogfennau hyn",
"Automatically generated list of changes in version %(version)s": "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig",
"C API changes": "Newidiadau i'r C-API",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "Cyfangu'r bar ochr",
"Complete Table of Contents": "Tabl Cynnwys Llawn",
"Contents": "Cynnwys",
"Copyright": "Hawlfraint",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Ehangu'r bar ochr",
"Full index on one page": "Indecs llawn ar un tudalen",
"General Index": "Indecs cyffredinol",
"Global Module Index": "Indecs Modiwl Byd-Eang",
"Go": "Ewch",
"Hide Search Matches": "Cuddio Canlyniadau Chwilio",
"Index": "Indecs",
"Index &ndash; %(key)s": "Indecs &ndash; %(key)s",
"Index pages by letter": "Indecs tudalennau gan lythyren",
"Indices and tables:": "Indecsau a tablau:",
"Last updated on %(last_updated)s.": "Diweddarwyd yn ddiwethaf ar %(last_updated)s.",
"Library changes": "Newidiadau i'r llyfrgell",
"Navigation": "Llywio",
"Next topic": "Pwnc nesaf",
"Other changes": "Newidiadau arall",
"Overview": "Trosolwg",
"Please activate JavaScript to enable the search\n functionality.": "Trwoch JavaScript ymlaen i alluogi'r chwilio.",
"Preparing search...": "Paratoi chwilio...",
"Previous topic": "Pwnc blaenorol",
"Quick search": "Chwilio cyflym",
"Search": "Chwilio",
"Search Page": "Tudalen Chwilio",
"Search Results": "Canlyniadau chwilio",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Chwilio o fewn %(docstitle)s",
"Searching": "Yn chwilio",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "Dangos Ffynhonell",
"Table of Contents": "",
"This Page": "Y Dudalen Hon",
"Welcome! This is": "Croeso! Dyma",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Nid yw eich chwiliad yn cyfateb unrhyw ddogfennau. Gwnewch yn si\u0175r fod pob gair wedi'i sillafu'n gywir, ac eich bod wedi dewis digon o gategor\u00efau.",
"all functions, classes, terms": "holl ffwythiannau, dosbarthau a thermau",
"can be huge": "gall fod yn enfawr",
"last updated": "diweddarwyd yn ddiwethaf",
"lists all sections and subsections": "rhestru holl adrannau ac isadrannau",
"next chapter": "pennod nesaf",
"previous chapter": "pennod blaenorol",
"quick access to all modules": "mynediad cloi i bob modiwl",
"search": "chwilio",
"search this documentation": "chwiliwch y ddogfennaeth",
"the documentation for": "y dogfennaeth am"
},
"plural_expr": "(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "da",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", i",
"About these documents": "Om disse dokumenter",
"Automatically generated list of changes in version %(version)s": "Automatisk oprettet liste af \u00e6ndringer i version %(version)s",
"C API changes": "\u00c6ndringer i C-API",
"Changes in Version %(version)s &#8212; %(docstitle)s": "\u00c6ndringer i version %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Sammenfold sidebj\u00e6lke",
"Complete Table of Contents": "Fuldst\u00e6ndig indholdsfortegnelse",
"Contents": "Indhold",
"Copyright": "Ophavsret",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Udfold sidebj\u00e6lke",
"Full index on one page": "Fuldt indeks p\u00e5 \u00e9n side",
"General Index": "Generelt indeks",
"Global Module Index": "Globalt modulindeks",
"Go": "S\u00f8g",
"Hide Search Matches": "Skjul s\u00f8geresultater",
"Index": "Indeks",
"Index &ndash; %(key)s": "Indeks &ndash; %(key)s",
"Index pages by letter": "Indeks\u00e9r sider efter bogstav",
"Indices and tables:": "Indeks og tabeller:",
"Last updated on %(last_updated)s.": "Sidst opdateret %(last_updated)s.",
"Library changes": "Biblioteks\u00e6ndringer",
"Navigation": "Navigation",
"Next topic": "N\u00e6ste emne",
"Other changes": "Andre \u00e6ndringer",
"Overview": "Oversigt",
"Please activate JavaScript to enable the search\n functionality.": "Aktiv\u00e9r venligst JavaScript for at aktivere\n s\u00f8gefunktionalitet.",
"Preparing search...": "Forbereder s\u00f8gning...",
"Previous topic": "Forrige emne",
"Quick search": "Hurtig s\u00f8gning",
"Search": "S\u00f8g",
"Search Page": "S\u00f8geside",
"Search Results": "S\u00f8geresultater",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "S\u00f8g i %(docstitle)s",
"Searching": "S\u00f8ger",
"Searching for multiple words only shows matches that contain\n all words.": "Bem\u00e6rk: Hvis du s\u00f8ger efter flere ord, vises kun resultater der indeholder alle ordene.",
"Show Source": "Vis kilde",
"Table of Contents": "",
"This Page": "Denne side",
"Welcome! This is": "Velkommen! Dette er",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Din s\u00f8gning matchede ikke nogen dokumenter. Sikr dig at alle ord er stavet korrekt og at du har valgt nok kategorier.",
"all functions, classes, terms": "alle funktioner, klasser, begreber",
"can be huge": "kan v\u00e6re enormt",
"last updated": "sidst opdateret",
"lists all sections and subsections": "viser alle afsnit og underafsnit",
"next chapter": "n\u00e6ste kapitel",
"previous chapter": "forrige kapitel",
"quick access to all modules": "hurtig adgang til alle moduler",
"search": "s\u00f8g",
"search this documentation": "s\u00f8g i denne dokumentation",
"the documentation for": "dokumentationen for"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "de",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", in ",
"About these documents": "\u00dcber dieses Dokument",
"Automatically generated list of changes in version %(version)s": "Automatisch generierte Liste der \u00c4nderungen in Version %(version)s",
"C API changes": "C API-\u00c4nderungen",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "Seitenleiste einklappen",
"Complete Table of Contents": "Vollst\u00e4ndiges Inhaltsverzeichnis",
"Contents": "Inhalt",
"Copyright": "Copyright",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Seitenleiste ausklappen",
"Full index on one page": "Gesamtes Stichwortverzeichnis auf einer Seite",
"General Index": "Stichwortverzeichnis",
"Global Module Index": "Globaler Modulindex",
"Go": "Los",
"Hide Search Matches": "Suchergebnisse ausblenden",
"Index": "Stichwortverzeichnis",
"Index &ndash; %(key)s": "Stichwortverzeichnis &ndash; %(key)s",
"Index pages by letter": "Stichwortverzeichnis nach Anfangsbuchstabe",
"Indices and tables:": "Verzeichnisse und Tabellen:",
"Last updated on %(last_updated)s.": "Zuletzt aktualisiert am %(last_updated)s.",
"Library changes": "Bibliotheks-\u00c4nderungen",
"Navigation": "Navigation",
"Next topic": "N\u00e4chstes Thema",
"Other changes": "Andere \u00c4nderungen",
"Overview": "\u00dcbersicht",
"Please activate JavaScript to enable the search\n functionality.": "Bitte aktivieren Sie JavaScript, wenn Sie die Suchfunktion nutzen wollen.",
"Preparing search...": "Suche wird vorbereitet...",
"Previous topic": "Vorheriges Thema",
"Quick search": "Schnellsuche",
"Search": "Suche",
"Search Page": "Suche",
"Search Results": "Suchergebnisse",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Suche in %(docstitle)s",
"Searching": "Suchen",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "Quellcode anzeigen",
"Table of Contents": "Inhaltsverzeichnis",
"This Page": "Diese Seite",
"Welcome! This is": "Willkommen! Dies ist",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Ihre Suche ergab keine Treffer. Bitte stellen Sie sicher, dass alle W\u00f6rter richtig geschrieben sind und gen\u00fcgend Kategorien ausgew\u00e4hlt sind.",
"all functions, classes, terms": "alle Funktionen, Klassen, Begriffe",
"can be huge": "kann gro\u00df sein",
"last updated": "zuletzt aktualisiert",
"lists all sections and subsections": "Liste aller Kapitel und Unterkapitel",
"next chapter": "n\u00e4chstes Kapitel",
"previous chapter": "vorheriges Kapitel",
"quick access to all modules": "schneller Zugriff auf alle Module",
"search": "suchen",
"search this documentation": "durchsuche diese Dokumentation",
"the documentation for": "die Dokumentation f\u00fcr"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "de_DE",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "el",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", \u03c3\u03c4\u03bf ",
"About these documents": "\u03a3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03b1\u03c5\u03c4\u03ac \u03c4\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1",
"Automatically generated list of changes in version %(version)s": "\u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ce\u03bd \u03c3\u03c4\u03b7\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7 %(version)s",
"C API changes": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03bf API \u03c4\u03b7\u03c2 C",
"Changes in Version %(version)s &#8212; %(docstitle)s": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03b7\u03bd \u0388\u03ba\u03b4\u03bf\u03c3\u03b7 %(version)s &#8212'\n%(docstitle)s",
"Collapse sidebar": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf \u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2 \u03bc\u03c0\u03ac\u03c1\u03b1\u03c2",
"Complete Table of Contents": "\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd",
"Contents": "\u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b1",
"Copyright": "Copyright",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03c0\u03bb\u03b1\u03ca\u03bd\u03ae\u03c2 \u03bc\u03c0\u03ac\u03c1\u03b1\u03c2",
"Full index on one page": "\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03b5\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u03c3\u03b5 \u03bc\u03af\u03b1 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1",
"General Index": "\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf\u03bf",
"Global Module Index": "\u039a\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u039c\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd",
"Go": "\u03a0\u03ac\u03bc\u03b5",
"Hide Search Matches": "\u0391\u03c0\u03cc\u03ba\u03c1\u03c5\u03c8\u03b7 \u0395\u03c5\u03c1\u03b5\u03b8\u03ad\u03bd\u03c4\u03c9\u03bd \u0391\u03bd\u03b1\u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd",
"Index": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf",
"Index &ndash; %(key)s": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf &ndash; %(key)s",
"Index pages by letter": "\u03a3\u03b5\u03bb\u03af\u03b4\u03b5\u03c2 \u03b5\u03c5\u03c1\u03b5\u03c4\u03b7\u03c1\u03af\u03bf\u03c5 \u03b1\u03bd\u03ac \u03b3\u03c1\u03ac\u03bc\u03bc\u03b1",
"Indices and tables:": "\u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2:",
"Last updated on %(last_updated)s.": "\u03a4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 %(last_updated)s.",
"Library changes": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\u03c2",
"Navigation": "\u03a0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7",
"Next topic": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1",
"Other changes": "\u0386\u03bb\u03bb\u03b5\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2",
"Overview": "\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7",
"Please activate JavaScript to enable the search\n functionality.": "\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce, \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 JavaScript \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c5\u03bd\u03b1\u03c4\u03ae \u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\n \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2.",
"Preparing search...": "\u03a0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2...",
"Previous topic": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03b8\u03ad\u03bc\u03b1",
"Quick search": "\u03a3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7",
"Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7",
"Search Page": "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
"Search Results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf %(docstitle)s",
"Searching": "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "\u03a0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1",
"Table of Contents": "\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd",
"This Page": "\u0391\u03c5\u03c4\u03ae \u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1",
"Welcome! This is": "\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5! \u0391\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u0397 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03c4\u03b1\u03c5\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03ba\u03b1\u03bd\u03ad\u03bd\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce, \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c4\u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03bf\u03c1\u03b8\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b1 \u03ba\u03b1\u03b9 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03b9\u03c2 \u03b1\u03c1\u03ba\u03b5\u03c4\u03ad\u03c2 \u03ba\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b5\u03c2.",
"all functions, classes, terms": "\u03cc\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03c3\u03c5\u03bd\u03b1\u03c1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2, \u03ba\u03bb\u03ac\u03c3\u03b5\u03b9\u03c2, \u03cc\u03c1\u03bf\u03b9",
"can be huge": "\u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03b5\u03c1\u03ac\u03c3\u03c4\u03b9\u03bf",
"last updated": "\u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7",
"lists all sections and subsections": "\u03b1\u03c0\u03b1\u03c1\u03b9\u03b8\u03bc\u03b5\u03af \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03c5\u03c0\u03bf\u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03b1",
"next chapter": "\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf",
"previous chapter": "\u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf \u03ba\u03b5\u03c6\u03ac\u03bb\u03b1\u03b9\u03bf",
"quick access to all modules": "\u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2",
"search": "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7",
"search this documentation": "\u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b1\u03c5\u03c4\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7\u03c2",
"the documentation for": "\u03b7 \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03af\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "en_DE",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "None",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "en_GB",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "&#169; %(copyright_prefix)s %(copyright)s.",
", in ": ", in ",
"About these documents": "About these documents",
"Automatically generated list of changes in version %(version)s": "Automatically generated list of changes in version %(version)s",
"C API changes": "C API changes",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Changes in Version %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Collapse sidebar",
"Complete Table of Contents": "Complete Table of Contents",
"Contents": "Contents",
"Copyright": "Copyright",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.",
"Expand sidebar": "Expand sidebar",
"Full index on one page": "Full index on one page",
"General Index": "General Index",
"Global Module Index": "Global Module Index",
"Go": "Go",
"Hide Search Matches": "Hide Search Matches",
"Index": "Index",
"Index &ndash; %(key)s": "Index &ndash; %(key)s",
"Index pages by letter": "Index pages by letter",
"Indices and tables:": "Indices and tables:",
"Last updated on %(last_updated)s.": "Last updated on %(last_updated)s.",
"Library changes": "Library changes",
"Navigation": "Navigation",
"Next topic": "Next topic",
"Other changes": "Other changes",
"Overview": "Overview",
"Please activate JavaScript to enable the search\n functionality.": "Please activate JavaScript to enable the search\n functionality.",
"Preparing search...": "Preparing search...",
"Previous topic": "Previous topic",
"Quick search": "Quick search",
"Search": "Search",
"Search Page": "Search Page",
"Search Results": "Search Results",
"Search finished, found ${resultCount} page(s) matching the search query.": "Search finished, found ${resultCount} page(s) matching the search query.",
"Search within %(docstitle)s": "Search within %(docstitle)s",
"Searching": "Searching",
"Searching for multiple words only shows matches that contain\n all words.": "Searching for multiple words only shows matches that contain\n all words.",
"Show Source": "Show Source",
"Table of Contents": "Table of Contents",
"This Page": "This Page",
"Welcome! This is": "Welcome! This is",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.",
"all functions, classes, terms": "all functions, classes, terms",
"can be huge": "can be huge",
"last updated": "last updated",
"lists all sections and subsections": "lists all sections and subsections",
"next chapter": "next chapter",
"previous chapter": "previous chapter",
"quick access to all modules": "quick access to all modules",
"search": "search",
"search this documentation": "search this documentation",
"the documentation for": "the documentation for"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "en_HK",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "eo",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "A\u016dtora rajto",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "Indico universala",
"Global Module Index": "Universala modjulindico",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "Indico &ndash; %(key)s",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "Sekva temo",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "Anta\u016da temo",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "sekvo \u0109apitro",
"previous chapter": "anta\u016da \u0109apitro",
"quick access to all modules": "",
"search": "ser\u0109u",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "es",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", en ",
"About these documents": "Sobre este documento",
"Automatically generated list of changes in version %(version)s": "Lista de cambios generada autom\u00e1ticamente en la versi\u00f3n %(version)s",
"C API changes": "Cambios en la API C",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Cambios en la versi\u00f3n %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Contraer barra lateral",
"Complete Table of Contents": "\u00cdndice de contenidos completo",
"Contents": "Contenidos",
"Copyright": "Copyright",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "Creado usando <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.",
"Expand sidebar": "Expandir barra lateral",
"Full index on one page": "\u00cdndice completo en una p\u00e1gina",
"General Index": "\u00cdndice General",
"Global Module Index": "\u00cdndice Global de M\u00f3dulos",
"Go": "Ir a",
"Hide Search Matches": "Ocultar coincidencias de la b\u00fasqueda",
"Index": "\u00cdndice",
"Index &ndash; %(key)s": "\u00cdndice &ndash; %(key)s",
"Index pages by letter": "\u00cdndice alfab\u00e9tico de p\u00e1ginas",
"Indices and tables:": "\u00cdndices y tablas:",
"Last updated on %(last_updated)s.": "Actualizado por \u00faltima vez en %(last_updated)s.",
"Library changes": "Cambios en la biblioteca",
"Navigation": "Navegaci\u00f3n",
"Next topic": "Pr\u00f3ximo tema",
"Other changes": "Otros cambios",
"Overview": "Resumen",
"Please activate JavaScript to enable the search\n functionality.": "Por favor, active JavaScript para habilitar la funcionalidad\n de b\u00fasqueda.",
"Preparing search...": "Preparando b\u00fasqueda...",
"Previous topic": "Tema anterior",
"Quick search": "B\u00fasqueda r\u00e1pida",
"Search": "B\u00fasqueda",
"Search Page": "P\u00e1gina de B\u00fasqueda",
"Search Results": "Resultados de la b\u00fasqueda",
"Search finished, found ${resultCount} page(s) matching the search query.": "B\u00fasqueda finalizada, se encontraron ${resultCount} p\u00e1ginas que coinciden con la consulta de b\u00fasqueda.",
"Search within %(docstitle)s": "Buscar en %(docstitle)s",
"Searching": "Buscando",
"Searching for multiple words only shows matches that contain\n all words.": "La b\u00fasqueda de varias palabras solo muestra coincidencias que contienen\n todas las palabras.",
"Show Source": "Mostrar el c\u00f3digo",
"Table of Contents": "Tabla de contenido",
"This Page": "Esta p\u00e1gina",
"Welcome! This is": "\u00a1Bienvenido! Este es",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Su b\u00fasqueda no coincide con ning\u00fan documentos. Por favor, aseg\u00farese de que todas las palabras est\u00e9n correctamente escritas y que usted all\u00e1 seleccionado las suficientes categor\u00edas.",
"all functions, classes, terms": "todas las funciones, clases, t\u00e9rminos",
"can be huge": "puede ser muy grande",
"last updated": "actualizado por \u00faltima vez el",
"lists all sections and subsections": "muestra todas las secciones y subsecciones",
"next chapter": "pr\u00f3ximo cap\u00edtulo",
"previous chapter": "cap\u00edtulo anterior",
"quick access to all modules": "acceso r\u00e1pido a todos los m\u00f3dulos",
"search": "buscar",
"search this documentation": "buscar en esta documentaci\u00f3n",
"the documentation for": "la documentaci\u00f3n para"
},
"plural_expr": "n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "es_CO",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "et",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "Info selle dokumentatsiooni kohta",
"Automatically generated list of changes in version %(version)s": "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest",
"C API changes": "C API muutused",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Muutused versioonis %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Varja k\u00fclgriba",
"Complete Table of Contents": "T\u00e4ielik sisukorratabel",
"Contents": "Sisukord",
"Copyright": "Autori\u00f5igus",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "N\u00e4ita k\u00fclgriba",
"Full index on one page": "T\u00e4isindeks \u00fchel lehel",
"General Index": "\u00dcldindeks",
"Global Module Index": "Globaalne moodulite indeks",
"Go": "Otsi",
"Hide Search Matches": "Varja otsingu tulemused",
"Index": "Indeks",
"Index &ndash; %(key)s": "Indeks &ndash; %(key)s",
"Index pages by letter": "Indeksi lehek\u00fcljed algust\u00e4he kaupa",
"Indices and tables:": "Indeksid ja tabelid:",
"Last updated on %(last_updated)s.": "Viimati uuendatud %(last_updated)s.",
"Library changes": "Teegi muutused",
"Navigation": "Navigatsioon",
"Next topic": "J\u00e4rgmine teema",
"Other changes": "\u00dclej\u00e4\u00e4nud muutused",
"Overview": "\u00dclevaade",
"Please activate JavaScript to enable the search\n functionality.": "Otsingu v\u00f5imaldamiseks tuleb aktiveerida JavaScript.",
"Preparing search...": "Otsingu ettevalmistamine...",
"Previous topic": "Eelmine teema",
"Quick search": "Kiirotsing",
"Search": "Otsing",
"Search Page": "Otsinguleht",
"Search Results": "Otsingu tulemused",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Otsi %(docstitle)s piires",
"Searching": "Otsimine",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "N\u00e4ita l\u00e4htekoodi",
"Table of Contents": "Sisukorratabel",
"This Page": "K\u00e4esolev leht",
"Welcome! This is": "Tervitused! See on",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Sinu otsingule ei vastanud \u00fckski dokument. Palun veendu, et k\u00f5ik sisestatud s\u00f5nad on \u00f5igesti kirjutatud ja sa oled valinud piisavalt kategooriaid.",
"all functions, classes, terms": "k\u00f5ik funktsioonid, klassid ja terminid",
"can be huge": "v\u00f5ib olla v\u00e4ga suur",
"last updated": "viimati uuendatud",
"lists all sections and subsections": "toob v\u00e4lja k\u00f5ik sektsioonid ja alamsektsioonid",
"next chapter": "j\u00e4rgmine jaotis",
"previous chapter": "eelmine jaotis",
"quick access to all modules": "kiire ligip\u00e4\u00e4s k\u00f5igile moodulitele",
"search": "otsi",
"search this documentation": "otsi sellest dokumentatsioonist",
"the documentation for": "dokumentatsioon projektile"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "eu",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "Dokumentu hauen inguruan",
"Automatically generated list of changes in version %(version)s": "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda",
"C API changes": "C API aldaketak",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "Alboko barra tolestu",
"Complete Table of Contents": "Eduki taula osoa",
"Contents": "Edukiak",
"Copyright": "Copyright",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Alboko barra luzatu",
"Full index on one page": "Indize guztia orri batean",
"General Index": "Indize orokorra",
"Global Module Index": "Modulu indize globala",
"Go": "Joan",
"Hide Search Matches": "Bilaketa bat-etortzeak ezkutatu",
"Index": "Indizea",
"Index &ndash; %(key)s": "Indizea &ndash; %(key)s",
"Index pages by letter": "Indize orriak hizkika",
"Indices and tables:": "Indizeak eta taulak:",
"Last updated on %(last_updated)s.": "Azken aldaketa: %(last_updated)s.",
"Library changes": "Liburutegi aldaketak",
"Navigation": "Nabigazioa",
"Next topic": "Hurrengo gaia",
"Other changes": "Beste aldaketak",
"Overview": "Gainbegirada",
"Please activate JavaScript to enable the search\n functionality.": "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko.",
"Preparing search...": "",
"Previous topic": "Aurreko gaia",
"Quick search": "Bilaketa azkarra",
"Search": "Bilatu",
"Search Page": "Bilaketa orria",
"Search Results": "Bilaketa emaitzak",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Bilatu %(docstitle)s(e)n",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "Iturburua ikusi",
"Table of Contents": "",
"This Page": "Orri hau",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "funtzio, klase, termino guztiak",
"can be huge": "handia izan daiteke",
"last updated": "",
"lists all sections and subsections": "atal eta azpiatal guztiak zerrendatu",
"next chapter": "hurrengo kapitulua",
"previous chapter": "aurreko kapitulua",
"quick access to all modules": "modulu guztietara atzipen azkarra",
"search": "bilatu",
"search this documentation": "dokumentazio honetan bilatu",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "fa",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "\u060c \u062f\u0631 ",
"About these documents": "\u062f\u0631\u0628\u0627\u0631\u0647 \u0627\u06cc\u0646 \u0645\u0633\u062a\u0646\u062f\u0627\u062a",
"Automatically generated list of changes in version %(version)s": "\u0644\u06cc\u0633\u062a \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647 \u062e\u0648\u062f\u06a9\u0627\u0631 \u0627\u0632 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s",
"C API changes": "C API \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a",
"Changes in Version %(version)s &#8212; %(docstitle)s": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u062f\u0631 \u0646\u0633\u062e\u0647 %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "\u062a\u0627 \u06a9\u0631\u062f\u0646 \u0646\u0648\u0627\u0631 \u06a9\u0646\u0627\u0631\u0647",
"Complete Table of Contents": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u0645\u0637\u0627\u0644\u0628",
"Contents": "\u0645\u062d\u062a\u0648\u0627 \u0647\u0627",
"Copyright": "\u06a9\u067e\u06cc \u0631\u0627\u06cc\u062a",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "\u0627\u06cc\u062c\u0627\u062f \u0634\u062f\u0647 \u0628\u0627<a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.",
"Expand sidebar": "\u06af\u0633\u062a\u0631\u0634 \u0646\u0648\u0627\u0631 \u06a9\u0646\u0627\u0631\u0647",
"Full index on one page": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0627\u0645\u0644 \u062f\u0631 \u06cc\u06a9 \u0635\u0641\u062d\u0647",
"General Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc",
"Global Module Index": "\u0641\u0647\u0631\u0633\u062a \u06a9\u0644\u06cc \u0645\u0627\u0698\u0648\u0644 \u0647\u0627",
"Go": "\u0628\u0631\u0648",
"Hide Search Matches": "\u0639\u062f\u0645 \u0646\u0645\u0627\u06cc\u0634 \u0646\u062a\u0627\u06cc\u062c \u06cc\u0627\u0641\u062a \u0634\u062f\u0647",
"Index": "\u0641\u0647\u0631\u0633\u062a",
"Index &ndash; %(key)s": "\u0641\u0647\u0631\u0633\u062a &ndash; %(key)s",
"Index pages by letter": "\u0641\u0647\u0631\u0633\u062a \u0635\u0641\u062d\u0627\u062a \u0628\u0631 \u0627\u0633\u0627\u0633 \u062d\u0631\u0648\u0641",
"Indices and tables:": "\u0627\u06cc\u0646\u062f\u06a9\u0633 \u0647\u0627 \u0648 \u062c\u062f\u0627\u0648\u0644:",
"Last updated on %(last_updated)s.": "\u0622\u062e\u0631\u06cc\u0646 \u0628\u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06cc \u062f\u0631 %(last_updated)s .",
"Library changes": "\u062a\u063a\u06cc\u06cc\u0631\u0627\u062a \u06a9\u062a\u0627\u0628\u062e\u0627\u0646\u0647 \u0627\u06cc\u06cc",
"Navigation": "\u0646\u0627\u0648\u0628\u0631\u06cc",
"Next topic": "\u0645\u0648\u0636\u0648\u0639 \u0628\u0639\u062f\u06cc",
"Other changes": "\u062f\u06af\u0631 \u062a\u063a\u06cc\u06cc\u0631\u0627\u062a",
"Overview": "\u0628\u0631\u0631\u0633\u06cc \u0627\u062c\u0645\u0627\u0644\u06cc",
"Please activate JavaScript to enable the search\n functionality.": "\u0644\u0637\u0641\u0627\u064b \u0628\u0631\u0627\u06cc \u0641\u0639\u0651\u0627\u0644 \u06a9\u0631\u062f\u0646 \u06a9\u0627\u0631\u06a9\u0631\u062f \u062c\u0633\u062a\u062c\u0648\n\u062c\u0627\u0648\u0627 \u0627\u0633\u06a9\u0631\u06cc\u067e\u062a \u0631\u0627 \u0641\u0639\u0651\u0627\u0644 \u06a9\u0646\u06cc\u062f.",
"Preparing search...": "\u0622\u0645\u0627\u062f\u0647 \u0633\u0627\u0632\u06cc \u062c\u0633\u062a \u0648 \u062c\u0648...",
"Previous topic": "\u0645\u0648\u0636\u0648\u0639 \u0642\u0628\u0644\u06cc",
"Quick search": "\u062c\u0633\u062a\u062c\u0648 \u0633\u0631\u06cc\u0639",
"Search": "\u062c\u0633\u062a\u062c\u0648",
"Search Page": "\u0635\u0641\u062d\u0647 \u062c\u0633\u062a\u062c\u0648",
"Search Results": "\u0646\u062a\u0627\u06cc\u062c \u062c\u0633\u062a\u062c\u0648",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 %(docstitle)s",
"Searching": "\u062f\u0631 \u062d\u0627\u0644 \u062c\u0633\u062a \u0648 \u062c\u0648",
"Searching for multiple words only shows matches that contain\n all words.": "\u062f\u0631 \u062d\u0627\u0644 \u062c\u0633\u062a\u062c\u0648 \u0628\u0631\u0627\u06cc \u0686\u0646\u062f\u06cc\u0646 \u0648\u0627\u0698\u0647. \u0641\u0642\u0637 \u0648\u0627\u0698\u06af\u0627\u0646\u06cc \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06cc\u200c\u062f\u0647\u062f \u06a9\u0647 \u0634\u0627\u0645\u0644 \u0627\u06cc\u0646 \u0645\u0648\u0627\u0631\u062f \u0628\u0627\u0634\u062f:\n \u0647\u0645\u0647\u200c\u06cc \u06a9\u0644\u0645\u0647\u200c\u0647\u0627.",
"Show Source": "\u0646\u0645\u0627\u06cc\u0634 \u0633\u0648\u0631\u0633",
"Table of Contents": "\u0641\u0647\u0631\u0633\u062a \u0639\u0646\u0627\u0648\u06cc\u0646",
"This Page": "\u0635\u0641\u062d\u0647 \u0641\u0639\u0644\u06cc",
"Welcome! This is": "\u062e\u0648\u0634 \u0622\u0645\u062f\u06cc\u062f! \u0627\u06cc\u0646",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u062c\u0633\u062a\u062c\u0648\u06cc \u0634\u0645\u0627 \u0628\u0627 \u0647\u06cc\u0686 \u0633\u0646\u062f\u06cc \u0647\u0645 \u062e\u0648\u0627\u0646\u06cc \u0646\u062f\u0627\u0634\u062a. \u0644\u0637\u0641\u0627\u064b \u0627\u0637\u0645\u06cc\u0646\u0627\u0646 \u062d\u0627\u0635\u0644 \u06a9\u0646\u06cc\u062f \u06a9\u0647 \u0647\u0645\u0647 \u06cc \u0648\u0627\u0698\u0647 \u0647\u0627 \u0627\u0645\u0644\u0627\u06cc \u062f\u0631\u0633\u062a\u06cc \u062f\u0627\u0631\u0646\u062f \u0648 \u062f\u0633\u062a\u0647 \u0628\u0646\u062f\u06cc \u0647\u0627\u06cc \u06a9\u0627\u0641\u06cc \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f.",
"all functions, classes, terms": "\u062a\u0645\u0627\u0645\u06cc \u062a\u0648\u0627\u0628\u0639 \u060c \u06a9\u0644\u0627\u0633 \u0647\u0627 \u060c \u0627\u0635\u0637\u0644\u0627\u062d\u0627\u062a",
"can be huge": "\u0645\u0645\u06a9\u0646 \u0627\u0633\u062a \u0633\u062a\u0631\u06af \u0628\u0627\u0634\u062f",
"last updated": "\u0622\u062e\u0631\u06cc\u0646 \u0628\u0631\u0648\u0632\u0631\u0633\u0627\u0646\u06cc",
"lists all sections and subsections": "\u0641\u0647\u0631\u0633\u062a \u062a\u0645\u0627\u0645\u06cc \u0628\u062e\u0634 \u0647\u0627 \u0648 \u0632\u06cc\u0631 \u0645\u062c\u0645\u0648\u0639\u0647 \u0647\u0627",
"next chapter": "\u0641\u0635\u0644 \u0628\u0639\u062f\u06cc",
"previous chapter": "\u0641\u0635\u0644 \u0642\u0628\u0644\u06cc",
"quick access to all modules": "\u062f\u0633\u062a\u0631\u0633\u06cc \u0633\u0631\u06cc\u0639 \u0628\u0647 \u062a\u0645\u0627\u0645\u06cc \u0645\u062a\u062f\u0647\u0627",
"search": "\u062c\u0633\u062a\u062c\u0648",
"search this documentation": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 \u0627\u06cc\u0646 \u0627\u0633\u0646\u0627\u062f",
"the documentation for": "\u0645\u0633\u062a\u0646\u062f\u0627\u062a \u0628\u0631\u0627\u06cc"
},
"plural_expr": "(n > 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "fi",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "Tietoja t\u00e4st\u00e4 documentist\u00e4",
"Automatically generated list of changes in version %(version)s": "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "Hakemisto yhten\u00e4 luettelona",
"General Index": "Yleinen sis\u00e4llysluettelo",
"Global Module Index": "Yleinen moduulien sis\u00e4llysluettelo",
"Go": "Siirry",
"Hide Search Matches": "Piilota l\u00f6ydetyt",
"Index": "Sis\u00e4llysluettelo",
"Index &ndash; %(key)s": "",
"Index pages by letter": "Hakemisto aakkostus sivuttain",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "Navikointi",
"Next topic": ">>",
"Other changes": "",
"Overview": "Yhteenveto",
"Please activate JavaScript to enable the search\n functionality.": "Javascript pit\u00e4\u00e4 olla sallittu, jotta etsint\u00e4 toimii.",
"Preparing search...": "",
"Previous topic": "<<",
"Quick search": "Pikahaku",
"Search": "Etsi",
"Search Page": "Etsi sivu",
"Search Results": "Etsinn\u00e4n tulos",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "N\u00e4yt\u00e4 l\u00e4hdekoodina",
"Table of Contents": "",
"This Page": "T\u00e4m\u00e4 sivu",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "voi olla iso",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": ">>",
"previous chapter": "<<",
"quick access to all modules": "",
"search": "etsi",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "fr",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "&#169; %(copyright_prefix)s %(copyright)s.",
", in ": ", dans ",
"About these documents": "\u00c0 propos de ces documents",
"Automatically generated list of changes in version %(version)s": "Liste auto-g\u00e9n\u00e9r\u00e9e des modifications dans la version %(version)s",
"C API changes": "Modifications de l'API C",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Changements dans la version %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "R\u00e9duire la barre lat\u00e9rale",
"Complete Table of Contents": "Table des mati\u00e8res compl\u00e8te",
"Contents": "Contenu",
"Copyright": "Copyright",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "Cr\u00e9\u00e9 en utilisant <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.",
"Expand sidebar": "Agrandir la barre lat\u00e9rale",
"Full index on one page": "Index complet sur une seule page",
"General Index": "Index g\u00e9n\u00e9ral",
"Global Module Index": "Index g\u00e9n\u00e9ral des modules",
"Go": "Go",
"Hide Search Matches": "Cacher les r\u00e9sultats de la recherche",
"Index": "Index",
"Index &ndash; %(key)s": "Index &ndash; %(key)s",
"Index pages by letter": "Indexer les pages par lettre",
"Indices and tables:": "Index et tables :",
"Last updated on %(last_updated)s.": "Mis \u00e0 jour le %(last_updated)s.",
"Library changes": "Modifications de la biblioth\u00e8que",
"Navigation": "Navigation",
"Next topic": "Sujet suivant",
"Other changes": "Autres modifications",
"Overview": "R\u00e9sum\u00e9",
"Please activate JavaScript to enable the search\n functionality.": "Veuillez activer le JavaScript pour que la recherche fonctionne.",
"Preparing search...": "Pr\u00e9paration de la recherche...",
"Previous topic": "Sujet pr\u00e9c\u00e9dent",
"Quick search": "Recherche rapide",
"Search": "Recherche",
"Search Page": "Page de recherche",
"Search Results": "R\u00e9sultats de la recherche",
"Search finished, found ${resultCount} page(s) matching the search query.": "Recherche termin\u00e9e, ${resultCount} page(s) correspondant \u00e0 la requ\u00eate de recherche ont \u00e9t\u00e9 trouv\u00e9es.",
"Search within %(docstitle)s": "Recherchez dans %(docstitle)s",
"Searching": "Recherche en cours",
"Searching for multiple words only shows matches that contain\n all words.": "Une recherche sur plusieurs mots ne retourne que les r\u00e9sultats contenant tous les mots.",
"Show Source": "Montrer le code source",
"Table of Contents": "Table des mati\u00e8res",
"This Page": "Cette page",
"Welcome! This is": "Bienvenue ! Ceci est",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Votre recherche ne correspond \u00e0 aucun document. Veuillez v\u00e9rifier que les mots sont correctement orthographi\u00e9s et que vous avez s\u00e9lectionn\u00e9 assez de cat\u00e9gories.",
"all functions, classes, terms": "toutes les fonctions, classes, termes",
"can be huge": "peut \u00eatre \u00e9norme",
"last updated": "derni\u00e8re modification",
"lists all sections and subsections": "lister l'ensemble des sections et sous-sections",
"next chapter": "Chapitre suivant",
"previous chapter": "Chapitre pr\u00e9c\u00e9dent",
"quick access to all modules": "acc\u00e8s rapide \u00e0 l'ensemble des modules",
"search": "rechercher",
"search this documentation": "rechercher dans cette documentation",
"the documentation for": "la documentation pour"
},
"plural_expr": "(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "fr_FR",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "gl",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "&#169; %(copyright_prefix)s %(copyright)s.",
", in ": ", en ",
"About these documents": "Sobre estes documentos",
"Automatically generated list of changes in version %(version)s": "Lista xerada automaticamente de cambios na versi\u00f3n %(version)s",
"C API changes": "Cambios na API C",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Cambios na versi\u00f3n %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Contraer a barra lateral",
"Complete Table of Contents": "\u00cdndice completo",
"Contents": "Contidos",
"Copyright": "Dereitos de autor\u00eda",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "Creado usando <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.",
"Expand sidebar": "Expandir a barra lateral",
"Full index on one page": "\u00cdndice completo nunha p\u00e1xina",
"General Index": "\u00cdndice xeral",
"Global Module Index": "\u00cdndice global de m\u00f3dulos",
"Go": "Ir",
"Hide Search Matches": "Agochar as coincidencias da busca",
"Index": "\u00cdndice",
"Index &ndash; %(key)s": "\u00cdndice &ndash; %(key)s",
"Index pages by letter": "\u00cdndice de p\u00e1xinas por letra",
"Indices and tables:": "\u00cdndices e t\u00e1boas:",
"Last updated on %(last_updated)s.": "\u00daltima actualizaci\u00f3n o %(last_updated)s.",
"Library changes": "Cambios na biblioteca",
"Navigation": "Navegaci\u00f3n",
"Next topic": "Seguinte tema",
"Other changes": "Outros cambios",
"Overview": "Vista xeral",
"Please activate JavaScript to enable the search\n functionality.": "Active JavaScript para activar a funci\u00f3n\n de busca.",
"Preparing search...": "Preparando a busca\u2026",
"Previous topic": "Tema anterior",
"Quick search": "Busca r\u00e1pida",
"Search": "Busca",
"Search Page": "P\u00e1xina de busca",
"Search Results": "Resultados da busca",
"Search finished, found ${resultCount} page(s) matching the search query.": "Busca finalizada, atoparonse ${resultCount} p\u00e1xinas coincidentes coa consulta de busca.",
"Search within %(docstitle)s": "Buscar dentro do/a %(docstitle)s",
"Searching": "Buscando",
"Searching for multiple words only shows matches that contain\n all words.": "Ao buscar varias palabras s\u00f3 se amosan as coincidencias que\n conte\u00f1an todas as palabras.",
"Show Source": "Amosar o c\u00f3digo fonte",
"Table of Contents": "\u00cdndice",
"This Page": "Esta p\u00e1xina",
"Welcome! This is": "D\u00e1moslle a benvida! Isto \u00e9",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A s\u00faa busca non coincide con ning\u00fan documento. Aseg\u00farese de que todas as palabras estean escritas correctamente e de que seleccionou categor\u00edas abondo.",
"all functions, classes, terms": "todas as funci\u00f3ns, clases, termos",
"can be huge": "pode ser enorme",
"last updated": "\u00faltima actualizaci\u00f3n",
"lists all sections and subsections": "lista todas as secci\u00f3ns e subsecci\u00f3ns",
"next chapter": "seguinte cap\u00edtulo",
"previous chapter": "cap\u00edtulo anterior",
"quick access to all modules": "acceso r\u00e1pido a todos os m\u00f3dulos",
"search": "buscar",
"search this documentation": "buscar esta documentaci\u00f3n",
"the documentation for": "a documentaci\u00f3n para"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "he",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "\u05e2\u05dc \u05de\u05e1\u05de\u05db\u05d9\u05dd \u05d0\u05dc\u05d5",
"Automatically generated list of changes in version %(version)s": "\u05d9\u05e6\u05e8 \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9\u05ea \u05e8\u05e9\u05d9\u05de\u05d4 \u05e9\u05dc \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d1\u05d2\u05e8\u05e1\u05d4 %(version)s",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "\u05db\u05d5\u05d5\u05e5 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3",
"Complete Table of Contents": "\u05ea\u05d5\u05db\u05df \u05e2\u05e0\u05d9\u05d9\u05e0\u05d9\u05dd \u05de\u05dc\u05d0",
"Contents": "\u05ea\u05d5\u05db\u05df",
"Copyright": "\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05e9\u05de\u05d5\u05e8\u05d5\u05ea",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "\u05d4\u05e8\u05d7\u05d1 \u05e1\u05e8\u05d2\u05dc \u05e6\u05d3",
"Full index on one page": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05dc\u05d0 \u05d1\u05e2\u05de\u05d5\u05d3 \u05d0\u05d7\u05d3",
"General Index": "",
"Global Module Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd \u05d2\u05dc\u05d5\u05d1\u05dc\u05d9",
"Go": "\u05dc\u05da",
"Hide Search Matches": "\u05d4\u05e1\u05ea\u05e8 \u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d7\u05d9\u05e4\u05d5\u05e9",
"Index": "\u05d0\u05d9\u05e0\u05d3\u05e7\u05e1",
"Index &ndash; %(key)s": "",
"Index pages by letter": "\u05e2\u05de\u05d5\u05d3\u05d9 \u05d0\u05d9\u05e0\u05d3\u05e7\u05e1 \u05dc\u05e4\u05d9 \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "\u05e2\u05d5\u05d3\u05db\u05df \u05dc\u05d0\u05d7\u05e8\u05d5\u05e0\u05d4 \u05d1 %(last_updated)s.",
"Library changes": "",
"Navigation": "\u05e0\u05d9\u05d5\u05d5\u05d8",
"Next topic": "\u05e0\u05d5\u05e9\u05d0 \u05d4\u05d1\u05d0",
"Other changes": "\u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05d0\u05d7\u05e8\u05d9\u05dd",
"Overview": "\u05e1\u05e7\u05d9\u05e8\u05d4 \u05db\u05dc\u05dc\u05d9\u05ea",
"Please activate JavaScript to enable the search\n functionality.": "\u05d0\u05e0\u05d0 \u05d4\u05e4\u05e2\u05dc \u05d2'\u05d0\u05d5\u05d0\u05e1\u05e7\u05e8\u05d9\u05e4\u05d8 \u05e2\"\u05de \u05dc\u05d0\u05e4\u05e9\u05e8 \u05d0\u05ea\n \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9.",
"Preparing search...": "",
"Previous topic": "\u05e0\u05d5\u05e9\u05d0 \u05e7\u05d5\u05d3\u05dd",
"Quick search": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05de\u05d4\u05d9\u05e8",
"Search": "\u05d7\u05d9\u05e4\u05d5\u05e9",
"Search Page": "\u05d3\u05e3 \u05d7\u05d9\u05e4\u05d5\u05e9",
"Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d5\u05da %(docstitle)s",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "\u05d4\u05e6\u05d2 \u05de\u05e7\u05d5\u05e8",
"Table of Contents": "",
"This Page": "\u05e2\u05de\u05d5\u05d3 \u05d6\u05d4",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "\u05db\u05dc \u05d4\u05e4\u05d5\u05e0\u05e7\u05e6\u05d9\u05d5\u05ea, \u05d4\u05de\u05d7\u05dc\u05e7\u05d5\u05ea, \u05d4\u05de\u05d5\u05e9\u05d2\u05d9\u05dd",
"can be huge": "\u05e2\u05e9\u05d5\u05d9 \u05dc\u05d4\u05d9\u05d5\u05ea \u05e2\u05e6\u05d5\u05dd",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "\u05e4\u05e8\u05e7 \u05d4\u05d1\u05d0",
"previous chapter": "\u05e4\u05e8\u05e7 \u05e7\u05d5\u05d3\u05dd",
"quick access to all modules": "\u05d2\u05d9\u05e9\u05d4 \u05de\u05d4\u05d9\u05e8\u05d4 \u05dc\u05db\u05dc \u05d4\u05de\u05d5\u05d3\u05d5\u05dc\u05d9\u05dd",
"search": "\u05d7\u05d9\u05e4\u05d5\u05e9",
"search this documentation": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d9\u05e2\u05d5\u05d3 \u05d6\u05d4",
"the documentation for": ""
},
"plural_expr": "(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "hi",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", \u092e\u0947\u0902 ",
"About these documents": "\u0907\u0928 \u0932\u0947\u0916\u092a\u0924\u094d\u0930\u094b\u0902 \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902",
"Automatically generated list of changes in version %(version)s": "\u0938\u0902\u0938\u094d\u0915\u0930\u0923 %(version)s \u092e\u0947\u0902 \u0938\u094d\u0935\u0924\u0903 \u0930\u091a\u093f\u0924 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u094b\u0902 \u0915\u0940 \u0938\u0942\u091a\u0940",
"C API changes": "\u0938\u0940 \u0910.\u092a\u0940.\u0906\u0908. \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928",
"Changes in Version %(version)s &#8212; %(docstitle)s": "\u092a\u0930\u093f\u0935\u0930\u094d\u0924\u093f\u0924 \u0938\u0902\u0938\u094d\u0915\u0930\u0923 %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "\u0915\u093f\u0928\u093e\u0930\u0947 \u0915\u093e \u0938\u094d\u0925\u093e\u0928 \u0918\u091f\u093e\u090f\u0902",
"Complete Table of Contents": "\u0935\u093f\u0938\u094d\u0924\u0943\u0924 \u0935\u093f\u0937\u092f-\u0938\u0942\u091a\u0940",
"Contents": "\u0935\u093f\u0937\u092f \u0938\u093e\u092e\u093f\u0917\u094d\u0930\u0940",
"Copyright": "\u0938\u0930\u094d\u0935\u093e\u0927\u093f\u0915\u093e\u0930",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "\u0915\u093f\u0928\u093e\u0930\u0947 \u0915\u093e \u0938\u094d\u0925\u093e\u0928 \u092c\u095d\u093e\u090f\u0902",
"Full index on one page": "\u090f\u0915 \u092a\u0943\u0937\u094d\u0920 \u092a\u0930 \u092a\u0942\u0930\u0940 \u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e",
"General Index": "\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0905\u0928\u0941\u0915\u094d\u0930\u092e\u093e\u0923\u093f\u0915\u093e",
"Global Module Index": "\u0938\u093e\u0930\u094d\u0935\u092d\u094c\u092e\u093f\u0915 \u092a\u094d\u0930\u092d\u093e\u0917 \u0938\u0942\u091a\u0940",
"Go": "\u091a\u0932\u093f\u090f",
"Hide Search Matches": "\u0916\u094b\u091c\u0947 \u0917\u090f \u091c\u094b\u095c\u0947 \u091b\u093f\u092a\u093e\u090f\u0902",
"Index": "\u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e",
"Index &ndash; %(key)s": "\u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e &ndash; %(key)s",
"Index pages by letter": "\u0905\u0915\u094d\u0937\u0930 \u0926\u094d\u0935\u093e\u0930\u093e \u0905\u0928\u0941\u0915\u094d\u0930\u092e\u093f\u0924 \u092a\u0943\u0937\u094d\u0920",
"Indices and tables:": "\u0938\u0942\u091a\u093f\u092f\u093e\u0901 \u0914\u0930 \u0938\u093e\u0930\u0923\u093f\u092f\u093e\u0901:",
"Last updated on %(last_updated)s.": "\u0905\u0902\u0924\u093f\u092e \u092c\u093e\u0930 \u0938\u092e\u094d\u092a\u093e\u0926\u093f\u0924 %(last_updated)s.",
"Library changes": "\u092a\u0941\u0938\u094d\u0924\u0915\u093e\u0932\u092f \u092e\u0947\u0902 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928",
"Navigation": "\u0938\u0902\u091a\u093e\u0932\u0928",
"Next topic": "\u0905\u0917\u0932\u093e \u092a\u094d\u0930\u0915\u0930\u0923",
"Other changes": "\u0905\u0928\u094d\u092f \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928",
"Overview": "\u0938\u093f\u0902\u0939\u093e\u0935\u0932\u094b\u0915\u0928",
"Please activate JavaScript to enable the search\n functionality.": "\u0916\u094b\u091c \u0915\u093e\u0930\u094d\u092f \u0915\u0947 \u0932\u093f\u090f \u091c\u093e\u0935\u093e \u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u093e \u0939\u094b\u0928\u093e \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u0948. \u0915\u0943\u092a\u092f\u093e \u091c\u093e\u0935\u093e \u0938\u094d\u0915\u094d\u0930\u093f\u092a\u094d\u091f \u0915\u094b \u0936\u0941\u0930\u0942 \u0915\u0930\u0947\u0902.",
"Preparing search...": "\u0916\u094b\u091c \u0915\u0940 \u0924\u0948\u092f\u093e\u0930\u0940",
"Previous topic": "\u092a\u093f\u091b\u0932\u093e \u092a\u094d\u0930\u0915\u0930\u0923",
"Quick search": "\u0924\u094d\u0935\u0930\u093f\u0924 \u0916\u094b\u091c",
"Search": "\u0916\u094b\u091c",
"Search Page": "\u0916\u094b\u091c \u092a\u0943\u0937\u094d\u0920",
"Search Results": "\u0916\u094b\u091c \u092a\u0930\u0940\u0923\u093e\u092e ",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "%(docstitle)s \u092e\u0947\u0902 \u0916\u094b\u091c\u0947\u0902",
"Searching": "\u0916\u094b\u091c \u091c\u093e\u0930\u0940",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "\u0938\u094d\u0930\u094b\u0924 \u0926\u093f\u0916\u093e\u090f\u0901",
"Table of Contents": "\u0935\u093f\u0937\u092f-\u0938\u0942\u091a\u0940",
"This Page": "\u092f\u0939 \u092a\u0943\u0937\u094d\u0920 ",
"Welcome! This is": "\u0928\u092e\u0938\u094d\u0924\u0947! \u092f\u0939 \u0939\u0948",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "\u0906\u092a\u0915\u0947 \u0916\u094b\u091c \u092a\u0930\u093f\u0923\u093e\u092e\u094b\u0902 \u092e\u0947\u0902 \u0915\u094b\u0908 \u092a\u094d\u0930\u0932\u0947\u0916 \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u093e. \u0915\u0943\u092a\u092f\u093e \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0915\u0930\u0947\u0902 \u0915\u093f \u0938\u092d\u0940 \u0936\u092c\u094d\u0926\u094b\u0902 \u0915\u0940 \u0935\u0930\u094d\u0924\u0928\u0940 \u0936\u0941\u0926\u094d\u0927 \u0939\u0948 \u0914\u0930 \u0906\u092a\u0928\u0947 \u092f\u0925\u0947\u0937\u094d\u091f \u0936\u094d\u0930\u0947\u0923\u093f\u092f\u093e\u0902 \u091a\u0941\u0928\u0940 \u0939\u0948\u0902.",
"all functions, classes, terms": "\u0938\u092d\u0940 \u0915\u093e\u0930\u094d\u092f\u092f\u0941\u0915\u094d\u0924\u093f\u092f\u093e\u0902, \u0935\u0930\u094d\u0917, \u0936\u092c\u094d\u0926",
"can be huge": "\u092c\u0943\u0939\u0926\u093e\u0915\u093e\u0930 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948",
"last updated": "\u0905\u0902\u0924\u093f\u092e \u092a\u0930\u093f\u0935\u0930\u094d\u0927\u0928",
"lists all sections and subsections": "\u0938\u092d\u0940 \u0905\u0928\u0941\u092d\u093e\u0917\u094b\u0902 \u090f\u0935\u0902 \u0909\u092a-\u0905\u0928\u0941\u092d\u093e\u0917\u094b\u0902 \u0915\u0940 \u0938\u0942\u091a\u0940",
"next chapter": "\u0905\u0917\u0932\u093e \u0905\u0927\u094d\u092f\u093e\u092f",
"previous chapter": "\u092a\u093f\u091b\u0932\u093e \u0905\u0927\u094d\u092f\u093e\u092f",
"quick access to all modules": "\u0938\u092d\u0940 \u092a\u094d\u0930\u092d\u093e\u0917 \u0924\u0915 \u0924\u0941\u0930\u0902\u0924 \u092a\u0939\u0941\u0901\u091a",
"search": "\u0916\u094b\u091c",
"search this documentation": "\u0907\u0938 \u0906\u0932\u0947\u0916 \u092e\u0947\u0902 \u0916\u094b\u091c\u0947\u0902",
"the documentation for": "\u0906\u0932\u0947\u0916 \u0935\u093f\u0937\u092f"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "hi_IN",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "",
"Index": "",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "",
"Previous topic": "",
"Quick search": "",
"Search": "",
"Search Page": "",
"Search Results": "",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "",
"Searching": "",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "",
"previous chapter": "",
"quick access to all modules": "",
"search": "",
"search this documentation": "",
"the documentation for": ""
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "hr",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", u ",
"About these documents": "O ovim dokumentima",
"Automatically generated list of changes in version %(version)s": "Automatski generirani popis promjena u verziji %(version)s",
"C API changes": "C API promjene",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Promjene u verziji %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Sakrij pomo\u0107nu traku",
"Complete Table of Contents": "Detaljni sadr\u017eaj",
"Contents": "Sadr\u017eaj",
"Copyright": "Sva prava zadr\u017eana",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Poka\u017ei pomo\u0107nu traku",
"Full index on one page": "Potpun indeks na jednoj stranici",
"General Index": "Opceniti abecedni indeks",
"Global Module Index": "Op\u0107eniti popis modula",
"Go": "Tra\u017ei",
"Hide Search Matches": "Sakrij rezultate pretrage",
"Index": "Abecedni popis",
"Index &ndash; %(key)s": "Index &ndash; %(key)s",
"Index pages by letter": "Indeksiraj stranice po slovu",
"Indices and tables:": "Kazala i tablice:",
"Last updated on %(last_updated)s.": "Zadnji put a\u017eurirano %(last_updated)s.",
"Library changes": "Promjene lib-ova",
"Navigation": "Navigacija",
"Next topic": "Sljede\u0107a tema",
"Other changes": "Ostale promjene",
"Overview": "Pregled",
"Please activate JavaScript to enable the search\n functionality.": "Molimo omogu\u0107ite JavaScript\n za djelovanje tra\u017eilice.",
"Preparing search...": "Priprema pretrage...",
"Previous topic": "Prija\u0161nja tema",
"Quick search": "Brzo pretra\u017eivanje",
"Search": "Tra\u017ei",
"Search Page": "Tra\u017eilica",
"Search Results": "Rezultati pretrage",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Tra\u017ei izme\u0111u %(docstitle)s",
"Searching": "Pretra\u017eivanje",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "Prika\u017ei izvorni kod",
"Table of Contents": "",
"This Page": "Trenutna stranica",
"Welcome! This is": "Dobro do\u0161li! Ovo je",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Zadanim uvjetima nije prona\u0111en dokument. Molim provjerite to\u010dnost upisanih rije\u010di i odabir ozna\u010denih kategija.",
"all functions, classes, terms": "sve funkcije, razredi, izrazi",
"can be huge": "mo\u017ee biti ogromno",
"last updated": "posljednja promjena",
"lists all sections and subsections": "prika\u017ei sve sekcije i podsekcije",
"next chapter": "sljede\u0107e poglavlje",
"previous chapter": "Prija\u0161nje poglavlje",
"quick access to all modules": "brz dostup do svih modula",
"search": "tra\u017ei",
"search this documentation": "tra\u017ei po dokumentaciji",
"the documentation for": "dokumentacija za"
},
"plural_expr": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "hu",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", ",
"About these documents": "N\u00e9vjegy ezekr\u0151l a dokumentumokr\u00f3l",
"Automatically generated list of changes in version %(version)s": "Automatikusan gener\u00e1lt v\u00e1ltoz\u00e1slista a(z) %(version)s v\u00e1ltozathoz",
"C API changes": "C API v\u00e1ltoz\u00e1sok",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "Oldals\u00e1v \u00f6sszez\u00e1r\u00e1sa",
"Complete Table of Contents": "Teljes tartalomjegyz\u00e9k",
"Contents": "Tartalom",
"Copyright": "Minden jog fenntartva",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Oldals\u00e1v kinyit\u00e1sa",
"Full index on one page": "Teljes t\u00e1rgymutat\u00f3 egy oldalon",
"General Index": "\u00c1ltal\u00e1nos t\u00e1rgymutat\u00f3",
"Global Module Index": "Teljes modul t\u00e1rgymutat\u00f3",
"Go": "Ok",
"Hide Search Matches": "Keres\u00e9si Tal\u00e1latok Elrejt\u00e9se",
"Index": "T\u00e1rgymutat\u00f3",
"Index &ndash; %(key)s": "T\u00e1rgymutat\u00f3 &ndash; %(key)s",
"Index pages by letter": "Oldalak ABC sorrendben",
"Indices and tables:": "T\u00e1rgymutat\u00f3 \u00e9s t\u00e1bl\u00e1zatok",
"Last updated on %(last_updated)s.": "Utols\u00f3 friss\u00edt\u00e9s %(last_updated)s.",
"Library changes": "K\u00f6nyvt\u00e1r v\u00e1ltoz\u00e1sok",
"Navigation": "Navig\u00e1ci\u00f3",
"Next topic": "K\u00f6vetkez\u0151 t\u00e9mak\u00f6r",
"Other changes": "Egy\u00e9b v\u00e1ltoz\u00e1sok",
"Overview": "\u00c1ttekint\u00e9s",
"Please activate JavaScript to enable the search\n functionality.": "K\u00e9rem enged\u00e9lyezze a JavaScriptet a keres\u0151 funkci\u00f3\n haszn\u00e1lat\u00e1hoz.",
"Preparing search...": "Felk\u00e9sz\u00fcl\u00e9s a keres\u00e9sre...",
"Previous topic": "El\u0151z\u0151 t\u00e9mak\u00f6r",
"Quick search": "Gyorskeres\u00e9s",
"Search": "Keres\u00e9s",
"Search Page": "Keres\u00e9s",
"Search Results": "Keres\u00e9si Eredm\u00e9nyek",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Keres\u00e9s k\u00f6zt\u00fck: %(docstitle)s",
"Searching": "Keres\u00e9s folyamatban",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "Forr\u00e1s megtekint\u00e9se",
"Table of Contents": "",
"This Page": "Ez az Oldal",
"Welcome! This is": "\u00dcdv\u00f6z\u00f6lj\u00fck! Ez a",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "A keres\u00e9se nem hozott eredm\u00e9nyt. Ellen\u0151rizze, a megadott kulcsszavakat \u00e9s azt, hogy megfelel\u0151 sz\u00e1m\u00fa kateg\u00f3ria van-e kiv\u00e1lasztva.",
"all functions, classes, terms": "\u00f6sszes funkci\u00f3, oszt\u00e1ly \u00e9s kifejez\u00e9s",
"can be huge": "nagy lehet",
"last updated": "utolj\u00e1ra friss\u00edtve",
"lists all sections and subsections": "kilist\u00e1zza az \u00f6sszes fejezetet \u00e9s alfejezetet",
"next chapter": "k\u00f6vetkez\u0151 fejezet",
"previous chapter": "el\u0151z\u0151 fejezet",
"quick access to all modules": "gyors hozz\u00e1f\u00e9r\u00e9s az \u00f6sszes modulhoz",
"search": "keres\u00e9s",
"search this documentation": "keres\u00e9s ebben a dokument\u00e1ci\u00f3ban",
"the documentation for": "dokument\u00e1ci\u00f3"
},
"plural_expr": "(n != 1)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "id",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "%(filename)s &#8212; %(docstitle)s",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": ", di",
"About these documents": "Tentang dokumen ini",
"Automatically generated list of changes in version %(version)s": "Daftar perubahan dibuat otomatis untuk versi %(version)s",
"C API changes": "Perubahan API C",
"Changes in Version %(version)s &#8212; %(docstitle)s": "Perubahan pada Versi %(version)s &#8212; %(docstitle)s",
"Collapse sidebar": "Tutup sidebar",
"Complete Table of Contents": "Daftar Isi Lengkap",
"Contents": "Konten",
"Copyright": "Hak Cipta",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "Buka sidebar",
"Full index on one page": "Index penuh dalam satu halaman",
"General Index": "Indeks Umum",
"Global Module Index": "Index Modul Global",
"Go": "Go",
"Hide Search Matches": "Sembunyikan Hasil Pencarian",
"Index": "Indeks",
"Index &ndash; %(key)s": "Index &ndash; %(key)s",
"Index pages by letter": "Index halaman berdasarkan huruf",
"Indices and tables:": "Indeks dan tabel:",
"Last updated on %(last_updated)s.": "Terakhir diperbarui pada %(last_updated)s.",
"Library changes": "Perubahan library",
"Navigation": "Navigasi",
"Next topic": "Topik berikutnya",
"Other changes": "Perubahan lain",
"Overview": "Tinjauan",
"Please activate JavaScript to enable the search\n functionality.": "Tolong aktifkan JavaScript untuk melakukan pencarian.\n ",
"Preparing search...": "Penyiapkan pencarian...",
"Previous topic": "Topik sebelumnya",
"Quick search": "Pencarian cepat",
"Search": "Pencarian",
"Search Page": "Pencarian Halaman",
"Search Results": "Hasil Pencarian",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Pencarian dalam %(docstitle)s",
"Searching": "Pencarian",
"Searching for multiple words only shows matches that contain\n all words.": "Mencari beberapa kata hanya menunjukkan kecocokan yang mengandung\n \u00a0\u00a0 semua kata.",
"Show Source": "Lihat Sumber",
"Table of Contents": "Daftar Isi",
"This Page": "Halaman Ini",
"Welcome! This is": "Selamat Datang! Ini adalah",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori.",
"all functions, classes, terms": "semua fungsi, class, term",
"can be huge": "dapat menjadi besar",
"last updated": "terakhir diperbarui",
"lists all sections and subsections": "daftar semua seksi dan subseksi",
"next chapter": "bab berikutnya",
"previous chapter": "bab sebelum",
"quick access to all modules": "akses cepat semua modul",
"search": "pencarian",
"search this documentation": "pencarian pada dokumentasi ini",
"the documentation for": "dokumentasi untuk"
},
"plural_expr": "0"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
Documentation.addTranslations({
"locale": "is",
"messages": {
"%(filename)s &#8212; %(docstitle)s": "",
"&#169; %(copyright_prefix)s %(copyright)s.": "",
", in ": "",
"About these documents": "",
"Automatically generated list of changes in version %(version)s": "",
"C API changes": "",
"Changes in Version %(version)s &#8212; %(docstitle)s": "",
"Collapse sidebar": "",
"Complete Table of Contents": "Heildarefnisyfirlit",
"Contents": "",
"Copyright": "",
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
"Expand sidebar": "",
"Full index on one page": "",
"General Index": "Almennt yfirlit",
"Global Module Index": "",
"Go": "",
"Hide Search Matches": "Fela leitarni\u00f0urst\u00f6\u00f0ur",
"Index": "Yfirlit",
"Index &ndash; %(key)s": "",
"Index pages by letter": "",
"Indices and tables:": "Atri\u00f0askr\u00e1 og t\u00f6flur:",
"Last updated on %(last_updated)s.": "",
"Library changes": "",
"Navigation": "",
"Next topic": "N\u00e6sta efni",
"Other changes": "",
"Overview": "",
"Please activate JavaScript to enable the search\n functionality.": "",
"Preparing search...": "Undirb\u00fdr leit...",
"Previous topic": "Fyrra efni",
"Quick search": "Fl\u00fdtileit",
"Search": "Leit",
"Search Page": "Leitars\u00ed\u00f0a",
"Search Results": "Leitarni\u00f0urst\u00f6\u00f0ur",
"Search finished, found ${resultCount} page(s) matching the search query.": "",
"Search within %(docstitle)s": "Leita \u00ed %(docstitle)s",
"Searching": "Leitar",
"Searching for multiple words only shows matches that contain\n all words.": "",
"Show Source": "",
"Table of Contents": "Efnisyfirlit",
"This Page": "",
"Welcome! This is": "",
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "Leitin bar ekki \u00e1rangur. Vinsamlegast gangi\u00f0 \u00far skugga um a\u00f0 or\u00f0in s\u00e9u r\u00e9tt skrifu\u00f0 og a\u00f0 \u00fe\u00fa hafir vali\u00f0 n\u00e6gilega marga flokka.",
"all functions, classes, terms": "",
"can be huge": "",
"last updated": "",
"lists all sections and subsections": "",
"next chapter": "n\u00e6sti kafli",
"previous chapter": "fyrri kafli",
"quick access to all modules": "",
"search": "leita",
"search this documentation": "leita",
"the documentation for": ""
},
"plural_expr": "(n % 10 != 1 || n % 100 == 11)"
});

Binary file not shown.

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More