wysiwyg-rails-qiniu 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +101 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/javascripts/froala_editor.min.js +11 -0
  6. data/app/assets/javascripts/languages/ar.js +227 -0
  7. data/app/assets/javascripts/languages/bs.js +227 -0
  8. data/app/assets/javascripts/languages/cs.js +227 -0
  9. data/app/assets/javascripts/languages/da.js +227 -0
  10. data/app/assets/javascripts/languages/de.js +227 -0
  11. data/app/assets/javascripts/languages/en_ca.js +171 -0
  12. data/app/assets/javascripts/languages/en_gb.js +171 -0
  13. data/app/assets/javascripts/languages/es.js +227 -0
  14. data/app/assets/javascripts/languages/et.js +227 -0
  15. data/app/assets/javascripts/languages/fa.js +227 -0
  16. data/app/assets/javascripts/languages/fi.js +227 -0
  17. data/app/assets/javascripts/languages/fr.js +227 -0
  18. data/app/assets/javascripts/languages/he.js +227 -0
  19. data/app/assets/javascripts/languages/hr.js +229 -0
  20. data/app/assets/javascripts/languages/hu.js +227 -0
  21. data/app/assets/javascripts/languages/id.js +227 -0
  22. data/app/assets/javascripts/languages/it.js +227 -0
  23. data/app/assets/javascripts/languages/ja.js +227 -0
  24. data/app/assets/javascripts/languages/ko.js +227 -0
  25. data/app/assets/javascripts/languages/me.js +227 -0
  26. data/app/assets/javascripts/languages/nb.js +227 -0
  27. data/app/assets/javascripts/languages/nl.js +227 -0
  28. data/app/assets/javascripts/languages/pl.js +227 -0
  29. data/app/assets/javascripts/languages/pt_br.js +227 -0
  30. data/app/assets/javascripts/languages/pt_pt.js +227 -0
  31. data/app/assets/javascripts/languages/ro.js +228 -0
  32. data/app/assets/javascripts/languages/ru.js +227 -0
  33. data/app/assets/javascripts/languages/sr.js +227 -0
  34. data/app/assets/javascripts/languages/sv.js +227 -0
  35. data/app/assets/javascripts/languages/th.js +227 -0
  36. data/app/assets/javascripts/languages/tr.js +227 -0
  37. data/app/assets/javascripts/languages/ua.js +227 -0
  38. data/app/assets/javascripts/languages/uk.js +216 -0
  39. data/app/assets/javascripts/languages/zh_cn.js +227 -0
  40. data/app/assets/javascripts/languages/zh_tw.js +227 -0
  41. data/app/assets/javascripts/plugins/align.min.js +7 -0
  42. data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
  43. data/app/assets/javascripts/plugins/code_beautifier.min.js +8 -0
  44. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  45. data/app/assets/javascripts/plugins/colors.min.js +7 -0
  46. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  47. data/app/assets/javascripts/plugins/entities.min.js +7 -0
  48. data/app/assets/javascripts/plugins/file.min.js +7 -0
  49. data/app/assets/javascripts/plugins/font_family.min.js +7 -0
  50. data/app/assets/javascripts/plugins/font_size.min.js +7 -0
  51. data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
  52. data/app/assets/javascripts/plugins/image.min.js +7 -0
  53. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  54. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  55. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  56. data/app/assets/javascripts/plugins/link.min.js +7 -0
  57. data/app/assets/javascripts/plugins/lists.min.js +7 -0
  58. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  59. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  60. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  61. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  62. data/app/assets/javascripts/plugins/save.min.js +7 -0
  63. data/app/assets/javascripts/plugins/table.min.js +8 -0
  64. data/app/assets/javascripts/plugins/url.min.js +7 -0
  65. data/app/assets/javascripts/plugins/video.min.js +7 -0
  66. data/app/assets/stylesheets/froala_editor.min.css +7 -0
  67. data/app/assets/stylesheets/froala_style.min.css +7 -0
  68. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  69. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  70. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  71. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  72. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  73. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  74. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  75. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  76. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  77. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  78. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  79. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  80. data/app/assets/stylesheets/themes/dark.min.css +7 -0
  81. data/app/assets/stylesheets/themes/gray.min.css +7 -0
  82. data/app/assets/stylesheets/themes/red.min.css +7 -0
  83. data/app/assets/stylesheets/themes/royal.min.css +7 -0
  84. data/lib/wysiwyg-rails-qiniu.rb +2 -0
  85. data/lib/wysiwyg-rails-qiniu/engine.rb +19 -0
  86. data/lib/wysiwyg-rails-qiniu/version.rb +5 -0
  87. metadata +170 -0
