-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathwhatnow.po
More file actions
79 lines (61 loc) · 9.41 KB
/
Copy pathwhatnow.po
File metadata and controls
79 lines (61 loc) · 9.41 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# 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:
# Alireza Shabani (Revisto) <theRevisto@gmail.com>, 2025
# Ariyan Bolandi, 2025
# Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-18 04:30+0000\n"
"PO-Revision-Date: 2026-07-27 12:39+0330\n"
"Last-Translator: Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026\n"
"Language-Team: Persian (https://github.com/revisto/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"
"X-Generator: Poedit 3.6\n"
msgid "What Now?"
msgstr "حالا چی؟"
msgid "Reading this tutorial has probably reinforced your interest in using Python --- you should be eager to apply Python to solving your real-world problems. Where should you go to learn more?"
msgstr "مطالعهٔ این آموزش احتمالاً علاقهٔ شما به استفاده از پایتون را بیشتر کرده است؛ اکنون باید مشتاق باشید که از پایتون برای حل مسائل واقعی خود استفاده کنید. اما برای یادگیری بیشتر، از کجا باید شروع کنید؟"
msgid "This tutorial is part of Python's documentation set. Some other documents in the set are:"
msgstr "این آموزش بخشی از مجموعهٔ مستندات پایتون است. برخی دیگر از اسناد این مجموعه عبارتاند از:"
msgid ":ref:`library-index`:"
msgstr ":ref:`library-index`:"
msgid "You should browse through this manual, which gives complete (though terse) reference material about types, functions, and the modules in the standard library. The standard Python distribution includes a *lot* of additional code. There are modules to read Unix mailboxes, retrieve documents via HTTP, generate random numbers, parse command-line options, compress data, and many other tasks. Skimming through the Library Reference will give you an idea of what's available."
msgstr "بهتر است این راهنما را نیز مرور کنید؛ این راهنما اطلاعات مرجع کاملی (هرچند مختصر) دربارهٔ نوعها، توابع و ماژولهای موجود در کتابخانهٔ استاندارد ارائه میدهد. توزیع استاندارد پایتون شامل *مقدار بسیار زیادی* کد اضافی است. ماژولهایی برای خواندن صندوقهای پستی یونیکس، دریافت اسناد از طریق HTTP، تولید اعداد تصادفی، تجزیهٔ گزینههای خط فرمان، فشردهسازی دادهها و بسیاری وظایف دیگر وجود دارند. مرور اجمالی «مرجع کتابخانه» دید خوبی از امکانات موجود به شما خواهد داد."
msgid ":ref:`installing-index` explains how to install additional modules written by other Python users."
msgstr ":ref:`installing-index` توضیح میدهد چگونه ماژولهای اضافی نوشتهشده توسط دیگر کاربران پایتون را نصب کنید."
msgid ":ref:`reference-index`: A detailed explanation of Python's syntax and semantics. It's heavy reading, but is useful as a complete guide to the language itself."
msgstr ":ref:`reference-index`: توضیحی دقیق دربارهٔ نحو و معناشناسی پایتون. مطالعهٔ آن آسان نیست، اما بهعنوان یک راهنمای جامع برای خود زبان بسیار مفید است."
msgid "More Python resources:"
msgstr "منابع بیشتر پایتون:"
msgid "https://www.python.org: The major Python website. It contains code, documentation, and pointers to Python-related pages around the web."
msgstr "https://www.python.org: وبسایت اصلی پایتون. این وبسایت شامل کد، مستندات و پیوندهایی به صفحات مرتبط با پایتون در سراسر وب است."
msgid "https://docs.python.org: Fast access to Python's documentation."
msgstr "https://docs.python.org: دسترسی سریع به مستندات پایتون"
msgid "https://pypi.org: The Python Package Index, previously also nicknamed the Cheese Shop [#]_, is an index of user-created Python modules that are available for download. Once you begin releasing code, you can register it here so that others can find it."
msgstr "https://pypi.org: اندیس بستههای پایتون (Python Package Index) که پیشتر با نام مستعار Cheese Shop [#]_ نیز شناخته میشد، فهرستی از ماژولهای پایتونِ ایجادشده توسط کاربران است که برای دانلود در دسترس هستند. هنگامی که انتشار کدهای خود را آغاز کردید، میتوانید آنها را در اینجا ثبت کنید تا دیگران بتوانند آنها را پیدا کنند."
msgid "https://code.activestate.com/recipes/langs/python/: The Python Cookbook is a sizable collection of code examples, larger modules, and useful scripts. Particularly notable contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.)"
msgstr "https://code.activestate.com/recipes/langs/python/: کتاب آشپزی پایتون (Python Cookbook) مجموعهای بزرگ از نمونهکدها، ماژولهای بزرگتر و اسکریپتهای کاربردی است. برخی از برجستهترین مطالب آن در کتابی با همین نام، *Python Cookbook* (انتشارات O'Reilly & Associates، ISBN 0-596-00797-3) نیز گردآوری شدهاند."
msgid "https://pyvideo.org collects links to Python-related videos from conferences and user-group meetings."
msgstr "https://pyvideo.org پیوندهایی به ویدیوهای مرتبط با پایتون از کنفرانسها و گردهماییهای گروههای کاربری را گردآوری میکند."
msgid "https://scipy.org: The Scientific Python project includes modules for fast array computations and manipulations plus a host of packages for such things as linear algebra, Fourier transforms, non-linear solvers, random number distributions, statistical analysis and the like."
msgstr "https://scipy.org: پروژهٔ Scientific Python شامل ماژولهایی برای محاسبات و پردازش سریع آرایهها، بههمراه مجموعهٔ بزرگی از بستهها برای موضوعاتی مانند جبر خطی، تبدیل فوریه، حلکنندههای غیرخطی، توزیعهای اعداد تصادفی، تحلیل آماری و موارد مشابه است."
msgid "For Python-related questions and problem reports, you can post to the newsgroup :newsgroup:`comp.lang.python`, or send them to the mailing list at python-list@python.org. The newsgroup and mailing list are gatewayed, so messages posted to one will automatically be forwarded to the other. There are hundreds of postings a day, asking (and answering) questions, suggesting new features, and announcing new modules. Mailing list archives are available at https://mail.python.org/pipermail/."
msgstr "برای پرسشها و گزارش مشکلات مرتبط با پایتون، میتوانید در گروه خبری :newsgroup:`comp.lang.python` مطلب ارسال کنید یا آنها را به فهرست پستی python-list@python.org بفرستید. گروه خبری و فهرست پستی به یکدیگر متصل هستند؛ بنابراین پیامهایی که در یکی ارسال شوند، بهطور خودکار به دیگری نیز فرستاده میشوند. هر روز صدها پیام ارسال میشود که در آنها کاربران پرسش میپرسند (و به پرسشها پاسخ میدهند)، قابلیتهای جدید پیشنهاد میکنند و ماژولهای تازه را معرفی میکنند. آرشیو فهرست پستی در https://mail.python.org/pipermail/ در دسترس است."
msgid "Before posting, be sure to check the list of :ref:`Frequently Asked Questions <faq-index>` (also called the FAQ). The FAQ answers many of the questions that come up again and again, and may already contain the solution for your problem."
msgstr "پیش از ارسال پیام، حتماً فهرست :ref:`پرسشهای متداول <faq-index>` (FAQ) را بررسی کنید. این فهرست به بسیاری از پرسشهایی که بارها و بارها مطرح میشوند پاسخ داده است و ممکن است راهحل مشکل شما نیز از قبل در آن وجود داشته باشد."
msgid "Footnotes"
msgstr "پانویسها"
msgid "\"Cheese Shop\" is a Monty Python sketch: a customer enters a cheese shop, but whatever cheese he asks for, the clerk says it's missing."
msgstr "«Cheese Shop» یکی از نمایشهای طنز Monty Python است: مشتری وارد یک فروشگاه پنیر میشود، اما هر نوع پنیری که درخواست میکند، فروشنده پاسخ میدهد که موجود نیست."