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/__main__.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ msgid "However, if the module is executed in the top-level code environment, its
68
68
msgstr"با این حال، اگر ماژول در محیط کد سطح بالا اجرا شود، ``__name__`` آن به رشتهی ``'__main__'`` تنظیم میشود."
69
69
70
70
msgid"What is the \"top-level code environment\"?"
71
-
msgstr"محیط \"سطحبالای کد چیست\"?"
71
+
msgstr"«محیط کد سطحبالا» چیست؟"
72
72
73
73
msgid"``__main__`` is the name of the environment where top-level code is run. \"Top-level code\" is the first user-specified Python module that starts running. It's \"top-level\" because it imports all other modules that the program needs. Sometimes \"top-level code\" is called an *entry point* to the application."
74
74
msgstr"``__main__`` نام محیطی است که کد سطحبالا در آن اجرا میشود. \"کد سطحبالا\" اولین ماژول پایتونی است که توسط کاربر مشخص میشود و شروع به اجرا میکند. به آن \"سطحبالا\" گفته میشود زیرا همهی ماژولهای دیگری را که برنامه به آنها نیاز دارد، ایمپورت میکند. گاهی به \"کد سطحبالا\" *نقطهی ورود* برنامه نیز گفته میشود."
0 commit comments