8000 Translate reference/datamodel.po file by skpanagiotis · Pull Request #603 · python/python-docs-gr · GitHub
[go: up one dir, main page]

Skip to content

Translate reference/datamodel.po file #603

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

Open
wants to merge 27 commits into
base: 3.12
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9f206c5
WIP translation reference/datamodel.po
skpanagiotis Feb 12, 2025
f851e0d
WIP translate reference/datamodel
skpanagiotis Feb 27, 2025
c75086c
Translate reference/datamodel
skpanagiotis Feb 28, 2025
c2a8b50
Update translation for reference/datamodel
skpanagiotis Mar 28, 2025
1e3c5ac
Update translation for reference/datamodel
skpanagiotis Apr 4, 2025
069c5a3
Update translation for reference/datamodel
skpanagiotis Apr 7, 2025
e48c6d2
Update translation for reference/datamodel
skpanagiotis Apr 28, 2025
6ad8fbe
Fixes in reference/datamodel translation
skpanagiotis Apr 29, 2025
a9b14f6
Merge branch '3.12' into reference-datamodel
skpanagiotis Apr 29, 2025
bc10ffb
Update main.txt
skpanagiotis Apr 29, 2025
1532c72
Update in reference/datamodel
skpanagiotis Apr 29, 2025
1e7dddc
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Apr 29, 2025
3aef124
Minor update in reference/datamodel
skpanagiotis May 1, 2025
de5e19a
Merge branch 'reference-datamodel' of https://github.com/skpanagiotis…
skpanagiotis May 1, 2025
f3e95dd
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] May 1, 2025
316fd7c
Minor update in reference/datamodel
skpanagiotis May 1, 2025
a794abb
Merge branch 'reference-datamodel' of https://github.com/skpanagiotis…
skpanagiotis May 1, 2025
6a01a94
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] May 1, 2025
bc454fd
Minor update in reference/datamodel
skpanagiotis May 1, 2025
4dffdf6
Merge branch 'reference-datamodel' of https://github.com/skpanagiotis…
skpanagiotis May 1, 2025
0237d3f
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] May 1, 2025
3f57b69
Update reference/datamodel.po
skpanagiotis May 27, 2025
4f3438e
Update reference/datamodel.po
skpanagiotis May 27, 2025
35a9c7e
Update reference/datamodel.po
skpanagiotis May 27, 2025
9fe0a23
Update reference/datamodel.po
skpanagiotis May 27, 2025
37108b5
Update reference/datamodel.po
skpanagiotis May 27, 2025
2115919
Update reference/datamodel.po
skpanagiotis May 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor update in reference/datamodel
  • Loading branch information
skpanagiotis committed May 1, 2025
commit 316fd7c72efe5b4369067e1c6a4dd44f06c2531f
8 changes: 4 additions & 4 deletions reference/datamodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -3154,14 +3154,14 @@ msgid ""
"actually get total control over attribute access."
msgstr ""
"Σημειώστε ότι αν το χαρακτηριστικό βρεθεί μέσω του κανονικού μηχανισμού, η "
"μέθοδος :meth:__getattr__ δεν καλείται. (Αυτή είναι μια σκόπιμη ασυμμετρία "
"μεταξύ των :meth:__getattr__ και :meth:__setattr__.) Αυτό γίνεται τόσο για "
"λόγους απόδοσης όσο και επειδή διαφορετικά η :meth:__getattr__ δεν θα είχε "
"μέθοδος :meth:__getattr__` δεν καλείται. (Αυτή είναι μια σκόπιμη ασυμμετρία "
"μεταξύ των :meth:__getattr__` και :meth:`__setattr__`.) Αυτό γίνεται τόσο για "
"λόγους απόδοσης όσο και επειδή διαφορετικά η :meth:`__getattr__` δεν θα είχε "
"τρόπο να αποκτήσει πρόσβαση σε όλα τα χαρακτηριστικά του στιγμιοτύπου. "
"Σημειώστε ότι, τουλάχιστον για μεταβλητές στιγμιοτύπου, μπορείτε να "
"προσομοιώσετε πλήρη έλεγχο χωρίς να εισάγετε τιμές στο λεξικό "
"χαρακτηριστικών του στιγμιοτύπου (αλλά αντί αυτού να τις εισάγετε σε κάποιο "
"άλλο αντικείμενο). Δείτε τη μέθοδο :meth:__getattribute__ παρακάτω για έναν "
"άλλο αντικείμενο). Δείτε τη μέθοδο :meth:`__getattribute__` παρακάτω για έναν "
"τρόπο να αποκτήσετε πραγματικό πλήρη έλεγχο στην πρόσβαση των "
"χαρακτηριστικών."

Expand Down
0