Skip to content

Commit b31a254

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

16 files changed

Lines changed: 14010 additions & 13525 deletions

File tree

faq/programming.po

Lines changed: 7 additions & 7 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-04 14:18+0000\n"
15+
"POT-Creation-Date: 2025-04-11 14:19+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+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/"
@@ -2820,22 +2820,22 @@ msgstr ""
28202820

28212821
#: ../../faq/programming.rst:1870
28222822
msgid ""
2823-
"1) Assignments create new names but do not change object identity. After "
2824-
"the assignment ``new = old``, it is guaranteed that ``new is old``."
2823+
"Assignments create new names but do not change object identity. After the "
2824+
"assignment ``new = old``, it is guaranteed that ``new is old``."
28252825
msgstr ""
28262826

28272827
#: ../../faq/programming.rst:1873
28282828
msgid ""
2829-
"2) Putting an object in a container that stores object references does not "
2829+
"Putting an object in a container that stores object references does not "
28302830
"change object identity. After the list assignment ``s[0] = x``, it is "
28312831
"guaranteed that ``s[0] is x``."
28322832
msgstr ""
28332833

28342834
#: ../../faq/programming.rst:1877
28352835
msgid ""
2836-
"3) If an object is a singleton, it means that only one instance of that "
2837-
"object can exist. After the assignments ``a = None`` and ``b = None``, it "
2838-
"is guaranteed that ``a is b`` because ``None`` is a singleton."
2836+
"If an object is a singleton, it means that only one instance of that object "
2837+
"can exist. After the assignments ``a = None`` and ``b = None``, it is "
2838+
"guaranteed that ``a is b`` because ``None`` is a singleton."
28392839
msgstr ""
28402840

28412841
#: ../../faq/programming.rst:1881

howto/curses.po

Lines changed: 3 additions & 3 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-03-28 14:18+0000\n"
15+
"POT-Creation-Date: 2025-04-11 14:19+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:53+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/"
@@ -240,8 +240,8 @@ msgid ""
240240
" v = i-10\n"
241241
" stdscr.addstr(i, 0, '10 divided by {} is {}'.format(v, 10/v))\n"
242242
"\n"
243-
" stdscr.refresh()\n"
244-
" stdscr.getkey()\n"
243+
" stdscr.refresh()\n"
244+
" stdscr.getkey()\n"
245245
"\n"
246246
"wrapper(main)"
247247
msgstr ""

0 commit comments

Comments
 (0)