Skip to content

Commit 4ef8b1f

Browse files
Update Farsi translations from Transifex
1 parent 6638dc6 commit 4ef8b1f

16 files changed

Lines changed: 16420 additions & 16087 deletions

c-api/unicode.po

Lines changed: 250 additions & 241 deletions
Large diffs are not rendered by default.

deprecations/index.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
11+
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
1212
"PO-Revision-Date: 2024-07-29 04:07+0000\n"
1313
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
1414
"fa/)\n"
@@ -169,27 +169,36 @@ msgstr ""
169169

170170
#: ../../deprecations/pending-removal-in-3.15.rst:88
171171
msgid ""
172+
"When using the functional syntax of :class:`~typing.TypedDict`\\s, failing "
173+
"to pass a value to the *fields* parameter (``TD = TypedDict(\"TD\")``) or "
174+
"passing ``None`` (``TD = TypedDict(\"TD\", None)``) has been deprecated "
175+
"since Python 3.13. Use ``class TD(TypedDict): pass`` or ``TD = "
176+
"TypedDict(\"TD\", {})`` to create a TypedDict with zero field."
177+
msgstr ""
178+
179+
#: ../../deprecations/pending-removal-in-3.15.rst:95
180+
msgid ""
172181
"The :func:`typing.no_type_check_decorator` decorator function has been "
173182
"deprecated since Python 3.13. After eight years in the :mod:`typing` module, "
174183
"it has yet to be supported by any major type checker."
175184
msgstr ""
176185

177-
#: ../../deprecations/pending-removal-in-3.15.rst:93
186+
#: ../../deprecations/pending-removal-in-3.15.rst:100
178187
msgid ":mod:`wave`:"
179188
msgstr ""
180189

181-
#: ../../deprecations/pending-removal-in-3.15.rst:95
190+
#: ../../deprecations/pending-removal-in-3.15.rst:102
182191
msgid ""
183192
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
184193
"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"
185194
"`~wave.Wave_write` classes have been deprecated since Python 3.13."
186195
msgstr ""
187196

188-
#: ../../deprecations/pending-removal-in-3.15.rst:100
197+
#: ../../deprecations/pending-removal-in-3.15.rst:107
189198
msgid ":mod:`zipimport`:"
190199
msgstr ""
191200

192-
#: ../../deprecations/pending-removal-in-3.15.rst:102
201+
#: ../../deprecations/pending-removal-in-3.15.rst:109
193202
msgid ""
194203
":meth:`~zipimport.zipimporter.load_module` has been deprecated since Python "
195204
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "

deprecations/pending-removal-in-3.15.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.14\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
11+
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
1212
"PO-Revision-Date: 2024-07-20 00:54+0000\n"
1313
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
1414
"fa/)\n"
@@ -159,27 +159,36 @@ msgstr ""
159159

160160
#: ../../deprecations/pending-removal-in-3.15.rst:88
161161
msgid ""
162+
"When using the functional syntax of :class:`~typing.TypedDict`\\s, failing "
163+
"to pass a value to the *fields* parameter (``TD = TypedDict(\"TD\")``) or "
164+
"passing ``None`` (``TD = TypedDict(\"TD\", None)``) has been deprecated "
165+
"since Python 3.13. Use ``class TD(TypedDict): pass`` or ``TD = "
166+
"TypedDict(\"TD\", {})`` to create a TypedDict with zero field."
167+
msgstr ""
168+
169+
#: ../../deprecations/pending-removal-in-3.15.rst:95
170+
msgid ""
162171
"The :func:`typing.no_type_check_decorator` decorator function has been "
163172
"deprecated since Python 3.13. After eight years in the :mod:`typing` module, "
164173
"it has yet to be supported by any major type checker."
165174
msgstr ""
166175

167-
#: ../../deprecations/pending-removal-in-3.15.rst:93
176+
#: ../../deprecations/pending-removal-in-3.15.rst:100
168177
msgid ":mod:`wave`:"
169178
msgstr ""
170179

171-
#: ../../deprecations/pending-removal-in-3.15.rst:95
180+
#: ../../deprecations/pending-removal-in-3.15.rst:102
172181
msgid ""
173182
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
174183
"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"
175184
"`~wave.Wave_write` classes have been deprecated since Python 3.13."
176185
msgstr ""
177186

178-
#: ../../deprecations/pending-removal-in-3.15.rst:100
187+
#: ../../deprecations/pending-removal-in-3.15.rst:107
179188
msgid ":mod:`zipimport`:"
180189
msgstr ""
181190

182-
#: ../../deprecations/pending-removal-in-3.15.rst:102
191+
#: ../../deprecations/pending-removal-in-3.15.rst:109
183192
msgid ""
184193
":meth:`~zipimport.zipimporter.load_module` has been deprecated since Python "
185194
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "

0 commit comments

Comments
 (0)