python-docs-theme 2025.9__tar.gz → 2025.9.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/PKG-INFO +1 -1
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/__init__.py +22 -6
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/layout.html +6 -6
- python_docs_theme-2025.9.2/python_docs_theme/locale/de/LC_MESSAGES/python-docs-theme.po +132 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/es/LC_MESSAGES/python-docs-theme.mo +0 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/es/LC_MESSAGES/python-docs-theme.po +127 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/id/LC_MESSAGES/python-docs-theme.mo +0 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/id/LC_MESSAGES/python-docs-theme.po +129 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/ja/LC_MESSAGES/python-docs-theme.mo +0 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/ja/LC_MESSAGES/python-docs-theme.po +123 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/ko/LC_MESSAGES/python-docs-theme.mo +0 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/ko/LC_MESSAGES/python-docs-theme.po +124 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/pl/LC_MESSAGES/python-docs-theme.mo +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/pl/LC_MESSAGES/python-docs-theme.po +17 -17
- python_docs_theme-2025.9.2/python_docs_theme/locale/pt_BR/LC_MESSAGES/python-docs-theme.mo +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/pt_BR/LC_MESSAGES/python-docs-theme.po +0 -1
- python_docs_theme-2025.9.2/python_docs_theme/locale/tr/LC_MESSAGES/python-docs-theme.mo +0 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/tr/LC_MESSAGES/python-docs-theme.po +129 -0
- python_docs_theme-2025.9.2/python_docs_theme/locale/zh_CN/LC_MESSAGES/python-docs-theme.mo +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/zh_CN/LC_MESSAGES/python-docs-theme.po +0 -1
- python_docs_theme-2025.9.2/python_docs_theme/locale/zh_TW/LC_MESSAGES/python-docs-theme.mo +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/zh_TW/LC_MESSAGES/python-docs-theme.po +0 -1
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/copybutton.js +1 -1
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/pydoctheme.css +3 -1
- python_docs_theme-2025.9/python_docs_theme/static/py.png +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/LICENSE +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/README.md +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/pyproject.toml +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/footerdonate.html +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/el/LC_MESSAGES/python-docs-theme.mo +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/el/LC_MESSAGES/python-docs-theme.po +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/sv/LC_MESSAGES/python-docs-theme.mo +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/locale/sv/LC_MESSAGES/python-docs-theme.po +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/menu.js +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/py.svg +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/pydoctheme_dark.css +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/search-focus.js +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/themetoggle.js +0 -0
- {python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/theme.toml +0 -0
|
@@ -6,26 +6,42 @@ from sphinx.locale import get_translation
|
|
|
6
6
|
|
|
7
7
|
TYPE_CHECKING = False
|
|
8
8
|
if TYPE_CHECKING:
|
|
9
|
+
from typing import Any
|
|
10
|
+
|
|
9
11
|
from sphinx.application import Sphinx
|
|
10
12
|
from sphinx.util.typing import ExtensionMetadata
|
|
11
13
|
|
|
12
|
-
__version__ = "2025.9"
|
|
14
|
+
__version__ = "2025.9.2"
|
|
13
15
|
|
|
14
16
|
THEME_PATH = Path(__file__).resolve().parent
|
|
15
17
|
LOCALE_DIR = THEME_PATH / "locale"
|
|
16
18
|
MESSAGE_CATALOG_NAME = "python-docs-theme"
|
|
17
19
|
|
|
18
20
|
|
|
21
|
+
def add_translation_to_context(
|
|
22
|
+
app: Sphinx,
|
|
23
|
+
pagename: str,
|
|
24
|
+
templatename: str,
|
|
25
|
+
context: dict[str, Any],
|
|
26
|
+
doctree: None,
|
|
27
|
+
) -> None:
|
|
28
|
+
theme_gettext = get_translation(MESSAGE_CATALOG_NAME)
|
|
29
|
+
sphinx_gettext = get_translation("sphinx")
|
|
30
|
+
|
|
31
|
+
def combined(message: str) -> str:
|
|
32
|
+
translation = theme_gettext(message)
|
|
33
|
+
if translation == message:
|
|
34
|
+
return sphinx_gettext(message)
|
|
35
|
+
return translation
|
|
36
|
+
|
|
37
|
+
context["_"] = context["gettext"] = context["ngettext"] = combined
|
|
38
|
+
|
|
39
|
+
|
|
19
40
|
def setup(app: Sphinx) -> ExtensionMetadata:
|
|
20
41
|
app.require_sphinx("7.3")
|
|
21
42
|
|
|
22
43
|
app.add_html_theme("python_docs_theme", str(THEME_PATH))
|
|
23
44
|
app.add_message_catalog(MESSAGE_CATALOG_NAME, LOCALE_DIR)
|
|
24
|
-
|
|
25
|
-
def add_translation_to_context(app, pagename, templatename, context, doctree):
|
|
26
|
-
_ = get_translation(MESSAGE_CATALOG_NAME)
|
|
27
|
-
context["_"] = context["gettext"] = context["ngettext"] = _
|
|
28
|
-
|
|
29
45
|
app.connect("html-page-context", add_translation_to_context)
|
|
30
46
|
|
|
31
47
|
return {
|
|
@@ -136,13 +136,13 @@
|
|
|
136
136
|
|
|
137
137
|
{% block footer %}
|
|
138
138
|
<div class="footer">
|
|
139
|
-
© {% if theme_copyright_url or hasdoc('copyright')
|
|
139
|
+
© {% if theme_copyright_url or hasdoc('copyright') -%}
|
|
140
140
|
<a href="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %}">
|
|
141
|
-
{
|
|
142
|
-
{
|
|
143
|
-
{
|
|
144
|
-
|
|
145
|
-
{
|
|
141
|
+
{%- endif -%}
|
|
142
|
+
{%- trans %}Copyright{% endtrans -%}
|
|
143
|
+
{%- if theme_copyright_url or hasdoc('copyright') -%}
|
|
144
|
+
</a>
|
|
145
|
+
{%- endif %} {{ copyright|e }}.
|
|
146
146
|
<br>
|
|
147
147
|
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
|
|
148
148
|
<br>
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
# Translations template for python-docs-theme.
|
|
2
|
+
# Copyright (C) 2025 Python Software Foundation
|
|
3
|
+
# This file is distributed under the same license as the python-docs-theme
|
|
4
|
+
# project.
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# Cristián Maureira-Fredes, 2025
|
|
9
|
+
#
|
|
10
|
+
#, fuzzy
|
|
11
|
+
msgid ""
|
|
12
|
+
msgstr ""
|
|
13
|
+
"Project-Id-Version: python-docs-theme 2025.5\n"
|
|
14
|
+
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
|
|
15
|
+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
|
|
16
|
+
"PO-Revision-Date: 2025-09-09 10:20+0200\n"
|
|
17
|
+
"Last-Translator: Cristián Maureira-Fredes, 2025\n"
|
|
18
|
+
"Language-Team: \n"
|
|
19
|
+
"Language: de\n"
|
|
20
|
+
"MIME-Version: 1.0\n"
|
|
21
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
22
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
23
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
|
|
24
|
+
"1 : 2;\n"
|
|
25
|
+
"Generated-By: Babel 2.16.0\n"
|
|
26
|
+
"X-Generator: Poedit 3.6\n"
|
|
27
|
+
|
|
28
|
+
#: python_docs_theme/footerdonate.html:1
|
|
29
|
+
msgid "The Python Software Foundation is a non-profit corporation."
|
|
30
|
+
msgstr "Die Python Software Foundation ist eine gemeinnützige Organisation."
|
|
31
|
+
|
|
32
|
+
#: python_docs_theme/footerdonate.html:2
|
|
33
|
+
msgid "Please donate."
|
|
34
|
+
msgstr "Spenden Sie bitte."
|
|
35
|
+
|
|
36
|
+
#: python_docs_theme/layout.html:6
|
|
37
|
+
msgid "Navigation"
|
|
38
|
+
msgstr "Navigation"
|
|
39
|
+
|
|
40
|
+
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111
|
|
41
|
+
msgid "Quick search"
|
|
42
|
+
msgstr "Schnellsuche"
|
|
43
|
+
|
|
44
|
+
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112
|
|
45
|
+
msgid "Go"
|
|
46
|
+
msgstr "Los"
|
|
47
|
+
|
|
48
|
+
#: python_docs_theme/layout.html:60
|
|
49
|
+
msgid "Theme"
|
|
50
|
+
msgstr "Thema"
|
|
51
|
+
|
|
52
|
+
#: python_docs_theme/layout.html:62
|
|
53
|
+
msgid "Auto"
|
|
54
|
+
msgstr "Auto"
|
|
55
|
+
|
|
56
|
+
#: python_docs_theme/layout.html:63
|
|
57
|
+
msgid "Light"
|
|
58
|
+
msgstr "Hell"
|
|
59
|
+
|
|
60
|
+
#: python_docs_theme/layout.html:64
|
|
61
|
+
msgid "Dark"
|
|
62
|
+
msgstr "Dunkel"
|
|
63
|
+
|
|
64
|
+
#: python_docs_theme/layout.html:96
|
|
65
|
+
msgid "Menu"
|
|
66
|
+
msgstr "Menü"
|
|
67
|
+
|
|
68
|
+
#: python_docs_theme/layout.html:142
|
|
69
|
+
msgid "Copyright"
|
|
70
|
+
msgstr "Copyright"
|
|
71
|
+
|
|
72
|
+
#: python_docs_theme/layout.html:147
|
|
73
|
+
msgid ""
|
|
74
|
+
"This page is licensed under the Python Software Foundation License Version "
|
|
75
|
+
"2."
|
|
76
|
+
msgstr ""
|
|
77
|
+
"Diese Seite ist unter der Python Software Foundation License Version 2 "
|
|
78
|
+
"lizenziert."
|
|
79
|
+
|
|
80
|
+
#: python_docs_theme/layout.html:149
|
|
81
|
+
msgid ""
|
|
82
|
+
"Examples, recipes, and other code in the documentation are additionally "
|
|
83
|
+
"licensed under the Zero Clause BSD License."
|
|
84
|
+
msgstr ""
|
|
85
|
+
"Beispiele, Rezepte und anderer Code in der Dokumentation sind zusätzlich "
|
|
86
|
+
"unter der Zero Clause BSD-Lizenz lizenziert."
|
|
87
|
+
|
|
88
|
+
#: python_docs_theme/layout.html:152
|
|
89
|
+
#, python-format
|
|
90
|
+
msgid ""
|
|
91
|
+
"See <a href=\"%(license_file)s\">History and License</a> for more "
|
|
92
|
+
"information."
|
|
93
|
+
msgstr ""
|
|
94
|
+
"Weitere Informationen finden Sie unter <a "
|
|
95
|
+
"href=\"%(license_file)s\">Verlauf und Lizenz</a>."
|
|
96
|
+
|
|
97
|
+
#: python_docs_theme/layout.html:155
|
|
98
|
+
#, python-format
|
|
99
|
+
msgid "Hosted on %(hosted_on)s."
|
|
100
|
+
msgstr "Gehostet auf %(hosted_on)s."
|
|
101
|
+
|
|
102
|
+
#: python_docs_theme/layout.html:163
|
|
103
|
+
#, python-format
|
|
104
|
+
msgid "Last updated on %(last_updated)s."
|
|
105
|
+
msgstr "Zuletzt aktualisiert am %(last_updated)s."
|
|
106
|
+
|
|
107
|
+
#: python_docs_theme/layout.html:166
|
|
108
|
+
#, python-format
|
|
109
|
+
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?"
|
|
110
|
+
msgstr "<a href=\"%(theme_issues_url)s\">Fehler gefunden</a>?"
|
|
111
|
+
|
|
112
|
+
#: python_docs_theme/layout.html:170
|
|
113
|
+
#, python-format
|
|
114
|
+
msgid ""
|
|
115
|
+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
|
|
116
|
+
"%(sphinx_version)s."
|
|
117
|
+
msgstr ""
|
|
118
|
+
"Erstellt mit <a href=\"https://www.sphinx-doc.org/\">Sphinx</"
|
|
119
|
+
"a>%(sphinx_version)s."
|
|
120
|
+
|
|
121
|
+
#: python_docs_theme/static/copybutton.js:30
|
|
122
|
+
#: python_docs_theme/static/copybutton.js:55
|
|
123
|
+
msgid "Copy"
|
|
124
|
+
msgstr "Kopieren"
|
|
125
|
+
|
|
126
|
+
#: python_docs_theme/static/copybutton.js:31
|
|
127
|
+
msgid "Copy to clipboard"
|
|
128
|
+
msgstr "In die Zwischenablage kopieren"
|
|
129
|
+
|
|
130
|
+
#: python_docs_theme/static/copybutton.js:53
|
|
131
|
+
msgid "Copied!"
|
|
132
|
+
msgstr "Kopiert!"
|
|
Binary file
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
# Translations template for python-docs-theme.
|
|
2
|
+
# Copyright (C) 2025 Python Software Foundation
|
|
3
|
+
# This file is distributed under the same license as the python-docs-theme
|
|
4
|
+
# project.
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# Cristián Maureira-Fredes, 2025
|
|
9
|
+
#
|
|
10
|
+
msgid ""
|
|
11
|
+
msgstr ""
|
|
12
|
+
"Project-Id-Version: python-docs-theme 2025.5\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
|
|
15
|
+
"PO-Revision-Date: 2025-09-06 07:41+0000\n"
|
|
16
|
+
"Last-Translator: Cristián Maureira-Fredes, 2025\n"
|
|
17
|
+
"Language-Team: Spanish (https://app.transifex.com/python-doc/teams/5390/es/)\n"
|
|
18
|
+
"MIME-Version: 1.0\n"
|
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
+
"Generated-By: Babel 2.16.0\n"
|
|
22
|
+
"Language: es\n"
|
|
23
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
24
|
+
|
|
25
|
+
#: python_docs_theme/footerdonate.html:1
|
|
26
|
+
msgid "The Python Software Foundation is a non-profit corporation."
|
|
27
|
+
msgstr "La Python Software Foundation es una corporación sin fines de lucro."
|
|
28
|
+
|
|
29
|
+
#: python_docs_theme/footerdonate.html:2
|
|
30
|
+
msgid "Please donate."
|
|
31
|
+
msgstr "Por favor dona."
|
|
32
|
+
|
|
33
|
+
#: python_docs_theme/layout.html:6
|
|
34
|
+
msgid "Navigation"
|
|
35
|
+
msgstr "Navegación"
|
|
36
|
+
|
|
37
|
+
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111
|
|
38
|
+
msgid "Quick search"
|
|
39
|
+
msgstr "Búsqueda rápida"
|
|
40
|
+
|
|
41
|
+
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112
|
|
42
|
+
msgid "Go"
|
|
43
|
+
msgstr "Ir"
|
|
44
|
+
|
|
45
|
+
#: python_docs_theme/layout.html:60
|
|
46
|
+
msgid "Theme"
|
|
47
|
+
msgstr "Tema"
|
|
48
|
+
|
|
49
|
+
#: python_docs_theme/layout.html:62
|
|
50
|
+
msgid "Auto"
|
|
51
|
+
msgstr "Auto"
|
|
52
|
+
|
|
53
|
+
#: python_docs_theme/layout.html:63
|
|
54
|
+
msgid "Light"
|
|
55
|
+
msgstr "Claro"
|
|
56
|
+
|
|
57
|
+
#: python_docs_theme/layout.html:64
|
|
58
|
+
msgid "Dark"
|
|
59
|
+
msgstr "Oscuro"
|
|
60
|
+
|
|
61
|
+
#: python_docs_theme/layout.html:96
|
|
62
|
+
msgid "Menu"
|
|
63
|
+
msgstr "Menú"
|
|
64
|
+
|
|
65
|
+
#: python_docs_theme/layout.html:142
|
|
66
|
+
msgid "Copyright"
|
|
67
|
+
msgstr "Derechos de autor"
|
|
68
|
+
|
|
69
|
+
#: python_docs_theme/layout.html:147
|
|
70
|
+
msgid ""
|
|
71
|
+
"This page is licensed under the Python Software Foundation License Version "
|
|
72
|
+
"2."
|
|
73
|
+
msgstr "Ésta página tiene la licencia Python Software Foundation Versión 2."
|
|
74
|
+
|
|
75
|
+
#: python_docs_theme/layout.html:149
|
|
76
|
+
msgid ""
|
|
77
|
+
"Examples, recipes, and other code in the documentation are additionally "
|
|
78
|
+
"licensed under the Zero Clause BSD License."
|
|
79
|
+
msgstr ""
|
|
80
|
+
"Ejemplos, guías, y otro código en la documentación están bajo la licencia "
|
|
81
|
+
"adicional Zero Clause BSD."
|
|
82
|
+
|
|
83
|
+
#: python_docs_theme/layout.html:152
|
|
84
|
+
#, python-format
|
|
85
|
+
msgid ""
|
|
86
|
+
"See <a href=\"%(license_file)s\">History and License</a> for more "
|
|
87
|
+
"information."
|
|
88
|
+
msgstr ""
|
|
89
|
+
"Ver <a href=\"%(license_file)s\">Historia y Licencia</a> para más "
|
|
90
|
+
"información."
|
|
91
|
+
|
|
92
|
+
#: python_docs_theme/layout.html:155
|
|
93
|
+
#, python-format
|
|
94
|
+
msgid "Hosted on %(hosted_on)s."
|
|
95
|
+
msgstr "Hospedado en %(hosted_on)s."
|
|
96
|
+
|
|
97
|
+
#: python_docs_theme/layout.html:163
|
|
98
|
+
#, python-format
|
|
99
|
+
msgid "Last updated on %(last_updated)s."
|
|
100
|
+
msgstr "Última actualización en %(last_updated)s."
|
|
101
|
+
|
|
102
|
+
#: python_docs_theme/layout.html:166
|
|
103
|
+
#, python-format
|
|
104
|
+
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?"
|
|
105
|
+
msgstr "<a href=\"%(theme_issues_url)s\">Encontraste un bug</a>?"
|
|
106
|
+
|
|
107
|
+
#: python_docs_theme/layout.html:170
|
|
108
|
+
#, python-format
|
|
109
|
+
msgid ""
|
|
110
|
+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
|
|
111
|
+
"%(sphinx_version)s."
|
|
112
|
+
msgstr ""
|
|
113
|
+
"Creado usando <a href=\"https://www.sphinx-"
|
|
114
|
+
"doc.org/\">Sphinx</a>%(sphinx_version)s."
|
|
115
|
+
|
|
116
|
+
#: python_docs_theme/static/copybutton.js:30
|
|
117
|
+
#: python_docs_theme/static/copybutton.js:55
|
|
118
|
+
msgid "Copy"
|
|
119
|
+
msgstr "Copiar"
|
|
120
|
+
|
|
121
|
+
#: python_docs_theme/static/copybutton.js:31
|
|
122
|
+
msgid "Copy to clipboard"
|
|
123
|
+
msgstr "Copiar al portapapeles"
|
|
124
|
+
|
|
125
|
+
#: python_docs_theme/static/copybutton.js:53
|
|
126
|
+
msgid "Copied!"
|
|
127
|
+
msgstr "¡Copiado!"
|
|
Binary file
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# Translations template for python-docs-theme.
|
|
2
|
+
# Copyright (C) 2025 Python Software Foundation
|
|
3
|
+
# This file is distributed under the same license as the python-docs-theme
|
|
4
|
+
# project.
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# Hengky Kurniawan, 2025
|
|
9
|
+
#
|
|
10
|
+
msgid ""
|
|
11
|
+
msgstr ""
|
|
12
|
+
"Project-Id-Version: python-docs-theme 2025.5\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
|
|
15
|
+
"PO-Revision-Date: 2025-09-06 07:41+0000\n"
|
|
16
|
+
"Last-Translator: Hengky Kurniawan, 2025\n"
|
|
17
|
+
"Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/id/)\n"
|
|
18
|
+
"MIME-Version: 1.0\n"
|
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
+
"Generated-By: Babel 2.16.0\n"
|
|
22
|
+
"Language: id\n"
|
|
23
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
24
|
+
|
|
25
|
+
#: python_docs_theme/footerdonate.html:1
|
|
26
|
+
msgid "The Python Software Foundation is a non-profit corporation."
|
|
27
|
+
msgstr "Python Software Foundation adalah sebuah korporasi nirlaba."
|
|
28
|
+
|
|
29
|
+
#: python_docs_theme/footerdonate.html:2
|
|
30
|
+
msgid "Please donate."
|
|
31
|
+
msgstr "Mari berdonasi."
|
|
32
|
+
|
|
33
|
+
#: python_docs_theme/layout.html:6
|
|
34
|
+
msgid "Navigation"
|
|
35
|
+
msgstr "Navigasi"
|
|
36
|
+
|
|
37
|
+
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111
|
|
38
|
+
msgid "Quick search"
|
|
39
|
+
msgstr "Pencarian cepat"
|
|
40
|
+
|
|
41
|
+
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112
|
|
42
|
+
msgid "Go"
|
|
43
|
+
msgstr "Telusuri"
|
|
44
|
+
|
|
45
|
+
#: python_docs_theme/layout.html:60
|
|
46
|
+
msgid "Theme"
|
|
47
|
+
msgstr "Tema"
|
|
48
|
+
|
|
49
|
+
#: python_docs_theme/layout.html:62
|
|
50
|
+
msgid "Auto"
|
|
51
|
+
msgstr "Otomatis"
|
|
52
|
+
|
|
53
|
+
#: python_docs_theme/layout.html:63
|
|
54
|
+
msgid "Light"
|
|
55
|
+
msgstr "Terang"
|
|
56
|
+
|
|
57
|
+
#: python_docs_theme/layout.html:64
|
|
58
|
+
msgid "Dark"
|
|
59
|
+
msgstr "Gelap"
|
|
60
|
+
|
|
61
|
+
#: python_docs_theme/layout.html:96
|
|
62
|
+
msgid "Menu"
|
|
63
|
+
msgstr "Menu"
|
|
64
|
+
|
|
65
|
+
#: python_docs_theme/layout.html:142
|
|
66
|
+
msgid "Copyright"
|
|
67
|
+
msgstr "Hak cipta"
|
|
68
|
+
|
|
69
|
+
#: python_docs_theme/layout.html:147
|
|
70
|
+
msgid ""
|
|
71
|
+
"This page is licensed under the Python Software Foundation License Version "
|
|
72
|
+
"2."
|
|
73
|
+
msgstr ""
|
|
74
|
+
"Halaman ini dilisensikan di bawah Lisensi Python Software Foundation Versi "
|
|
75
|
+
"2."
|
|
76
|
+
|
|
77
|
+
#: python_docs_theme/layout.html:149
|
|
78
|
+
msgid ""
|
|
79
|
+
"Examples, recipes, and other code in the documentation are additionally "
|
|
80
|
+
"licensed under the Zero Clause BSD License."
|
|
81
|
+
msgstr ""
|
|
82
|
+
"Contoh, resep, dan kode lainnya dalam dokumentasi juga dilisensikan di bawah"
|
|
83
|
+
" Lisensi Zero Clause BSD."
|
|
84
|
+
|
|
85
|
+
#: python_docs_theme/layout.html:152
|
|
86
|
+
#, python-format
|
|
87
|
+
msgid ""
|
|
88
|
+
"See <a href=\"%(license_file)s\">History and License</a> for more "
|
|
89
|
+
"information."
|
|
90
|
+
msgstr ""
|
|
91
|
+
"Lihat <a href=\"%(license_file)s\">Sejarah dan Lisensi</a> untuk informasi "
|
|
92
|
+
"lebih lanjut."
|
|
93
|
+
|
|
94
|
+
#: python_docs_theme/layout.html:155
|
|
95
|
+
#, python-format
|
|
96
|
+
msgid "Hosted on %(hosted_on)s."
|
|
97
|
+
msgstr "Dihos di %(hosted_on)s."
|
|
98
|
+
|
|
99
|
+
#: python_docs_theme/layout.html:163
|
|
100
|
+
#, python-format
|
|
101
|
+
msgid "Last updated on %(last_updated)s."
|
|
102
|
+
msgstr "Terakhir diperbarui pada %(last_updated)s."
|
|
103
|
+
|
|
104
|
+
#: python_docs_theme/layout.html:166
|
|
105
|
+
#, python-format
|
|
106
|
+
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?"
|
|
107
|
+
msgstr "<a href=\"%(theme_issues_url)s\">Menemukan kekutu</a>?"
|
|
108
|
+
|
|
109
|
+
#: python_docs_theme/layout.html:170
|
|
110
|
+
#, python-format
|
|
111
|
+
msgid ""
|
|
112
|
+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
|
|
113
|
+
"%(sphinx_version)s."
|
|
114
|
+
msgstr ""
|
|
115
|
+
"Dibuat menggunakan <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
|
|
116
|
+
"%(sphinx_version)s."
|
|
117
|
+
|
|
118
|
+
#: python_docs_theme/static/copybutton.js:30
|
|
119
|
+
#: python_docs_theme/static/copybutton.js:55
|
|
120
|
+
msgid "Copy"
|
|
121
|
+
msgstr "Salin"
|
|
122
|
+
|
|
123
|
+
#: python_docs_theme/static/copybutton.js:31
|
|
124
|
+
msgid "Copy to clipboard"
|
|
125
|
+
msgstr "Salin ke papan klip"
|
|
126
|
+
|
|
127
|
+
#: python_docs_theme/static/copybutton.js:53
|
|
128
|
+
msgid "Copied!"
|
|
129
|
+
msgstr "Tersalin!"
|
|
Binary file
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# Translations template for python-docs-theme.
|
|
2
|
+
# Copyright (C) 2025 Python Software Foundation
|
|
3
|
+
# This file is distributed under the same license as the python-docs-theme
|
|
4
|
+
# project.
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# Inada Naoki <songofacandy@gmail.com>, 2025
|
|
9
|
+
#
|
|
10
|
+
msgid ""
|
|
11
|
+
msgstr ""
|
|
12
|
+
"Project-Id-Version: python-docs-theme 2025.5\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
|
|
15
|
+
"PO-Revision-Date: 2025-09-06 07:41+0000\n"
|
|
16
|
+
"Last-Translator: Inada Naoki <songofacandy@gmail.com>, 2025\n"
|
|
17
|
+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/ja/)\n"
|
|
18
|
+
"MIME-Version: 1.0\n"
|
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
+
"Generated-By: Babel 2.16.0\n"
|
|
22
|
+
"Language: ja\n"
|
|
23
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
24
|
+
|
|
25
|
+
#: python_docs_theme/footerdonate.html:1
|
|
26
|
+
msgid "The Python Software Foundation is a non-profit corporation."
|
|
27
|
+
msgstr "Pythonソフトウェア財団は非営利法人です。"
|
|
28
|
+
|
|
29
|
+
#: python_docs_theme/footerdonate.html:2
|
|
30
|
+
msgid "Please donate."
|
|
31
|
+
msgstr "寄付をするには"
|
|
32
|
+
|
|
33
|
+
#: python_docs_theme/layout.html:6
|
|
34
|
+
msgid "Navigation"
|
|
35
|
+
msgstr "Navigation"
|
|
36
|
+
|
|
37
|
+
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111
|
|
38
|
+
msgid "Quick search"
|
|
39
|
+
msgstr "検索"
|
|
40
|
+
|
|
41
|
+
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112
|
|
42
|
+
msgid "Go"
|
|
43
|
+
msgstr "Go"
|
|
44
|
+
|
|
45
|
+
#: python_docs_theme/layout.html:60
|
|
46
|
+
msgid "Theme"
|
|
47
|
+
msgstr "テーマ"
|
|
48
|
+
|
|
49
|
+
#: python_docs_theme/layout.html:62
|
|
50
|
+
msgid "Auto"
|
|
51
|
+
msgstr "自動"
|
|
52
|
+
|
|
53
|
+
#: python_docs_theme/layout.html:63
|
|
54
|
+
msgid "Light"
|
|
55
|
+
msgstr "ライト"
|
|
56
|
+
|
|
57
|
+
#: python_docs_theme/layout.html:64
|
|
58
|
+
msgid "Dark"
|
|
59
|
+
msgstr "ダーク"
|
|
60
|
+
|
|
61
|
+
#: python_docs_theme/layout.html:96
|
|
62
|
+
msgid "Menu"
|
|
63
|
+
msgstr "メニュー"
|
|
64
|
+
|
|
65
|
+
#: python_docs_theme/layout.html:142
|
|
66
|
+
msgid "Copyright"
|
|
67
|
+
msgstr "Copyright"
|
|
68
|
+
|
|
69
|
+
#: python_docs_theme/layout.html:147
|
|
70
|
+
msgid ""
|
|
71
|
+
"This page is licensed under the Python Software Foundation License Version "
|
|
72
|
+
"2."
|
|
73
|
+
msgstr "このページはPython Software Foundation License Version 2でライセンスされています。"
|
|
74
|
+
|
|
75
|
+
#: python_docs_theme/layout.html:149
|
|
76
|
+
msgid ""
|
|
77
|
+
"Examples, recipes, and other code in the documentation are additionally "
|
|
78
|
+
"licensed under the Zero Clause BSD License."
|
|
79
|
+
msgstr "ドキュメント内のサンプル、レシピ等のコードは、Zero Clause BSDライセンスの下で追加的にライセンスされています。"
|
|
80
|
+
|
|
81
|
+
#: python_docs_theme/layout.html:152
|
|
82
|
+
#, python-format
|
|
83
|
+
msgid ""
|
|
84
|
+
"See <a href=\"%(license_file)s\">History and License</a> for more "
|
|
85
|
+
"information."
|
|
86
|
+
msgstr "詳しくは<a href=\"%(license_file)s\">歴史とライセンス</a>を参照してください。"
|
|
87
|
+
|
|
88
|
+
#: python_docs_theme/layout.html:155
|
|
89
|
+
#, python-format
|
|
90
|
+
msgid "Hosted on %(hosted_on)s."
|
|
91
|
+
msgstr "%(hosted_on)sにてホストされています。"
|
|
92
|
+
|
|
93
|
+
#: python_docs_theme/layout.html:163
|
|
94
|
+
#, python-format
|
|
95
|
+
msgid "Last updated on %(last_updated)s."
|
|
96
|
+
msgstr "最終更新日: %(last_updated)s"
|
|
97
|
+
|
|
98
|
+
#: python_docs_theme/layout.html:166
|
|
99
|
+
#, python-format
|
|
100
|
+
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?"
|
|
101
|
+
msgstr "<a href=\"%(theme_issues_url)s\">バグを報告する</a>"
|
|
102
|
+
|
|
103
|
+
#: python_docs_theme/layout.html:170
|
|
104
|
+
#, python-format
|
|
105
|
+
msgid ""
|
|
106
|
+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
|
|
107
|
+
"%(sphinx_version)s."
|
|
108
|
+
msgstr ""
|
|
109
|
+
"<a href=\"https://www.sphinx-"
|
|
110
|
+
"doc.org/\">Sphinx</a>%(sphinx_version)sを使って構築されています。"
|
|
111
|
+
|
|
112
|
+
#: python_docs_theme/static/copybutton.js:30
|
|
113
|
+
#: python_docs_theme/static/copybutton.js:55
|
|
114
|
+
msgid "Copy"
|
|
115
|
+
msgstr "コピー"
|
|
116
|
+
|
|
117
|
+
#: python_docs_theme/static/copybutton.js:31
|
|
118
|
+
msgid "Copy to clipboard"
|
|
119
|
+
msgstr "クリップボードにコピーする"
|
|
120
|
+
|
|
121
|
+
#: python_docs_theme/static/copybutton.js:53
|
|
122
|
+
msgid "Copied!"
|
|
123
|
+
msgstr "コピーされました。"
|
|
Binary file
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# Translations template for python-docs-theme.
|
|
2
|
+
# Copyright (C) 2025 Python Software Foundation
|
|
3
|
+
# This file is distributed under the same license as the python-docs-theme
|
|
4
|
+
# project.
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# wonsuk yang, 2025
|
|
9
|
+
#
|
|
10
|
+
msgid ""
|
|
11
|
+
msgstr ""
|
|
12
|
+
"Project-Id-Version: python-docs-theme 2025.5\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
|
|
15
|
+
"PO-Revision-Date: 2025-09-06 07:41+0000\n"
|
|
16
|
+
"Last-Translator: wonsuk yang, 2025\n"
|
|
17
|
+
"Language-Team: Korean (https://app.transifex.com/python-doc/teams/5390/ko/)\n"
|
|
18
|
+
"MIME-Version: 1.0\n"
|
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
+
"Generated-By: Babel 2.16.0\n"
|
|
22
|
+
"Language: ko\n"
|
|
23
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
24
|
+
|
|
25
|
+
#: python_docs_theme/footerdonate.html:1
|
|
26
|
+
msgid "The Python Software Foundation is a non-profit corporation."
|
|
27
|
+
msgstr "파이썬 소프트웨어 재단은 비영리 재단입니다."
|
|
28
|
+
|
|
29
|
+
#: python_docs_theme/footerdonate.html:2
|
|
30
|
+
msgid "Please donate."
|
|
31
|
+
msgstr "기부를 부탁드립니다."
|
|
32
|
+
|
|
33
|
+
#: python_docs_theme/layout.html:6
|
|
34
|
+
msgid "Navigation"
|
|
35
|
+
msgstr "내비게이션"
|
|
36
|
+
|
|
37
|
+
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111
|
|
38
|
+
msgid "Quick search"
|
|
39
|
+
msgstr "빠른 검색"
|
|
40
|
+
|
|
41
|
+
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112
|
|
42
|
+
msgid "Go"
|
|
43
|
+
msgstr "시작"
|
|
44
|
+
|
|
45
|
+
#: python_docs_theme/layout.html:60
|
|
46
|
+
msgid "Theme"
|
|
47
|
+
msgstr "테마"
|
|
48
|
+
|
|
49
|
+
#: python_docs_theme/layout.html:62
|
|
50
|
+
msgid "Auto"
|
|
51
|
+
msgstr "자동"
|
|
52
|
+
|
|
53
|
+
#: python_docs_theme/layout.html:63
|
|
54
|
+
msgid "Light"
|
|
55
|
+
msgstr "라이트"
|
|
56
|
+
|
|
57
|
+
#: python_docs_theme/layout.html:64
|
|
58
|
+
msgid "Dark"
|
|
59
|
+
msgstr "다크"
|
|
60
|
+
|
|
61
|
+
#: python_docs_theme/layout.html:96
|
|
62
|
+
msgid "Menu"
|
|
63
|
+
msgstr "메뉴"
|
|
64
|
+
|
|
65
|
+
#: python_docs_theme/layout.html:142
|
|
66
|
+
msgid "Copyright"
|
|
67
|
+
msgstr "저작권"
|
|
68
|
+
|
|
69
|
+
#: python_docs_theme/layout.html:147
|
|
70
|
+
msgid ""
|
|
71
|
+
"This page is licensed under the Python Software Foundation License Version "
|
|
72
|
+
"2."
|
|
73
|
+
msgstr "해당하는 페이지의 저작권은 파이썬 소프트웨어 재단 저작권 라이센스 버전 2를 통해 보호받음을 고지 드립니다."
|
|
74
|
+
|
|
75
|
+
#: python_docs_theme/layout.html:149
|
|
76
|
+
msgid ""
|
|
77
|
+
"Examples, recipes, and other code in the documentation are additionally "
|
|
78
|
+
"licensed under the Zero Clause BSD License."
|
|
79
|
+
msgstr ""
|
|
80
|
+
"해당하는 문서 내의 예제, 사용법, 그리고 다른 코드들은 또한 Zero Clause BSD 라이센스를 통해 보호받음을 고지 드립니다."
|
|
81
|
+
|
|
82
|
+
#: python_docs_theme/layout.html:152
|
|
83
|
+
#, python-format
|
|
84
|
+
msgid ""
|
|
85
|
+
"See <a href=\"%(license_file)s\">History and License</a> for more "
|
|
86
|
+
"information."
|
|
87
|
+
msgstr "보다 다양한 정보를 위해서는 <a href=\"%(license_file)s\">라이센스와 기록물</a> 을 참고 부탁드립니다."
|
|
88
|
+
|
|
89
|
+
#: python_docs_theme/layout.html:155
|
|
90
|
+
#, python-format
|
|
91
|
+
msgid "Hosted on %(hosted_on)s."
|
|
92
|
+
msgstr "호스트 주소는 다음과 같습니다: %(hosted_on)s."
|
|
93
|
+
|
|
94
|
+
#: python_docs_theme/layout.html:163
|
|
95
|
+
#, python-format
|
|
96
|
+
msgid "Last updated on %(last_updated)s."
|
|
97
|
+
msgstr "마지막 업데이트: %(last_updated)s."
|
|
98
|
+
|
|
99
|
+
#: python_docs_theme/layout.html:166
|
|
100
|
+
#, python-format
|
|
101
|
+
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?"
|
|
102
|
+
msgstr "<a href=\"%(theme_issues_url)s\">문제가 생기셨나요</a>?"
|
|
103
|
+
|
|
104
|
+
#: python_docs_theme/layout.html:170
|
|
105
|
+
#, python-format
|
|
106
|
+
msgid ""
|
|
107
|
+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
|
|
108
|
+
"%(sphinx_version)s."
|
|
109
|
+
msgstr ""
|
|
110
|
+
"해당하는 문서는 <a href=\"https://www.sphinx-doc.org/\">스핑크스</a> "
|
|
111
|
+
"%(sphinx_version)s를 통해 만들어졌습니다."
|
|
112
|
+
|
|
113
|
+
#: python_docs_theme/static/copybutton.js:30
|
|
114
|
+
#: python_docs_theme/static/copybutton.js:55
|
|
115
|
+
msgid "Copy"
|
|
116
|
+
msgstr "복사"
|
|
117
|
+
|
|
118
|
+
#: python_docs_theme/static/copybutton.js:31
|
|
119
|
+
msgid "Copy to clipboard"
|
|
120
|
+
msgstr "클립보드에 복사"
|
|
121
|
+
|
|
122
|
+
#: python_docs_theme/static/copybutton.js:53
|
|
123
|
+
msgid "Copied!"
|
|
124
|
+
msgstr "복사되었습니다!"
|
|
Binary file
|
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Translations template for python-docs-theme.
|
|
2
2
|
# Copyright (C) 2025 Python Software Foundation
|
|
3
3
|
# This file is distributed under the same license as the python-docs-theme
|
|
4
4
|
# project.
|
|
5
|
-
#
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# Stan Ulbrych, 2025
|
|
6
9
|
#
|
|
7
10
|
msgid ""
|
|
8
11
|
msgstr ""
|
|
9
12
|
"Project-Id-Version: python-docs-theme 2025.5\n"
|
|
10
13
|
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
12
|
-
"PO-Revision-Date: 2025-
|
|
13
|
-
"Last-Translator: Stan Ulbrych \n"
|
|
14
|
-
"Language: pl\n"
|
|
15
|
-
"Language-Team: pl <LL@li.org>\n"
|
|
16
|
-
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
|
|
17
|
-
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
|
|
15
|
+
"PO-Revision-Date: 2025-09-06 07:41+0000\n"
|
|
16
|
+
"Last-Translator: Stan Ulbrych, 2025\n"
|
|
17
|
+
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
19
|
-
"Content-Type: text/plain; charset=
|
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
|
21
21
|
"Generated-By: Babel 2.16.0\n"
|
|
22
|
+
"Language: pl\n"
|
|
23
|
+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
22
24
|
|
|
23
25
|
#: python_docs_theme/footerdonate.html:1
|
|
24
26
|
msgid "The Python Software Foundation is a non-profit corporation."
|
|
@@ -66,19 +68,17 @@ msgstr "Prawa autorskie"
|
|
|
66
68
|
|
|
67
69
|
#: python_docs_theme/layout.html:147
|
|
68
70
|
msgid ""
|
|
69
|
-
"This page is licensed under the Python Software Foundation License "
|
|
70
|
-
"
|
|
71
|
-
msgstr ""
|
|
72
|
-
"Ta strona jest objęta licencją Python Software "
|
|
73
|
-
"Foundation w wersji 2."
|
|
71
|
+
"This page is licensed under the Python Software Foundation License Version "
|
|
72
|
+
"2."
|
|
73
|
+
msgstr "Ta strona jest objęta licencją Python Software Foundation w wersji 2."
|
|
74
74
|
|
|
75
75
|
#: python_docs_theme/layout.html:149
|
|
76
76
|
msgid ""
|
|
77
77
|
"Examples, recipes, and other code in the documentation are additionally "
|
|
78
78
|
"licensed under the Zero Clause BSD License."
|
|
79
79
|
msgstr ""
|
|
80
|
-
"Przykłady, przepisy i inny kod w dokumentacji są dodatkowo objęte "
|
|
81
|
-
"
|
|
80
|
+
"Przykłady, przepisy i inny kod w dokumentacji są dodatkowo objęte licencją "
|
|
81
|
+
"Zero Clause BSD."
|
|
82
82
|
|
|
83
83
|
#: python_docs_theme/layout.html:152
|
|
84
84
|
#, python-format
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# Translations template for python-docs-theme.
|
|
2
|
+
# Copyright (C) 2025 Python Software Foundation
|
|
3
|
+
# This file is distributed under the same license as the python-docs-theme
|
|
4
|
+
# project.
|
|
5
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
|
|
6
|
+
#
|
|
7
|
+
# Translators:
|
|
8
|
+
# Ege Akman, 2025
|
|
9
|
+
#
|
|
10
|
+
msgid ""
|
|
11
|
+
msgstr ""
|
|
12
|
+
"Project-Id-Version: python-docs-theme 2025.5\n"
|
|
13
|
+
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
|
|
14
|
+
"POT-Creation-Date: 2025-09-06 08:40+0100\n"
|
|
15
|
+
"PO-Revision-Date: 2025-09-06 07:41+0000\n"
|
|
16
|
+
"Last-Translator: Ege Akman, 2025\n"
|
|
17
|
+
"Language-Team: Turkish (https://app.transifex.com/python-doc/teams/5390/tr/)\n"
|
|
18
|
+
"MIME-Version: 1.0\n"
|
|
19
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
+
"Generated-By: Babel 2.16.0\n"
|
|
22
|
+
"Language: tr\n"
|
|
23
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
24
|
+
|
|
25
|
+
#: python_docs_theme/footerdonate.html:1
|
|
26
|
+
msgid "The Python Software Foundation is a non-profit corporation."
|
|
27
|
+
msgstr "Python Software Foundation kâr amacı gütmeyen bir kuruluştur."
|
|
28
|
+
|
|
29
|
+
#: python_docs_theme/footerdonate.html:2
|
|
30
|
+
msgid "Please donate."
|
|
31
|
+
msgstr "Lütfen bağış yapın."
|
|
32
|
+
|
|
33
|
+
#: python_docs_theme/layout.html:6
|
|
34
|
+
msgid "Navigation"
|
|
35
|
+
msgstr "Navigasyon"
|
|
36
|
+
|
|
37
|
+
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111
|
|
38
|
+
msgid "Quick search"
|
|
39
|
+
msgstr "Hızlı arama"
|
|
40
|
+
|
|
41
|
+
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112
|
|
42
|
+
msgid "Go"
|
|
43
|
+
msgstr "Ara"
|
|
44
|
+
|
|
45
|
+
#: python_docs_theme/layout.html:60
|
|
46
|
+
msgid "Theme"
|
|
47
|
+
msgstr "Tema"
|
|
48
|
+
|
|
49
|
+
#: python_docs_theme/layout.html:62
|
|
50
|
+
msgid "Auto"
|
|
51
|
+
msgstr "Otomatik"
|
|
52
|
+
|
|
53
|
+
#: python_docs_theme/layout.html:63
|
|
54
|
+
msgid "Light"
|
|
55
|
+
msgstr "Açık"
|
|
56
|
+
|
|
57
|
+
#: python_docs_theme/layout.html:64
|
|
58
|
+
msgid "Dark"
|
|
59
|
+
msgstr "Koyu"
|
|
60
|
+
|
|
61
|
+
#: python_docs_theme/layout.html:96
|
|
62
|
+
msgid "Menu"
|
|
63
|
+
msgstr "Menü"
|
|
64
|
+
|
|
65
|
+
#: python_docs_theme/layout.html:142
|
|
66
|
+
msgid "Copyright"
|
|
67
|
+
msgstr "Telif Hakkı"
|
|
68
|
+
|
|
69
|
+
#: python_docs_theme/layout.html:147
|
|
70
|
+
msgid ""
|
|
71
|
+
"This page is licensed under the Python Software Foundation License Version "
|
|
72
|
+
"2."
|
|
73
|
+
msgstr ""
|
|
74
|
+
"Bu sayfa, Python Software Foundation License Version 2 kapsamında "
|
|
75
|
+
"lisanslanmıştır."
|
|
76
|
+
|
|
77
|
+
#: python_docs_theme/layout.html:149
|
|
78
|
+
msgid ""
|
|
79
|
+
"Examples, recipes, and other code in the documentation are additionally "
|
|
80
|
+
"licensed under the Zero Clause BSD License."
|
|
81
|
+
msgstr ""
|
|
82
|
+
"Dokümantasyondaki örnekler, tarifler ve diğer kodlar ek olarak Zero Clause "
|
|
83
|
+
"BSD License kapsamında lisanslanmıştır."
|
|
84
|
+
|
|
85
|
+
#: python_docs_theme/layout.html:152
|
|
86
|
+
#, python-format
|
|
87
|
+
msgid ""
|
|
88
|
+
"See <a href=\"%(license_file)s\">History and License</a> for more "
|
|
89
|
+
"information."
|
|
90
|
+
msgstr ""
|
|
91
|
+
"Daha fazla bilgi için <a href=\"%(license_file)s\">Geçmiş ve Lisans</a> "
|
|
92
|
+
"bölümüne bakın. "
|
|
93
|
+
|
|
94
|
+
#: python_docs_theme/layout.html:155
|
|
95
|
+
#, python-format
|
|
96
|
+
msgid "Hosted on %(hosted_on)s."
|
|
97
|
+
msgstr "%(hosted_on)s üzerinde barındırılmaktadır."
|
|
98
|
+
|
|
99
|
+
#: python_docs_theme/layout.html:163
|
|
100
|
+
#, python-format
|
|
101
|
+
msgid "Last updated on %(last_updated)s."
|
|
102
|
+
msgstr "En son %(last_updated)s tarihinde güncellendi."
|
|
103
|
+
|
|
104
|
+
#: python_docs_theme/layout.html:166
|
|
105
|
+
#, python-format
|
|
106
|
+
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?"
|
|
107
|
+
msgstr "<a href=\"%(theme_issues_url)s\">Bir bug mı buldunuz</a>?"
|
|
108
|
+
|
|
109
|
+
#: python_docs_theme/layout.html:170
|
|
110
|
+
#, python-format
|
|
111
|
+
msgid ""
|
|
112
|
+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
|
|
113
|
+
"%(sphinx_version)s."
|
|
114
|
+
msgstr ""
|
|
115
|
+
"<a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s ile "
|
|
116
|
+
"oluşturuldu. "
|
|
117
|
+
|
|
118
|
+
#: python_docs_theme/static/copybutton.js:30
|
|
119
|
+
#: python_docs_theme/static/copybutton.js:55
|
|
120
|
+
msgid "Copy"
|
|
121
|
+
msgstr "Kopyala"
|
|
122
|
+
|
|
123
|
+
#: python_docs_theme/static/copybutton.js:31
|
|
124
|
+
msgid "Copy to clipboard"
|
|
125
|
+
msgstr "Panoya kopyala"
|
|
126
|
+
|
|
127
|
+
#: python_docs_theme/static/copybutton.js:53
|
|
128
|
+
msgid "Copied!"
|
|
129
|
+
msgstr "Kopyalandı!"
|
|
Binary file
|
|
Binary file
|
{python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/copybutton.js
RENAMED
|
@@ -16,7 +16,7 @@ function getCopyableText(rootElement) {
|
|
|
16
16
|
}
|
|
17
17
|
// Remove all elements with the "go" (Generic.Output),
|
|
18
18
|
// "gp" (Generic.Prompt), or "gt" (Generic.Traceback) CSS class
|
|
19
|
-
const elements = rootElement.querySelectorAll(".gp, .go, .gt")
|
|
19
|
+
const elements = rootElement.querySelectorAll(".gp, .go, .gt, .linenos")
|
|
20
20
|
for (const el of elements) {
|
|
21
21
|
el.remove()
|
|
22
22
|
}
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/pydoctheme_dark.css
RENAMED
|
File without changes
|
{python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/search-focus.js
RENAMED
|
File without changes
|
{python_docs_theme-2025.9 → python_docs_theme-2025.9.2}/python_docs_theme/static/themetoggle.js
RENAMED
|
File without changes
|
|
File without changes
|