wysiwyg-rails 2.6.0 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +23 -3
  3. data/app/assets/javascripts/froala_editor.min.js +3 -8
  4. data/app/assets/javascripts/froala_editor.pkgd.min.js +3 -17
  5. data/app/assets/javascripts/languages/ar.js +92 -4
  6. data/app/assets/javascripts/languages/bs.js +92 -4
  7. data/app/assets/javascripts/languages/cs.js +92 -4
  8. data/app/assets/javascripts/languages/da.js +196 -111
  9. data/app/assets/javascripts/languages/de.js +167 -79
  10. data/app/assets/javascripts/languages/el.js +327 -0
  11. data/app/assets/javascripts/languages/en_ca.js +94 -6
  12. data/app/assets/javascripts/languages/en_gb.js +92 -4
  13. data/app/assets/javascripts/languages/es.js +93 -5
  14. data/app/assets/javascripts/languages/et.js +92 -4
  15. data/app/assets/javascripts/languages/fa.js +96 -8
  16. data/app/assets/javascripts/languages/fi.js +92 -4
  17. data/app/assets/javascripts/languages/fr.js +129 -41
  18. data/app/assets/javascripts/languages/he.js +92 -4
  19. data/app/assets/javascripts/languages/hr.js +92 -4
  20. data/app/assets/javascripts/languages/hu.js +105 -17
  21. data/app/assets/javascripts/languages/id.js +92 -4
  22. data/app/assets/javascripts/languages/it.js +198 -110
  23. data/app/assets/javascripts/languages/ja.js +191 -103
  24. data/app/assets/javascripts/languages/ko.js +116 -28
  25. data/app/assets/javascripts/languages/ku.js +314 -0
  26. data/app/assets/javascripts/languages/me.js +92 -4
  27. data/app/assets/javascripts/languages/nb.js +92 -4
  28. data/app/assets/javascripts/languages/nl.js +101 -13
  29. data/app/assets/javascripts/languages/pl.js +92 -4
  30. data/app/assets/javascripts/languages/pt_br.js +165 -77
  31. data/app/assets/javascripts/languages/pt_pt.js +94 -6
  32. data/app/assets/javascripts/languages/ro.js +92 -5
  33. data/app/assets/javascripts/languages/ru.js +95 -7
  34. data/app/assets/javascripts/languages/sk.js +92 -5
  35. data/app/assets/javascripts/languages/sr.js +92 -4
  36. data/app/assets/javascripts/languages/sv.js +121 -33
  37. data/app/assets/javascripts/languages/th.js +93 -5
  38. data/app/assets/javascripts/languages/tr.js +92 -4
  39. data/app/assets/javascripts/languages/{ua.js → uk.js} +93 -5
  40. data/app/assets/javascripts/languages/vi.js +92 -4
  41. data/app/assets/javascripts/languages/zh_cn.js +259 -171
  42. data/app/assets/javascripts/languages/zh_tw.js +92 -4
  43. data/app/assets/javascripts/plugins/align.min.js +3 -3
  44. data/app/assets/javascripts/plugins/char_counter.min.js +3 -3
  45. data/app/assets/javascripts/plugins/code_beautifier.min.js +3 -4
  46. data/app/assets/javascripts/plugins/code_view.min.js +3 -3
  47. data/app/assets/javascripts/plugins/colors.min.js +3 -3
  48. data/app/assets/javascripts/plugins/draggable.min.js +3 -3
  49. data/app/assets/javascripts/plugins/emoticons.min.js +3 -3
  50. data/app/assets/javascripts/plugins/entities.min.js +3 -3
  51. data/app/assets/javascripts/plugins/file.min.js +3 -3
  52. data/app/assets/javascripts/plugins/font_family.min.js +3 -3
  53. data/app/assets/javascripts/plugins/font_size.min.js +3 -3
  54. data/app/assets/javascripts/plugins/forms.min.js +3 -3
  55. data/app/assets/javascripts/plugins/fullscreen.min.js +3 -3
  56. data/app/assets/javascripts/plugins/help.min.js +3 -3
  57. data/app/assets/javascripts/plugins/image.min.js +3 -4
  58. data/app/assets/javascripts/plugins/image_manager.min.js +3 -3
  59. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  60. data/app/assets/javascripts/plugins/inline_style.min.js +3 -3
  61. data/app/assets/javascripts/plugins/line_breaker.min.js +3 -3
  62. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  63. data/app/assets/javascripts/plugins/link.min.js +3 -3
  64. data/app/assets/javascripts/plugins/lists.min.js +3 -3
  65. data/app/assets/javascripts/plugins/paragraph_format.min.js +3 -3
  66. data/app/assets/javascripts/plugins/paragraph_style.min.js +3 -3
  67. data/app/assets/javascripts/plugins/print.min.js +3 -3
  68. data/app/assets/javascripts/plugins/quick_insert.min.js +3 -3
  69. data/app/assets/javascripts/plugins/quote.min.js +3 -3
  70. data/app/assets/javascripts/plugins/save.min.js +3 -3
  71. data/app/assets/javascripts/plugins/special_characters.min.js +3 -3
  72. data/app/assets/javascripts/plugins/table.min.js +3 -4
  73. data/app/assets/javascripts/plugins/url.min.js +3 -3
  74. data/app/assets/javascripts/plugins/video.min.js +3 -4
  75. data/app/assets/javascripts/plugins/word_paste.min.js +3 -3
  76. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  77. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  78. data/app/assets/javascripts/third_party/image_aviary.min.js +7 -0
  79. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  80. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  81. data/app/assets/stylesheets/froala_editor.css +159 -31
  82. data/app/assets/stylesheets/froala_editor.min.css +3 -3
  83. data/app/assets/stylesheets/froala_editor.pkgd.css +274 -82
  84. data/app/assets/stylesheets/froala_editor.pkgd.min.css +3 -3
  85. data/app/assets/stylesheets/froala_style.css +174 -26
  86. data/app/assets/stylesheets/froala_style.min.css +3 -3
  87. data/app/assets/stylesheets/plugins/char_counter.css +2 -2
  88. data/app/assets/stylesheets/plugins/char_counter.min.css +2 -2
  89. data/app/assets/stylesheets/plugins/code_view.css +2 -2
  90. data/app/assets/stylesheets/plugins/code_view.min.css +2 -2
  91. data/app/assets/stylesheets/plugins/colors.css +34 -3
  92. data/app/assets/stylesheets/plugins/colors.min.css +3 -3
  93. data/app/assets/stylesheets/plugins/draggable.css +3 -3
  94. data/app/assets/stylesheets/plugins/draggable.min.css +3 -3
  95. data/app/assets/stylesheets/plugins/emoticons.css +2 -2
  96. data/app/assets/stylesheets/plugins/emoticons.min.css +2 -2
  97. data/app/assets/stylesheets/plugins/file.css +16 -16
  98. data/app/assets/stylesheets/plugins/file.min.css +3 -3
  99. data/app/assets/stylesheets/plugins/fullscreen.css +3 -3
  100. data/app/assets/stylesheets/plugins/fullscreen.min.css +3 -3
  101. data/app/assets/stylesheets/plugins/help.css +2 -2
  102. data/app/assets/stylesheets/plugins/help.min.css +2 -2
  103. data/app/assets/stylesheets/plugins/image.css +17 -16
  104. data/app/assets/stylesheets/plugins/image.min.css +3 -3
  105. data/app/assets/stylesheets/plugins/image_manager.css +4 -2
  106. data/app/assets/stylesheets/plugins/image_manager.min.css +3 -3
  107. data/app/assets/stylesheets/plugins/line_breaker.css +2 -2
  108. data/app/assets/stylesheets/plugins/line_breaker.min.css +2 -2
  109. data/app/assets/stylesheets/plugins/quick_insert.css +4 -4
  110. data/app/assets/stylesheets/plugins/quick_insert.min.css +3 -3
  111. data/app/assets/stylesheets/plugins/special_characters.css +2 -2
  112. data/app/assets/stylesheets/plugins/special_characters.min.css +2 -2
  113. data/app/assets/stylesheets/plugins/table.css +34 -4
  114. data/app/assets/stylesheets/plugins/table.min.css +3 -3
  115. data/app/assets/stylesheets/plugins/video.css +18 -18
  116. data/app/assets/stylesheets/plugins/video.min.css +3 -3
  117. data/app/assets/stylesheets/themes/dark.css +199 -45
  118. data/app/assets/stylesheets/themes/dark.min.css +3 -3
  119. data/app/assets/stylesheets/themes/gray.css +197 -43
  120. data/app/assets/stylesheets/themes/gray.min.css +3 -3
  121. data/app/assets/stylesheets/themes/red.css +198 -44
  122. data/app/assets/stylesheets/themes/red.min.css +3 -3
  123. data/app/assets/stylesheets/themes/royal.css +210 -56
  124. data/app/assets/stylesheets/themes/royal.min.css +3 -3
  125. data/app/assets/stylesheets/third_party/embedly.css +64 -0
  126. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  127. data/app/assets/stylesheets/third_party/font_awesome.css +50 -0
  128. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  129. data/app/assets/stylesheets/third_party/image_tui.css +42 -0
  130. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  131. data/app/assets/stylesheets/third_party/spell_checker.css +72 -0
  132. data/app/assets/stylesheets/{plugins → third_party}/spell_checker.min.css +2 -2
  133. data/lib/wysiwyg-rails/engine.rb +0 -2
  134. data/lib/wysiwyg-rails/version.rb +1 -1
  135. metadata +20 -26
  136. data/app/assets/javascripts/plugins/image_aviary.min.js +0 -7
  137. data/app/assets/javascripts/plugins/spell_checker.min.js +0 -7
