Skip to content

Commit 5706af4

Browse files
author
GitHub Action's update-translation job
committed
Update Farsi translations from Transifex
1 parent ab926a5 commit 5706af4

8 files changed

Lines changed: 13763 additions & 13543 deletions

File tree

howto/perf_profiling.po

Lines changed: 6 additions & 5 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-03-07 14:18+0000\n"
14+
"POT-Creation-Date: 2025-03-28 14:18+0000\n"
1515
"PO-Revision-Date: 2023-05-24 13:07+0000\n"
1616
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n"
1717
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
@@ -260,7 +260,8 @@ msgstr ""
260260

261261
#: ../../howto/perf_profiling.rst:165
262262
msgid ""
263-
"$ PYTHONPERFSUPPORT=1 perf record -F 9999 -g -o perf.data python script.py\n"
263+
"$ PYTHONPERFSUPPORT=1 perf record -F 9999 -g -o perf.data python my_script."
264+
"py\n"
264265
"$ perf report -g -i perf.data"
265266
msgstr ""
266267

@@ -270,7 +271,7 @@ msgstr ""
270271

271272
#: ../../howto/perf_profiling.rst:170
272273
msgid ""
273-
"$ perf record -F 9999 -g -o perf.data python -X perf script.py\n"
274+
"$ perf record -F 9999 -g -o perf.data python -X perf my_script.py\n"
274275
"$ perf report -g -i perf.data"
275276
msgstr ""
276277

@@ -374,8 +375,8 @@ msgstr ""
374375

375376
#: ../../howto/perf_profiling.rst:239
376377
msgid ""
377-
"$ perf record -F 9999 -g --call-graph dwarf -o perf.data python -Xperf_jit "
378-
"my_script.py\n"
378+
"$ perf record -F 9999 -g -k 1 --call-graph dwarf -o perf.data python -"
379+
"Xperf_jit my_script.py\n"
379380
"$ perf inject -i perf.data --jit --output perf.jit.data\n"
380381
"$ perf report -g -i perf.jit.data"
381382
msgstr ""

library/importlib.metadata.po

Lines changed: 2 additions & 2 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-03-07 14:18+0000\n"
14+
"POT-Creation-Date: 2025-03-28 14:18+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1616
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n"
1717
"Language-Team: Persian (https://app.transifex.com/python-doc/teams/5390/"
@@ -602,7 +602,7 @@ msgid ""
602602
"usage, you can get all of that information from the :class:`!Distribution` "
603603
"class. :class:`!Distribution` is an abstract object that represents the "
604604
"metadata for a Python `Distribution Package <https://packaging.python.org/en/"
605-
"latest/glossary/#term-Distribution-Package>`_. You can get the concreate :"
605+
"latest/glossary/#term-Distribution-Package>`_. You can get the concrete :"
606606
"class:`!Distribution` subclass instance for an installed distribution "
607607
"package by calling the :func:`distribution` function::"
608608
msgstr ""

0 commit comments

Comments
 (0)