diff --git a/TRANSLATORS b/TRANSLATORS index c42308e3..ca1cbf45 100644 --- a/TRANSLATORS +++ b/TRANSLATORS @@ -6,3 +6,4 @@ Dimitrios Papadopoulos Marios Giannopoulos Artemis Leonardou Stelios Rotas +Loukas Sakellaridis diff --git a/dictionaries/main.txt b/dictionaries/main.txt index 0178dbc3..f820a6df 100644 --- a/dictionaries/main.txt +++ b/dictionaries/main.txt @@ -354,6 +354,7 @@ close closed clossure cls +cmath code codec codecs @@ -417,6 +418,7 @@ dead debug debugger debugging +decimal decorated decorator decorators @@ -739,6 +741,7 @@ mixin mixins mkdir mm +mod mode module modules diff --git a/library/numeric.po b/library/numeric.po index 7edcc26b..61d3b2f2 100644 --- a/library/numeric.po +++ b/library/numeric.po @@ -10,16 +10,15 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-17 21:03+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Last-Translator: Loukas Sakellaridis \n" +"Language-Team: PyGreece \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: library/numeric.rst:6 msgid "Numeric and Mathematical Modules" -msgstr "" +msgstr "Αριθμητικά και Μαθηματικά Modules" #: library/numeric.rst:8 msgid "" @@ -30,7 +29,14 @@ msgid "" "mod:`decimal` module supports exact representations of decimal numbers, " "using arbitrary precision arithmetic." msgstr "" +"Τα modules που περιγράφονται σε αυτό το κεφάλαιο παρέχουν αριθμητικές και " +"μαθηματικές συναρτήσεις και τύπους δεδομένων. Το πακέτο :mod:`numbers` " +"ορίζει μια αφηρημένη ιεραρχία τύπων δεδομένων. Τα modules :mod:`math` και :" +"mod:`cmath` περιέχουν διάφορες μαθηματικές συναρτήσεις για αριθμούς κινητής " +"υποδιαστολής και μιγαδικούς αριθμούς. Το module :mod:`decimal` υποστηρίζει " +"ακριβείς αναπαραστάσεις δεκαδικών αριθμών χρησιμοποιώντας αριθμητική " +"αυθαίρετης ακρίβειας." #: library/numeric.rst:15 msgid "The following modules are documented in this chapter:" -msgstr "" +msgstr "Τα ακόλουθα modules αναλύονται σε αυτό το κεφάλαιο"