Skip to content

Commit 3c72388

Browse files
authored
Update index.po
1 parent 205f108 commit 3c72388

File tree

1 file changed

+25
-14
lines changed

1 file changed

+25
-14
lines changed

tutorial/index.po

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: ro\n"
@@ -26,6 +26,15 @@ msgstr "Tutorialul de Python"
2626

2727
#: ../../tutorial/index.rst:7
2828
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 ""
2938
"Python is an easy to learn, powerful programming language. It has "
3039
"efficient high-level data structures and a simple but effective approach "
3140
"to object-oriented programming. Python's elegant syntax and dynamic "
@@ -40,7 +49,7 @@ msgstr ""
4049
"fac din el un limbaj ideal pentru scriptare și dezvoltarea rapidă de "
4150
"aplicații în multe domenii pe majoritatea platformelor de calcul."
4251

43-
#: ../../tutorial/index.rst:13
52+
#: ../../tutorial/index.rst:17
4453
msgid ""
4554
"The Python interpreter and the extensive standard library are freely "
4655
"available in source or binary form for all major platforms from the "
@@ -52,11 +61,11 @@ msgstr ""
5261
"Interpretorul de Python și biblioteca standard extinsă sunt disponibile "
5362
"liber în cod-sursă sau în format binar pentru toate platformele importante "
5463
"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 "
5665
"către multe module Python libere ale altor părți, programe și unelte, "
5766
"precum și documentație adițională."
5867

59-
#: ../../tutorial/index.rst:19
68+
#: ../../tutorial/index.rst:23
6069
msgid ""
6170
"The Python interpreter is easily extended with new functions and data "
6271
"types implemented in C or C++ (or other languages callable from C). "
@@ -68,20 +77,23 @@ msgstr ""
6877
"Python-ul este potrivit, de asemenea, ca limbaj de extindere pentru "
6978
"aplicații personalizabile."
7079

71-
#: ../../tutorial/index.rst:23
80+
#: ../../tutorial/index.rst:27
7281
msgid ""
7382
"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."
7787
msgstr ""
7888
"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ă "
8092
"aveți la îndemână un interpretor de Python pentru experimentări "
8193
"imediate, însă toate exemplele sunt de sine stătătoare, astfel că "
8294
"tutorialul poate fi citit și fără interpretor."
8395

84-
#: ../../tutorial/index.rst:28
96+
#: ../../tutorial/index.rst:33
8597
msgid ""
8698
"For a description of standard objects and modules, see :ref:`library-"
8799
"index`. :ref:`reference-index` gives a more formal definition of the "
@@ -95,7 +107,7 @@ msgstr ""
95107
"citiți :ref:`extending-index` și :ref:`c-api-index`. Există, de asemenea, "
96108
"mai multe cărți care studiază Python-ul în profunzime."
97109

98-
#: ../../tutorial/index.rst:33
110+
#: ../../tutorial/index.rst:38
99111
msgid ""
100112
"This tutorial does not attempt to be comprehensive and cover every single"
101113
" feature, or even every commonly used feature. Instead, it introduces "
@@ -114,7 +126,6 @@ msgstr ""
114126
"multe despre diversele module de bibliotecă Python descrise în "
115127
":ref:`library-index`."
116128

117-
#: ../../tutorial/index.rst:40
129+
#: ../../tutorial/index.rst:45
118130
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

Comments
 (0)