dictionaries 0.3.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dictionaries might be problematic. Click here for more details.

Files changed (51) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +354 -0
  3. data/bin/dictionaries +7 -0
  4. data/bin/unique_words_in_this_file +7 -0
  5. data/dictionaries.gemspec +84 -0
  6. data/doc/README.gen +292 -0
  7. data/doc/todo/todo.md +8 -0
  8. data/lib/dictionaries/ask_english_word.rb +141 -0
  9. data/lib/dictionaries/ask_italian_word.rb +84 -0
  10. data/lib/dictionaries/base/base.rb +78 -0
  11. data/lib/dictionaries/class/class.rb +903 -0
  12. data/lib/dictionaries/commandline/parse_commandline.rb +85 -0
  13. data/lib/dictionaries/constants/constants.rb +134 -0
  14. data/lib/dictionaries/gui/gtk3/dictionary/dictionary.rb +457 -0
  15. data/lib/dictionaries/gui/tk/README.md +2 -0
  16. data/lib/dictionaries/gui/tk/dictionary.rb +85 -0
  17. data/lib/dictionaries/helper_module/helper_module.rb +60 -0
  18. data/lib/dictionaries/project/project.rb +36 -0
  19. data/lib/dictionaries/require_project/require_project.rb +14 -0
  20. data/lib/dictionaries/sinatra/app.rb +123 -0
  21. data/lib/dictionaries/sinatra/english_to_german.rb +84 -0
  22. data/lib/dictionaries/spell_checker/README.md +5 -0
  23. data/lib/dictionaries/spell_checker/spell_checker.rb +133 -0
  24. data/lib/dictionaries/statistics/statistics.rb +59 -0
  25. data/lib/dictionaries/toplevel_methods/e.rb +16 -0
  26. data/lib/dictionaries/toplevel_methods/english_to_german.rb +31 -0
  27. data/lib/dictionaries/toplevel_methods/has_key.rb +32 -0
  28. data/lib/dictionaries/toplevel_methods/is_on_roebe.rb +16 -0
  29. data/lib/dictionaries/toplevel_methods/main_file.rb +88 -0
  30. data/lib/dictionaries/toplevel_methods/misc.rb +231 -0
  31. data/lib/dictionaries/toplevel_methods/module_methods.rb +9 -0
  32. data/lib/dictionaries/toplevel_methods/show_help.rb +31 -0
  33. data/lib/dictionaries/version/version.rb +19 -0
  34. data/lib/dictionaries/yaml/chinese.yml +25 -0
  35. data/lib/dictionaries/yaml/danish.yml +4 -0
  36. data/lib/dictionaries/yaml/deutsche_fremdw/303/266rter.yml +1 -0
  37. data/lib/dictionaries/yaml/dutch.yml +3 -0
  38. data/lib/dictionaries/yaml/english.yml +3157 -0
  39. data/lib/dictionaries/yaml/farsi.yml +8 -0
  40. data/lib/dictionaries/yaml/finnish.yml +2 -0
  41. data/lib/dictionaries/yaml/italian.yml +532 -0
  42. data/lib/dictionaries/yaml/japanese.yml +15 -0
  43. data/lib/dictionaries/yaml/norwegian.yml +26 -0
  44. data/lib/dictionaries/yaml/polish.yml +2 -0
  45. data/lib/dictionaries/yaml/portugese.yml +41 -0
  46. data/lib/dictionaries/yaml/russian.yml +10 -0
  47. data/lib/dictionaries/yaml/spanish.yml +147 -0
  48. data/lib/dictionaries/yaml/swedish.yml +104 -0
  49. data/lib/dictionaries.rb +1 -0
  50. data/test/translation_example.html +2758 -0
  51. metadata +211 -0
