8000 translate-library-colorsys by alextzioras · Pull Request #1084 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

translate-library-colorsys #1084

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 10 commits into from
Jun 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump 8000 to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Panagiotis Skias <panagiotis.skias@gmail.com>
  • Loading branch information
alextzioras and skpanagiotis authored May 26, 2025
commit ae2ea3281e4891c6a1002b02fc48c6fdb6043cf7
16 changes: 8 additions & 8 deletions library/colorsys.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ msgstr ""
"POT-Creation-Date: 2025-05-10 10:19+0300\n"
"PO-Revision-Date: 2025-05-20 12:46+0300\n"
"Last-Translator: ALEXANDROS TZIORAS alextzioras23@gmail.com\n"
"Language-Team: Language-Team: PyGreece <pygreece@gmail.com>\n"
"Language: \n"
"Language-Team: Language-Team: PyGreece <organizers@pygreece.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -60,27 +60,27 @@ msgstr "Το module :mod:`colorsys` ορίζει τις παρακάτω λει

#: library/colorsys.rst:32
msgid "Convert the color from RGB coordinates to YIQ coordinates."
msgstr "Μετατροπή του χρώματος από συντεταγμένες RGB σε συντεταγμένες YIQ."
msgstr "Μετατρέπει το χρώμα από συντεταγμένες RGB σε συντεταγμένες YIQ."

#: library/colorsys.rst:37
msgid "Convert the color from YIQ coordinates to RGB coordinates."
msgstr "Μετατροπή του χρώματος από συντεταγμένες YIQ σε συντεταγμένες RGB."
msgstr "Μετατρέπει το χρώμα από συντεταγμένες YIQ σε συντεταγμένες RGB."

#: library/colorsys.rst:42
msgid "Convert the color from RGB coordinates to HLS coordinates."
msgstr "Μετατροπή του χρώματος από συντεταγμένες RGB σε συντεταγμένες HLS."
msgstr "Μετατρέπει το χρώμα από συντεταγμένες RGB σε συντεταγμένες HLS."

#: library/colorsys.rst:47
msgid "Convert the color from HLS coordinates to RGB coordinates."
msgstr "Μετατροπή του χρώματος από συντεταγμένες HLS σε συντεταγμένες RGB."
msgstr "Μετατρέπει το χρώμα από συντεταγμένες HLS σε συντεταγμένες RGB."

#: library/colorsys.rst:52
msgid "Convert the color from RGB coordinates to HSV coordinates."
msgstr "Μετατροπή του χρώματος από συντεταγμένες RGB σε συντεταγμένες HSV."
msgstr "Μετατρέπει το χρώμα από συντεταγμένες RGB σε συντεταγμένες HSV."

#: library/colorsys.rst:57
msgid "Convert the color from HSV coordinates to RGB coordinates."
msgstr "Μετατροπή του χρώματος από συντεταγμένες HSV σε συντεταγμένες RGB."
msgstr "Μετατρέπει το χρώμα από συντεταγμένες HSV σε συντεταγμένες RGB."

#: library/colorsys.rst:59
msgid "Example::"
Expand Down
0