Skip to content

Commit 2e36f99

Browse files
author
GitHub Action's update-translation job
committed
Update Farsi translations from Transifex
1 parent d43bb36 commit 2e36f99

12 files changed

Lines changed: 13950 additions & 13850 deletions

File tree

c-api/buffer.po

Lines changed: 142 additions & 134 deletions
Large diffs are not rendered by default.

c-api/unicode.po

Lines changed: 342 additions & 336 deletions
Large diffs are not rendered by default.

deprecations/index.po

Lines changed: 66 additions & 70 deletions
Large diffs are not rendered by default.

deprecations/pending-removal-in-future.po

Lines changed: 65 additions & 69 deletions
Large diffs are not rendered by default.

library/ast.po

Lines changed: 171 additions & 129 deletions
Large diffs are not rendered by default.

library/sysconfig.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
11+
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
1212
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
1313
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
1414
"fa/)\n"
@@ -723,15 +723,15 @@ msgstr ""
723723
msgid "Return the path of :file:`Makefile`."
724724
msgstr ""
725725

726-
#: ../../library/sysconfig.rst:434
727-
msgid "Using :mod:`sysconfig` as a script"
726+
#: ../../library/sysconfig.rst:435
727+
msgid "Command-line usage"
728728
msgstr ""
729729

730-
#: ../../library/sysconfig.rst:436
730+
#: ../../library/sysconfig.rst:437
731731
msgid "You can use :mod:`sysconfig` as a script with Python's *-m* option:"
732732
msgstr ""
733733

734-
#: ../../library/sysconfig.rst:438
734+
#: ../../library/sysconfig.rst:439
735735
msgid ""
736736
"$ python -m sysconfig\n"
737737
"Platform: \"macosx-10.4-i386\"\n"
@@ -756,7 +756,7 @@ msgid ""
756756
" ..."
757757
msgstr ""
758758

759-
#: ../../library/sysconfig.rst:462
759+
#: ../../library/sysconfig.rst:463
760760
msgid ""
761761
"This call will print in the standard output the information returned by :"
762762
"func:`get_platform`, :func:`get_python_version`, :func:`get_path` and :func:"

library/turtle.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
15+
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
1717
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n"
1818
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
@@ -24,7 +24,7 @@ msgstr ""
2424
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
2525

2626
#: ../../library/turtle.rst:3
27-
msgid ":mod:`turtle` --- Turtle graphics"
27+
msgid ":mod:`!turtle` --- Turtle graphics"
2828
msgstr ""
2929

3030
#: ../../library/turtle.rst:10

library/typing.po

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
14+
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
1616
"Last-Translator: Alireza Shabani (Revisto) <theRevisto@gmail.com>, 2025\n"
1717
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
@@ -23,7 +23,7 @@ msgstr ""
2323
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
2424

2525
#: ../../library/typing.rst:3
26-
msgid ":mod:`typing` --- Support for type hints"
26+
msgid ":mod:`!typing` --- Support for type hints"
2727
msgstr ""
2828

2929
#: ../../library/typing.rst:16
@@ -967,9 +967,9 @@ msgid ""
967967
"User-defined generics for parameter expressions are also supported via "
968968
"parameter specification variables in the form ``[**P]``. The behavior is "
969969
"consistent with type variables' described above as parameter specification "
970-
"variables are treated by the typing module as a specialized type variable. "
971-
"The one exception to this is that a list of types can be used to substitute "
972-
"a :class:`ParamSpec`::"
970+
"variables are treated by the :mod:`!typing` module as a specialized type "
971+
"variable. The one exception to this is that a list of types can be used to "
972+
"substitute a :class:`ParamSpec`::"
973973
msgstr ""
974974

975975
#: ../../library/typing.rst:671
@@ -1032,8 +1032,8 @@ msgstr ""
10321032
msgid ""
10331033
"A user-defined generic class can have ABCs as base classes without a "
10341034
"metaclass conflict. Generic metaclasses are not supported. The outcome of "
1035-
"parameterizing generics is cached, and most types in the typing module are :"
1036-
"term:`hashable` and comparable for equality."
1035+
"parameterizing generics is cached, and most types in the :mod:`!typing` "
1036+
"module are :term:`hashable` and comparable for equality."
10371037
msgstr ""
10381038

10391039
#: ../../library/typing.rst:714
@@ -3725,8 +3725,8 @@ msgstr ""
37253725

37263726
#: ../../library/typing.rst:2688
37273727
msgid ""
3728-
"The following protocols are provided by the typing module. All are decorated "
3729-
"with :func:`@runtime_checkable <runtime_checkable>`."
3728+
"The following protocols are provided by the :mod:`!typing` module. All are "
3729+
"decorated with :func:`@runtime_checkable <runtime_checkable>`."
37303730
msgstr ""
37313731

37323732
#: ../../library/typing.rst:2693
@@ -4636,10 +4636,10 @@ msgstr ""
46364636
#: ../../library/typing.rst:3386
46374637
msgid ""
46384638
"This module defines several deprecated aliases to pre-existing standard "
4639-
"library classes. These were originally included in the typing module in "
4640-
"order to support parameterizing these generic classes using ``[]``. However, "
4641-
"the aliases became redundant in Python 3.9 when the corresponding pre-"
4642-
"existing classes were enhanced to support ``[]`` (see :pep:`585`)."
4639+
"library classes. These were originally included in the :mod:`!typing` module "
4640+
"in order to support parameterizing these generic classes using ``[]``. "
4641+
"However, the aliases became redundant in Python 3.9 when the corresponding "
4642+
"pre-existing classes were enhanced to support ``[]`` (see :pep:`585`)."
46434643
msgstr ""
46444644

46454645
#: ../../library/typing.rst:3393
@@ -4654,8 +4654,8 @@ msgstr ""
46544654
msgid ""
46554655
"If at some point it is decided to remove these deprecated aliases, a "
46564656
"deprecation warning will be issued by the interpreter for at least two "
4657-
"releases prior to removal. The aliases are guaranteed to remain in the "
4658-
"typing module without deprecation warnings until at least Python 3.14."
4657+
"releases prior to removal. The aliases are guaranteed to remain in the :mod:"
4658+
"`!typing` module without deprecation warnings until at least Python 3.14."
46594659
msgstr ""
46604660

46614661
#: ../../library/typing.rst:3403

0 commit comments

Comments
 (0)