Skip to content

Commit b845922

Browse files
committed
Correcting and changing problematic lines in the translation of library/__future__.po and library/__main__.po
1 parent 01b3900 commit b845922

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

library/__future__.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ msgstr ""
3939

4040
msgid "While these future statements are given additional special meaning by the Python compiler, they are still executed like any other import statement and the :mod:`!__future__` exists and is handled by the import system the same way any other Python module would be. This design serves three purposes:"
4141
msgstr ""
42-
"اگرچه این دستورات آینده‌نگر توسط کامپایلر پایتون معنای ویژه‌ی اضافی پیدا می‌کنند، "
43-
"اما همچنان مانند هر دستور ایمپورت دیگری اجرا می‌شوند "
44-
"و :mod:`!__future__` وجود دارد و توسط سیستم ایمپورت به همان "
45-
"روشی که هر ماژول پایتون دیگری مدیریت می‌شود، مدیریت می‌گردد. این طراحی سه هدف را دنبال می‌کند:"
42+
"اگرچه این دستورات آینده‌نگر به‌واسطه کامپایلر پایتون معنای ویژه‌ای پیدا می‌کنند، "
43+
"اما همچنان مانند هر دستور ایمپورت دیگری اجرا می‌شوند. ماژول :mod:`!__future__` "
44+
"وجود دارد و توسط سازوکار ایمپورت، دقیقاً مانند هر ماژول پایتون دیگری مدیریت می‌شود. "
45+
"این طراحی سه هدف را دنبال می‌کند:"
4646

4747
msgid "To avoid confusing existing tools that analyze import statements and expect to find the modules they're importing."
4848
msgstr ""
@@ -52,7 +52,7 @@ msgstr ""
5252
msgid "To document when incompatible changes were introduced, and when they will be --- or were --- made mandatory. This is a form of executable documentation, and can be inspected programmatically via importing :mod:`!__future__` and examining its contents."
5353
msgstr ""
5454
"برای مستندسازی زمان معرفی تغییرات ناسازگار و زمانی که "
55-
"--- یا شده‌اند --- اجباری می‌شوند. این نوعی مستندسازی قابل‌اجرا است، "
55+
"این تغییرات اجباری خواهند شد --- یا شده‌اند، این نوعی مستندسازی قابل‌اجرا است، "
5656
"و می‌توان آن را به‌صورت برنامه‌نویسی با ایمپورت کردن :mod:`!__future__` و "
5757
"بررسی محتویات آن مشاهده کرد."
5858

@@ -100,7 +100,7 @@ msgid "2.3"
100100
msgstr "2.3"
101101

102102
msgid ":pep:`255`: *Simple Generators*"
103-
msgstr ":pep:`255`: *تولید‌کننده‌های ساده*"
103+
msgstr ":pep:`255`: *تولیدگرهای ساده*"
104104

105105
msgid "2.2.0a2"
106106
msgstr "2.2.0a2"

library/__main__.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ msgstr "فایل ``__main__.py`` در بسته‌های پایتون."
3939

4040
msgid "Both of these mechanisms are related to Python modules; how users interact with them and how they interact with each other. They are explained in detail below. If you're new to Python modules, see the tutorial section :ref:`tut-modules` for an introduction."
4141
msgstr ""
42-
"هر دوی این مکانیزم‌ها به ماژول‌های پایتون مربوط می‌شوند؛ نحوه‌ی تعامل کاربران "
42+
"هر دوی این مکانیزم‌ها به ماژول‌های پایتون مربوط می‌شوند: نحوه‌ی تعامل کاربران "
4343
"با آن‌ها و نحوه‌ی تعامل آن‌ها با یکدیگر. این موارد در "
44-
"جزئیات در زیر توضیح داده شده‌اند. اگر با ماژول‌های پایتون تازه‌کار هستید، برای آشنایی به بخش آموزش :"
44+
"زیر به‌تفصیل توضیح داده شده‌اند. اگر با ماژول‌های پایتون تازه‌کار هستید، برای آشنایی به بخش آموزش :"
4545
"ref:`tut-modules` مراجعه کنید."
4646

4747
msgid "``__name__ == '__main__'``"

0 commit comments

Comments
 (0)