Skip to content

Translate library/numeric.po #590

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 25, 2025
1 change: 1 addition & 0 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Dimitrios Papadopoulos
Marios Giannopoulos
Artemis Leonardou
Stelios Rotas
Loukas Sakellaridis
3 changes: 3 additions & 0 deletions dictionaries/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ close
closed
clossure
cls
cmath
code
codec
codecs
Expand Down Expand Up @@ -417,6 +418,7 @@ dead
debug
debugger
debugging
decimal
decorated
decorator
decorators
Expand Down Expand Up @@ -739,6 +741,7 @@ mixin
mixins
mkdir
mm
mod
mode
module
modules
Expand Down
16 changes: 11 additions & 5 deletions library/numeric.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"Last-Translator: Loukas Sakellaridis <[email protected]>\n"
"Language-Team: PyGreece <[email protected]>\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 ""
Expand All @@ -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 αναλύονται σε αυτό το κεφάλαιο"