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
+ * Thai
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['th'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "\u0e1e\u0e34\u0e21\u0e1e\u0e4c\u0e1a\u0e32\u0e07\u0e2a\u0e34\u0e48\u0e07\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07",
15
+
16
+ // Basic formatting
17
+ "Bold": "\u0e15\u0e31\u0e27\u0e2b\u0e19\u0e32",
18
+ "Italic": "\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e35\u0e22\u0e07",
19
+ "Underline": "\u0e02\u0e35\u0e14\u0e40\u0e2a\u0e49\u0e19\u0e43\u0e15\u0e49",
20
+ "Strikethrough": "\u0e02\u0e35\u0e14\u0e17\u0e31\u0e1a",
21
+
22
+ // Main buttons
23
+ "Insert": "\u0e41\u0e17\u0e23\u0e01",
24
+ "Delete": "\u0e25\u0e1a",
25
+ "Cancel": "\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01",
26
+ "OK": "\u0e15\u0e01\u0e25\u0e07",
27
+ "Back": "\u0e01\u0e25\u0e31\u0e1a",
28
+ "Remove": "\u0e40\u0e2d\u0e32\u0e2d\u0e2d\u0e01",
29
+ "More": "\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32",
30
+ "Update": "\u0e2d\u0e31\u0e1e\u0e40\u0e14\u0e17",
31
+ "Style": "\u0e2a\u0e44\u0e15\u0e25\u0e4c",
32
+
33
+ // Font
34
+ "Font Family": "\u0e15\u0e23\u0e30\u0e01\u0e39\u0e25\u0e41\u0e1a\u0e1a\u0e2d\u0e31\u0e01\u0e29\u0e23",
35
+ "Font Size": "\u0e02\u0e19\u0e32\u0e14\u0e41\u0e1a\u0e1a\u0e2d\u0e31\u0e01\u0e29\u0e23",
36
+
37
+ // Colors
38
+ "Colors": "\u0e2a\u0e35",
39
+ "Background": "\u0e1e\u0e37\u0e49\u0e19\u0e2b\u0e25\u0e31\u0e07",
40
+ "Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a",
44
+ "Normal": "\u0e1b\u0e01\u0e15\u0e34",
45
+ "Code": "\u0e42\u0e04\u0e49\u0e14",
46
+ "Heading 1": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 1",
47
+ "Heading 2": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 2",
48
+ "Heading 3": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 3",
49
+ "Heading 4": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "\u0e25\u0e31\u0e01\u0e29\u0e13\u0e30\u0e22\u0e48\u0e2d\u0e2b\u0e19\u0e49\u0e32",
53
+ "Inline Style": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e2d\u0e34\u0e19\u0e44\u0e25\u0e19\u0e4c",
54
+
55
+ // Alignment
56
+ "Align": "\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e41\u0e19\u0e27",
57
+ "Align Left": "\u0e08\u0e31\u0e14\u0e0a\u0e34\u0e14\u0e0b\u0e49\u0e32\u0e22",
58
+ "Align Center": "\u0e08\u0e31\u0e14\u0e01\u0e36\u0e48\u0e07\u0e01\u0e25\u0e32\u0e07",
59
+ "Align Right": "\u0e08\u0e31\u0e14\u0e0a\u0e34\u0e14\u0e02\u0e27\u0e32",
60
+ "Align Justify": "\u0e40\u0e15\u0e47\u0e21\u0e41\u0e19\u0e27",
61
+ "None": "\u0e44\u0e21\u0e48",
62
+
63
+ // Lists
64
+ "Ordered List": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e40\u0e25\u0e02",
65
+ "Unordered List": "\u0e23\u0e32\u0e22\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e2b\u0e31\u0e27\u0e02\u0e49\u0e2d\u0e22\u0e48\u0e2d\u0e22",
66
+
67
+ // Indent
68
+ "Decrease Indent": "\u0e25\u0e14\u0e01\u0e32\u0e23\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07",
69
+ "Increase Indent": "\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e01\u0e32\u0e23\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07",
70
+
71
+ // Links
72
+ "Insert Link": "\u0e41\u0e17\u0e23\u0e01\u0e25\u0e34\u0e07\u0e01\u0e4c",
73
+ "Open in new tab": "\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e19\u0e41\u0e17\u0e47\u0e1a\u0e43\u0e2b\u0e21\u0e48",
74
+ "Open Link": "\u0e40\u0e1b\u0e34\u0e14\u0e25\u0e34\u0e49\u0e07\u0e04\u0e4c",
75
+ "Edit Link": "\u0e25\u0e34\u0e07\u0e04\u0e4c\u0e41\u0e01\u0e49\u0e44\u0e02",
76
+ "Unlink": "\u0e40\u0e2d\u0e32\u0e25\u0e34\u0e07\u0e01\u0e4c\u0e2d\u0e2d\u0e01",
77
+ "Choose Link": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e01\u0e32\u0e23\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e42\u0e22\u0e07",
78
+
79
+ // Images
80
+ "Insert Image": "\u0e41\u0e17\u0e23\u0e01\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e",
81
+ "Upload Image": "\u0e01\u0e32\u0e23\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e",
82
+ "By URL": "\u0e15\u0e32\u0e21 URL",
83
+ "Browse": "\u0e40\u0e23\u0e35\u0e22\u0e01\u0e14\u0e39",
84
+ "Drop image": "\u0e27\u0e32\u0e07\u0e20\u0e32\u0e1e",
85
+ "or click": "\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e25\u0e34\u0e01\u0e17\u0e35\u0e48",
86
+ "Manage Images": "\u0e08\u0e31\u0e14\u0e01\u0e32\u0e23\u0e20\u0e32\u0e1e",
87
+ "Loading": "\u0e42\u0e2b\u0e25\u0e14",
88
+ "Deleting": "\u0e25\u0e1a",
89
+ "Tags": "\u0e41\u0e17\u0e47\u0e01",
90
+ "Are you sure? Image will be deleted.": "\u0e04\u0e38\u0e13\u0e41\u0e19\u0e48\u0e43\u0e08\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48 \u0e20\u0e32\u0e1e\u0e08\u0e30\u0e16\u0e39\u0e01\u0e25\u0e1a",
91
+ "Replace": "\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48",
92
+ "Uploading": "\u0e2d\u0e31\u0e1e\u0e42\u0e2b\u0e25\u0e14",
93
+ "Loading image": "\u0e42\u0e2b\u0e25\u0e14\u0e20\u0e32\u0e1e",
94
+ "Display": "\u0e41\u0e2a\u0e14\u0e07",
95
+ "Inline": "\u0e41\u0e1a\u0e1a\u0e2d\u0e34\u0e19\u0e44\u0e25\u0e19\u0e4c",
96
+ "Break Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e22\u0e38\u0e14",
97
+ "Alternate Text": "\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e37\u0e48\u0e19",
98
+ "Change Size": "\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e02\u0e19\u0e32\u0e14",
99
+ "Width": "\u0e04\u0e27\u0e32\u0e21\u0e01\u0e27\u0e49\u0e32\u0e07",
100
+ "Height": "\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e39\u0e07",
101
+ "Something went wrong. Please try again.": "\u0e1a\u0e32\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e1c\u0e34\u0e14\u0e1b\u0e01\u0e15\u0e34. \u0e01\u0e23\u0e38\u0e13\u0e32\u0e25\u0e2d\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07.",
102
+
103
+ // Video
104
+ "Insert Video": "\u0e41\u0e17\u0e23\u0e01\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d",
105
+ "Embedded Code": "\u0e23\u0e2b\u0e31\u0e2a\u0e2a\u0e21\u0e2d\u0e07\u0e01\u0e25\u0e1d\u0e31\u0e07\u0e15\u0e31\u0e27",
106
+
107
+ // Tables
108
+ "Insert Table": "\u0e41\u0e17\u0e23\u0e01\u0e15\u0e32\u0e23\u0e32\u0e07",
109
+ "Header": "\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e31\u0e27",
110
+ "Row": "\u0e41\u0e16\u0e27",
111
+ "Insert row above": "\u0e41\u0e17\u0e23\u0e01\u0e41\u0e16\u0e27\u0e14\u0e49\u0e32\u0e19\u0e1a\u0e19",
112
+ "Insert row below": "\u0e41\u0e17\u0e23\u0e01\u0e41\u0e16\u0e27\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07",
113
+ "Delete row": "\u0e25\u0e1a\u0e41\u0e16\u0e27",
114
+ "Column": "\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
115
+ "Insert column before": "\u0e41\u0e17\u0e23\u0e01\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e02\u0e49\u0e32\u0e07\u0e2b\u0e19\u0e49\u0e32",
116
+ "Insert column after": "\u0e41\u0e17\u0e23\u0e01\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c\u0e02\u0e49\u0e32\u0e07\u0e2b\u0e25\u0e31\u0e07",
117
+ "Delete column": "\u0e25\u0e1a\u0e04\u0e2d\u0e25\u0e31\u0e21\u0e19\u0e4c",
118
+ "Cell": "\u0e40\u0e0b\u0e25\u0e25\u0e4c",
119
+ "Merge cells": "\u0e1c\u0e2a\u0e32\u0e19\u0e40\u0e0b\u0e25\u0e25\u0e4c",
120
+ "Horizontal split": "\u0e41\u0e22\u0e01\u0e41\u0e19\u0e27\u0e19\u0e2d\u0e19",
121
+ "Vertical split": "\u0e41\u0e22\u0e01\u0e43\u0e19\u0e41\u0e19\u0e27\u0e15\u0e31\u0e49\u0e07",
122
+ "Cell Background": "\u0e1e\u0e37\u0e49\u0e19\u0e2b\u0e25\u0e31\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e0b\u0e25\u0e25\u0e4c",
123
+ "Vertical Align": "\u0e08\u0e31\u0e14\u0e41\u0e19\u0e27\u0e15\u0e31\u0e49\u0e07",
124
+ "Top": "\u0e14\u0e49\u0e32\u0e19\u0e1a\u0e19",
125
+ "Middle": "\u0e01\u0e25\u0e32\u0e07",
126
+ "Bottom": "\u0e01\u0e49\u0e19",
127
+ "Align Top": "\u0e08\u0e31\u0e14\u0e14\u0e49\u0e32\u0e19\u0e1a\u0e19",
128
+ "Align Middle": "\u0e15\u0e4d\u0e32\u0e41\u0e2b\u0e19\u0e48\u0e07\u0e01\u0e25\u0e32\u0e07",
129
+ "Align Bottom": "\u0e15\u0e4d\u0e32\u0e41\u0e2b\u0e19\u0e48\u0e07\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07",
130
+ "Cell Style": "\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e02\u0e2d\u0e07\u0e40\u0e0b\u0e25\u0e25\u0e4c",
131
+
132
+ // Files
133
+ "Upload File": "\u0e2d\u0e31\u0e1b\u0e42\u0e2b\u0e25\u0e14\u0e44\u0e1f\u0e25\u0e4c",
134
+ "Drop file": "\u0e27\u0e32\u0e07\u0e44\u0e1f\u0e25\u0e4c",
135
+
136
+ // Emoticons
137
+ "Emoticons": "\u0e2d\u0e35\u0e42\u0e21\u0e15\u0e34\u0e04\u0e2d\u0e19",
138
+ "Grinning face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21",
139
+ "Grinning face with smiling eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
140
+ "Face with tears of joy": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e19\u0e49\u0e33\u0e15\u0e32\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02",
141
+ "Smiling face with open mouth": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e1b\u0e37\u0e49\u0e2d\u0e19\u0e23\u0e2d\u0e22\u0e22\u0e34\u0e49\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14",
142
+ "Smiling face with open mouth and smiling eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e01\u0e31\u0e1a\u0e40\u0e1b\u0e34\u0e14\u0e1b\u0e32\u0e01\u0e41\u0e25\u0e30\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
143
+ "Smiling face with open mouth and cold sweat": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e41\u0e25\u0e30\u0e40\u0e2b\u0e07\u0e37\u0e48\u0e2d\u0e40\u0e22\u0e47\u0e19",
144
+ "Smiling face with open mouth and tightly-closed eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e01\u0e31\u0e1a\u0e40\u0e1b\u0e34\u0e14\u0e1b\u0e32\u0e01\u0e41\u0e25\u0e30\u0e15\u0e32\u0e41\u0e19\u0e48\u0e19\u0e1b\u0e34\u0e14",
145
+ "Smiling face with halo": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e23\u0e31\u0e28\u0e21\u0e35",
146
+ "Smiling face with horns": "\u0e22\u0e34\u0e49\u0e21\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e40\u0e02\u0e32",
147
+ "Winking face": "\u0e01\u0e32\u0e23\u0e01\u0e23\u0e30\u0e1e\u0e23\u0e34\u0e1a\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32",
148
+ "Smiling face with smiling eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
149
+ "Face savoring delicious food": "\u0e40\u0e1c\u0e0a\u0e34\u0e0d \u0073\u0061\u0076\u006f\u0072\u0069\u006e\u0067 \u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e2d\u0e23\u0e48\u0e2d\u0e22",
150
+ "Relieved face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e42\u0e25\u0e48\u0e07\u0e43\u0e08",
151
+ "Smiling face with heart-shaped eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e22\u0e34\u0e49\u0e21\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e23\u0e39\u0e1b\u0e2b\u0e31\u0e27\u0e43\u0e08",
152
+ "Smiling face with sunglasses": "\u0e22\u0e34\u0e49\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e41\u0e27\u0e48\u0e19\u0e15\u0e32\u0e01\u0e31\u0e19\u0e41\u0e14\u0e14",
153
+ "Smirking face": "\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e2a\u0e22\u0e30\u0e22\u0e34\u0e49\u0e21\u0e17\u0e35\u0e48\u0e21\u0e38\u0e21",
154
+ "Neutral face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e25\u0e32\u0e07",
155
+ "Expressionless face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2d\u0e32\u0e23\u0e21\u0e13\u0e4c",
156
+ "Unamused face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0055\u006e\u0061\u006d\u0075\u0073\u0065\u0064",
157
+ "Face with cold sweat": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e40\u0e2b\u0e07\u0e37\u0e48\u0e2d\u0e40\u0e22\u0e47\u0e19",
158
+ "Pensive face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2b\u0e21\u0e48\u0e19",
159
+ "Confused face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e31\u0e1a\u0e2a\u0e19",
160
+ "Confounded face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e2a\u0e31\u0e1a\u0e2a\u0e19",
161
+ "Kissing face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e08\u0e39\u0e1a",
162
+ "Face throwing a kiss": "\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1c\u0e0a\u0e34\u0e0d\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e02\u0e27\u0e49\u0e32\u0e07\u0e1b\u0e32\u0e08\u0e39\u0e1a",
163
+ "Kissing face with smiling eyes": "\u0e08\u0e39\u0e1a\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e15\u0e32\u0e22\u0e34\u0e49\u0e21",
164
+ "Kissing face with closed eyes": "\u0e08\u0e39\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e14\u0e27\u0e07\u0e15\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e34\u0e14\u0e2a\u0e19\u0e34\u0e17",
165
+ "Face with stuck out tongue": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e41\u0e1e\u0e25\u0e21\u0e2d\u0e2d\u0e01\u0e21\u0e32\u0e25\u0e34\u0e49\u0e19",
166
+ "Face with stuck out tongue and winking eye": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e15\u0e34\u0e14\u0e25\u0e34\u0e49\u0e19\u0e41\u0e25\u0e30\u0e15\u0e32\u0e02\u0e22\u0e34\u0e1a\u0e15\u0e32",
167
+ "Face with stuck out tongue and tightly-closed eyes": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e35\u0e15\u0e34\u0e14\u0e25\u0e34\u0e49\u0e19\u0e41\u0e25\u0e30\u0e14\u0e27\u0e07\u0e15\u0e32\u0e17\u0e35\u0e48\u0e1b\u0e34\u0e14\u0e41\u0e19\u0e48\u0e19",
168
+ "Disappointed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e1c\u0e34\u0e14\u0e2b\u0e27\u0e31\u0e07",
169
+ "Worried face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e31\u0e07\u0e27\u0e25",
170
+ "Angry face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e42\u0e01\u0e23\u0e18",
171
+ "Pouting face": "\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e38\u0e48\u0e22",
172
+ "Crying face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e23\u0e49\u0e2d\u0e07\u0e44\u0e2b\u0e49",
173
+ "Persevering face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e2d\u0e32\u0e16\u0e48\u0e32\u0e19",
174
+ "Face with look of triumph": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e23\u0e39\u0e1b\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c\u0e02\u0e2d\u0e07\u0e0a\u0e31\u0e22\u0e0a\u0e19\u0e30",
175
+ "Disappointed but relieved face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e1c\u0e34\u0e14\u0e2b\u0e27\u0e31\u0e07 \u0e41\u0e15\u0e48\u0e42\u0e25\u0e48\u0e07\u0e43\u0e08",
176
+ "Frowning face with open mouth": "\u0e2b\u0e19\u0e49\u0e32\u0e21\u0e38\u0e48\u0e22\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14",
177
+ "Anguished face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e14\u0e02\u0e35\u0e48",
178
+ "Fearful face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e19\u0e48\u0e32\u0e01\u0e25\u0e31\u0e27",
179
+ "Weary face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e19\u0e37\u0e48\u0e2d\u0e22\u0e25\u0e49\u0e32",
180
+ "Sleepy face": "\u0e2b\u0e19\u0e49\u0e32\u0e07\u0e48\u0e27\u0e07\u0e19\u0e2d\u0e19",
181
+ "Tired face": "\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e1a\u0e37\u0e48\u0e2d",
182
+ "Grimacing face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32 \u0067\u0072\u0069\u006d\u0061\u0063\u0069\u006e\u0067",
183
+ "Loudly crying face": "\u0e23\u0e49\u0e2d\u0e07\u0e44\u0e2b\u0e49\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e14\u0e31\u0e07\u0e2b\u0e19\u0e49\u0e32",
184
+ "Face with open mouth": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14",
185
+ "Hushed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e07\u0e35\u0e22\u0e1a",
186
+ "Face with open mouth and cold sweat": "",
187
+ "Face screaming in fear": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e32\u0e01\u0e40\u0e1b\u0e34\u0e14\u0e41\u0e25\u0e30\u0e40\u0e2b\u0e07\u0e37\u0e48\u0e2d\u0e40\u0e22\u0e47\u0e19",
188
+ "Astonished face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e1b\u0e23\u0e30\u0e2b\u0e25\u0e32\u0e14\u0e43\u0e08",
189
+ "Flushed face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e14\u0e07",
190
+ "Sleeping face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e2d\u0e19",
191
+ "Dizzy face": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e15\u0e32\u0e25\u0e32\u0e22",
192
+ "Face without mouth": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e1b\u0e32\u0e01",
193
+ "Face with medical mask": "\u0e43\u0e1a\u0e2b\u0e19\u0e49\u0e32\u0e14\u0e49\u0e27\u0e22\u0e2b\u0e19\u0e49\u0e32\u0e01\u0e32\u0e01\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e41\u0e1e\u0e17\u0e22\u0e4c",
194
+
195
+ // Line breaker
196
+ "Break": "\u0e2b\u0e22\u0e38\u0e14",
197
+
198
+ // Math
199
+ "Subscript": "\u0e15\u0e31\u0e27\u0e2b\u0e49\u0e2d\u0e22",
200
+ "Superscript": "\u0e15\u0e31\u0e27\u0e22\u0e01",
201
+
202
+ // Full screen
203
+ "Fullscreen": "\u0e40\u0e15\u0e47\u0e21\u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "\u0e41\u0e17\u0e23\u0e01\u0e40\u0e2a\u0e49\u0e19\u0e41\u0e19\u0e27\u0e19\u0e2d\u0e19",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "\u0e19\u0e33\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a",
210
+
211
+ // Undo, redo
212
+ "Undo": "\u0e40\u0e25\u0e34\u0e01\u0e17\u0e33",
213
+ "Redo": "\u0e17\u0e4d\u0e32\u0e0b\u0e49\u0e33",
214
+
215
+ // Select all
216
+ "Select All": "\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14",
217
+
218
+ // Code view
219
+ "Code View": "\u0e21\u0e38\u0e21\u0e21\u0e2d\u0e07\u0e23\u0e2b\u0e31\u0e2a",
220
+
221
+ // Quote
222
+ "Quote": "\u0e2d\u0e49\u0e32\u0e07",
223
+ "Increase": "\u0e40\u0e1e\u0e34\u0e48\u0e21",
224
+ "Decrease": "\u0e25\u0e14\u0e25\u0e07"
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
+ * Turkish
9
+ */
10
+
11
+ $.FroalaEditor.LANGUAGE['tr'] = {
12
+ translation: {
13
+ // Place holder
14
+ "Type something": "Bir \u015fey yaz\u0131n",
15
+
16
+ // Basic formatting
17
+ "Bold": "Kal\u0131n",
18
+ "Italic": "\u0130talik",
19
+ "Underline": "Alt\u0131 \u00e7izili",
20
+ "Strikethrough": "\u00dcst\u00fc \u00e7izili",
21
+
22
+ // Main buttons
23
+ "Insert": "Ekle",
24
+ "Delete": "Silmek",
25
+ "Cancel": "\u0130ptal",
26
+ "OK": "Tamam",
27
+ "Back": "Geri",
28
+ "Remove": "Kald\u0131r",
29
+ "More": "Daha",
30
+ "Update": "G\u00fcncelle\u015ftirme",
31
+ "Style": "Stil",
32
+
33
+ // Font
34
+ "Font Family": "Yaz\u0131tipi Ailesi",
35
+ "Font Size": "Yaz\u0131tipi B\u00fcy\u00fckl\u00fc\u011f\u00fc",
36
+
37
+ // Colors
38
+ "Colors": "Renkler",
39
+ "Background": "Arkaplan",
40
+ "Text": "Metin",
41
+
42
+ // Paragraphs
43
+ "Paragraph Format": "Bi\u00e7imler",
44
+ "Normal": "Normal",
45
+ "Code": "Kod",
46
+ "Heading 1": "Ba\u015fl\u0131k 1",
47
+ "Heading 2": "Ba\u015fl\u0131k 2",
48
+ "Heading 3": "Ba\u015fl\u0131k 3",
49
+ "Heading 4": "Ba\u015fl\u0131k 4",
50
+
51
+ // Style
52
+ "Paragraph Style": "Paragraf stili",
53
+ "Inline Style": "\u00c7izgide stili",
54
+
55
+ // Alignment
56
+ "Align": "Hizalama",
57
+ "Align Left": "Sola hizala",
58
+ "Align Center": "Ortala",
59
+ "Align Right": "Sa\u011fa hizala",
60
+ "Align Justify": "\u0130ki yana yasla",
61
+ "None": "Hi\u00e7biri",
62
+
63
+ // Lists
64
+ "Ordered List": "S\u0131ral\u0131 liste",
65
+ "Unordered List": "S\u0131ras\u0131z liste",
66
+
67
+ // Indent
68
+ "Decrease Indent": "Girintiyi azalt",
69
+ "Increase Indent": "Girintiyi art\u0131r",
70
+
71
+ // Links
72
+ "Insert Link": "Ba\u011flant\u0131 ekle",
73
+ "Open in new tab": "Yeni sekmede a\u00e7",
74
+ "Open Link": "Linki a\u00e7",
75
+ "Edit Link": "D\u00fczenleme ba\u011flant\u0131s\u0131",
76
+ "Unlink": "Ba\u011flant\u0131y\u0131 kald\u0131r",
77
+ "Choose Link": "Ba\u011flant\u0131y\u0131 se\u00e7in",
78
+
79
+ // Images
80
+ "Insert Image": "Resim ekle",
81
+ "Upload Image": "Y\u00fckleme g\u00f6r\u00fcnt\u00fcs\u00fc",
82
+ "By URL": "URL'ye g\u00f6re",
83
+ "Browse": "G\u00f6zat",
84
+ "Drop image": "B\u0131rak resim",
85
+ "or click": "ya da t\u0131klay\u0131n",
86
+ "Manage Images": "G\u00f6r\u00fcnt\u00fcleri y\u00f6netin",
87
+ "Loading": "Y\u00fckleniyor",
88
+ "Deleting": "Silme",
89
+ "Tags": "Etiketler",
90
+ "Are you sure? Image will be deleted.": "Emin misin? Resim silinecektir.",
91
+ "Replace": "De\u011fi\u015ftirmek",
92
+ "Uploading": "Y\u00fckleme",
93
+ "Loading image": "Y\u00fckleme g\u00f6r\u00fcnt\u00fcs\u00fc",
94
+ "Display": "G\u00f6stermek",
95
+ "Inline": "\u00c7izgide",
96
+ "Break Text": "K\u0131r\u0131lma metni",
97
+ "Alternate Text": "Alternatif metin",
98
+ "Change Size": "De\u011fi\u015fim boyutu",
99
+ "Width": "Geni\u015flik",
100
+ "Height": "Y\u00fckseklik",
101
+ "Something went wrong. Please try again.": "Bir \u015feyler yanl\u0131\u015f gitti. L\u00fctfen tekrar deneyin.",
102
+
103
+ // Video
104
+ "Insert Video": "Video ekle",
105
+ "Embedded Code": "G\u00f6m\u00fcl\u00fc kod",
106
+
107
+ // Tables
108
+ "Insert Table": "Tablo ekle",
109
+ "Header": "\u00dcstbilgi",
110
+ "Row": "Sat\u0131r",
111
+ "Insert row above": "\u00d6ncesine yeni sat\u0131r ekle",
112
+ "Insert row below": "Sonras\u0131na yeni sat\u0131r ekle",
113
+ "Delete row": "Sat\u0131r\u0131 sil",
114
+ "Column": "S\u00fctun",
115
+ "Insert column before": "\u00d6ncesine yeni s\u00fctun ekle",
116
+ "Insert column after": "Sonras\u0131na yeni s\u00fctun ekle",
117
+ "Delete column": "S\u00fctunu sil",
118
+ "Cell": "H\u00fccre",
119
+ "Merge cells": "H\u00fccreleri birle\u015ftir",
120
+ "Horizontal split": "Yatay b\u00f6l\u00fcnm\u00fc\u015f",
121
+ "Vertical split": "Dikey b\u00f6l\u00fcnm\u00fc\u015f",
122
+ "Cell Background": "H\u00fccre arka plan\u0131",
123
+ "Vertical Align": "Dikey hizalama",
124
+ "Top": "\u00dcst",
125
+ "Middle": "Orta",
126
+ "Bottom": "Alt",
127
+ "Align Top": "\u00dcst hizalama",
128
+ "Align Middle": "Orta hizalama",
129
+ "Align Bottom": "Dibe hizalama",
130
+ "Cell Style": "H\u00fccre stili",
131
+
132
+ // Files
133
+ "Upload File": "Dosya Y\u00fckle",
134
+ "Drop file": "B\u0131rak dosya",
135
+
136
+ // Emoticons
137
+ "Emoticons": "\u0130fadeler",
138
+ "Grinning face": "S\u0131r\u0131tan y\u00fcz",
139
+ "Grinning face with smiling eyes": "G\u00fclen g\u00f6zlerle y\u00fcz s\u0131r\u0131tarak",
140
+ "Face with tears of joy": "Sevin\u00e7 g\u00f6zya\u015flar\u0131yla Y\u00fcz",
141
+ "Smiling face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile g\u00fcl\u00fcmseyen y\u00fcz\u00fc",
142
+ "Smiling face with open mouth and smiling eyes": "A\u00e7\u0131k a\u011fzı ve g\u00fcl\u00fcmseyen g\u00f6zlerle g\u00fcler y\u00fcz",
143
+ "Smiling face with open mouth and cold sweat": "A\u00e7\u0131k a\u011fz\u0131 ve so\u011fuk ter ile g\u00fclen y\u00fcz\u00fc",
144
+ "Smiling face with open mouth and tightly-closed eyes": "A\u00e7\u0131k a\u011fz\u0131 s\u0131k\u0131ca kapal\u0131 g\u00f6zlerle g\u00fclen y\u00fcz\u00fc",
145
+ "Smiling face with halo": "Halo ile y\u00fcz g\u00fclen",
146
+ "Smiling face with horns": "Boynuzlar\u0131 ile g\u00fcler y\u00fcz",
147
+ "Winking face": "G\u00f6z a\u00e7\u0131p kapay\u0131ncaya y\u00fcz\u00fc",
148
+ "Smiling face with smiling eyes": "G\u00fclen g\u00f6zlerle g\u00fcler Y\u00fcz",
149
+ "Face savoring delicious food": "Lezzetli yemekler tad\u0131n\u0131 Y\u00fcz",
150
+ "Relieved face": "Rahatlad\u0131m y\u00fcz\u00fc",
151
+ "Smiling face with heart-shaped eyes": "Kalp \u015feklinde g\u00f6zlerle g\u00fcler y\u00fcz",
152
+ "Smiling face with sunglasses": "Kalp \u015feklinde g\u00f6zlerle g\u00fcler y\u00fcz",
153
+ "Smirking face": "S\u0131r\u0131tan y\u00fcz",
154
+ "Neutral face": "N\u00f6tr y\u00fcz",
155
+ "Expressionless face": "Ifadesiz y\u00fcz\u00fc",
156
+ "Unamused face": "Kay\u0131ts\u0131z y\u00fcz\u00fc",
157
+ "Face with cold sweat": "So\u011fuk terler Y\u00fcz",
158
+ "Pensive face": "dalg\u0131n bir y\u00fcz",
159
+ "Confused face": "\u015fa\u015fk\u0131n bir y\u00fcz",
160
+ "Confounded face": "Ele\u015ftirilmi\u015ftir y\u00fcz\u00fc",
161
+ "Kissing face": "\u00f6p\u00fc\u015fme y\u00fcz\u00fc",
162
+ "Face throwing a kiss": "Bir \u00f6p\u00fcc\u00fck atma Y\u00fcz",
163
+ "Kissing face with smiling eyes": "G\u00fclen g\u00f6zlerle y\u00fcz \u00f6p\u00fc\u015fme",
164
+ "Kissing face with closed eyes": "Kapal\u0131 g\u00f6zlerle \u00f6p\u00f6\u015fme y\u00fcz",
165
+ "Face with stuck out tongue": "Dilini y\u00fcz ile s\u0131k\u0131\u015fm\u0131\u015f",
166
+ "Face with stuck out tongue and winking eye": "\u015ea\u015f\u0131r\u0131p kalm\u0131\u015f d\u0131\u015far\u0131 dil ve g\u00f6z k\u0131rpan y\u00fcz",
167
+ "Face with stuck out tongue and tightly-closed eyes": "Y\u00fcz ile dil ve s\u0131k\u0131ca kapal\u0131 g\u00f6zleri s\u0131k\u0131\u015fm\u0131\u015f",
168
+ "Disappointed face": "Hayal k\u0131r\u0131kl\u0131\u011f\u0131na y\u00fcz\u00fc",
169
+ "Worried face": "Endi\u015feli bir y\u00fcz",
170
+ "Angry face": "K\u0131zg\u0131n y\u00fcz",
171
+ "Pouting face": "Somurtarak y\u00fcz\u00fc",
172
+ "Crying face": "A\u011flayan y\u00fcz",
173
+ "Persevering face": "Azmeden y\u00fcz\u00fc",
174
+ "Face with look of triumph": "Zafer bak\u0131\u015fla Y\u00fcz",
175
+ "Disappointed but relieved face": "Hayal k\u0131r\u0131kl\u0131\u011f\u0131 ama rahatlad\u0131m y\u00fcz",
176
+ "Frowning face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile \u00e7at\u0131k y\u00fcz\u00fc",
177
+ "Anguished face": "Kederli y\u00fcz",
178
+ "Fearful face": "Korkulu y\u00fcz\u00fc",
179
+ "Weary face": "Yorgun y\u00fcz\u00fc",
180
+ "Sleepy face": "Uykulu y\u00fcz\u00fc",
181
+ "Tired face": "Yorgun y\u00fcz\u00fc",
182
+ "Grimacing face": "Y\u00fcz\u00fcn\u00fc buru\u015fturarak y\u00fcz\u00fc",
183
+ "Loudly crying face": "Y\u00fcksek sesle y\u00fcz\u00fc a\u011fl\u0131yor",
184
+ "Face with open mouth": "A\u00e7\u0131k a\u011fz\u0131 ile Y\u00fcz",
185
+ "Hushed face": "Dingin y\u00fcz\u00fc",
186
+ "Face with open mouth and cold sweat": "A\u00e7\u0131k a\u011fz\u0131 ve so\u011fuk ter ile Y\u00fcz",
187
+ "Face screaming in fear": "Korku i\u00e7inde \u00e7ı\u011fl\u0131k Y\u00fcz",
188
+ "Astonished face": "\u015fa\u015fk\u0131n bir y\u00fcz",
189
+ "Flushed face": "K\u0131zarm\u0131\u015f y\u00fcz\u00fc",
190
+ "Sleeping face": "Uyuyan y\u00fcz\u00fc",
191
+ "Dizzy face": "Ba\u015f\u0131m d\u00f6nd\u00fc y\u00fcz",
192
+ "Face without mouth": "A\u011f\u0131z olmadan Y\u00fcz",
193
+ "Face with medical mask": "T\u0131bbi maske ile y\u00fcz",
194
+
195
+ // Line breaker
196
+ "Break": "K\u0131r\u0131lma",
197
+
198
+ // Math
199
+ "Subscript": "Alt simge",
200
+ "Superscript": "\u00dcst simge",
201
+
202
+ // Full screen
203
+ "Fullscreen": "Tam ekran",
204
+
205
+ // Horizontal line
206
+ "Insert Horizontal Line": "Yatay \u00e7izgi ekleme",
207
+
208
+ // Clear formatting
209
+ "Clear Formatting": "Bi\u00e7imlendirme kald\u0131r",
210
+
211
+ // Undo, redo
212
+ "Undo": "Geri Al",
213
+ "Redo": "Yinele",
214
+
215
+ // Select all
216
+ "Select All": "T\u00fcm\u00fcn\u00fc se\u00e7",
217
+
218
+ // Code view
219
+ "Code View": "Kod g\u00f6r\u00fcn\u00fcm\u00fc",
220
+
221
+ // Quote
222
+ "Quote": "Al\u0131nt\u0131",
223
+ "Increase": "Art\u0131rmak",
224
+ "Decrease": "Azal\u0131\u015f"
225
+ },
226
+ direction: "ltr"
227
+ };