-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcustominterp.po
More file actions
31 lines (28 loc) · 2.01 KB
/
Copy pathcustominterp.po
File metadata and controls
31 lines (28 loc) · 2.01 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
# 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:
# Revisto <[email protected]>, 2025
# Sepehr Rasouli <[email protected]>, 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 01:03+0000\n"
"Last-Translator: Sepehr Rasouli <[email protected]>, 2026\n"
"Language-Team: Persian (https://github.com/python/python-docs-fa/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 "Custom Python Interpreters"
msgstr "مفسرهای سفارشی پایتون"
msgid "The modules described in this chapter allow writing interfaces similar to Python's interactive interpreter. If you want a Python interpreter that supports some special feature in addition to the Python language, you should look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, used to support compiling a possibly incomplete chunk of Python code.)"
msgstr "ماژولهای توصیفشده در این فصل امکان نوشتن رابطهایی مشابه مفسر تعاملی پایتون را فراهم میکنند. اگر مفسر پایتونی میخواهید که علاوه بر زبان پایتون از برخی ویژگیهای خاص پشتیبانی کند، باید به ماژول :mod:`code` نگاه کنید. (ماژول :mod:`codeop` در سطح پایینتری قرار دارد و برای پشتیبانی از کامپایل تکهای از کد پایتون که ممکن است ناقص باشد، استفاده میشود.)"
msgid "The full list of modules described in this chapter is:"
msgstr "فهرست کامل ماژولهای شرحدادهشده در این فصل عبارت است از:"