Skip to content

Commit 71ae1eb

Browse files
authored
Update library/__main__.po
1 parent 722b878 commit 71ae1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/__main__.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ msgid "However, if the module is executed in the top-level code environment, its
6868
msgstr "با این حال، اگر ماژول در محیط کد سطح بالا اجرا شود، ``__name__`` آن به رشته‌ی ``'__main__'`` تنظیم می‌شود."
6969

7070
msgid "What is the \"top-level code environment\"?"
71-
msgstr "محیط \"سطح‌بالای کد چیست\"?"
71+
msgstr "«محیط کد سطح‌بالا» چیست؟"
7272

7373
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."
7474
msgstr "``__main__`` نام محیطی است که کد سطح‌بالا در آن اجرا می‌شود. \"کد سطح‌بالا\" اولین ماژول پایتونی است که توسط کاربر مشخص می‌شود و شروع به اجرا می‌کند. به آن \"سطح‌بالا\" گفته می‌شود زیرا همه‌ی ماژول‌های دیگری را که برنامه به آن‌ها نیاز دارد، ایمپورت می‌کند. گاهی به \"کد سطح‌بالا\" *نقطه‌ی ورود* برنامه نیز گفته می‌شود."

0 commit comments

Comments
 (0)