-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcoro.po
More file actions
41 lines (35 loc) · 2.28 KB
/
Copy pathcoro.po
File metadata and controls
41 lines (35 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
# Revisto <theRevisto@gmail.com>, 2025
# Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-16 12:56+0000\n"
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
"Last-Translator: Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026\n"
"Language-Team: Persian (https://github.com/python/python-docs-fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
msgid "Coroutine Objects"
msgstr "شیءهای همروال"
msgid "Coroutine objects are what functions declared with an ``async`` keyword return."
msgstr "اشیاء همروال همان چیزی هستند که توابع تعریفشده با کلیدواژهی ``async`` برمیگردانند."
msgid "The C structure used for coroutine objects."
msgstr "ساختار C استفادهشده برای شیءهای همروال."
msgid "The type object corresponding to coroutine objects."
msgstr "شیءِ نوعِ متناظر با شیءهای همروال."
msgid "Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be ``NULL``. This function always succeeds."
msgstr "اگر نوع *ob* برابر :c:type:`PyCoro_Type` باشد، مقدار true برمیگرداند؛ *ob* نباید ``NULL`` باشد. این تابع همیشه موفق میشود."
msgid "Create and return a new coroutine object based on the *frame* object, with ``__name__`` and ``__qualname__`` set to *name* and *qualname*. A reference to *frame* is stolen by this function. The *frame* argument must not be ``NULL``."
msgstr "یک شیء همروال جدید بر اساس شیء *frame* ایجاد میکند و برمیگرداند که ``__name__`` و ``__qualname__`` آن به *name* و *qualname* تنظیم شدهاند. یک ارجاع به *frame* توسط این تابع ربوده میشود. آرگومان *frame* نباید ``NULL`` باشد."