|
2 | 2 | # Copyright (C) 2001-2024, Python Software Foundation
|
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5 |
| -# |
| 5 | +# |
6 | 6 | #, fuzzy
|
7 | 7 | msgid ""
|
8 | 8 | msgstr ""
|
@@ -430,10 +430,10 @@ msgid ""
|
430 | 430 | "guard is false, ``match`` goes on to try the next case block. Note that "
|
431 | 431 | "value capture happens before the guard is evaluated::"
|
432 | 432 | msgstr ""
|
433 |
| -"Μπορούμε να προσθέσουμε μια πρόταση ``if`` σε ένα μοτίβο, γνωστό ως \"guard" |
434 |
| -"\". Εάν το guard είναι false, το ``match`` συνεχίζει για να δοκιμάσει το " |
435 |
| -"επόμενο μπλοκ πεζών-κεφαλαίων. Λάβετε υπόψη ότι η σύλληψη της τιμής γίνεται " |
436 |
| -"πριν ο guard αξιολογηθεί::" |
| 433 | +"Μπορούμε να προσθέσουμε μια πρόταση ``if`` σε ένα μοτίβο, γνωστό ως " |
| 434 | +"\"guard\". Εάν το guard είναι false, το ``match`` συνεχίζει για να " |
| 435 | +"δοκιμάσει το επόμενο μπλοκ πεζών-κεφαλαίων. Λάβετε υπόψη ότι η σύλληψη της " |
| 436 | +"τιμής γίνεται πριν ο guard αξιολογηθεί::" |
437 | 437 |
|
438 | 438 | #: tutorial/controlflow.rst:383
|
439 | 439 | msgid "Several other key features of this statement:"
|
@@ -465,8 +465,8 @@ msgstr ""
|
465 | 465 |
|
466 | 466 | #: tutorial/controlflow.rst:394
|
467 | 467 | msgid ""
|
468 |
| -"Mapping patterns: ``{\"bandwidth\": b, \"latency\": l}`` captures the ``" |
469 |
| -"\"bandwidth\"`` and ``\"latency\"`` values from a dictionary. Unlike " |
| 468 | +"Mapping patterns: ``{\"bandwidth\": b, \"latency\": l}`` captures the " |
| 469 | +"``\"bandwidth\"`` and ``\"latency\"`` values from a dictionary. Unlike " |
470 | 470 | "sequence patterns, extra keys are ignored. An unpacking like ``**rest`` is "
|
471 | 471 | "also supported. (But ``**_`` would be redundant, so it is not allowed.)"
|
472 | 472 | msgstr ""
|
@@ -1225,11 +1225,11 @@ msgid ""
|
1225 | 1225 | "line *after* the first line of the string determines the amount of "
|
1226 | 1226 | "indentation for the entire documentation string. (We can't use the first "
|
1227 | 1227 | "line since it is generally adjacent to the string's opening quotes so its "
|
1228 |
| -"indentation is not apparent in the string litera
7E27
l.) Whitespace \"equivalent" |
1229 |
| -"\" to this indentation is then stripped from the start of all lines of the " |
1230 |
| -"string. Lines that are indented less should not occur, but if they occur " |
1231 |
| -"all their leading whitespace should be stripped. Equivalence of whitespace " |
1232 |
| -"should be tested after expansion of tabs (to 8 spaces, normally)." |
| 1228 | +"indentation is not apparent in the string literal.) Whitespace " |
| 1229 | +"\"equivalent\" to this indentation is then stripped from the start of all " |
| 1230 | +"lines of the string. Lines that are indented less should not occur, but if " |
| 1231 | +"they occur all their leading whitespace should be stripped. Equivalence of " |
| 1232 | +"whitespace should be tested after expansion of tabs (to 8 spaces, normally)." |
1233 | 1233 | msgstr ""
|
1234 | 1234 | "Ο parser της Python δεν αφαιρεί την εσοχή από τα literals της συμβολοσειράς "
|
1235 | 1235 | "πολλών γραμμών στην Python, επομένως τα εργαλεία που επεξεργάζονται την "
|
|
0 commit comments