Skip to content

Commit fad7fde

Browse files
committed
Minor fix in translation and update main.txt
1 parent b80462a commit fad7fde

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

dictionaries/main.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Awk
66
B
77
Bernstein
88
Bitwise
9+
Boolean
10+
Booleans
11+
Bug
912
Bytearray
1013
C
1114
Case
@@ -103,6 +106,7 @@ Path
103106
Perl
104107
Precision
105108
Py
109+
Queues
106110
Raising
107111
Randal
108112
Ranges
@@ -177,8 +181,14 @@ bits
177181
bitwise
178182
block
179183
blocks
184+
bool
185+
boolean
186+
booleans
180187
breadth
181188
break
189+
bug
190+
bugger
191+
bugs
182192
byte
183193
bytearray
184194
bytecode
@@ -243,12 +253,15 @@ cost
243253
count
244254
crt
245255
de
256+
debugging
246257
decorated
247258
decorator
248259
decorators
249260
del
250261
delegation
251262
delimiters
263+
deploy
264+
depth
252265
descriptor
253266
descriptors
254267
dict
@@ -272,6 +285,7 @@ editors
272285
else
273286
email
274287
end
288+
endian
275289
enter
276290
entry
277291
env
@@ -379,6 +393,7 @@ iterators
379393
j
380394
k
381395
key
396+
kqueue
382397
l
383398
lang
384399
last
@@ -456,6 +471,8 @@ no
456471
non
457472
not
458473
notation
474+
null
475+
number
459476
numbers
460477
numeric
461478
o
@@ -504,10 +521,12 @@ prompts
504521
property
505522
provisional
506523
proxy
524+
pull
507525
py
508526
pyc
509527
pyd
510528
quacks
529+
queue
511530
raise
512531
range
513532
ranges
@@ -528,6 +547,7 @@ scripts
528547
see
529548
self
530549
sep
550+
sequence
531551
sequences
532552
server
533553
set
@@ -555,12 +575,14 @@ sprintf
555575
stack
556576
stand
557577
standard
578+
statement
558579
statements
559580
str
560581
string
561582
strings
562583
strtod
563584
struct
585+
style
564586
sub
565587
submodule
566588
submodules
@@ -577,6 +599,7 @@ symlink
577599
symlinks
578600
syntactic
579601
syntax
602+
systems
580603
tab
581604
tabs
582605
tag

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ msgid ""
212212
"``not`` has a lower priority than non-Boolean operators, so ``not a == b`` "
213213
"is interpreted as ``not (a == b)``, and ``a == not b`` is a syntax error."
214214
msgstr ""
215-
"To ``not`` έχει χαμηλότερη προτεραιότητα από τους μη λογικούς (non-Boοlean) "
215+
"To ``not`` έχει χαμηλότερη προτεραιότητα από τους μη λογικούς (non-Boolean) "
216216
"τελεστές, οπότε το ``not a == b`` μεταφράζεται σαν ``not (a==b)``, και το "
217217
"``a == not b`` είναι συντακτικό σφάλμα."
218218

0 commit comments

Comments
 (0)