@@ -1,9 +1,35 @@
1
1
  /*!
2
- * froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.9.0 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2018 Froala Labs
5
5
  */
6
6
 
7
+ (function (factory) {
8
+ if (typeof define === 'function' && define.amd) {
9
+ // AMD. Register as an anonymous module.
10
+ define(['jquery'], factory);
11
+ } else if (typeof module === 'object' && module.exports) {
12
+ // Node/CommonJS
13
+ module.exports = function( root, jQuery ) {
14
+ if ( jQuery === undefined ) {
15
+ // require('jQuery') returns a factory that requires window to
16
+ // build a jQuery instance, we normalize how we use modules
17
+ // that require this pattern but the window provided is a noop
18
+ // if it's defined (how jquery works)
19
+ if ( typeof window !== 'undefined' ) {
20
+ jQuery = require('jquery');
21
+ }
22
+ else {
23
+ jQuery = require('jquery')(root);
24
+ }
25
+ }
26
+ return factory(jQuery);
27
+ };
28
+ } else {
29
+ // Browser globals
30
+ factory(window.jQuery);
31
+ }
32
+ }(function ($) {
7
33
  /**
8
34
  * Japanese
9
35
  */
@@ -11,7 +37,7 @@
11
37
  $.FE.LANGUAGE['ja'] = {
12
38
  translation: {
13
39
  // Place holder
14
- "Type something": "\u4f55\u304b\u5165\u529b",
40
+ "Type something": "\u3053\u3053\u306b\u5165\u529b\u3057\u307e\u3059",
15
41
 
16
42
  // Basic formatting
17
43
  "Bold": "\u592a\u5b57",
@@ -20,28 +46,29 @@ $.FE.LANGUAGE['ja'] = {
20
46
  "Strikethrough": "\u53d6\u308a\u6d88\u3057\u7dda",
21
47
 
22
48
  // Main buttons
23
- "Insert": "\u30a4\u30f3\u30b5\u30fc\u30c8",
49
+ "Insert": "\u633f\u5165",
24
50
  "Delete": "\u524a\u9664",
25
51
  "Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
26
52
  "OK": "OK",
27
- "Back": "\u30d0\u30c3\u30af",
28
- "Remove": "\u524a\u9664\u3057\u307e\u3059",
53
+ "Back": "\u623b\u308b",
54
+ "Remove": "\u524a\u9664",
29
55
  "More": "\u3082\u3063\u3068",
30
- "Update": "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8",
56
+ "Update": "\u66f4\u65b0",
31
57
  "Style": "\u30b9\u30bf\u30a4\u30eb",
32
58
 
33
59
  // Font
34
- "Font Family": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc",
60
+ "Font Family": "\u30d5\u30a9\u30f3\u30c8",
35
61
  "Font Size": "\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba",
36
62
 
37
63
  // Colors
38
64
  "Colors": "\u8272",
39
65
  "Background": "\u80cc\u666f",
40
66
  "Text": "\u30c6\u30ad\u30b9\u30c8",
67
+ "HEX Color": "\u30d8\u30ad\u30b5\u306e\u8272",
41
68
 
42
69
  // Paragraphs
43
70
  "Paragraph Format": "\u6bb5\u843d\u306e\u66f8\u5f0f",
44
- "Normal": "\u30ce\u30fc\u30de\u30eb",
71
+ "Normal": "\u6a19\u6e96",
45
72
  "Code": "\u30b3\u30fc\u30c9",
46
73
  "Heading 1": "\u30d8\u30c3\u30c0\u30fc 1",
47
74
  "Heading 2": "\u30d8\u30c3\u30c0\u30fc 2",
@@ -54,14 +81,14 @@ $.FE.LANGUAGE['ja'] = {
54
81
 
55
82
  // Alignment
56
83
  "Align": "\u914d\u7f6e",
57
- "Align Left": "\u5de6\u5bc4\u305b",
84
+ "Align Left": "\u5de6\u63c3\u3048",
58
85
  "Align Center": "\u4e2d\u592e\u63c3\u3048",
59
- "Align Right": "\u53f3\u5bc4\u305b",
86
+ "Align Right": "\u53f3\u63c3\u3048",
60
87
  "Align Justify": "\u4e21\u7aef\u63c3\u3048",
61
88
  "None": "\u306a\u3057",
62
89
 
63
90
  // Lists
64
- "Ordered List": "\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d",
91
+ "Ordered List": "\u6bb5\u843d\u756a\u53f7",
65
92
  "Unordered List": "\u7b87\u6761\u66f8\u304d",
66
93
 
67
94
  // Indent
@@ -69,134 +96,140 @@ $.FE.LANGUAGE['ja'] = {
69
96
  "Increase Indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059",
70
97
 
71
98
  // Links
72
- "Insert Link": "\u30ea\u30f3\u30af",
99
+ "Insert Link": "\u30ea\u30f3\u30af\u306e\u633f\u5165",
73
100
  "Open in new tab": "\u65b0\u3057\u3044\u30bf\u30d6\u3067\u958b\u304f",
74
- "Open Link": "\u30ea\u30f3\u30af\u3092\u958b\u304d\u307e\u3059",
75
- "Edit Link": "\u7de8\u96c6\u30ea\u30f3\u30af",
101
+ "Open Link": "\u30ea\u30f3\u30af\u3092\u958b\u304f",
102
+ "Edit Link": "\u30ea\u30f3\u30af\u306e\u7de8\u96c6",
76
103
  "Unlink": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
77
- "Choose Link": "\u30ea\u30f3\u30af\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",
104
+ "Choose Link": "\u30ea\u30f3\u30af\u3092\u9078\u629e",
78
105
 
79
106
  // Images
80
107
  "Insert Image": "\u753b\u50cf\u306e\u633f\u5165",
81
108
  "Upload Image": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
82
- "By URL": "URL \u306b\u3088\u3063\u3066",
83
- "Browse": "\u30d6\u30e9\u30a6\u30ba",
84
- "Drop image": "\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7",
109
+ "By URL": "\u753b\u50cf\u306eURL\u3092\u5165\u529b",
110
+ "Browse": "\u53c2\u7167",
111
+ "Drop image": "\u753b\u50cf\u3092\u30c9\u30e9\u30c3\u30b0&\u30c9\u30ed\u30c3\u30d7",
85
112
  "or click": "\u307e\u305f\u306f\u30af\u30ea\u30c3\u30af",
86
- "Manage Images": "\u30a4\u30e1\u30fc\u30b8\u3092\u7ba1\u7406\u3059\u308b",
87
- "Loading": "\u30ed\u30fc\u30c7\u30a3\u30f3\u30b0",
113
+ "Manage Images": "\u753b\u50cf\u306e\u7ba1\u7406",
114
+ "Loading": "\u8aad\u307f\u8fbc\u307f\u4e2d",
88
115
  "Deleting": "\u524a\u9664",
89
116
  "Tags": "\u30bf\u30b0",
90
117
  "Are you sure? Image will be deleted.": "\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
91
- "Replace": "\u4ea4\u63db\u3057\u307e\u3059",
92
- "Uploading": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
118
+ "Replace": "\u7f6e\u63db",
119
+ "Uploading": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4e2d",
93
120
  "Loading image": "\u753b\u50cf\u8aad\u307f\u8fbc\u307f\u4e2d",
94
- "Display": "\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4",
95
- "Inline": "\u5217\u3092\u306a\u3057\u3066",
96
- "Break Text": "\u30d6\u30ec\u30fc\u30af\u30c6\u30ad\u30b9\u30c8",
97
- "Alternate Text": "\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8",
121
+ "Display": "\u8868\u793a",
122
+ "Inline": "\u30a4\u30f3\u30e9\u30a4\u30f3",
123
+ "Break Text": "\u30c6\u30ad\u30b9\u30c8\u306e\u6539\u884c",
124
+ "Alternative Text": "\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8",
98
125
  "Change Size": "\u30b5\u30a4\u30ba\u5909\u66f4",
99
126
  "Width": "\u5e45",
100
127
  "Height": "\u9ad8\u3055",
101
- "Something went wrong. Please try again.": "\u4f55\u304b\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
128
+ "Something went wrong. Please try again.": "\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002",
129
+ "Image Caption": "\u753b\u50cf\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3",
130
+ "Advanced Edit": "\u9ad8\u5ea6\u306a\u7de8\u96c6",
102
131
 
103
132
  // Video
104
133
  "Insert Video": "\u52d5\u753b\u306e\u633f\u5165",
105
134
  "Embedded Code": "\u57cb\u3081\u8fbc\u307f\u30b3\u30fc\u30c9",
135
+ "Paste in a video URL": "\u52d5\u753bURL\u306b\u8cbc\u308a\u4ed8\u3051\u308b",
136
+ "Drop video": "\u52d5\u753b\u3092\u30c9\u30e9\u30c3\u30b0&\u30c9\u30ed\u30c3\u30d7",
137
+ "Your browser does not support HTML5 video.": "\u3042\u306a\u305f\u306e\u30d6\u30e9\u30a6\u30b6\u306fhtml5 video\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002",
138
+ "Upload Video": "\u52d5\u753b\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
106
139
 
107
140
  // Tables
108
141
  "Insert Table": "\u8868\u306e\u633f\u5165",
109
142
  "Table Header": "\u8868\u306e\u30d8\u30c3\u30c0\u30fc",
110
- "Remove Table": "\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059",
143
+ "Remove Table": "\u8868\u306e\u524a\u9664",
111
144
  "Table Style": "\u8868\u306e\u30b9\u30bf\u30a4\u30eb",
112
- "Horizontal Align": "\u5e73\u9762\u7dda\u5f62",
145
+ "Horizontal Align": "\u6a2a\u4f4d\u7f6e",
113
146
  "Row": "\u884c",
114
- "Insert row above": "\u4e0a\u5074\u306b\u884c\u3092\u633f\u5165",
115
- "Insert row below": "\u4e0b\u5074\u306b\u884c\u3092\u633f\u5165",
147
+ "Insert row above": "\u4e0a\u306b\u884c\u3092\u633f\u5165",
148
+ "Insert row below": "\u4e0b\u306b\u884c\u3092\u633f\u5165",
116
149
  "Delete row": "\u884c\u306e\u524a\u9664",
117
150
  "Column": "\u5217",
118
- "Insert column before": "\u5de6\u5074\u306b\u5217\u3092\u633f\u5165",
119
- "Insert column after": "\u53f3\u5074\u306b\u5217\u3092\u633f\u5165",
151
+ "Insert column before": "\u5de6\u306b\u5217\u3092\u633f\u5165",
152
+ "Insert column after": "\u53f3\u306b\u5217\u3092\u633f\u5165",
120
153
  "Delete column": "\u5217\u306e\u524a\u9664",
121
154
  "Cell": "\u30bb\u30eb",
122
155
  "Merge cells": "\u30bb\u30eb\u306e\u7d50\u5408",
123
- "Horizontal split": "\u6c34\u5e73\u5206\u5272",
124
- "Vertical split": "\u5782\u76f4\u5206\u5272",
156
+ "Horizontal split": "\u6a2a\u5206\u5272",
157
+ "Vertical split": "\u7e26\u5206\u5272",
125
158
  "Cell Background": "\u30bb\u30eb\u306e\u80cc\u666f",
126
- "Vertical Align": "\u5782\u76f4\u6574\u5217",
127
- "Top": "\u4e0a",
128
- "Middle": "\u30df\u30c9\u30eb",
129
- "Bottom": "\u30dc\u30c8\u30e0",
130
- "Align Top": "\u30c8\u30c3\u30d7\u306e\u4f4d\u7f6e\u3092\u5408\u308f\u305b\u307e\u3059",
131
- "Align Middle": "\u4e2d\u592e\u3092\u5408\u308f\u305b\u307e\u3059",
132
- "Align Bottom": "\u30dc\u30c8\u30e0\u3092\u5408\u308f\u305b",
159
+ "Vertical Align": "\u7e26\u4f4d\u7f6e",
160
+ "Top": "\u4e0a\u63c3\u3048",
161
+ "Middle": "\u4e2d\u592e\u63c3\u3048",
162
+ "Bottom": "\u4e0b\u63c3\u3048",
163
+ "Align Top": "\u4e0a\u306b\u63c3\u3048\u307e\u3059",
164
+ "Align Middle": "\u4e2d\u592e\u306b\u63c3\u3048\u307e\u3059",
165
+ "Align Bottom": "\u4e0b\u306b\u63c3\u3048\u307e\u3059",
133
166
  "Cell Style": "\u30bb\u30eb\u30b9\u30bf\u30a4\u30eb",
134
167
 
135
168
  // Files
136
169
  "Upload File": "\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
137
- "Drop file": "\u30d5\u30a1\u30a4\u30eb\u3092\u30c9\u30ed\u30c3\u30d7",
170
+ "Drop file": "\u30d5\u30a1\u30a4\u30eb\u3092\u30c9\u30e9\u30c3\u30b0&\u30c9\u30ed\u30c3\u30d7",
138
171
 
139
172
  // Emoticons
140
173
  "Emoticons": "\u7d75\u6587\u5b57",
141
- "Grinning face": "\u300c\u9854\u3092\u306b\u3084\u306b\u3084",
142
- "Grinning face with smiling eyes": "\u300c\u7b11\u9854\u306e\u76ee\u3067\u9854\u3092\u30cb\u30e4\u30ea",
143
- "Face with tears of joy": "\u300c\u559c\u3073\u306e\u6d99\u3067\u9854\u300d",
144
- "Smiling face with open mouth": "\u300c\u53e3\u3092\u958b\u3051\u3066\u9854\u3092\u7b11\u9854",
145
- "Smiling face with open mouth and smiling eyes": "\u300c\u958b\u3044\u305f\u53e3\u3068\u9854\u3092\u7b11\u9854\u3068\u76ee\u3092\u7b11\u9854",
146
- "Smiling face with open mouth and cold sweat": "\u300c\u53e3\u3092\u958b\u3051\u3001\u51b7\u305f\u3044\u6c57\u3067\u9854\u3092\u7b11\u9854",
147
- "Smiling face with open mouth and tightly-closed eyes": "\u300c\u53e3\u3092\u958b\u3051\u3001\u3057\u3063\u304b\u308a\u3068\u9589\u3058\u305f\u76ee\u3067\u9854\u3092\u7b11\u9854",
148
- "Smiling face with halo": "\u300c\u30cf\u30ed\u3068\u9854\u3092\u7b11\u9854",
149
- "Smiling face with horns": "\u300c\u89d2\u3067\u9854\u3092\u7b11\u9854",
150
- "Winking face": "\u300c\u9854\u306e\u30a6\u30a3\u30f3\u30af",
151
- "Smiling face with smiling eyes": "\u300c\u7b11\u9854\u306e\u76ee\u3067\u9854\u3092\u7b11\u9854",
152
- "Face savoring delicious food": "\u300c\u7f8e\u5473\u3057\u3044\u6599\u7406\u3092\u5473\u308f\u3046\u9854\u300d",
153
- "Relieved face": "\u300c\u5b89\u5fc3\u3057\u305f\u9854",
154
- "Smiling face with heart-shaped eyes": "\u300c\u30cf\u30fc\u30c8\u578b\u306e\u76ee\u3067\u9854\u3092\u7b11\u9854",
155
- "Smiling face with sunglasses": "\u300c\u30b5\u30f3\u30b0\u30e9\u30b9\u3067\u9854\u3092\u7b11\u9854",
156
- "Smirking face": "\u300c\u9854\u3092\u30cb\u30e4\u30cb\u30e4\u7b11\u3044",
157
- "Neutral face": "\u300c\u30cb\u30e5\u30fc\u30c8\u30e9\u30eb\u9854",
158
- "Expressionless face": "\u300c\u7121\u8868\u60c5\u9854\u300d",
159
- "Unamused face": "\u300c\u3057\u3089\u3051\u305f\u9854",
160
- "Face with cold sweat": "\u51b7\u305f\u3044\u6c57\u3067\u9854",
161
- "Pensive face": "\u300c\u7269\u601d\u3044\u9854",
162
- "Confused face": "\u300c\u56f0\u60d1\u3057\u305f\u9854",
163
- "Confounded face": "\u300c\u3079\u3089\u307c\u3046\u9854",
164
- "Kissing face": "\u300c\u9854\u3092\u30ad\u30b9",
165
- "Face throwing a kiss": "\u30ad\u30b9\u3092\u6295\u3052\u308b\u9854\u300d",
166
- "Kissing face with smiling eyes": "\u300c\u7b11\u9854\u306e\u76ee\u3067\u9854\u3092\u30ad\u30b9",
167
- "Kissing face with closed eyes": "\u300c\u76ee\u3092\u9589\u3058\u9854\u3092\u30ad\u30b9",
168
- "Face with stuck out tongue": "\u7a81\u304d\u51fa\u3057\u820c\u3067\u9854",
169
- "Face with stuck out tongue and winking eye": "\u7a81\u304d\u51fa\u3057\u820c\u3068\u76ee\u3067\u30a6\u30a4\u30f3\u30af\u9854",
170
- "Face with stuck out tongue and tightly-closed eyes": "\u7a81\u304d\u51fa\u3057\u820c\u3001\u3057\u3063\u304b\u308a\u3068\u9589\u3058\u305f\u76ee\u3092\u6301\u3064\u9854",
171
- "Disappointed face": "\u304c\u3063\u304b\u308a\u3057\u305f\u9854",
172
- "Worried face": "\u300c\u5fc3\u914d\u9854",
173
- "Angry face": "\u300c\u6012\u3063\u3066\u3044\u308b\u9854",
174
- "Pouting face": "\u300c\u9854\u3092\u6012\u3063\u3066",
175
- "Crying face": "\u6ce3\u304d\u9854",
176
- "Persevering face": "\u300c\u9854\u306e\u7c98\u308a\u5f37\u3044\u3067\u3059",
177
- "Face with look of triumph": "\u300c\u52dd\u5229\u306e\u8868\u60c5\u3067\u9854\u300d",
178
- "Disappointed but relieved face": "\u5931\u671b\u3059\u308b\u304c\u9854\u3092\u5b89\u5fc3",
179
- "Frowning face with open mouth": "\u300c\u53e3\u3092\u958b\u3051\u3066\u9854\u3092\u3057\u304b\u3081\u3063\u9762",
180
- "Anguished face": "\u300c\u82e6\u60a9\u306b\u6e80\u3061\u305f\u9854",
181
- "Fearful face": "\u300c\u6050\u308d\u3057\u3044\u9854",
182
- "Weary face": "\u300c\u75b2\u308c\u305f\u9854",
183
- "Sleepy face": "\u300c\u7720\u3044\u9854",
184
- "Tired face": "\u300c\u75b2\u308c\u305f\u9854",
185
- "Grimacing face": "\u300c\u9854\u306e\u9854\u3092\u3086\u304c\u3081\u307e\u3059",
186
- "Loudly crying face": "\u300c\u5927\u58f0\u9854\u3092\u6ce3\u3044",
187
- "Face with open mouth": "\u300c\u53e3\u3092\u958b\u3051\u3066\u9854\u300d",
188
- "Hushed face": "\u300c\u9759\u304b\u9854",
189
- "Face with open mouth and cold sweat": "\u300c\u53e3\u3092\u958b\u3051\u3001\u51b7\u305f\u3044\u6c57\u3067\u9854\u300d",
190
- "Face screaming in fear": "\u6050\u6016\u306e\u4e2d\u3067\u53eb\u3093\u3067\u9854\u300d",
191
- "Astonished face": "\u300c\u3073\u3063\u304f\u308a\u3057\u305f\u9854",
192
- "Flushed face": "\u300c\u30d5\u30e9\u30c3\u30b7\u30e5\u9854",
193
- "Sleeping face": "\u300c\u9854\u306e\u7720\u308a\u307e\u3059",
194
- "Dizzy face": "\u300c\u30c7\u30a3\u30b8\u30fc\u9854",
195
- "Face without mouth": "\u300c\u53e3\u306a\u3057\u3067\u9854\u300d",
196
- "Face with medical mask": "\u300c\u533b\u7642\u7528\u30de\u30b9\u30af\u3067\u9854",
174
+ "Grinning face": "\u30cb\u30f3\u30de\u30ea\u9854",
175
+ "Grinning face with smiling eyes": "\u30cb\u30f3\u30de\u30ea\u9854(\u7b11\u3063\u3066\u3044\u308b\u76ee)",
176
+ "Face with tears of joy": "\u5b09\u3057\u6ce3\u304d\u3059\u308b\u9854",
177
+ "Smiling face with open mouth": "\u7b11\u9854(\u5e83\u3052\u305f\u53e3)",
178
+ "Smiling face with open mouth and smiling eyes": "\u7b11\u9854(\u5e83\u3052\u305f\u53e3\u3001\u7b11\u3063\u3066\u3044\u308b\u76ee)",
179
+ "Smiling face with open mouth and cold sweat": "\u7b11\u9854(\u5e83\u3052\u305f\u53e3\u3001\u51b7\u3084\u6c57)",
180
+ "Smiling face with open mouth and tightly-closed eyes": "\u7b11\u9854(\u5e83\u3052\u305f\u53e3\u3001\u3057\u3063\u304b\u308a\u9589\u3058\u305f\u76ee)",
181
+ "Smiling face with halo": "\u5929\u4f7f\u306e\u8f2a\u304c\u304b\u304b\u3063\u3066\u3044\u308b\u7b11\u9854",
182
+ "Smiling face with horns": "\u89d2\u306e\u3042\u308b\u7b11\u9854",
183
+ "Winking face": "\u30a6\u30a3\u30f3\u30af\u3057\u305f\u9854",
184
+ "Smiling face with smiling eyes": "\u7b11\u9854(\u7b11\u3063\u3066\u3044\u308b\u76ee)",
185
+ "Face savoring delicious food": "\u304a\u3044\u3057\u3044\u3082\u306e\u3092\u98df\u3079\u305f\u9854",
186
+ "Relieved face": "\u5b89\u5fc3\u3057\u305f\u9854",
187
+ "Smiling face with heart-shaped eyes": "\u76ee\u304c\u30cf\u30fc\u30c8\u306e\u7b11\u9854",
188
+ "Smiling face with sunglasses": "\u30b5\u30f3\u30b0\u30e9\u30b9\u3092\u304b\u3051\u305f\u7b11\u9854",
189
+ "Smirking face": "\u4f5c\u308a\u7b11\u3044",
190
+ "Neutral face": "\u7121\u8868\u60c5\u306e\u9854",
191
+ "Expressionless face": "\u7121\u8868\u60c5\u306a\u9854",
192
+ "Unamused face": "\u3064\u307e\u3089\u306a\u3044\u9854",
193
+ "Face with cold sweat": "\u51b7\u3084\u6c57\u3092\u304b\u3044\u305f\u9854",
194
+ "Pensive face": "\u8003\u3048\u4e2d\u306e\u9854",
195
+ "Confused face": "\u5c11\u3057\u3057\u3087\u3093\u307c\u308a\u3057\u305f\u9854",
196
+ "Confounded face": "\u56f0\u308a\u679c\u3066\u305f\u9854",
197
+ "Kissing face": "\u30ad\u30b9\u3059\u308b\u9854",
198
+ "Face throwing a kiss": "\u6295\u3052\u30ad\u30c3\u30b9\u3059\u308b\u9854",
199
+ "Kissing face with smiling eyes": "\u7b11\u3044\u306a\u304c\u3089\u30ad\u30b9\u3059\u308b\u9854",
200
+ "Kissing face with closed eyes": "\u76ee\u3092\u9589\u3058\u3066\u30ad\u30b9\u3059\u308b\u9854",
201
+ "Face with stuck out tongue": "\u304b\u3089\u304b\u3063\u305f\u9854(\u3042\u3063\u304b\u3093\u3079\u3048)",
202
+ "Face with stuck out tongue and winking eye": "\u30a6\u30a3\u30f3\u30af\u3057\u3066\u820c\u3092\u51fa\u3057\u305f\u9854",
203
+ "Face with stuck out tongue and tightly-closed eyes": "\u76ee\u3092\u9589\u3058\u3066\u820c\u3092\u51fa\u3057\u305f\u9854",
204
+ "Disappointed face": "\u843d\u3061\u8fbc\u3093\u3060\u9854",
205
+ "Worried face": "\u4e0d\u5b89\u306a\u9854",
206
+ "Angry face": "\u6012\u3063\u305f\u9854",
207
+ "Pouting face": "\u3075\u304f\u308c\u9854",
208
+ "Crying face": "\u6ce3\u3044\u3066\u3044\u308b\u9854",
209
+ "Persevering face": "\u5931\u6557\u9854",
210
+ "Face with look of triumph": "\u52dd\u3061\u307b\u3053\u3063\u305f\u9854",
211
+ "Disappointed but relieved face": "\u5b89\u5835\u3057\u305f\u9854",
212
+ "Frowning face with open mouth": "\u3044\u3084\u306a\u9854(\u958b\u3051\u305f\u53e3)",
213
+ "Anguished face": "\u3052\u3093\u306a\u308a\u3057\u305f\u9854",
214
+ "Fearful face": "\u9752\u3056\u3081\u305f\u9854",
215
+ "Weary face": "\u75b2\u308c\u305f\u9854",
216
+ "Sleepy face": "\u7720\u3044\u9854",
217
+ "Tired face": "\u3057\u3093\u3069\u3044\u9854",
218
+ "Grimacing face": "\u3061\u3087\u3063\u3068\u4e0d\u5feb\u306a\u9854",
219
+ "Loudly crying face": "\u5927\u6ce3\u304d\u3057\u3066\u3044\u308b\u9854",
220
+ "Face with open mouth": "\u53e3\u3092\u958b\u3051\u305f\u9854",
221
+ "Hushed face": "\u9ed9\u3063\u305f\u9854",
222
+ "Face with open mouth and cold sweat": "\u53e3\u3092\u958b\u3051\u305f\u9854(\u51b7\u3084\u6c57)",
223
+ "Face screaming in fear": "\u6050\u6016\u306e\u53eb\u3073\u9854",
224
+ "Astonished face": "\u9a5a\u3044\u305f\u9854",
225
+ "Flushed face": "\u71b1\u3063\u307d\u3044\u9854",
226
+ "Sleeping face": "\u5bdd\u9854",
227
+ "Dizzy face": "\u307e\u3044\u3063\u305f\u9854",
228
+ "Face without mouth": "\u53e3\u306e\u306a\u3044\u9854",
229
+ "Face with medical mask": "\u30de\u30b9\u30af\u3057\u305f\u9854",
197
230
 
198
231
  // Line breaker
199
- "Break": "\u30d6\u30ec\u30fc\u30af",
232
+ "Break": "\u6539\u884c",
200
233
 
201
234
  // Math
202
235
  "Subscript": "\u4e0b\u4ed8\u304d\u6587\u5b57",
@@ -211,6 +244,9 @@ $.FE.LANGUAGE['ja'] = {
211
244
  // Clear formatting
212
245
  "Clear Formatting": "\u66f8\u5f0f\u306e\u30af\u30ea\u30a2",
213
246
 
247
+ // Save
248
+ "Save": "\u30bb\u30fc\u30d6",
249
+
214
250
  // Undo, redo
215
251
  "Undo": "\u5143\u306b\u623b\u3059",
216
252
  "Redo": "\u3084\u308a\u76f4\u3059",
@@ -219,7 +255,7 @@ $.FE.LANGUAGE['ja'] = {
219
255
  "Select All": "\u5168\u3066\u3092\u9078\u629e",
220
256
 
221
257
  // Code view
222
- "Code View": "\u30b3\u30fc\u30c9\u30d3\u30e5\u30fc",
258
+ "Code View": "HTML\u30bf\u30b0\u8868\u793a",
223
259
 
224
260
  // Quote
225
261
  "Quote": "\u5f15\u7528",
@@ -227,7 +263,59 @@ $.FE.LANGUAGE['ja'] = {
227
263
  "Decrease": "\u6e1b\u5c11",
228
264
 
229
265
  // Quick Insert
230
- "Quick Insert": "\u30af\u30a4\u30c3\u30af\u30a4\u30f3\u30b5\u30fc\u30c8"
266
+ "Quick Insert": "\u30af\u30a4\u30c3\u30af\u633f\u5165",
267
+
268
+ // Spcial Characters
269
+ "Special Characters": "\u7279\u6b8a\u6587\u5b57",
270
+ "Latin": "\u30e9\u30c6\u30f3\u8a9e",
271
+ "Greek": "\u30ae\u30ea\u30b7\u30e3\u8a9e",
272
+ "Cyrillic": "\u30ad\u30ea\u30eb\u6587\u5b57",
273
+ "Punctuation": "\u53e5\u8aad\u70b9",
274
+ "Currency": "\u901a\u8ca8",
275
+ "Arrows": "\u77e2\u5370",
276
+ "Math": "\u6570\u5b66",
277
+ "Misc": "\u305d\u306e\u4ed6",
278
+
279
+ // Print.
280
+ "Print": "\u5370\u5237",
281
+
282
+ // Spell Checker.
283
+ "Spell Checker": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
284
+
285
+ // Help
286
+ "Help": "\u30d8\u30eb\u30d7",
287
+ "Shortcuts": "\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8",
288
+ "Inline Editor": "\u30a4\u30f3\u30e9\u30a4\u30f3\u30a8\u30c7\u30a3\u30bf",
289
+ "Show the editor": "\u30a8\u30c7\u30a3\u30bf\u3092\u8868\u793a",
290
+ "Common actions": "\u4e00\u822c\u52d5\u4f5c",
291
+ "Copy": "\u30b3\u30d4\u30fc",
292
+ "Cut": "\u30ab\u30c3\u30c8",
293
+ "Paste": "\u8cbc\u308a\u4ed8\u3051",
294
+ "Basic Formatting": "\u57fa\u672c\u66f8\u5f0f",
295
+ "Increase quote level": "\u5f15\u7528\u3092\u5897\u3084\u3059",
296
+ "Decrease quote level": "\u5f15\u7528\u3092\u6e1b\u3089\u3059",
297
+ "Image / Video": "\u753b\u50cf/\u52d5\u753b",
298
+ "Resize larger": "\u5927\u304d\u304f\u3059\u308b",
299
+ "Resize smaller": "\u5c0f\u3055\u304f\u3059\u308b",
300
+ "Table": "\u8868",
301
+ "Select table cell": "\u30bb\u30eb\u3092\u9078\u629e",
302
+ "Extend selection one cell": "\u30bb\u30eb\u306e\u9078\u629e\u7bc4\u56f2\u3092\u5e83\u3052\u308b",
303
+ "Extend selection one row": "\u5217\u306e\u9078\u629e\u7bc4\u56f2\u3092\u5e83\u3052\u308b",
304
+ "Navigation": "\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3",
305
+ "Focus popup / toolbar": "\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7/\u30c4\u30fc\u30eb\u30d0\u30fc\u3092\u30d5\u30a9\u30fc\u30ab\u30b9",
306
+ "Return focus to previous position": "\u524d\u306e\u4f4d\u7f6e\u306b\u30d5\u30a9\u30fc\u30ab\u30b9\u3092\u623b\u3059",
307
+
308
+ //\u00a0Embed.ly
309
+ "Embed URL": "\u57cb\u3081\u8fbc\u307fURL",
310
+ "Paste in a URL to embed": "\u57cb\u3081\u8fbc\u307fURL\u306b\u8cbc\u308a\u4ed8\u3051\u308b",
311
+
312
+ // Word Paste.
313
+ "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "\u8cbc\u308a\u4ed8\u3051\u305f\u6587\u66f8\u306fMicrosoft Word\u304b\u3089\u53d6\u5f97\u3055\u308c\u307e\u3059\u3002\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3092\u4fdd\u6301\u3057\u3066\u8cbc\u308a\u4ed8\u3051\u307e\u3059\u304b\uff1f",
314
+ "Keep": "\u66f8\u5f0f\u3092\u4fdd\u6301\u3059\u308b",
315
+ "Clean": "\u66f8\u5f0f\u3092\u4fdd\u6301\u3057\u306a\u3044",
316
+ "Word Paste Detected": "Microsoft Word\u306e\u8cbc\u308a\u4ed8\u3051\u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f"
231
317
  },
232
318
  direction: "ltr"
233
319
  };
320
+
321
+ }));