8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.13\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2025-05-09 18:20 +0300\n "
11
+ "POT-Creation-Date : 2025-06-17 17:56 +0300\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"Language : ro\n "
@@ -26,6 +26,15 @@ msgstr "Tutorialul de Python"
26
26
27
27
#: ../../tutorial/index.rst:7
28
28
msgid ""
29
+ "This tutorial is designed for *programmers* that are new to the Python "
30
+ "language, **not** *beginners* who are new to programming."
31
+ msgstr ""
32
+ "Tutorialul de față a fost gândit pentru *programatorii* nou-veniți în "
33
+ "lumea Python, dar **nu** pentru *începătorii* nou-veniți în lumea "
34
+ "programării."
35
+
36
+ #: ../../tutorial/index.rst:11
37
+ msgid ""
29
38
"Python is an easy to learn, powerful programming language. It has "
30
39
"efficient high-level data structures and a simple but effective approach "
31
40
"to object-oriented programming. Python's elegant syntax and dynamic "
@@ -40,7 +49,7 @@ msgstr ""
40
49
"fac din el un limbaj ideal pentru scriptare și dezvoltarea rapidă de "
41
50
"aplicații în multe domenii pe majoritatea platformelor de calcul."
42
51
43
- #: ../../tutorial/index.rst:13
52
+ #: ../../tutorial/index.rst:17
44
53
msgid ""
45
54
"The Python interpreter and the extensive standard library are freely "
46
55
"available in source or binary form for all major platforms from the "
@@ -52,11 +61,11 @@ msgstr ""
52
61
"Interpretorul de Python și biblioteca standard extinsă sunt disponibile "
53
62
"liber în cod-sursă sau în format binar pentru toate platformele importante "
54
63
"de calcul pe site-ul web Python, https://www.python.org/, și pot fi "
55
- "distribuite liber. Același site conține și distribuții de și pointeri "
64
+ "distribuite (la) liber. Același site conține și distribuții de și pointeri "
56
65
"către multe module Python libere ale altor părți, programe și unelte, "
57
66
"precum și documentație adițională."
58
67
59
- #: ../../tutorial/index.rst:19
68
+ #: ../../tutorial/index.rst:23
60
69
msgid ""
61
70
"The Python interpreter is easily extended with new functions and data "
62
71
"types implemented in C or C++ (or other languages callable from C). "
@@ -68,20 +77,23 @@ msgstr ""
68
77
"Python-ul este potrivit, de asemenea, ca limbaj de extindere pentru "
69
78
"aplicații personalizabile."
70
79
71
- #: ../../tutorial/index.rst:23
80
+ #: ../../tutorial/index.rst:27
72
81
msgid ""
73
82
"This tutorial introduces the reader informally to the basic concepts and "
74
- "features of the Python language and system. It helps to have a Python "
75
- "interpreter handy for hands-on experience, but all examples are self-"
76
- "contained, so the tutorial can be read off-line as well."
83
+ "features of the Python language and system. Be aware that it expects you "
84
+ "to have a basic understanding of programming in general. It helps to have"
85
+ " a Python interpreter handy for hands-on experience, but all examples are"
86
+ " self-contained, so the tutorial can be read off-line as well."
77
87
msgstr ""
78
88
"Acest tutorial îl introduce informal pe cititor în conceptele de bază "
79
- "și în caracteristicile limbajului și sistemului Python. Este util să "
89
+ "și în caracteristicile limbajului și sistemului Python. Țineți seama de "
90
+ "faptul că parcurgerea lui presupune din partea dumneavoastră o înțelegere "
91
+ "(cel puțin) elementară a programării, la nivel general. Este util să "
80
92
"aveți la îndemână un interpretor de Python pentru experimentări "
81
93
"imediate, însă toate exemplele sunt de sine stătătoare, astfel că "
82
94
"tutorialul poate fi citit și fără interpretor."
83
95
84
- #: ../../tutorial/index.rst:28
96
+ #: ../../tutorial/index.rst:33
85
97
msgid ""
86
98
"For a description of standard objects and modules, see :ref:`library-"
87
99
"index`. :ref:`reference-index` gives a more formal definition of the "
@@ -95,7 +107,7 @@ msgstr ""
95
107
"citiți :ref:`extending-index` și :ref:`c-api-index`. Există, de asemenea, "
96
108
"mai multe cărți care studiază Python-ul în profunzime."
97
109
98
- #: ../../tutorial/index.rst:33
110
+ #: ../../tutorial/index.rst:38
99
111
msgid ""
100
112
"This tutorial does not attempt to be comprehensive and cover every single"
101
113
" feature, or even every commonly used feature. Instead, it introduces "
@@ -114,7 +126,6 @@ msgstr ""
114
126
"multe despre diversele module de bibliotecă Python descrise în "
115
127
":ref:`library-index`."
116
128
117
- #: ../../tutorial/index.rst:40
129
+ #: ../../tutorial/index.rst:45
118
130
msgid "The :ref:`glossary` is also worth going through."
119
- msgstr ":ref:`glossary`-ul merită, de asemenea, parcurs."
120
-
131
+ msgstr ":ref:`glossary` merită, de asemenea, parcurs."
0 commit comments