@@ -0,0 +1,147 @@
1
+ # =========================================================================== #
2
+ # === SPANISH TAG
3
+ #
4
+ # This file will actually contain the german translation first, and then
5
+ # in () the english translation.
6
+ # =========================================================================== #
7
+ # x = YAML.load_file(Dictionaries.file_spanish); y= x / 4; pp y
8
+ # =========================================================================== #
9
+ # For a spanish dictionary, see this:
10
+ #
11
+ # https://dictionary.cambridge.org/dictionary/spanish-english/imprecar
12
+ # https://dictionary.cambridge.org/dictionary/spanish-english/naipe
13
+ # https://www.spanishdict.com/
14
+ #
15
+ # =========================================================================== #
16
+
17
+ # =========================================================================== #
18
+ # === a tig
19
+ # =========================================================================== #
20
+ atacar: angreifen (attack)
21
+
22
+ # =========================================================================== #
23
+ # === b tig
24
+ # =========================================================================== #
25
+
26
+ # =========================================================================== #
27
+ # === c tig
28
+ # =========================================================================== #
29
+ corazón: Herz (heart)
30
+ campeón: champion
31
+ curioso: neugierig (curious)
32
+ contigo: mit dir (with you)
33
+ crema: die Creme (cream)
34
+
35
+ # =========================================================================== #
36
+ # === d tig
37
+ # =========================================================================== #
38
+ devuel: to return; come back
39
+ divertido: lustig (funny)
40
+ despacito: langsam (slow)
41
+
42
+ # =========================================================================== #
43
+ # === e tig
44
+ # =========================================================================== #
45
+ eternidad: Ewigkeit (eternity)
46
+ entre: dazwischen (between)
47
+ escalera: Treppenaufgang; staircase
48
+ espada: Schwert (sword)
49
+
50
+ # =========================================================================== #
51
+ # === f tig
52
+ # =========================================================================== #
53
+
54
+ # =========================================================================== #
55
+ # === h tig
56
+ # =========================================================================== #
57
+
58
+ # =========================================================================== #
59
+ # === g tig
60
+ # =========================================================================== #
61
+ gato: Katze (cat)
62
+ grite: laut rufen
63
+
64
+ # =========================================================================== #
65
+ # === i tig
66
+ # =========================================================================== #
67
+ imprecar: fluchen
68
+ ingrato: undankbar (ungrateful)
69
+ incorporar: einarbeiten (to add / to incorporate)
70
+
71
+ # =========================================================================== #
72
+ # === j tig
73
+ # =========================================================================== #
74
+
75
+ # =========================================================================== #
76
+ # === k tig
77
+ # =========================================================================== #
78
+
79
+ # =========================================================================== #
80
+ # === l tig
81
+ # =========================================================================== #
82
+
83
+ # =========================================================================== #
84
+ # === m tig
85
+ # =========================================================================== #
86
+ mentira: eine Lüge (a lie, a falsehood, an incorrect statement); "contar uma mentira" → "to tell a lie"
87
+ mascotas: Haustiere (pets)
88
+ matar: zu töten (to kill)
89
+ mensaje: Nachricht (message)
90
+
91
+ # =========================================================================== #
92
+ # === p tig
93
+ # =========================================================================== #
94
+ pruebas: Beweis (evidence)
95
+ pata: eine Ente (duck)
96
+ payaso: ein Clown (clown)
97
+ poder: können (can, to be able to)
98
+
99
+ # =========================================================================== #
100
+ # === r tig
101
+ # =========================================================================== #
102
+ retirarse: zurückweichen (to retreat)
103
+ recurso: Rechtsmittel / ein Regress (a resource)
104
+
105
+ # =========================================================================== #
106
+ # === s tig
107
+ # =========================================================================== #
108
+ salir: beenden, rausgehen (to stop)
109
+
110
+ # =========================================================================== #
111
+ # === t tig
112
+ # =========================================================================== #
113
+
114
+ # =========================================================================== #
115
+ # === u tig
116
+ # =========================================================================== #
117
+
118
+ # =========================================================================== #
119
+ # === v tig
120
+ # =========================================================================== #
121
+
122
+ # =========================================================================== #
123
+ # === n tig
124
+ # =========================================================================== #
125
+ naipe: Karte (playing with cards)
126
+
127
+ # =========================================================================== #
128
+ # === q tig
129
+ # =========================================================================== #
130
+
131
+ # =========================================================================== #
132
+ # === o tig
133
+ # =========================================================================== #
134
+ ojos: Augen (eyes)
135
+
136
+ # =========================================================================== #
137
+ # === v tig
138
+ # =========================================================================== #
139
+ vacca: Kuh (cow)
140
+
141
+ # =========================================================================== #
142
+ # === w tig
143
+ # =========================================================================== #
144
+
145
+ # =========================================================================== #
146
+ # === y tig
147
+ # =========================================================================== #
@@ -0,0 +1,104 @@
1
+ # =========================================================================== #
2
+ # === swedish.yml
3
+ #
4
+ # Swedish words!
5
+ # =========================================================================== #
6
+ # https://en.bab.la/dictionary/english-swedish/
7
+ # =========================================================================== #
8
+
9
+ # ========================================================================== #
10
+ # a tig
11
+ # ========================================================================== #
12
+
13
+ # ========================================================================== #
14
+ # b tig
15
+ # ========================================================================== #
16
+
17
+ # ========================================================================== #
18
+ # c tig
19
+ # ========================================================================== #
20
+ cat: katt
21
+
22
+ # ========================================================================== #
23
+ # d tig
24
+ # ========================================================================== #
25
+
26
+ # ========================================================================== #
27
+ # e tig
28
+ # ========================================================================== #
29
+
30
+ # ========================================================================== #
31
+ # f tig
32
+ # ========================================================================== #
33
+
34
+ # ========================================================================== #
35
+ # g tig
36
+ # ========================================================================== #
37
+
38
+ # ========================================================================== #
39
+ # h tig
40
+ # ========================================================================== #
41
+
42
+ # ========================================================================== #
43
+ # i tig
44
+ # ========================================================================== #
45
+
46
+ # ========================================================================== #
47
+ # j tig
48
+ # ========================================================================== #
49
+
50
+ # ========================================================================== #
51
+ # k tig
52
+ # ========================================================================== #
53
+
54
+ # ========================================================================== #
55
+ # l tig
56
+ # ========================================================================== #
57
+
58
+ # ========================================================================== #
59
+ # m tig
60
+ # ========================================================================== #
61
+
62
+ # ========================================================================== #
63
+ # n tig
64
+ # ========================================================================== #
65
+
66
+ # ========================================================================== #
67
+ # p tig
68
+ # ========================================================================== #
69
+
70
+ # ========================================================================== #
71
+ # q tig
72
+ # ========================================================================== #
73
+
74
+ # ========================================================================== #
75
+ # r tig
76
+ # ========================================================================== #
77
+
78
+ # ========================================================================== #
79
+ # s tig
80
+ # ========================================================================== #
81
+
82
+ # ========================================================================== #
83
+ # t tig
84
+ # ========================================================================== #
85
+
86
+ # ========================================================================== #
87
+ # u tig
88
+ # ========================================================================== #
89
+
90
+ # ========================================================================== #
91
+ # v tig
92
+ # ========================================================================== #
93
+
94
+ # ========================================================================== #
95
+ # o tig
96
+ # ========================================================================== #
97
+
98
+ # ========================================================================== #
99
+ # w tig
100
+ # ========================================================================== #
101
+
102
+ # ========================================================================== #
103
+ # y tig
104
+ # ========================================================================== #
@@ -0,0 +1 @@
1
+ require 'dictionaries/require_project/require_project.rb'