Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork17
Translate file reference/grammar.po#567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
ae3e6d0
3655246
8563a49
6306271
7ad8e4f
42d873d
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -9,23 +9,28 @@ msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-14 12:51+0000\n" | ||
"PO-Revision-Date:2024-12-03 21:40+2\n" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Εδώ πέρα δεν είναι σε σωστό forma η ημερομηνία, | ||
"Last-Translator:Giannis Prokopos <giannisprokopos@gmail.com>\n" | ||
"Language-Team:PyGreece <pygreece@gmail.com>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
#: reference/grammar.rst:4 | ||
msgid "Full Grammar specification" | ||
msgstr "Πλήρης Προδιαγραφή Γραμματικής" | ||
#: reference/grammar.rst:6 | ||
msgid "" | ||
"This is the full Python grammar, derived directly from the grammar used to " | ||
"generate the CPython parser (see :source:`Grammar/python.gram`). The version " | ||
"here omits details related to code generation and error recovery." | ||
msgstr "" | ||
"Αυτή είναι η πλήρης γραμματική της Python, η οποία προκύπτει απευθείας από " | ||
"τη γραμματική που χρησιμοποιείται για την δημιουργία του parser της CPython " | ||
"(δείτε: :source:`Grammar/python.gram`). Η έκδοση που παρουσιάζεται εδώ, " | ||
"παραλείπει λεπτομέρειες που σχετίζονται με τη δημιουργία κώδικα και την " | ||
"ανάκτηση σφαλμάτων." | ||
#: reference/grammar.rst:11 | ||
msgid "" | ||
@@ -38,3 +43,13 @@ msgid "" | ||
"mean PEG's \"ordered choice\" (written as ``/`` in traditional PEG " | ||
"grammars). See :pep:`617` for more details on the grammar's syntax." | ||
msgstr "" | ||
"Η σημειογραφία είναι ένα μία μίξη από τα `EBNF <https://en.wikipedia.org/" | ||
"wiki/Extended_Backus%E2%80%93Naur_form>`_ και `PEG <https://en.wikipedia.org/" | ||
"wiki/Parsing_expression_grammar>`_. Συγκεκριμένα, όταν το ``&`` ακολουθείται " | ||
"από ένα σύμβολο, ένα token ή ένα group σε παρένθεση υποδηλώνει θετική " | ||
"προεπισκόπηση (δηλαδή, είναι απαραίτητο να ταιριάζει, αλλά δεν " | ||
"καταναλώνεται), ενώ το ``!`` υποδηλώνει αρνητική προεπισκόπηση (δηλαδή, " | ||
"είναι απαραίτητο να *μην* ταιριάζει). Χρησιμοποιούμε το διαχωριστικό ``|`` " | ||
"για να δηλώσουμε την \"επιλογή σε σειρά\" του PEG (το οποίο στο παραδοσιακό " | ||
"PEG είναι γραμμένο ως ``/``). Δείτε το :pep:`617` για περισσότερες " | ||
"λεπτομέρειες σχετικά με τη σύνταξη της γραμματικής." |
Uh oh!
There was an error while loading.Please reload this page.