@@ -0,0 +1,227 @@
1
+ /*!
2
+ * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms
4
+ * Copyright 2014-2016 Froala Labs
5
+ */
6
+
7
+ /**
8
+ * Dutch
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['nl'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Typ iets",
15
+
16
+ // Basic formatting
17
+ "Bold": "Vet",
18
+ "Italic": "Schuin",
19
+ "Underline": "Onderstreept",
20
+ "Strikethrough": "Doorhalen",
21
+
22
+ // Main buttons
23
+ "Insert": "Invoegen",
24
+ "Delete": "Verwijder",
25
+ "Cancel": "Annuleren",
26
+ "OK": "Ok\u00e9",
27
+ "Back": "Terug",
28
+ "Remove": "Verwijderen",
29
+ "More": "Meer",
30
+ "Update": "Bijwerken",
31
+ "Style": "Stijl",
32
+
33
+ // Font
34
+ "Font Family": "Lettertype",
35
+ "Font Size": "Letter grootte",
36
+
37
+ // Colors
38
+ "Colors": "Kleuren",
39
+ "Background": "Achtergrond",
40
+ "Text": "Tekst",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Opmaak",
44
+ "Normal": "Normaal",
45
+ "Code": "Code",
46
+ "Heading 1": "Kop 1",
47
+ "Heading 2": "Kop 2",
48
+ "Heading 3": "Kop 3",
49
+ "Heading 4": "Kop 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Paragraaf stijl",
53
+ "Inline Style": "In de rij stijl",
54
+
55
+ // Alignment
56
+ "Align": "Uitlijnen",
57
+ "Align Left": "Links uitlijnen",
58
+ "Align Center": "Centreren",
59
+ "Align Right": "Rechts uitlijnen",
60
+ "Align Justify": "Uitlijnen",
61
+ "None": "Niets",
62
+
63
+ // Lists
64
+ "Ordered List": "Geordende lijst",
65
+ "Unordered List": "Ongeordende lijst",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Inspringen verkleinen",
69
+ "Increase Indent": "Inspringen vergroten",
70
+
71
+ // Links
72
+ "Insert Link": "Hyperlink invoegen",
73
+ "Open in new tab": "Openen in nieuw tabblad",
74
+ "Open Link": "Open link",
75
+ "Edit Link": "Link bewerken",
76
+ "Unlink": "Link verwijderen",
77
+ "Choose Link": "Kiezen koppeling",
78
+
79
+ // Images
80
+ "Insert Image": "Afbeelding invoegen",
81
+ "Upload Image": "Afbeelding uploaden",
82
+ "By URL": "Door URL",
83
+ "Browse": "Blader",
84
+ "Drop image": "Drop afbeelding",
85
+ "or click": "of klik op",
86
+ "Manage Images": "Beheren van beelden",
87
+ "Loading": "Het laden",
88
+ "Deleting": "Het verwijderen",
89
+ "Tags": "Labels",
90
+ "Are you sure? Image will be deleted.": "Weet je het zeker? Opname wordt verwijderd.",
91
+ "Replace": "Vervangen",
92
+ "Uploading": "Uploaden",
93
+ "Loading image": "Afbeelding laden",
94
+ "Display": "Tonen",
95
+ "Inline": "In de rij",
96
+ "Break Text": "Breken tekst",
97
+ "Alternate Text": "Alternatieve tekst",
98
+ "Change Size": "Grootte veranderen",
99
+ "Width": "Breedte",
100
+ "Height": "Hoogte",
101
+ "Something went wrong. Please try again.": "Er is iets fout gegaan. Probeer opnieuw.",
102
+
103
+ // Video
104
+ "Insert Video": "Video invoegen",
105
+ "Embedded Code": "Ingebedde code",
106
+
107
+ // Tables
108
+ "Insert Table": "Tabel invoegen",
109
+ "Header": "Hoofd",
110
+ "Row": "Rij",
111
+ "Insert row above": "Voeg rij boven toe",
112
+ "Insert row below": "Voeg rij onder toe",
113
+ "Delete row": "Verwijder rij",
114
+ "Column": "Kolom",
115
+ "Insert column before": "Voeg kolom in voor",
116
+ "Insert column after": "Voeg kolom in na",
117
+ "Delete column": "Verwijder kolom",
118
+ "Cell": "Cel",
119
+ "Merge cells": "Cellen samenvoegen",
120
+ "Horizontal split": "Horizontaal splitsen",
121
+ "Vertical split": "Verticaal splitsen",
122
+ "Cell Background": "Cel achtergrond",
123
+ "Vertical Align": "Verticaal uitlijnen",
124
+ "Top": "Top",
125
+ "Middle": "Midden",
126
+ "Bottom": "Bodem",
127
+ "Align Top": "Uitlijnen top",
128
+ "Align Middle": "Uitlijnen midden",
129
+ "Align Bottom": "Onder uitlijnen",
130
+ "Cell Style": "Celstijl",
131
+
132
+ // Files
133
+ "Upload File": "Upload bestand",
134
+ "Drop file": "Drop bestand",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emoticons",
138
+ "Grinning face": "Grijnzend gezicht",
139
+ "Grinning face with smiling eyes": "Grijnzend gezicht met lachende ogen",
140
+ "Face with tears of joy": "Geconfronteerd met tranen van vreugde",
141
+ "Smiling face with open mouth": "Lachend gezicht met open mond",
142
+ "Smiling face with open mouth and smiling eyes": "Lachend gezicht met open mond en lachende ogen",
143
+ "Smiling face with open mouth and cold sweat": "Lachend gezicht met open mond en koud zweet",
144
+ "Smiling face with open mouth and tightly-closed eyes": "Lachend gezicht met open mond en strak gesloten ogen",
145
+ "Smiling face with halo": "Lachend gezicht met halo",
146
+ "Smiling face with horns": "Lachend gezicht met hoorns",
147
+ "Winking face": "Het knipogen gezicht",
148
+ "Smiling face with smiling eyes": "Lachend gezicht met lachende ogen",
149
+ "Face savoring delicious food": "Gezicht genieten van heerlijk eten",
150
+ "Relieved face": "Opgelucht gezicht",
151
+ "Smiling face with heart-shaped eyes": "Het glimlachen gezicht met hart-vormige ogen",
152
+ "Smiling face with sunglasses": "Lachend gezicht met zonnebril",
153
+ "Smirking face": "Grijnzende gezicht",
154
+ "Neutral face": "Neutraal gezicht",
155
+ "Expressionless face": "Wezenloos gezicht",
156
+ "Unamused face": "Niet geamuseerd gezicht",
157
+ "Face with cold sweat": "Gezicht met koud zweet",
158
+ "Pensive face": "Peinzend gezicht",
159
+ "Confused face": "Verward gezicht",
160
+ "Confounded face": "Beschaamd gezicht",
161
+ "Kissing face": "Zoenen gezicht",
162
+ "Face throwing a kiss": "Geconfronteerd gooien van een kus",
163
+ "Kissing face with smiling eyes": "Zoenen gezicht met lachende ogen",
164
+ "Kissing face with closed eyes": "Zoenen gezicht met gesloten ogen",
165
+ "Face with stuck out tongue": "Gezicht met stak tong",
166
+ "Face with stuck out tongue and winking eye": "Gezicht met stak tong en ergens oog",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Gezicht met stak de tong en strak-gesloten ogen",
168
+ "Disappointed face": "Teleurgesteld gezicht",
169
+ "Worried face": "Bezorgd gezicht",
170
+ "Angry face": "Boos gezicht",
171
+ "Pouting face": "Het pruilen gezicht",
172
+ "Crying face": "Huilen gezicht",
173
+ "Persevering face": "Volhardend gezicht",
174
+ "Face with look of triumph": "Geconfronteerd met blik van triomf",
175
+ "Disappointed but relieved face": "Teleurgesteld, maar opgelucht gezicht",
176
+ "Frowning face with open mouth": "Het fronsen gezicht met open mond",
177
+ "Anguished face": "Gekweld gezicht",
178
+ "Fearful face": "Angstig gezicht",
179
+ "Weary face": "Vermoeide gezicht",
180
+ "Sleepy face": "Slaperig gezicht",
181
+ "Tired face": "Moe gezicht",
182
+ "Grimacing face": "Het grimassen trekken gezicht",
183
+ "Loudly crying face": "Luid schreeuwend gezicht",
184
+ "Face with open mouth": "Geconfronteerd met open mond",
185
+ "Hushed face": "Verstilde gezicht",
186
+ "Face with open mouth and cold sweat": "Geconfronteerd met open mond en koud zweet",
187
+ "Face screaming in fear": "Gezicht schreeuwen in angst",
188
+ "Astonished face": "Verbaasd gezicht",
189
+ "Flushed face": "Gespoeld gezicht",
190
+ "Sleeping face": "Slapen face",
191
+ "Dizzy face": "Duizelig gezicht",
192
+ "Face without mouth": "Gezicht zonder mond",
193
+ "Face with medical mask": "Geconfronteerd met medische masker",
194
+
195
+ // Line breaker
196
+ "Break": "Breken",
197
+
198
+ // Math
199
+ "Subscript": "Subscript",
200
+ "Superscript": "Superscript",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Volledig scherm",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Plaats horizontale lijn",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Verwijder opmaak",
210
+
211
+ // Undo, redo
212
+ "Undo": "Ongedaan maken",
213
+ "Redo": "Opnieuw",
214
+
215
+ // Select all
216
+ "Select All": "Alles selecteren",
217
+
218
+ // Code view
219
+ "Code View": "Codeweergave",
220
+
221
+ // Quote
222
+ "Quote": "Citaat",
223
+ "Increase": "Toenemen",
224
+ "Decrease": "Daling"
225
+ },
226
+ direction: "ltr"
227
+ };
@@ -0,0 +1,227 @@
1
+ /*!
2
+ * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms
4
+ * Copyright 2014-2016 Froala Labs
5
+ */
6
+
7
+ /**
8
+ * Polish
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['pl'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Wpisz co\u015b",
15
+
16
+ // Basic formatting
17
+ "Bold": "Pogrubienie",
18
+ "Italic": "Kursywa",
19
+ "Underline": "Podkre\u015blenie",
20
+ "Strikethrough": "Przekre\u015blenie",
21
+
22
+ // Main buttons
23
+ "Insert": "Wstaw",
24
+ "Delete": "Usun\u0105\u0107",
25
+ "Cancel": "Anuluj",
26
+ "OK": "Ok",
27
+ "Back": "Plecy",
28
+ "Remove": "Usun\u0105\u0107",
29
+ "More": "Jeszcze",
30
+ "Update": "Aktualizacja",
31
+ "Style": "Styl",
32
+
33
+ // Font
34
+ "Font Family": "Kr\u00f3j czcionki",
35
+ "Font Size": "Rozmiar czcionki",
36
+
37
+ // Colors
38
+ "Colors": "Kolory",
39
+ "Background": "T\u0142o",
40
+ "Text": "Tekstu",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Formaty",
44
+ "Normal": "Normalny",
45
+ "Code": "Kod \u017ar\u00f3d\u0142owy",
46
+ "Heading 1": "Nag\u0142\u00f3wek 1",
47
+ "Heading 2": "Nag\u0142\u00f3wek 2",
48
+ "Heading 3": "Nag\u0142\u00f3wek 3",
49
+ "Heading 4": "Nag\u0142\u00f3wek 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Styl akapitu",
53
+ "Inline Style": "Stylu zgodna",
54
+
55
+ // Alignment
56
+ "Align": "Wyr\u00f3wnaj",
57
+ "Align Left": "Wyr\u00f3wnaj do lewej",
58
+ "Align Center": "Wyr\u00f3wnaj do \u015brodka",
59
+ "Align Right": "Wyr\u00f3wnaj do prawej",
60
+ "Align Justify": "Do lewej i prawej",
61
+ "None": "\u017baden",
62
+
63
+ // Lists
64
+ "Ordered List": "Uporz\u0105dkowana lista",
65
+ "Unordered List": "Lista nieuporz\u0105dkowana",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Zmniejsz wci\u0119cie",
69
+ "Increase Indent": "Zwi\u0119ksz wci\u0119cie",
70
+
71
+ // Links
72
+ "Insert Link": "Wstaw link",
73
+ "Open in new tab": "Otw\u00f3rz w nowej karcie",
74
+ "Open Link": "Otw\u00f3rz link",
75
+ "Edit Link": "Link edytuj",
76
+ "Unlink": "Usu\u0144 link",
77
+ "Choose Link": "Wybierz link",
78
+
79
+ // Images
80
+ "Insert Image": "Wstaw obrazek",
81
+ "Upload Image": "Za\u0142aduj obrazek",
82
+ "By URL": "Przez URL",
83
+ "Browse": "Przegl\u0105danie",
84
+ "Drop image": "Upu\u015bci\u0107 obraz",
85
+ "or click": "lub kliknij",
86
+ "Manage Images": "Zarz\u0105dzanie zdj\u0119ciami",
87
+ "Loading": "\u0141adowanie",
88
+ "Deleting": "Usuwanie",
89
+ "Tags": "Tagi",
90
+ "Are you sure? Image will be deleted.": "Czy na pewno? Obraz zostanie skasowany.",
91
+ "Replace": "Zast\u0105pi\u0107",
92
+ "Uploading": "Zamieszczanie",
93
+ "Loading image": "\u0141adowanie obrazek",
94
+ "Display": "Wystawa",
95
+ "Inline": "Zgodna",
96
+ "Break Text": "Z\u0142ama\u0107 tekst",
97
+ "Alternate Text": "Tekst alternatywny",
98
+ "Change Size": "Zmie\u0144 rozmiar",
99
+ "Width": "Szeroko\u015b\u0107",
100
+ "Height": "Wysoko\u015b\u0107",
101
+ "Something went wrong. Please try again.": "Co\u015b posz\u0142o nie tak. Prosz\u0119 spr\u00f3buj ponownie.",
102
+
103
+ // Video
104
+ "Insert Video": "Wstaw wideo",
105
+ "Embedded Code": "Kod osadzone",
106
+
107
+ // Tables
108
+ "Insert Table": "Wstaw tabel\u0119",
109
+ "Header": "Nag\u0142\u00f3wek",
110
+ "Row": "Wiersz",
111
+ "Insert row above": "Wstaw wiersz przed",
112
+ "Insert row below": "Wstaw wiersz po",
113
+ "Delete row": "Usu\u0144 wiersz",
114
+ "Column": "Kolumna",
115
+ "Insert column before": "Wstaw kolumn\u0119 przed",
116
+ "Insert column after": "Wstaw kolumn\u0119 po",
117
+ "Delete column": "Usu\u0144 kolumn\u0119",
118
+ "Cell": "Kom\u00f3rka",
119
+ "Merge cells": "\u0141\u0105cz kom\u00f3rki",
120
+ "Horizontal split": "Podzia\u0142 poziomy",
121
+ "Vertical split": "Podzia\u0142 pionowy",
122
+ "Cell Background": "T\u0142a kom\u00f3rek",
123
+ "Vertical Align": "Pionowe wyr\u00f3wnanie",
124
+ "Top": "Top",
125
+ "Middle": "\u015arodkowy",
126
+ "Bottom": "Dno",
127
+ "Align Top": "Wyr\u00f3wnaj do g\u00f3ry",
128
+ "Align Middle": "Wyr\u00f3wnaj \u015brodku",
129
+ "Align Bottom": "Wyr\u00f3wnaj do do\u0142u",
130
+ "Cell Style": "Styl kom\u00f3rki",
131
+
132
+ // Files
133
+ "Upload File": "Prze\u015blij plik",
134
+ "Drop file": "Upu\u015bci\u0107 plik",
135
+
136
+ // Emoticons
137
+ "Emoticons": "Emotikony",
138
+ "Grinning face": "Z u\u015bmiechem twarz",
139
+ "Grinning face with smiling eyes": "Z u\u015bmiechem twarz z u\u015bmiechni\u0119tymi oczami",
140
+ "Face with tears of joy": "Twarz ze \u0142zami rado\u015bci",
141
+ "Smiling face with open mouth": "U\u015bmiechni\u0119ta twarz z otwartymi ustami",
142
+ "Smiling face with open mouth and smiling eyes": "U\u015bmiechni\u0119ta twarz z otwartymi ustami i u\u015bmiechni\u0119te oczy",
143
+ "Smiling face with open mouth and cold sweat": "U\u015bmiechni\u0119ta twarz z otwartymi ustami i zimny pot",
144
+ "Smiling face with open mouth and tightly-closed eyes": "U\u015bmiechni\u0119ta twarz z otwartymi ustami i szczelnie zamkni\u0119tych oczu",
145
+ "Smiling face with halo": "U\u015bmiechni\u0119ta twarz z halo",
146
+ "Smiling face with horns": "U\u015bmiechni\u0119ta twarz z rogami",
147
+ "Winking face": "Mrugaj\u0105ca twarz",
148
+ "Smiling face with smiling eyes": "U\u015bmiechni\u0119ta twarz z u\u015bmiechni\u0119tymi oczami",
149
+ "Face savoring delicious food": "Twarz smakuj\u0105 c pyszne jedzenie",
150
+ "Relieved face": "Z ulg\u0105 twarz",
151
+ "Smiling face with heart-shaped eyes": "U\u015bmiechni\u0119ta twarz z oczami w kszta\u0142cie serca",
152
+ "Smiling face with sunglasses": "U\u015bmiechni\u0119ta twarz z okulary",
153
+ "Smirking face": "Zadowolony z siebie twarz",
154
+ "Neutral face": "Neutralny twarzy",
155
+ "Expressionless face": "Bezwyrazowy twarzy",
156
+ "Unamused face": "Nie rozbawiony twarzy",
157
+ "Face with cold sweat": "Zimny pot z twarzy",
158
+ "Pensive face": "Zamy\u015blona twarz",
159
+ "Confused face": "Myli\u0107 twarzy",
160
+ "Confounded face": "Ha\u0144ba twarz",
161
+ "Kissing face": "Ca\u0142owanie twarz",
162
+ "Face throwing a kiss": "Twarz rzucaj\u0105c poca\u0142unek",
163
+ "Kissing face with smiling eyes": "Ca\u0142owanie twarz z u\u015bmiechni\u0119tymi oczami",
164
+ "Kissing face with closed eyes": "Ca\u0142owanie twarz z zamkni\u0119tymi oczami",
165
+ "Face with stuck out tongue": "Twarz z j\u0119zyka stercza\u0142y",
166
+ "Face with stuck out tongue and winking eye": "Twarz z stercza\u0142y j\u0119zyka i mrugaj\u0105c okiem",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Twarz z stercza\u0142y j\u0119zyka i szczelnie zamkni\u0119tych oczu",
168
+ "Disappointed face": "Rozczarowany twarzy",
169
+ "Worried face": "Martwi twarzy",
170
+ "Angry face": "Gniewnych twarzy",
171
+ "Pouting face": "D\u0105sy twarzy",
172
+ "Crying face": "P\u0142acz\u0105cy",
173
+ "Persevering face": "Wytrwa\u0142a twarz",
174
+ "Face with look of triumph": "Twarz z wyrazem triumfu",
175
+ "Disappointed but relieved face": "Rozczarowany ale ulg\u0119 twarz",
176
+ "Frowning face with open mouth": "Krzywi\u0105c twarz z otwartymi ustami",
177
+ "Anguished face": "Bolesna twarz",
178
+ "Fearful face": "W obawie twarzy",
179
+ "Weary face": "Zm\u0119czona twarz",
180
+ "Sleepy face": "Je\u017adziec bez twarzy",
181
+ "Tired face": "Zm\u0119czonej twarzy",
182
+ "Grimacing face": "Skrzywi\u0142 twarz",
183
+ "Loudly crying face": "G\u0142o\u015bno p\u0142aka\u0107 twarz",
184
+ "Face with open mouth": "twarz z otwartymi ustami",
185
+ "Hushed face": "Uciszy\u0142 twarzy",
186
+ "Face with open mouth and cold sweat": "Twarz z otwartymi ustami i zimny pot",
187
+ "Face screaming in fear": "Twarz z krzykiem w strachu",
188
+ "Astonished face": "Zdziwienie twarzy",
189
+ "Flushed face": "Zaczerwienienie twarzy",
190
+ "Sleeping face": "\u015api\u0105ca twarz",
191
+ "Dizzy face": "Zawroty g\u0142owy twarzy",
192
+ "Face without mouth": "Twarz bez usta",
193
+ "Face with medical mask": "Twarz\u0105 w medycznych maski",
194
+
195
+ // Line breaker
196
+ "Break": "Z\u0142ama\u0107",
197
+
198
+ // Math
199
+ "Subscript": "Indeks dolny",
200
+ "Superscript": "Indeks g\u00f3rny",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Pe\u0142ny ekran",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Wstaw lini\u0119 poziom\u0105",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Usu\u0144 formatowanie",
210
+
211
+ // Undo, redo
212
+ "Undo": "Cofnij",
213
+ "Redo": "Pon\u00f3w",
214
+
215
+ // Select all
216
+ "Select All": "Zaznacz wszystko",
217
+
218
+ // Code view
219
+ "Code View": "Widok kod",
220
+
221
+ // Quote
222
+ "Quote": "Cytat",
223
+ "Increase": "Wzrost",
224
+ "Decrease": "Zmniejszenie"
225
+ },
226
+ direction: "ltr"
227
+ };