Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62a78cf

Browse files
authored
Update introduction.po
1 parent ea7f835 commit 62a78cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tutorial/introduction.po

Lines changed: 8 additions & 8 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-03-04 13:08+0200\n"
11+
"POT-Creation-Date: 2025-05-09 18:20+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"
@@ -469,18 +469,18 @@ msgstr ""
469469
#: ../../tutorial/introduction.rst:197
470470
msgid ""
471471
"String literals can span multiple lines. One way is using triple-quotes:"
472-
" ``\"\"\"...\"\"\"`` or ``'''...'''``. End of lines are automatically "
473-
"included in the string, but it's possible to prevent this by adding a "
474-
"``\\`` at the end of the line. In the following example, the initial "
475-
"newline is not included::"
472+
" ``\"\"\"...\"\"\"`` or ``'''...'''``. End-of-line characters are "
473+
"automatically included in the string, but it's possible to prevent this "
474+
"by adding a ``\\`` at the end of the line. In the following example, the"
475+
" initial newline is not included::"
476476
msgstr ""
477477
"Valorile literale (de la englezescul *literals*; vom folosi și "
478478
"constructele: literal, literale, întâlnite în literatura de specialitate) "
479479
"șir-de-caractere se pot întinde pe mai multe linii. Pentru "
480480
"aceasta puteți utiliza semne de citare triple: ``\"\"\"...\"\"\"`` "
481-
"sau ``'''...'''``. Finalurile de linie sunt incluse automat în șirul "
482-
"de caractere, ceea ce poate fi evitat prin adăugarea unui ``\\`` la final "
483-
"de linie. În exemplul următor, caracterul linie-nouă inițial nu va fi "
481+
"sau ``'''...'''``. Caracterele sfârșit-de-linie sunt incluse automat în "
482+
"șirul de caractere, ceea ce poate fi evitat prin adăugarea unui ``\\`` la "
483+
"final de linie. În exemplul următor, caracterul linie-nouă inițial nu va fi "
484484
"inserat::"
485485

486486
#: ../../tutorial/introduction.rst:203

0 commit comments

Comments
 (0)