forked from python/python-docs-el
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwinsound.po
More file actions
277 lines (238 loc) · 12.9 KB
/
winsound.po
File metadata and controls
277 lines (238 loc) · 12.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-06-19 17:36+0300\n"
"PO-Revision-Date: 2025-07-20 18:58+0300\n"
"Last-Translator: Marios Giannopoulos <mariosgian_2002@yahoo.gr>\n"
"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"
#: library/winsound.rst:2
msgid ":mod:`!winsound` --- Sound-playing interface for Windows"
msgstr ":mod:`!winsound` --- Διεπαφή αναπαραγωγής ήχου για Windows"
#: library/winsound.rst:13
msgid ""
"The :mod:`winsound` module provides access to the basic sound-playing "
"machinery provided by Windows platforms. It includes functions and several "
"constants."
msgstr ""
"Το module :mod:`winsound` παρέχει πρόσβαση στην βασική μηχανή αναπαραγωγής "
"ήχου που παρέχεται από τις πλατφόρμες Windows. Περιλαμβάνει συναρτήσεις και "
"αρκετές σταθερές."
#: library/winsound.rst:19
msgid ""
"Beep the PC's speaker. The *frequency* parameter specifies frequency, in "
"hertz, of the sound, and must be in the range 37 through 32,767. The "
"*duration* parameter specifies the number of milliseconds the sound should "
"last. If the system is not able to beep the speaker, :exc:`RuntimeError` is "
"raised."
msgstr ""
"Εκπέμπει ηχητικό σήμα από το ηχείο του υπολογιστή. Η παράμετρος *frequency* "
"καθορίζει τη συχνότητα, σε hertz, του ήχου και πρέπει να είναι στο εύρος 37 "
"έως 32.767. Η παράμετρος *duration* καθορίζει τον αριθμό των χιλιοστών του "
"δευτερολέπτου που θα διαρκέσει ο ήχος. Εάν το σύστημα δεν μπορεί να κάνει "
"ηχητικό σήμα στο ηχείο, γίνεται raise μια :exc:`RuntimeError`."
#: library/winsound.rst:27
msgid ""
"Call the underlying :c:func:`!PlaySound` function from the Platform API. "
"The *sound* parameter may be a filename, a system sound alias, audio data as "
"a :term:`bytes-like object`, or ``None``. Its interpretation depends on the "
"value of *flags*, which can be a bitwise ORed combination of the constants "
"described below. If the *sound* parameter is ``None``, any currently playing "
"waveform sound is stopped. If the system indicates an error, :exc:"
"`RuntimeError` is raised."
msgstr ""
"Καλεί την υποκείμενη συνάρτηση :c:func:`!PlaySound` από το API της "
"πλατφόρμας. Η παράμετρος *sound* μπορεί να είναι ένα όνομα αρχείου, ένα "
"ψευδώνυμο συστήματος ήχου, δεδομένα ήχου ως :term:`bytes-like object`, ή "
"``None``. Η ερμηνεία της εξαρτάται από την τιμή των *flags*, τα οποία "
"μπορούν να είναι ένας bitwise ORed συνδυασμός των σταθερών που περιγράφονται "
"παρακάτω. Εάν η παράμετρος *sound* είναι ``None``, οποιοσδήποτε ήχος κύματος "
"που παίζει αυτή τη στιγμή σταματά. Εάν το σύστημα υποδεικνύει σφάλμα, κάνει "
"raise μια εξαίρεση :exc:`RuntimeError`."
#: library/winsound.rst:38
msgid ""
"Call the underlying :c:func:`!MessageBeep` function from the Platform API. "
"This plays a sound as specified in the registry. The *type* argument "
"specifies which sound to play; possible values are ``-1``, "
"``MB_ICONASTERISK``, ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, "
"``MB_ICONQUESTION``, and ``MB_OK``, all described below. The value ``-1`` "
"produces a \"simple beep\"; this is the final fallback if a sound cannot be "
"played otherwise. If the system indicates an error, :exc:`RuntimeError` is "
"raised."
msgstr ""
"Καλεί την υποκείμενη συνάρτηση :c:func:`!MessageBeep` από το API της "
"πλατφόρμας. Αυτό αναπαράγει έναν ήχο όπως καθορίζεται στο μητρώο. Το όρισμα "
"*type* καθορίζει ποιος ήχος θα αναπαραχθεί. Οι δυνατές τιμές είναι ``-1``, "
"``MB_ICONASTERISK``, ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, "
"``MB_ICONQUESTION`` και ``MB_OK``, όλες περιγράφονται παρακάτω. Η τιμή "
"``-1`` παράγει ένα \"απλό ηχητικό σήμα\". Αυτό είναι το τελικό εφεδρικό αν "
"δεν μπορεί να αναπαραχθεί άλλος ήχος. Εάν το σύστημα υποδεικνύει σφάλμα, "
"γίνεται raise μια :exc:`RuntimeError`."
#: library/winsound.rst:49
msgid ""
"The *sound* parameter is the name of a WAV file. Do not use with :const:"
"`SND_ALIAS`."
msgstr ""
"The *sound* παράμετρος είναι το όνομα ενός αρχείου WAV. Μην το "
"χρησιμοποιείτε με :const:`SND_ALIAS`."
#: library/winsound.rst:55
msgid ""
"The *sound* parameter is a sound association name from the registry. If the "
"registry contains no such name, play the system default sound unless :const:"
"`SND_NODEFAULT` is also specified. If no default sound is registered, raise :"
"exc:`RuntimeError`. Do not use with :const:`SND_FILENAME`."
msgstr ""
"Η παράμετρος *sound* είναι ένα όνομα συσχέτισης ήχου από το μητρώο. Εάν το "
"μητρώο δεν περιέχει τέτοιο όνομα, αναπαράγει τον προεπιλεγμένο ήχο του "
"συστήματος, εκτός εάν έχει καθοριστεί επίσης :const:`SND_NODEFAULT`. Εάν δεν "
"είναι εγγεγραμμένος κανένας προεπιλεγμένος ήχος, γίνεται raise μια :exc:"
"`RuntimeError`. Μην το χρησιμοποιείτε με :const:`SND_FILENAME`."
#: library/winsound.rst:60
msgid ""
"All Win32 systems support at least the following; most systems support many "
"more:"
msgstr ""
"Όλα τα συστήματα Win32 υποστηρίζουν τουλάχιστον τα παρακάτω. Τα περισσότερα "
"συστήματα υποστηρίζουν πολύ περισσότερα:"
#: library/winsound.rst:64
msgid ":func:`PlaySound` *name*"
msgstr ":func:`PlaySound` *name*"
#: library/winsound.rst:64
msgid "Corresponding Control Panel Sound name"
msgstr "Αντίστοιχο όνομα ήχου στον Πίνακα Ελέγχου"
#: library/winsound.rst:66
msgid "``'SystemAsterisk'``"
msgstr "``'SystemAsterisk'``"
#: library/winsound.rst:66
msgid "Asterisk"
msgstr "Αστερίσκος"
#: library/winsound.rst:68
msgid "``'SystemExclamation'``"
msgstr "``'SystemExclamation'``"
#: library/winsound.rst:68
msgid "Exclamation"
msgstr "Αναφώνηση"
#: library/winsound.rst:70
msgid "``'SystemExit'``"
msgstr "``'SystemExit'``"
#: library/winsound.rst:70
msgid "Exit Windows"
msgstr "Έξοδος από τα Windows"
#: library/winsound.rst:72
msgid "``'SystemHand'``"
msgstr "``'SystemHand'``"
#: library/winsound.rst:72
msgid "Critical Stop"
msgstr "Κρίσιμη Διακοπή"
#: library/winsound.rst:74
msgid "``'SystemQuestion'``"
msgstr "``'SystemQuestion'``"
#: library/winsound.rst:74
msgid "Question"
msgstr "Ερώτηση"
#: library/winsound.rst:77
msgid "For example::"
msgstr "Για παράδειγμα::"
#: library/winsound.rst:79
msgid ""
"import winsound\n"
"# Play Windows exit sound.\n"
"winsound.PlaySound(\"SystemExit\", winsound.SND_ALIAS)\n"
"\n"
"# Probably play Windows default sound, if any is registered (because\n"
"# \"*\" probably isn't the registered name of any sound).\n"
"winsound.PlaySound(\"*\", winsound.SND_ALIAS)"
msgstr ""
"import winsound\n"
"# Play Windows exit sound.\n"
"winsound.PlaySound(\"SystemExit\", winsound.SND_ALIAS)\n"
"\n"
"# Probably play Windows default sound, if any is registered (because\n"
"# \"*\" probably isn't the registered name of any sound).\n"
"winsound.PlaySound(\"*\", winsound.SND_ALIAS)"
#: library/winsound.rst:90
msgid ""
"Play the sound repeatedly. The :const:`SND_ASYNC` flag must also be used to "
"avoid blocking. Cannot be used with :const:`SND_MEMORY`."
msgstr ""
"Αναπαράγει τον ήχο επανειλημμένα. Η σημαία :const:`SND_ASYNC` πρέπει επίσης "
"να χρησιμοποιηθεί για να αποφευχθεί το μπλοκάρισμα. Δεν μπορεί να "
"χρησιμοποιηθεί με :const:`SND_MEMORY`."
#: library/winsound.rst:96
msgid ""
"The *sound* parameter to :func:`PlaySound` is a memory image of a WAV file, "
"as a :term:`bytes-like object`."
msgstr ""
"The *sound* παράμετρος της :func:`PlaySound` είναι μια εικόνα μνήμης ενός "
"αρχείου WAV, ως :term:`bytes-like object`."
#: library/winsound.rst:101
msgid ""
"This module does not support playing from a memory image asynchronously, so "
"a combination of this flag and :const:`SND_ASYNC` will raise :exc:"
"`RuntimeError`."
msgstr ""
"Αυτό το module δεν υποστηρίζει την αναπαραγωγή από μια εικόνα μνήμης "
"ασύγχρονα, οπότε ένας συνδυασμός αυτής της σημαίας και της :const:"
"`SND_ASYNC` θα εγείρει :exc:`RuntimeError`."
#: library/winsound.rst:107
msgid "Stop playing all instances of the specified sound."
msgstr "Σταματά την αναπαραγωγή όλων των περιπτώσεων του καθορισμένου ήχου."
#: library/winsound.rst:135
msgid "This flag is not supported on modern Windows platforms."
msgstr "Αυτή η σημαία δεν υποστηρίζεται σε σύγχρονες πλατφόρμες Windows."
#: library/winsound.rst:116
msgid "Return immediately, allowing sounds to play asynchronously."
msgstr "Επιστρέφει άμεσα, επιτρέποντας στους ήχους να αναπαράγονται ασύγχρονα."
#: library/winsound.rst:121
msgid ""
"If the specified sound cannot be found, do not play the system default sound."
msgstr ""
"Εάν ο καθορισμένος ήχος δεν μπορεί να βρεθεί, μην αναπαράγετε τον "
"προεπιλεγμένο ήχο του συστήματος."
#: library/winsound.rst:126
msgid "Do not interrupt sounds currently playing."
msgstr "Μην διακόπτετε τους ήχους που παίζουν αυτή τη στιγμή."
#: library/winsound.rst:131
msgid "Return immediately if the sound driver is busy."
msgstr "Επιστρέφει άμεσα εάν ο οδηγός ήχου είναι απασχολημένος."
#: library/winsound.rst:140
msgid ""
"The *sound* parameter is an application-specific alias in the registry. This "
"flag can be combined with the :const:`SND_ALIAS` flag to specify an "
"application-defined sound alias."
msgstr ""
"Η παράμετρος *sound* είναι ένα ψευδώνυμο συγκεκριμένης εφαρμογής στο μητρώο. "
"Αυτή η σημαία μπορεί να συνδυαστεί με τη σημαία :const:`SND_ALIAS` για να "
"καθορίσει ένα ψευδώνυμο ήχου που ορίζεται από την εφαρμογή."
#: library/winsound.rst:147
msgid "Triggers a SoundSentry event when the sound is played."
msgstr "Πυροδοτεί ένα γεγονός SoundSentry όταν αναπαράγεται ο ήχος."
#: library/winsound.rst:154
msgid "The sound is played synchronously. This is the default behavior."
msgstr ""
"Ο ήχος αναπαράγεται συγχρονισμένα. Αυτή είναι η προεπιλεγμένη συμπεριφορά."
#: library/winsound.rst:161
msgid "Assign the sound to the audio session for system notification sounds."
msgstr "Αναθέτει τον ήχο στην συνεδρία ήχου για ήχους ειδοποίησης συστήματος."
#: library/winsound.rst:188 library/winsound.rst:200
msgid "Play the ``SystemDefault`` sound."
msgstr "Αναπαράγει τον ήχο ``SystemDefault``."
#: library/winsound.rst:214
msgid "Play the ``SystemExclamation`` sound."
msgstr "Αναπαράγει τον ήχο ``SystemExclamation``."
#: library/winsound.rst:193 library/winsound.rst:207
msgid "Play the ``SystemHand`` sound."
msgstr "Αναπαράγει τον ήχο ``SystemHand``."
#: library/winsound.rst:183
msgid "Play the ``SystemQuestion`` sound."
msgstr "Αναπαράγει τον ήχο ``SystemQuestion``."