You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/__future__.po
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ msgstr ""
39
39
40
40
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:"
41
41
msgstr""
42
-
"اگرچه این دستورات آیندهنگر توسط کامپایلر پایتون معنای ویژهی اضافی پیدا میکنند، "
43
-
"اما همچنان مانند هر دستور ایمپورت دیگری اجرا میشوند "
44
-
"و :mod:`!__future__` وجود دارد و توسط سیستم ایمپورت به همان "
45
-
"روشی که هر ماژول پایتون دیگری مدیریت میشود، مدیریت میگردد. این طراحی سه هدف را دنبال میکند:"
42
+
"اگرچه این دستورات آیندهنگر بهواسطه کامپایلر پایتون معنای ویژهای پیدا میکنند، "
43
+
"اما همچنان مانند هر دستور ایمپورت دیگری اجرا میشوند. ماژول :mod:`!__future__` "
44
+
"وجود دارد و توسط سازوکار ایمپورت، دقیقاً مانند هر ماژول پایتون دیگری مدیریت میشود. "
45
+
"این طراحی سه هدف را دنبال میکند:"
46
46
47
47
msgid"To avoid confusing existing tools that analyze import statements and expect to find the modules they're importing."
48
48
msgstr""
@@ -52,7 +52,7 @@ msgstr ""
52
52
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."
53
53
msgstr""
54
54
"برای مستندسازی زمان معرفی تغییرات ناسازگار و زمانی که "
55
-
"--- یا شدهاند --- اجباری میشوند. این نوعی مستندسازی قابلاجرا است، "
55
+
"این تغییرات اجباری خواهند شد --- یا شدهاند، این نوعی مستندسازی قابلاجرا است، "
56
56
"و میتوان آن را بهصورت برنامهنویسی با ایمپورت کردن :mod:`!__future__` و "
Copy file name to clipboardExpand all lines: library/__main__.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ msgstr "فایل ``__main__.py`` در بستههای پایتون."
39
39
40
40
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."
41
41
msgstr""
42
-
"هر دوی این مکانیزمها به ماژولهای پایتون مربوط میشوند؛ نحوهی تعامل کاربران "
42
+
"هر دوی این مکانیزمها به ماژولهای پایتون مربوط میشوند: نحوهی تعامل کاربران "
43
43
"با آنها و نحوهی تعامل آنها با یکدیگر. این موارد در "
44
-
"جزئیات در زیر توضیح داده شدهاند. اگر با ماژولهای پایتون تازهکار هستید، برای آشنایی به بخش آموزش :"
44
+
"زیر بهتفصیل توضیح داده شدهاند. اگر با ماژولهای پایتون تازهکار هستید، برای آشنایی به بخش آموزش :"
0 commit comments