forked from legesher/legesher-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathro.yml
1813 lines (1756 loc) · 47.9 KB
/
ro.yml
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Files in the locale directory are used for localization.
# If you want to use locales other than English, follow the instructions in legesher-translations guide.
# https://legesher.readme.io/docs/translation-guide
#
# THANK YOU FOR MAKING LEGESHER LARGER THAN US.
# NOTE: "language-abbreviation"
language-abbreviation: "ro"
# ----------------------
# | SYSTEM: ATOM |
# ----------------------
# << Keywords >>
# NOTE: All keywords are capitalized for Atom because it is used for
# key information found in comments within the editor
NOTE: "NOTĂ"
INFO: "INFO"
IDEA: "IDEE"
DEBUG: "DEPANARE"
REMOVE: "ȘTERGE"
OPTIMIZE: "OPTIMIZARE"
REVIEW: "REVIZUIRE"
HACK: "HACK"
UNDONE: "ANULEAZĂ"
TODO: "TODO"
REFACTOR: "REFACE"
DEPRECATED: "ANULAT"
TASK: "SARCINĂ"
CHGME: "CHGME"
NOTREACHED: "NU A AJUNS"
WTF: "CETRUDĂ"
BUG: "DIFICULTATE"
ERROR: "EROARE"
OMG: "OMG"
ERR: "ERR"
OMFGRLY: "OMFGRLY"
WARNING: "AVERTIZARE"
WARN: "AVERTIZARE"
BROKEN: "STRICAT"
# ----------------------
# | LANGUAGE: AGDA |
# ----------------------
# NOTE: https://agda.readthedocs.io/en/v2.5.4.2/index.html
# << Keywords >>
abstract: "abstract"
codata: "codata"
coinductive: "coinductiv"
constructor: "constructor"
data: "data"
do: "face"
eta-equality: "egalitate-eta"
field: "domeniu"
forall: "pentrutoti"
hiding: "ascuns"
import: "importează"
in: "în"
inductive: "inductiv"
infix: "infix"
infixl: "infixstânga"
infixr: "infixdreapta"
instance: "instanță"
let: "lasă"
macro: "macro"
module: "modul"
mutual: "reciproc"
no-eta-equality: "fără-egalitate-eta"
open: "deschis"
overlap: "suprapus"
pattern: "tipar"
postulate: "postulat"
primitive: "primitiv"
private: "privat"
public: "public"
quote: "citat"
quoteContext: "citatContex"
quoteGoal: "citatScop"
quoteTerm: "citatTermen"
record: "înregistrează"
renaming: "renumire"
rewrite: "rescriere"
Set: "Numar Set" # can appear with a number suffix, optionally suffixed, make sure we account for this
syntax: "sintaxă"
tactic: "tactică"
unquote: "încheie citat"
unquoteDecl: "încheiecitatDeclarație"
unquoteDef: "încheieCitatDefiniție"
using: "folosind"
where: "unde"
with: "cu"
# << Error Messages >>
# ----------------------
# | LANGUAGE: AFL |
# ----------------------
# Amibroker Formula Language
# NOTE: https://www.amibroker.com/guide/a_language.html
# << Keywords >>
do: "fa" # (part of do-while statement)
while: "atatatimp"
for: "pentru"
if: "daca" # (part of if-else statement)
else: "altfel" # (part of if-else statement)
switch: "schimba"
break: "intrerupe" # (part of the switch statement or for/while statements)
case: "caz" # (part of the switch statement)
continue: "continua" # (part of for/while statements)
default: "implicit" # (part of switch statement)
function: "funcție"
procedure: "procedură"
return: "întoarcere"
local: "local"
global: "global"
static: "static"
typeof: "typeof"
NOT: "NU"
AND: "SI"
OR: "SAU"
Null: "Nul"
# << Error Messages >>
# ----------------------
# | LANGUAGE: BASH |
# ----------------------
# << Keywords >>
case: "caz"
do: "fa"
done: "gata"
elif: "saualtfel"
else: "altfel"
esac: "zac"
fi: "fi"
for: "pentru"
function: "functie"
if: "daca"
in: "in"
select: "selecteaza"
then: "atunci"
time: "timp"
until: "panacand"
while: "atatatimpcat"
# << Error Messages >>
# ----------------------
# | LANGUAGE: C |
# ----------------------
# << Keywords >>
auto: "auto"
double: "dublu"
int: "int"
struct: "struct"
break: "intrerupe"
else: "altfel"
long: "lung"
switch: "schimba"
case: "caz"
enum: "enum"
register: "registreza"
typedef: "tipdef"
char: "car"
extern: "extern"
return: "returneaza"
union: "uniune"
const: "const"
float: "flotant" #floating point numbers
short: "scurt"
unsigned: "nesemnata"
continue: "continua"
for: "pentru"
signed: "semnata"
void: "void"
default: "dinfabrica"
goto: "mergila"
sizeof: "marimea"
volatile: "volatila"
do: "fa"
if: "daca"
static: "static"
while: "atatatimp"
# << Error Messages >>
# ----------------------
# | LANGUAGE: C++ |
# ----------------------
# << Keywords >>
#define: "defineste"
#defined: "definit"
#elif: "saulatfel"
#else: "sau"
#endif: "finaldaca"
#error: "eroare"
#if: "daca"
#ifdef: "dacadef"
#ifndef: "dacandef"
#include: "include"
#line: "linie"
#pragma: "pragma"
#undef: "nedefinit"
alignas: "alineazaca"
alignof: "alineazacu"
and: "si"
and_eq: "si_ec"
asm: "asm" #assembly
atomic_cancel: "atomic_anuleaza"
atomic_commit: "atomic_comit"
atomic_noexcept: "atomic_faraexcept"
auto: "auto"
bitand: "bitsi"
bitor: "bitsau"
bool: "bool"
break: "intrerupe"
case: "caz"
catch: "capcana"
char: "car"
char16_t: "car16_t"
char32_t: "car32_t"
class: "clasa"
compl: "compil"
concept: "concept"
const: "const"
constexpr: "constexpr"
const_cast: "const_cast"
continue: "continua"
decltype: "decltip"
default: "implicit"
delete: "sterge"
do: "fa"
double: "dublu"
dynamic_cast: "distribuire_dinamica"
else: "sau"
enum: "enum"
explicit: "explicit"
export: "exporteaza"
extern: "extern"
false: "fals"
final: "final"
float: "flotant"
for: "pentru"
friend: "prieten"
goto: "mergila"
if: "daca"
inline: "inlinie"
int: "int"
import: "import"
long: "lung"
module: "modul"
mutable: "mutabil"
namespace: "numespatiu"
new: "nou"
noexcept: "faraexceptie"
not: "nu"
not_eq: "nu_ec"
nullptr: "nullptr"
operator: "operator"
or: "sau"
or_eq: "sau_ec"
override: "scriepeste"
private: "privat"
protected: "protejat"
public: "public"
register: "inregistreaza"
reinterpret_cast: "reinterpreteaza_distribuire"
requires: "cere"
return: "intoarce"
short: "scurt"
signed: "semnat"
sizeof: "marimea"
static: "static"
static_assert: "asertie_statica"
static_cast: "distribuire_statica"
struct: "struct"
switch: "schimba"
synchronized: "sincronizat"
template: "model"
this: "asta"
thread_local: "fir_local"
throw: "arunca"
transaction_safe: "tranzactie_asigurata"
transaction_safe_dynamic: "tranzactie_asigurata_dinamica"
true: "adevarat"
try: "incearca"
typedef: "tipdef"
typeid: "tipid"
typename: "tipnume"
union: "uniune"
unsigned: "neindentificat"
using: "folosing"
virtual: "virtual"
void: "void"
volatile: "volatil"
wchar_t: "ccar_t"
while: "atatatimpcat"
xor: "xsau"
xor_eq: "xsau_ex"
# << Error Messages >>
# ----------------------
# | LANGUAGE: C# |
# ----------------------
# << Keywords >>
abstract: ""
add: ""
alias: ""
as: ""
ascending: ""
async: ""
await: ""
base: ""
bool: ""
break: ""
byte: ""
case: ""
catch: ""
char: ""
checked: ""
class: ""
const: ""
continue: ""
decimal: ""
default: ""
delegate: ""
descending: ""
do: ""
double: ""
dynamic: ""
else: ""
enum: ""
event: ""
explicit: ""
extern: ""
false: ""
finally: ""
fixed: ""
float: ""
for: ""
foreach: ""
from: ""
get: ""
global: ""
goto: ""
group: ""
if: ""
implicit: ""
in: ""
int: ""
interface: ""
internal: ""
into: ""
is: ""
join: ""
let: ""
lock: ""
long: ""
namespace: ""
new: ""
null: ""
object: ""
operator: ""
orderby: ""
out: ""
override: ""
params: ""
partial: ""
private: ""
protected: ""
public: ""
readonly: ""
ref: ""
remove: ""
return: ""
sbyte: ""
sealed: ""
select: ""
set: ""
short: ""
sizeof: ""
stackalloc: ""
static: ""
string: ""
struct: ""
switch: ""
this: ""
throw: ""
true: ""
try: ""
typeof: ""
uint: ""
ulong: ""
unchecked: ""
unsafe: ""
ushort: ""
using: ""
value: ""
var: ""
virtual: ""
void: ""
volatile: ""
where: ""
while: ""
yield: ""
# << Error Messages >>
# ----------------------
# | LANGUAGE: CSS |
# ----------------------
# This regex saved by butt: FIND = \n(@?)(\w+)(-\w+){0,3} REPLACE: \n$1$2$3: "" #
# << Keywords >>
align-content: "" # Specifies the alignment between the lines inside a flexible container when the items do not use all available space
align-items: "" # Specifies the alignment for items inside a flexible container
align-self: "" # Specifies the alignment for selected items inside a flexible container
all: "" # Resets all properties (except unicode-bidi and direction)
animation: "" # A shorthand property for all the animation-* properties
animation-delay: "" # Specifies a delay for the start of an animation
animation-direction: "" # Specifies whether an animation should be played forwards, backwards or in alternate cycles
animation-duration: "" # Specifies how long an animation should take to complete one cycle
animation-mode: "" # Specifies a style for the element when the animation is not playing (before it starts, after it ends, or both)
animation-count: "" # Specifies the number of times an animation should be played
animation-name: "" # Specifies a name for the @keyframes animation
animation-state: "" # Specifies whether the animation is running or paused
animation-function: "" # Specifies the speed curve of an animation
backface-visibility: "" # Defines whether or not the back face of an element should be visible when facing the user
background: "" # A shorthand property for all the background-* properties
background-attachment: "" # Sets whether a background image scrolls with the rest of the page, or is fixed
background-mode: "" # Specifies the blending mode of each background layer (color/image)
background-clip: "" # Defines how far the background (color or image) should extend within an element
background-color: "" # Specifies the background color of an element
background-image: "" # Specifies one or more background images for an element
background-origin: "" # Specifies the origin position of a background image
background-position: "" # Specifies the position of a background image
background-repeat: "" # Sets if/how a background image will be repeated
background-size: "" # Specifies the size of the background images
border: "" # A shorthand property for border-width, border-style and border-color
border-bottom: "" # A shorthand property for border-bottom-width, border-bottom-style and border-bottom-color
border-color: "" # Sets the color of the bottom border
border-radius: "" # Defines the radius of the border of the bottom-left corner
border-radius: "" # Defines the radius of the border of the bottom-right corner
border-style: "" # Sets the style of the bottom border
border-width: "" # Sets the width of the bottom border
border-collapse: "" # Sets whether table borders should collapse into a single border or be separated
border-color: "" # Sets the color of the four borders
border-image: "" # A shorthand property for all the border-image-* properties
border-outset: "" # Specifies the amount by which the border image area extends beyond the border box
border-repeat: "" # Specifies whether the border image should be repeated, rounded or stretched
border-slice: "" # Specifies how to slice the border image
border-source: "" # Specifies the path to the image to be used as a border
border-width: "" # Specifies the width of the border image
border-left: "" # A shorthand property for all the border-left-* properties
border-color: "" # Sets the color of the left border
border-style: "" # Sets the style of the left border
border-width: "" # Sets the width of the left border
border-radius: "" # A shorthand property for the four border-*-radius properties
border-right: "" # A shorthand property for all the border-right-* properties
border-color: "" # Sets the color of the right border
border-style: "" # Sets the style of the right border
border-width: "" # Sets the width of the right border
border-spacing: "" # Sets the distance between the borders of adjacent cells
border-style: "" # Sets the style of the four borders
border-top: "" # A shorthand property for border-top-width, border-top-style and border-top-color
border-color: "" # Sets the color of the top border
border-radius: "" # Defines the radius of the border of the top-left corner
border-radius: "" # Defines the radius of the border of the top-right corner
border-style: "" # Sets the style of the top border
border-width: "" # Sets the width of the top border
border-width: "" # Sets the width of the four borders
bottom: "" # Sets the elements position, from the bottom of its parent element
box-break: "" # Sets the behavior of the background and border of an element at page-break, or, for in-line elements, at line-break.
box-shadow: "" # Attaches one or more shadows to an element
box-sizing: "" # Defines how the width and height of an element are calculated: should they include padding and borders, or not
break-after: "" # Specifies the page-, column-, or region-break behavior after the generated box
break-before: "" # Specifies the page-, column-, or region-break behavior before the generated box
break-inside: "" # Specifies the page-, column-, or region-break behavior inside the generated box
caption-side: "" # Specifies the placement of a table caption
caret-color: "" # Specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable
@charset: "" # Specifies the character encoding used in the style sheet
clear: "" # Specifies on which sides of an element floating elements are not allowed to float
clip: "" # Clips an absolutely positioned element
color: "" # Sets the color of text
column-count: "" # Specifies the number of columns an element should be divided into
column-fill: "" # Specifies how to fill columns, balanced or not
column-gap: "" # Specifies the gap between the columns
column-rule: "" # A shorthand property for all the column-rule-* properties
column-color: "" # Specifies the color of the rule between columns
column-style: "" # Specifies the style of the rule between columns
column-width: "" # Specifies the width of the rule between columns
column-span: "" # Specifies how many columns an element should span across
column-width: "" # Specifies the column width
columns: "" # A shorthand property for column-width and column-count
content: "" # Used with the :before and :after pseudo-elements, to insert generated content
counter-increment: "" # Increases or decreases the value of one or more CSS counters
counter-reset: "" # Creates or resets one or more CSS counters
cursor: "" # Specifies the mouse cursor to be displayed when pointing over an element
direction: "" # Specifies the text direction/writing direction
display: "" # Specifies how a certain HTML element should be displayed
empty-cells: "" # Specifies whether or not to display borders and background on empty cells in a table
filter: "" # Defines effects (e.g. blurring or color shifting) on an element before the element is displayed
flex: "" # A shorthand property for the flex-grow, flex-shrink, and the flex-basis properties
flex-basis: "" # Specifies the initial length of a flexible item
flex-direction: "" # Specifies the direction of the flexible items
flex-flow: "" # A shorthand property for the flex-direction and the flex-wrap properties
flex-grow: "" # Specifies how much the item will grow relative to the rest
flex-shrink: "" # Specifies how the item will shrink relative to the rest
flex-wrap: "" # Specifies whether the flexible items should wrap or not
float: "" # Specifies whether or not a box should float
font: "" # A shorthand property for the font-style, font-variant, font-weight, font-size/line-height, and the font-family properties
@font-face: "" # A rule that allows websites to download and use fonts other than the "web-safe" fonts
font-family: "" # Specifies the font family for text
font-settings: "" # Allows control over advanced typographic features in OpenType fonts
@font-values: "" # Allows authors to use a common name in font-variant-alternate for feature activated differently in OpenType
font-kerning: "" # Controls the usage of the kerning information (how letters are spaced)
font-override: "" # Controls the usage of language-specific glyphs in a typeface
font-size: "" # Specifies the font size of text
font-adjust: "" # Preserves the readability of text when font fallback occurs
font-stretch: "" # Selects a normal, condensed, or expanded face from a font family
font-style: "" # Specifies the font style for text
font-synthesis: "" # Controls which missing typefaces (bold or italic) may be synthesized by the browser
font-variant: "" # Specifies whether or not a text should be displayed in a small-caps font
font-alternates: "" # Controls the usage of alternate glyphs associated to alternative names defined in @font-feature-values
font-caps: "" # Controls the usage of alternate glyphs for capital letters
font-asian: "" # Controls the usage of alternate glyphs for East Asian scripts (e.g Japanese and Chinese)
font-ligatures: "" # Controls which ligatures and contextual forms are used in textual content of the elements it applies to
font-numeric: "" # Controls the usage of alternate glyphs for numbers, fractions, and ordinal markers
font-position: "" # Controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font
font-weight: "" # Specifies the weight of a font
grid: "" # A shorthand property for the grid-template-rows, grid-template-columns, grid-template-areas, grid-auto-rows, grid-auto-columns, and the grid-auto-flow properties
grid-area: "" # Either specifies a name for the grid item, or this property is a shorthand property for the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties
grid-columns: "" # Specifies a default column size
grid-flow: "" # Specifies how auto-placed items are inserted in the grid
grid-rows: "" # Specifies a default row size
grid-column: "" # A shorthand property for the grid-column-start and the grid-column-end properties
grid-end: "" # Specifies where to end the grid item
grid-gap: "" # Specifies the size of the gap between columns
grid-start: "" # Specifies where to start the grid item
grid-gap: "" # A shorthand property for the grid-row-gap and grid-column-gap properties
grid-row: "" # A shorthand property for the grid-row-start and the grid-row-end properties
grid-end: "" # Specifies where to end the grid item
grid-gap: "" # Specifies the size of the gap between rows
grid-start: "" # Specifies where to start the grid item
grid-template: "" # A shorthand property for the grid-template-rows, grid-template-columns and grid-areas properties
grid-areas: "" # Specifies how to display columns and rows, using named grid items
grid-columns: "" # Specifies the size of the columns, and how many columns in a grid layout
grid-rows: "" # Specifies the size of the rows in a grid layout
hanging-punctuation: "" # Specifies whether a punctuation character may be placed outside the line box
height: "" # Sets the height of an element
hyphens: "" # Sets how to split words to improve the layout of paragraphs
image-rendering: "" # Gives a hint to the browser about what aspects of an image are most important to preserve when the image is scaled
@import: "" # Allows you to import a style sheet into another style sheet
isolation: "" # Defines whether an element must create a new stacking content
justify-content: "" # Specifies the alignment between the items inside a flexible container when the items do not use all available space
@keyframes: "" # Specifies the animation code
left: "" # Specifies the left position of a positioned element
letter-spacing: "" # Increases or decreases the space between characters in a text
line-break: "" # Specifies how/if to break lines
line-height: "" # Sets the line height
list-style: "" # Sets all the properties for a list in one declaration
list-image: "" # Specifies an image as the list-item marker
list-position: "" # Specifies the position of the list-item markers (bullet points)
list-type: "" # Specifies the type of list-item marker
margin: "" # Sets all the margin properties in one declaration
margin-bottom: "" # Sets the bottom margin of an element
margin-left: "" # Sets the left margin of an element
margin-right: "" # Sets the right margin of an element
margin-top: "" # Sets the top margin of an element
max-height: "" # Sets the maximum height of an element
max-width: "" # Sets the maximum width of an element
@media: "" # Sets the style rules for different media types/devices/sizes
min-height: "" # Sets the minimum height of an element
min-width: "" # Sets the minimum width of an element
mix-mode: "" # Specifies how an element's content should blend with its direct parent background
object-fit: "" # Specifies how the contents of a replaced element should be fitted to the box established by its used height and width
object-position: "" # Specifies the alignment of the replaced element inside its box
opacity: "" # Sets the opacity level for an element
order: "" # Sets the order of the flexible item, relative to the rest
orphans: "" # Sets the minimum number of lines that must be left at the bottom of a page when a page break occurs inside an element
outline: "" # A shorthand property for the outline-width, outline-style, and the outline-color properties
outline-color: "" # Sets the color of an outline
outline-offset: "" # Offsets an outline, and draws it beyond the border edge
outline-style: "" # Sets the style of an outline
outline-width: "" # Sets the width of an outline
overflow: "" #
Specifies: "" # what happens if content overflows an element's box
overflow-wrap: "" # Specifies whether or not the browser may break lines within words in order to prevent overflow (when a string is too long to fit its containing box)
overflow-x: "" # Specifies whether or not to clip the left/right edges of the content, if it overflows the element's content area
overflow-y: "" # Specifies whether or not to clip the top/bottom edges of the content, if it overflows the element's content area
padding: "" # A shorthand property for all the padding-* properties
padding-bottom: "" # Sets the bottom padding of an element
padding-left: "" # Sets the left padding of an element
padding-right: "" # Sets the right padding of an element
padding-top: "" # Sets the top padding of an element
page-after: "" # Sets the page-break behavior after an element
page-before: "" #: "" # Sets the page-break behavior before an element
page-inside: "" #: "" # Sets the page-break behavior inside an element
perspective: "" # Gives a 3D-positioned element some perspective
perspective-origin: "" # Defines at which position the user is looking at the 3D-positioned element
pointer-events: "" # Defines whether or not an element reacts to pointer events
position: "" # Specifies the type of positioning method used for an element (static, relative, absolute or fixed)
quotes: "" # Sets the type of quotation marks for embedded quotations
resize: "" # Defines if (and how) an element is resizable by the user
right: "" # Specifies the right position of a positioned element
scroll-behavior: "" # Specifies whether to smoothly animate the scroll position in a scrollable box, instead of a straight jump
tab-size: "" # Specifies the width of a tab character
table-layout: "" # Defines the algorithm used to lay out table cells, rows, and columns
text-align: "" # Specifies the horizontal alignment of text
text-last: "" # Describes how the last line of a block or a line right before a forced line break is aligned when text-align is "justify"
text-upright: "" # Specifies the combination of multiple characters into the space of a single character
text-decoration: "" # Specifies the decoration added to text
text-color: "" # Specifies the color of the text-decoration
text-line: "" # Specifies the type of line in a text-decoration
text-style: "" # Specifies the style of the line in a text decoration
text-indent: "" # Specifies the indentation of the first line in a text-block
text-justify: "" # Specifies the justification method used when text-align is "justify"
text-orientation: "" #: "" #Defines the orientation of the text in a line
text-overflow: "" #: "" #Specifies what should happen when text overflows the containing element
text-shadow: "" #: "" #Adds shadow to text
text-transform: "" #: "" #Controls the capitalization of text
text-position: "" #: "" # Specifies the position of the underline which is set using the text-decoration property
top: "" #: "" # Specifies the top position of a positioned element
transform: "" #: "" # Applies a 2D or 3D transformation to an element
transform-origin: "" # Allows you to change the position on transformed elements
transform-style: "" # Specifies how nested elements are rendered in 3D space
transition: "" # A shorthand property for all the transition-* properties
transition-delay: "" # Specifies when the transition effect will start
transition-duration: "" # Specifies how many seconds or milliseconds a transition effect takes to complete
transition-property: "" # Specifies the name of the CSS property the transition effect is for
transition-function: "" # Specifies the speed curve of the transition effect
unicode-bidi: "" # Used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document
user-select: "" # Specifies whether the text of an element can be selected
vertical-align: "" # Sets the vertical alignment of an element
visibility: "" # Specifies whether or not an element is visible
white-space: "" # Specifies how white-space inside an element is handled
widows: "" # Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element
width: "" # Sets the width of an element
word-break: "" # Specifies how words should break when reaching the end of a line
word-spacing: "" # Increases or decreases the space between words in a text
word-wrap: "" # Allows long, unbreakable words to be broken and wrap to the next line
writing-mode: "" # Specifies whether lines of text are laid out horizontally or vertically
z-index: "" # Sets the stack order of a positioned element
# << Error Messages >>
# ------------------------
# | LANGUAGE: FLUENT |
# ------------------------
# << Keywords >>
# << Error Messages >>
# ------------------------
# | LANGUAGE: GOLANG |
# ------------------------
# << Keywords >>
break: ""
default: ""
func: ""
interface: ""
select: ""
case: ""
defer: ""
go: ""
map: ""
struct: ""
chan: ""
else: ""
goto: ""
package: ""
switch: ""
const: ""
fallthrough: ""
if: ""
range: ""
type: ""
continue: ""
for: ""
import: ""
return: ""
var: ""
# << Error Messages >>
# -------------------------
# | LANGUAGE: HASKELL |
# -------------------------
# << Keywords >>
as: ""
case: ""
of: ""
class: ""
data: ""
data family: ""
data instance: ""
default: ""
deriving: ""
deriving instance: ""
do: ""
forall: ""
foreign: ""
hiding: ""
if: ""
then: ""
else: ""
import: ""
infix: ""
infixl: ""
infixr: ""
instance: ""
let: ""
in: ""
mdo: ""
module: ""
newtype: ""
proc: ""
qualified: ""
rec: ""
type: ""
type family: ""
type instance: ""
where: ""
# << Error Messages >>
# ----------------------
# | LANGUAGE: HTML |
# ----------------------
# << Keywords >>
!DOCTYPE: "" # Defines the document type
a: "" # Defines a hyperlink
abbr: "" # Defines an abbreviation or an acronym
acronym: "" # Not supported in HTML5. Use <abbr> instead. Defines an acronym
address: "" # Defines contact information for the author/owner of a document
applet: "" # Not supported in HTML5. Use <embed> or <object> instead. Defines an embedded applet
area: "" # Defines an area inside an image-map
article: "" # Defines an article
aside: "" # Defines content aside from the page content
audio: "" # Defines sound content
b: "" # Defines bold text
base: "" # Specifies the base URL/target for all relative URLs in a document
basefont: "" # Not supported in HTML5. Use CSS instead. Specifies a default color, size, and font for all text in a document
bdi: "" # Isolates a part of text that might be formatted in a different direction from other text outside it
bdo: "" # Overrides the current text direction
big: "" # Not supported in HTML5. Use CSS instead. Defines big text
blockquote: "" # Defines a section that is quoted from another source
body: "" # Defines the document's body
br: "" # Defines a single line break
button: "" # Defines a clickable button
canvas: "" # Used to draw graphics, on the fly, via scripting (usually JavaScript)
caption: "" # Defines a table caption
center: "" # Not supported in HTML5. Use CSS instead. Defines centered text
cite: "" # Defines the title of a work
code: "" # Defines a piece of computer code
col: "" # Specifies column properties for each column within a <colgroup> element
colgroup: "" # Specifies a group of one or more columns in a table for formatting
data: "" # Links the given content with a machine-readable translation
datalist: "" # Specifies a list of pre-defined options for input controls
dd: "" # Defines a description/value of a term in a description list
del: "" # Defines text that has been deleted from a document
details: "" # Defines additional details that the user can view or hide
dfn: "" # Represents the defining instance of a term
dialog: "" # Defines a dialog box or window
dir: "" # Not supported in HTML5. Use <ul> instead. Defines a directory list
div: "" # Defines a section in a document
dl: "" # Defines a description list
dt: "" # Defines a term/name in a description list
em: "" # Defines emphasized text
embed: "" # Defines a container for an external (non-HTML) application
fieldset: "" # Groups related elements in a form
figcaption: "" # Defines a caption for a <figure> element
figure: "" # Specifies self-contained content
font: "" # Not supported in HTML5. Use CSS instead. Defines font, color, and size for text
footer: "" # Defines a footer for a document or section
form: "" # Defines an HTML form for user input
frame: "" # Not supported in HTML5. Defines a window (a frame) in a frameset
frameset: "" # Not supported in HTML5. Defines a set of frames
h1: "" # to <h6> Defines HTML headings
head: "" # Defines information about the document
header: "" # Defines a header for a document or section
hr: "" # Defines a thematic change in the content
html: "" # Defines the root of an HTML document
i: "" # Defines a part of text in an alternate voice or mood
iframe: "" # Defines an inline frame
img: "" # Defines an image
input: "" # Defines an input control
ins: "" # Defines a text that has been inserted into a document
kbd: "" # Defines keyboard input
label: "" # Defines a label for an <input> element
legend: "" # Defines a caption for a <fieldset> element
li: "" # Defines a list item
link: "" # Defines the relationship between a document and an external resource (most used to link to style sheets)
main: "" # Specifies the main content of a document
map: "" # Defines a client-side image-map
mark: "" # Defines marked/highlighted text
meta: "" # Defines metadata about an HTML document
meter: "" # Defines a scalar measurement within a known range (a gauge)
nav: "" # Defines navigation links
noframes: "" # Not supported in HTML5. Defines an alternate content for users that do not support frames
noscript: "" # Defines an alternate content for users that do not support client-side scripts
object: "" # Defines an embedded object
ol: "" # Defines an ordered list
optgroup: "" # Defines a group of related options in a drop-down list
option: "" # Defines an option in a drop-down list
output: "" # Defines the result of a calculation
p: "" # Defines a paragraph
param: "" # Defines a parameter for an object
picture: "" # Defines a container for multiple image resources
pre: "" # Defines preformatted text
progress: "" # Represents the progress of a task
q: "" # Defines a short quotation
rp: "" # Defines what to show in browsers that do not support ruby annotations
rt: "" # Defines an explanation/pronunciation of characters (for East Asian typography)
ruby: "" # Defines a ruby annotation (for East Asian typography)
s: "" # Defines text that is no longer correct
samp: "" # Defines sample output from a computer program
script: "" # Defines a client-side script
section: "" # Defines a section in a document
select: "" # Defines a drop-down list
small: "" # Defines smaller text
source: "" # Defines multiple media resources for media elements (<video> and <audio>)
span: "" # Defines a section in a document
strike: "" # Not supported in HTML5. Use <del> or <s> instead. Defines strikethrough text
strong: "" # Defines important text
style: "" # Defines style information for a document
sub: "" # Defines subscripted text
summary: "" # Defines a visible heading for a <details> element
sup: "" # Defines superscripted text
svg: "" # Defines a container for SVG graphics
table: "" # Defines a table
tbody: "" # Groups the body content in a table
td: "" # Defines a cell in a table
template: "" # Defines a template
textarea: "" # Defines a multiline input control (text area)
tfoot: "" # Groups the footer content in a table
th: "" # Defines a header cell in a table
thead: "" # Groups the header content in a table
time: "" # Defines a date/time
title: "" # Defines a title for the document
tr: "" # Defines a row in a table
track: "" # Defines text tracks for media elements (<video> and <audio>)
tt: "" # Not supported in HTML5. Use CSS instead. Defines teletype text
u: "" # Defines text that should be stylistically different from normal text
ul: "" # Defines an unordered list
var: "" # Defines a variable
video: "" # Defines a video or movie
wbr: "" # Defines a possible line-break
# << Error Messages >>
# ----------------------
# | LANGUAGE: JAVA |
# ----------------------
# << Keywords >>
abstract: ""
continue: ""
for: ""
new: ""
switch: ""
assert: ""
default: ""
goto: ""
package: ""
synchronized: ""
boolean: ""
do: ""
if: ""
private: ""
this: ""
break: ""
double: ""
implements: ""
protected: ""
throw: ""
byte: ""
else: ""
import: ""
public: ""
throws: ""
case: ""
enum: ""
instanceof: ""
return: ""
transient: ""
catch: ""
extends: ""
int: ""
short: ""
try: ""
char: ""
final: ""
interface: ""
static: ""
void: ""
class: ""
finally: ""
long: ""
strictfp: ""
volatile: ""
const: ""
float: ""
native: ""
super: ""
while: ""
_: "" #_(underscore)
# << Error Messages >>
# ----------------------------
# | LANGUAGE: JAVASCRIPT |
# ----------------------------
# << Keywords >>
arguments: ""
await: ""
break: ""
case: ""
catch: ""
class: ""
const: ""
continue: ""
debugger: ""
default: ""
delete: ""
do: ""
else: ""
enum: ""
eval: ""
export: ""
extends: ""
false: ""
finally: ""
for: ""
from: ""
function: ""
if: ""
implements: ""
import: ""
in: ""
instanceof: ""
interface: ""
let: ""
new: ""
null: ""
package: ""
private: ""
protected: ""
public: ""
return: ""
static: ""
super: ""
switch: ""
this: ""
throw: ""
true: ""
try: ""
typeof: ""
var: ""
void: ""
while: ""
with: ""
yield: ""
# << Error Messages >>
# ----------------------
# | LANGUAGE: JULIA |
# ----------------------
# << Keywords >>
begin: ""
while: ""
if: ""
for: ""
try: ""
return: ""
break: ""
continue: ""
function: ""
macro: ""
quote: ""
let: ""
local: ""
global: ""
const: ""
do: ""
struct: ""
abstract: "" #to be deprecated
typealias: "" #to be deprecated
bitstype: "" #to be deprecated
type: "" #to be deprecated
immutable: "" #to be deprecated
module: ""
baremodule: ""
using: ""
import: ""
export: ""
importall: ""
end: ""
else: ""
catch: ""
finally: ""
true: ""