From f21fc09bcd6e3181a37fe0ce4850b0bb874b7915 Mon Sep 17 00:00:00 2001 From: Panagiotis Skias Date: Wed, 7 May 2025 18:42:30 +0300 Subject: [PATCH 1/4] Fixes for 3.12 Update (#606) * Minor fixes in glossary.po * Update glossary.po and main.txt * Update glossary.po Co-authored-by: Lysandros Nikolaou --------- Co-authored-by: Lysandros Nikolaou --- dictionaries/main.txt | 1 + glossary.po | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dictionaries/main.txt b/dictionaries/main.txt index ea010d18..ad631c94 100644 --- a/dictionaries/main.txt +++ b/dictionaries/main.txt @@ -1083,6 +1083,7 @@ titlecased to today token +tokens toolkits total trace diff --git a/glossary.po b/glossary.po index 1d7b23ce..c577c100 100644 --- a/glossary.po +++ b/glossary.po @@ -1836,11 +1836,11 @@ msgstr "" #: glossary.rst:736 msgid "lexical analyzer" -msgstr "" +msgstr "λεξικός αναλυτής" #: glossary.rst:739 msgid "Formal name for the *tokenizer*; see :term:`token`." -msgstr "" +msgstr "Επίσημη ονομασία για τον *tokenizer* · δείτε :term:`token`." #: glossary.rst:740 msgid "list" @@ -3033,7 +3033,7 @@ msgstr "" #: glossary.rst:1218 msgid "token" -msgstr "" +msgstr "token" #: glossary.rst:1221 msgid "" @@ -3041,12 +3041,18 @@ msgid "" "` (also called the *tokenizer*). Names, numbers, strings, " "operators, newlines and similar are represented by tokens." msgstr "" +"Μια μικρή μονάδα πηγαίου κώδικα, που παράγεται από τον :ref:`lexical " +"analyzer ` (ο οποίος αποκαλείται επίσης *tokenizer*). Ονόματα, " +"αριθμοί, συμβολοσειρές, τελεστές, αλλαγές γραμμής και παρόμοια στοιχεία " +"αναπαρίστανται ως tokens." #: glossary.rst:1226 msgid "" "The :mod:`tokenize` module exposes Python's lexical analyzer. The :mod:" "`token` module contains information on the various types of tokens." msgstr "" +"Το module :mod:`tokenize` εκθέτει τον λεξικό αναλυτή της Python. Το module :" +"mod:`token` περιέχει πληροφορίες για του διαφόρους τύπους tokens." #: glossary.rst:1229 msgid "triple-quoted string" From cd17e0fd526d6ec862a3b6cb0803ccb4664b5d8f Mon Sep 17 00:00:00 2001 From: Alexandros Tzioras <117464130+alextzioras@users.noreply.github.com> Date: Thu, 15 May 2025 21:26:55 +0300 Subject: [PATCH 2/4] translate library/allos (#611) * translate library/allos * [pre-commit.ci lite] apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> --- library/allos.po | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/library/allos.po b/library/allos.po index 39d43ee4..59b23be7 100644 --- a/library/allos.po +++ b/library/allos.po @@ -9,9 +9,9 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-05-02 23:29+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"PO-Revision-Date: 2025-05-09 23:50+0300\n" +"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n" +"Language-Team: Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,7 @@ msgstr "" #: library/allos.rst:5 msgid "Generic Operating System Services" -msgstr "" +msgstr "Γενικές Υπηρεσίες Λειτουργικού Συστήματος" #: library/allos.rst:7 msgid "" @@ -29,3 +29,8 @@ msgid "" "interfaces, but they are available on most other systems as well. Here's an " "overview:" msgstr "" +"Τα modules που περιγράφονται σε αυτό το κεφάλαιο παρέχουν διεπαφές για " +"λειτουργίες του λειτουργικού συστήματος που είναι διαθέσιμες σε (σχεδόν) όλα " +"τα λειτουργικά συστήματα, όπως τα αρχεία και το ρολόι. Οι διεπαφές είναι " +"γενικά βασισμένες στα πρότυπα των Unix ή C, αλλά είναι διαθέσιμες και στα " +"περισσότερα άλλα συστήματα. Ακολουθεί μια επισκόπηση:" From cb70fea2a53a862c5e8cfa31c1d09d0cd518f508 Mon Sep 17 00:00:00 2001 From: thepetk Date: Thu, 22 May 2025 09:28:58 +0100 Subject: [PATCH 3/4] Replace pygreece@gmail.com with organizers@pygreece.org --- CONTRIBUTING.md | 2 +- about.po | 2 +- bugs.po | 2 +- contents.po | 2 +- copyright.po | 2 +- distributing/index.po | 2 +- faq/extending.po | 2 +- faq/index.po | 2 +- faq/installed.po | 2 +- faq/programming.po | 2 +- faq/windows.po | 2 +- glossary.po | 2 +- howto/index.po | 2 +- howto/pyporting.po | 2 +- library/aifc.po | 2 +- library/allos.po | 2 +- library/asyncio-queue.po | 2 +- library/collections.abc.po | 2 +- library/email.charset.po | 2 +- library/email.errors.po | 2 +- library/functions.po | 2 +- library/gzip.po | 2 +- library/importlib.resources.po | 2 +- library/internet.po | 2 +- library/numeric.po | 2 +- library/platform.po | 2 +- library/stdtypes.po | 2 +- library/struct.po | 2 +- license.po | 2 +- reference/executionmodel.po | 2 +- reference/grammar.po | 2 +- reference/introduction.po | 2 +- sphinx.po | 2 +- tutorial/appendix.po | 2 +- tutorial/controlflow.po | 2 +- tutorial/datastructures.po | 2 +- tutorial/floatingpoint.po | 2 +- tutorial/index.po | 2 +- tutorial/inputoutput.po | 2 +- tutorial/interactive.po | 2 +- tutorial/modules.po | 2 +- tutorial/stdlib.po | 2 +- tutorial/stdlib2.po | 2 +- tutorial/venv.po | 2 +- tutorial/whatnow.po | 2 +- using/editors.po | 2 +- using/index.po | 2 +- using/unix.po | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9733a67d..baf4ff09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -171,7 +171,7 @@ git checkout -b ft/library-set ![metadata](/public/assets/metadata-po.png) -Στο **Language-Team** metadata γράφετε: `"Language-Team: PyGreece \n"` +Στο **Language-Team** metadata γράφετε: `"Language-Team: PyGreece \n"` 5. Όταν ολοκληρώσετε τη μετάφραση σας, πρέπει να αποθηκεύσετε τις αλλαγές σας και να κάνετε push στο GitHub (Μην ξεχάσετε να προσθέσετε το όνομά σας στο αρχείο `TRANSLATORS`). Για παράδειγμα, εάν εργαζόσασταν στο αρχείο `library/ast.po` τα βήματα θα ήταν: diff --git a/about.po b/about.po index a058f530..7b41f838 100644 --- a/about.po +++ b/about.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-03-31 19:50+0000\n" "Last-Translator: Theofanis Petkos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/bugs.po b/bugs.po index 8b3ec0d6..74d0d81c 100644 --- a/bugs.po +++ b/bugs.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-05-06 12:51+0000\n" "Last-Translator: Theofanis Petkos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/contents.po b/contents.po index c282a029..5c72ae51 100644 --- a/contents.po +++ b/contents.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-04-24 22:37+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/copyright.po b/copyright.po index 0a725a75..f2878f66 100644 --- a/copyright.po +++ b/copyright.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-04-24 22:33+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/distributing/index.po b/distributing/index.po index 80049455..1351c7de 100644 --- a/distributing/index.po +++ b/distributing/index.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-11-25 20:18+0000\n" "Last-Translator: Artemis Leonardou \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/faq/extending.po b/faq/extending.po index 4b560881..4ef04670 100644 --- a/faq/extending.po +++ b/faq/extending.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-10-31 12:22+0200\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/faq/index.po b/faq/index.po index 6dd32bec..6a617e20 100644 --- a/faq/index.po +++ b/faq/index.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-05-02 12:51+0000\n" "Last-Translator: Dimitrios Papadopoulos\n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/faq/installed.po b/faq/installed.po index 3ed468b1..97c98c41 100644 --- a/faq/installed.po +++ b/faq/installed.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-05-06 12:51+0000\n" "Last-Translator: Dimitrios Papadopoulos\n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/faq/programming.po b/faq/programming.po index 3dae4907..24e0455d 100644 --- a/faq/programming.po +++ b/faq/programming.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-02 23:51+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/faq/windows.po b/faq/windows.po index de7b9e94..c6a86563 100644 --- a/faq/windows.po +++ b/faq/windows.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-05-31 22:08+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/glossary.po b/glossary.po index c577c100..4e7a6282 100644 --- a/glossary.po +++ b/glossary.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-03 18:04+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/howto/index.po b/howto/index.po index b65fa8cc..9eace0ec 100644 --- a/howto/index.po +++ b/howto/index.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-02-17 21:03+0100\n" "PO-Revision-Date: 2025-04-10 15:57+0300\n" "Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n" -"Language-Team: Language-Team: PyGreece \n" +"Language-Team: Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/howto/pyporting.po b/howto/pyporting.po index 0223b777..ba25eed8 100644 --- a/howto/pyporting.po +++ b/howto/pyporting.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-12-06 13:40+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/aifc.po b/library/aifc.po index cbf2b54a..1dac569c 100644 --- a/library/aifc.po +++ b/library/aifc.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-12-23 14:33+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/allos.po b/library/allos.po index 59b23be7..278a6da1 100644 --- a/library/allos.po +++ b/library/allos.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-09 23:50+0300\n" "Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n" -"Language-Team: Language-Team: PyGreece \n" +"Language-Team: Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/asyncio-queue.po b/library/asyncio-queue.po index 38fd9351..94e8202b 100644 --- a/library/asyncio-queue.po +++ b/library/asyncio-queue.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-01-22 13:33+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/collections.abc.po b/library/collections.abc.po index 019ff147..e1e4b323 100644 --- a/library/collections.abc.po +++ b/library/collections.abc.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-02 23:52+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/email.charset.po b/library/email.charset.po index e0bc41eb..f2c42c6c 100644 --- a/library/email.charset.po +++ b/library/email.charset.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-01-27 01:00+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/email.errors.po b/library/email.errors.po index 0d5d7571..20f8f2db 100644 --- a/library/email.errors.po +++ b/library/email.errors.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-12-14 01:00+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/functions.po b/library/functions.po index b3bcd621..737701d3 100644 --- a/library/functions.po +++ b/library/functions.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-05-03 00:08+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/gzip.po b/library/gzip.po index e9aaeab8..0ed06ba5 100644 --- a/library/gzip.po +++ b/library/gzip.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-02-27 12:39+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/importlib.resources.po b/library/importlib.resources.po index 29c0f5d7..1330670c 100644 --- a/library/importlib.resources.po +++ b/library/importlib.resources.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-03 00:09+0300\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/internet.po b/library/internet.po index d30e0af9..5b0034cc 100644 --- a/library/internet.po +++ b/library/internet.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-12-15 13:44+0000\n" "Last-Translator: Artemis Leonardou \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/numeric.po b/library/numeric.po index f6276b69..0b2f1afa 100644 --- a/library/numeric.po +++ b/library/numeric.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Loukas Sakellaridis \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/platform.po b/library/platform.po index d8c4852f..184d8ecc 100644 --- a/library/platform.po +++ b/library/platform.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-02-14 17:10+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/library/stdtypes.po b/library/stdtypes.po index f1d0a0f5..6036e9dc 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-03 00:13+0300\n" "Last-Translator: Theofanis Petkos Language-Team: PyGreece " -"\n" +"\n" "Language-Team: \n" "Language: el\n" "MIME-Version: 1.0\n" diff --git a/library/struct.po b/library/struct.po index 743f07eb..c3d66df0 100644 --- a/library/struct.po +++ b/library/struct.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-03-09 16:55+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/license.po b/license.po index 6f1f7f05..60be8984 100644 --- a/license.po +++ b/license.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-04-24 22:38+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/reference/executionmodel.po b/reference/executionmodel.po index 845e3eef..9cde9cb1 100644 --- a/reference/executionmodel.po +++ b/reference/executionmodel.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-12-09 18:41+0200\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/reference/grammar.po b/reference/grammar.po index 5fac1eef..a6daafe8 100644 --- a/reference/grammar.po +++ b/reference/grammar.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-03 00:17+0300\n" "Last-Translator: Marios Giannopoulos \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/reference/introduction.po b/reference/introduction.po index a9d215af..50b2ac72 100644 --- a/reference/introduction.po +++ b/reference/introduction.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-11-25 12:27+0200\n" "Last-Translator: Stelios Rotas \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/sphinx.po b/sphinx.po index b77d39aa..74b42de2 100644 --- a/sphinx.po +++ b/sphinx.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-05-08 09:17+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/appendix.po b/tutorial/appendix.po index 1eca76e8..ec84d517 100644 --- a/tutorial/appendix.po +++ b/tutorial/appendix.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-08-06 00:40+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/controlflow.po b/tutorial/controlflow.po index 010804df..aaf4ef9c 100644 --- a/tutorial/controlflow.po +++ b/tutorial/controlflow.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-09-30 23:13+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/datastructures.po b/tutorial/datastructures.po index 0eb3f6f4..62d6c22f 100644 --- a/tutorial/datastructures.po +++ b/tutorial/datastructures.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-09-18 17:32+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/floatingpoint.po b/tutorial/floatingpoint.po index cbf58614..4779a98e 100644 --- a/tutorial/floatingpoint.po +++ b/tutorial/floatingpoint.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-08-04 20:25+0000\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/index.po b/tutorial/index.po index 9d31b442..61772f1e 100644 --- a/tutorial/index.po +++ b/tutorial/index.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-12-10 22:14+0300\n" "Last-Translator: Dimitrios Papadopoulos\n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 6d839a4a..4f4aace8 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-09-20 11:10+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/interactive.po b/tutorial/interactive.po index dfc4c4a5..23c1ec29 100644 --- a/tutorial/interactive.po +++ b/tutorial/interactive.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-03 17:14+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/modules.po b/tutorial/modules.po index 2322911f..1f08b46c 100644 --- a/tutorial/modules.po +++ b/tutorial/modules.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-03 17:11+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/stdlib.po b/tutorial/stdlib.po index 7112f13e..c3bcf938 100644 --- a/tutorial/stdlib.po +++ b/tutorial/stdlib.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-08-02 23:37+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/stdlib2.po b/tutorial/stdlib2.po index 9a9f4240..b49f163b 100644 --- a/tutorial/stdlib2.po +++ b/tutorial/stdlib2.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-09-11 11:14+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/venv.po b/tutorial/venv.po index 21c90e1a..7058d70d 100644 --- a/tutorial/venv.po +++ b/tutorial/venv.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-06-13 23:10+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tutorial/whatnow.po b/tutorial/whatnow.po index 75262f19..104ed278 100644 --- a/tutorial/whatnow.po +++ b/tutorial/whatnow.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2024-06-12 09:07+0300\n" "Last-Translator: Panagiotis Skias \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/using/editors.po b/using/editors.po index 4eb81efe..1a304bf4 100644 --- a/using/editors.po +++ b/using/editors.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-04-05 19:20+0300\n" "Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n" -"Language-Team: Language-Team: PyGreece \n" +"Language-Team: Language-Team: PyGreece \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/using/index.po b/using/index.po index e65ab651..09a21374 100644 --- a/using/index.po +++ b/using/index.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-04-06 10:11+0300\n" "Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n" -"Language-Team: Language-Team: PyGreece Language: \n" +"Language-Team: Language-Team: PyGreece Language: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/using/unix.po b/using/unix.po index 94572ec2..afbcbe40 100644 --- a/using/unix.po +++ b/using/unix.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2025-05-02 23:29+0300\n" "PO-Revision-Date: 2025-05-03 17:10+0300\n" "Last-Translator: Kleopatra Karapanagiotou \n" -"Language-Team: PyGreece \n" +"Language-Team: PyGreece \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" From 5dacf0ab79f41e53ecb5d648d779771a3335c7b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 08:36:15 +0000 Subject: [PATCH 4/4] [pre-commit.ci lite] apply automatic fixes --- library/stdtypes.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/stdtypes.po b/library/stdtypes.po index 1d73dd6d..0d132803 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -10,8 +10,8 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-05-10 10:19+0300\n" "PO-Revision-Date: 2025-05-03 00:13+0300\n" -"Last-Translator: Theofanis Petkos " -"Language-Team: PyGreece \n" +"Last-Translator: Theofanis Petkos Language-Team: PyGreece " +"\n" "Language-Team: \n" "Language: el\n" "MIME-Version: 1.0\n"