|
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 ""
|
9 | 9 | "Project-Id-Version: Python 3.12\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 | 11 | "POT-Creation-Date: 2024-03-14 12:51+0000\n"
|
12 |
| -"PO-Revision-Date: 2024-09-26 09:49+0300\n" |
| 12 | +"PO-Revision-Date: 2024-09-30 23:13+0300\n" |
13 | 13 | "Last-Translator: Panagiotis Skias <panagiotis.skias@gmail.com>\n"
|
14 | 14 | "Language-Team: PyGreece <pygreece@gmail.com>\n"
|
15 | 15 | "Language: el\n"
|
@@ -259,7 +259,7 @@ msgid ""
|
259 | 259 | msgstr ""
|
260 | 260 | "Όταν χρησιμοποιείται με έναν βρόχο, η πρόταση ``else`` έχει περισσότερα "
|
261 | 261 | "κοινά με την πρόταση ``else`` μιας πρότασης :keyword:`try` παρά με αυτήν των "
|
262 |
| -"δηλώσεων :keyword:`if`: η πρόταση ``else`` μιας δήλωσης :keyword:`try` " |
| 262 | +"statements :keyword:`if`: η πρόταση ``else`` μιας δήλωσης :keyword:`try` " |
263 | 263 | "εκτελείται όταν δεν υπάρχει εξαίρεση, και η πρόταση ``else`` ενός βρόχου "
|
264 | 264 | "εκτελείται όταν δεν υπάρχει ``break``. Για περισσότερα με τη δήλωση :keyword:"
|
265 | 265 | "`!try` και τις εξαιρέσεις, δείτε :ref:`tut-handling`."
|
@@ -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`` σε ένα μοτίβο, γνωστό ως " |
434 |
| -"\"guard\". Εάν το guard είναι false, το ``match`` συνεχίζει για να " |
435 |
| -"δοκιμάσει το επόμενο μπλοκ πεζών-κεφαλαίων. Λάβετε υπόψη ότι η σύλληψη της " |
436 |
| -"τιμής γίνεται πριν ο guard αξιολογηθεί::" |
| 433 | +"Μπορούμε να προσθέσουμε μια πρόταση ``if`` σε ένα μοτίβο, γνωστό ως \"guard" |
| 434 | +"\". Εάν το 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 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)." |
| 1228 | +"indentation is not apparent in the string literal.) 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)." |
1233 | 1233 | msgstr ""
|
1234 | 1234 | "Ο parser της Python δεν αφαιρεί την εσοχή από τα literals της συμβολοσειράς "
|
1235 | 1235 | "πολλών γραμμών στην Python, επομένως τα εργαλεία που επεξεργάζονται την "
|
|
0 commit comments