activeadmin_froala_editor 0.1.2 → 0.2.8

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.
Files changed (156) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +1 -1
  3. data/README.md +43 -26
  4. data/Rakefile +2 -2
  5. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -8
  6. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -18
  7. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +287 -310
  8. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +274 -310
  9. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +280 -310
  10. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +272 -310
  11. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +305 -310
  12. data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +284 -0
  13. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +218 -254
  14. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +218 -254
  15. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +266 -310
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +274 -310
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +274 -310
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +274 -310
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +295 -310
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +274 -310
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +274 -310
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +280 -310
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +274 -311
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +275 -310
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +274 -310
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +274 -310
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +271 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +274 -310
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +274 -310
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +287 -310
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +274 -310
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +274 -310
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +274 -310
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +274 -311
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +287 -310
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +280 -310
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +224 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +274 -310
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +274 -310
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +274 -310
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +274 -310
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +274 -310
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +215 -250
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +300 -310
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +274 -310
  46. data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +7 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +3 -3
  48. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +3 -3
  49. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +3 -4
  50. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +3 -3
  51. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +3 -3
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +3 -3
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +7 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +3 -3
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +3 -3
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +3 -3
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +3 -3
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +3 -3
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +3 -3
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +3 -3
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -4
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +3 -3
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +7 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +3 -3
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +3 -3
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +3 -3
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +3 -3
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +3 -3
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +3 -3
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +3 -3
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -4
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +3 -3
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -4
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +3 -3
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +3 -3
  87. data/app/assets/javascripts/activeadmin/froala_editor_input.js +54 -7
  88. data/app/assets/stylesheets/activeadmin/_froala_editor_input.scss +68 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1112 -1000
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +3697 -2209
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +322 -414
  94. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +2634 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +7 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +16 -24
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +33 -48
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +74 -130
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +13 -15
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +17 -25
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +89 -107
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1240 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +7 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +62 -13
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +27 -34
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +148 -181
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +208 -237
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +18 -17
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +48 -46
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +17 -35
  124. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
  125. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +63 -103
  126. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
  127. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +151 -181
  128. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1969 -1052
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1968 -1051
  132. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
  133. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1971 -1054
  134. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +29 -33
  136. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
  137. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +33 -0
  138. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +7 -0
  139. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +41 -0
  140. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +7 -0
  141. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +34 -42
  142. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
  143. data/lib/activeadmin/froala_editor.rb +2 -0
  144. data/lib/activeadmin/froala_editor/engine.rb +2 -0
  145. data/lib/activeadmin/froala_editor/version.rb +3 -1
  146. data/lib/activeadmin_froala_editor.rb +2 -1
  147. data/lib/formtastic/inputs/froala_editor_input.rb +3 -1
  148. metadata +154 -17
  149. data/.gitignore +0 -3
  150. data/Gemfile +0 -4
  151. data/activeadmin_froala_editor.gemspec +0 -19
  152. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +0 -7
  153. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +0 -46
  154. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +0 -1233
  155. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +0 -7
  156. data/screenshot.jpg +0 -0
@@ -1,314 +1,278 @@
1
1
  /*!
2
- * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v3.2.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
- * Copyright 2014-2017 Froala Labs
4
+ * Copyright 2014-2020 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 ($) {
33
- /**
34
- * Japanese
35
- */
36
-
37
- $.FE.LANGUAGE['ja'] = {
38
- translation: {
39
- // Place holder
40
- "Type something": "\u4f55\u304b\u5165\u529b",
41
-
42
- // Basic formatting
43
- "Bold": "\u592a\u5b57",
44
- "Italic": "\u659c\u4f53",
45
- "Underline": "\u4e0b\u7dda",
46
- "Strikethrough": "\u53d6\u308a\u6d88\u3057\u7dda",
47
-
48
- // Main buttons
49
- "Insert": "\u30a4\u30f3\u30b5\u30fc\u30c8",
50
- "Delete": "\u524a\u9664",
51
- "Cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb",
52
- "OK": "OK",
53
- "Back": "\u30d0\u30c3\u30af",
54
- "Remove": "\u524a\u9664\u3057\u307e\u3059",
55
- "More": "\u3082\u3063\u3068",
56
- "Update": "\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8",
57
- "Style": "\u30b9\u30bf\u30a4\u30eb",
58
-
59
- // Font
60
- "Font Family": "\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30df\u30ea\u30fc",
61
- "Font Size": "\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba",
62
-
63
- // Colors
64
- "Colors": "\u8272",
65
- "Background": "\u80cc\u666f",
66
- "Text": "\u30c6\u30ad\u30b9\u30c8",
67
- "HEX Color": "六角の色",
68
-
69
- // Paragraphs
70
- "Paragraph Format": "\u6bb5\u843d\u306e\u66f8\u5f0f",
71
- "Normal": "\u30ce\u30fc\u30de\u30eb",
72
- "Code": "\u30b3\u30fc\u30c9",
73
- "Heading 1": "\u30d8\u30c3\u30c0\u30fc 1",
74
- "Heading 2": "\u30d8\u30c3\u30c0\u30fc 2",
75
- "Heading 3": "\u30d8\u30c3\u30c0\u30fc 3",
76
- "Heading 4": "\u30d8\u30c3\u30c0\u30fc 4",
77
-
78
- // Style
79
- "Paragraph Style": "\u6bb5\u843d\u30b9\u30bf\u30a4\u30eb",
80
- "Inline Style": "\u30a4\u30f3\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb",
81
-
82
- // Alignment
83
- "Align": "\u914d\u7f6e",
84
- "Align Left": "\u5de6\u5bc4\u305b",
85
- "Align Center": "\u4e2d\u592e\u63c3\u3048",
86
- "Align Right": "\u53f3\u5bc4\u305b",
87
- "Align Justify": "\u4e21\u7aef\u63c3\u3048",
88
- "None": "\u306a\u3057",
89
-
90
- // Lists
91
- "Ordered List": "\u756a\u53f7\u4ed8\u304d\u7b87\u6761\u66f8\u304d",
92
- "Unordered List": "\u7b87\u6761\u66f8\u304d",
93
-
94
- // Indent
95
- "Decrease Indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059",
96
- "Increase Indent": "\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059",
97
-
98
- // Links
99
- "Insert Link": "\u30ea\u30f3\u30af",
100
- "Open in new tab": "\u65b0\u3057\u3044\u30bf\u30d6\u3067\u958b\u304f",
101
- "Open Link": "\u30ea\u30f3\u30af\u3092\u958b\u304d\u307e\u3059",
102
- "Edit Link": "\u7de8\u96c6\u30ea\u30f3\u30af",
103
- "Unlink": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
104
- "Choose Link": "\u30ea\u30f3\u30af\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",
105
-
106
- // Images
107
- "Insert Image": "\u753b\u50cf\u306e\u633f\u5165",
108
- "Upload Image": "\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
109
- "By URL": "URL \u306b\u3088\u3063\u3066",
110
- "Browse": "\u30d6\u30e9\u30a6\u30ba",
111
- "Drop image": "\u753b\u50cf\u3092\u30c9\u30ed\u30c3\u30d7",
112
- "or click": "\u307e\u305f\u306f\u30af\u30ea\u30c3\u30af",
113
- "Manage Images": "\u30a4\u30e1\u30fc\u30b8\u3092\u7ba1\u7406\u3059\u308b",
114
- "Loading": "\u30ed\u30fc\u30c7\u30a3\u30f3\u30b0",
115
- "Deleting": "\u524a\u9664",
116
- "Tags": "\u30bf\u30b0",
117
- "Are you sure? Image will be deleted.": "\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
118
- "Replace": "\u4ea4\u63db\u3057\u307e\u3059",
119
- "Uploading": "\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
120
- "Loading image": "\u753b\u50cf\u8aad\u307f\u8fbc\u307f\u4e2d",
121
- "Display": "\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4",
122
- "Inline": "\u5217\u3092\u306a\u3057\u3066",
123
- "Break Text": "\u30d6\u30ec\u30fc\u30af\u30c6\u30ad\u30b9\u30c8",
124
- "Alternate Text": "\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8",
125
- "Change Size": "\u30b5\u30a4\u30ba\u5909\u66f4",
126
- "Width": "\u5e45",
127
- "Height": "\u9ad8\u3055",
128
- "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",
129
- "Image Caption": "画像キャプション",
130
- "Advanced Edit": "高度な編集",
131
-
132
- // Video
133
- "Insert Video": "\u52d5\u753b\u306e\u633f\u5165",
134
- "Embedded Code": "\u57cb\u3081\u8fbc\u307f\u30b3\u30fc\u30c9",
135
-
136
- // Tables
137
- "Insert Table": "\u8868\u306e\u633f\u5165",
138
- "Table Header": "\u8868\u306e\u30d8\u30c3\u30c0\u30fc",
139
- "Remove Table": "\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059",
140
- "Table Style": "\u8868\u306e\u30b9\u30bf\u30a4\u30eb",
141
- "Horizontal Align": "\u5e73\u9762\u7dda\u5f62",
142
- "Row": "\u884c",
143
- "Insert row above": "\u4e0a\u5074\u306b\u884c\u3092\u633f\u5165",
144
- "Insert row below": "\u4e0b\u5074\u306b\u884c\u3092\u633f\u5165",
145
- "Delete row": "\u884c\u306e\u524a\u9664",
146
- "Column": "\u5217",
147
- "Insert column before": "\u5de6\u5074\u306b\u5217\u3092\u633f\u5165",
148
- "Insert column after": "\u53f3\u5074\u306b\u5217\u3092\u633f\u5165",
149
- "Delete column": "\u5217\u306e\u524a\u9664",
150
- "Cell": "\u30bb\u30eb",
151
- "Merge cells": "\u30bb\u30eb\u306e\u7d50\u5408",
152
- "Horizontal split": "\u6c34\u5e73\u5206\u5272",
153
- "Vertical split": "\u5782\u76f4\u5206\u5272",
154
- "Cell Background": "\u30bb\u30eb\u306e\u80cc\u666f",
155
- "Vertical Align": "\u5782\u76f4\u6574\u5217",
156
- "Top": "\u4e0a",
157
- "Middle": "\u30df\u30c9\u30eb",
158
- "Bottom": "\u30dc\u30c8\u30e0",
159
- "Align Top": "\u30c8\u30c3\u30d7\u306e\u4f4d\u7f6e\u3092\u5408\u308f\u305b\u307e\u3059",
160
- "Align Middle": "\u4e2d\u592e\u3092\u5408\u308f\u305b\u307e\u3059",
161
- "Align Bottom": "\u30dc\u30c8\u30e0\u3092\u5408\u308f\u305b",
162
- "Cell Style": "\u30bb\u30eb\u30b9\u30bf\u30a4\u30eb",
163
-
164
- // Files
165
- "Upload File": "\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9",
166
- "Drop file": "\u30d5\u30a1\u30a4\u30eb\u3092\u30c9\u30ed\u30c3\u30d7",
167
-
168
- // Emoticons
169
- "Emoticons": "\u7d75\u6587\u5b57",
170
- "Grinning face": "\u300c\u9854\u3092\u306b\u3084\u306b\u3084",
171
- "Grinning face with smiling eyes": "\u300c\u7b11\u9854\u306e\u76ee\u3067\u9854\u3092\u30cb\u30e4\u30ea",
172
- "Face with tears of joy": "\u300c\u559c\u3073\u306e\u6d99\u3067\u9854\u300d",
173
- "Smiling face with open mouth": "\u300c\u53e3\u3092\u958b\u3051\u3066\u9854\u3092\u7b11\u9854",
174
- "Smiling face with open mouth and smiling eyes": "\u300c\u958b\u3044\u305f\u53e3\u3068\u9854\u3092\u7b11\u9854\u3068\u76ee\u3092\u7b11\u9854",
175
- "Smiling face with open mouth and cold sweat": "\u300c\u53e3\u3092\u958b\u3051\u3001\u51b7\u305f\u3044\u6c57\u3067\u9854\u3092\u7b11\u9854",
176
- "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",
177
- "Smiling face with halo": "\u300c\u30cf\u30ed\u3068\u9854\u3092\u7b11\u9854",
178
- "Smiling face with horns": "\u300c\u89d2\u3067\u9854\u3092\u7b11\u9854",
179
- "Winking face": "\u300c\u9854\u306e\u30a6\u30a3\u30f3\u30af",
180
- "Smiling face with smiling eyes": "\u300c\u7b11\u9854\u306e\u76ee\u3067\u9854\u3092\u7b11\u9854",
181
- "Face savoring delicious food": "\u300c\u7f8e\u5473\u3057\u3044\u6599\u7406\u3092\u5473\u308f\u3046\u9854\u300d",
182
- "Relieved face": "\u300c\u5b89\u5fc3\u3057\u305f\u9854",
183
- "Smiling face with heart-shaped eyes": "\u300c\u30cf\u30fc\u30c8\u578b\u306e\u76ee\u3067\u9854\u3092\u7b11\u9854",
184
- "Smiling face with sunglasses": "\u300c\u30b5\u30f3\u30b0\u30e9\u30b9\u3067\u9854\u3092\u7b11\u9854",
185
- "Smirking face": "\u300c\u9854\u3092\u30cb\u30e4\u30cb\u30e4\u7b11\u3044",
186
- "Neutral face": "\u300c\u30cb\u30e5\u30fc\u30c8\u30e9\u30eb\u9854",
187
- "Expressionless face": "\u300c\u7121\u8868\u60c5\u9854\u300d",
188
- "Unamused face": "\u300c\u3057\u3089\u3051\u305f\u9854",
189
- "Face with cold sweat": "\u51b7\u305f\u3044\u6c57\u3067\u9854",
190
- "Pensive face": "\u300c\u7269\u601d\u3044\u9854",
191
- "Confused face": "\u300c\u56f0\u60d1\u3057\u305f\u9854",
192
- "Confounded face": "\u300c\u3079\u3089\u307c\u3046\u9854",
193
- "Kissing face": "\u300c\u9854\u3092\u30ad\u30b9",
194
- "Face throwing a kiss": "\u30ad\u30b9\u3092\u6295\u3052\u308b\u9854\u300d",
195
- "Kissing face with smiling eyes": "\u300c\u7b11\u9854\u306e\u76ee\u3067\u9854\u3092\u30ad\u30b9",
196
- "Kissing face with closed eyes": "\u300c\u76ee\u3092\u9589\u3058\u9854\u3092\u30ad\u30b9",
197
- "Face with stuck out tongue": "\u7a81\u304d\u51fa\u3057\u820c\u3067\u9854",
198
- "Face with stuck out tongue and winking eye": "\u7a81\u304d\u51fa\u3057\u820c\u3068\u76ee\u3067\u30a6\u30a4\u30f3\u30af\u9854",
199
- "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",
200
- "Disappointed face": "\u304c\u3063\u304b\u308a\u3057\u305f\u9854",
201
- "Worried face": "\u300c\u5fc3\u914d\u9854",
202
- "Angry face": "\u300c\u6012\u3063\u3066\u3044\u308b\u9854",
203
- "Pouting face": "\u300c\u9854\u3092\u6012\u3063\u3066",
204
- "Crying face": "\u6ce3\u304d\u9854",
205
- "Persevering face": "\u300c\u9854\u306e\u7c98\u308a\u5f37\u3044\u3067\u3059",
206
- "Face with look of triumph": "\u300c\u52dd\u5229\u306e\u8868\u60c5\u3067\u9854\u300d",
207
- "Disappointed but relieved face": "\u5931\u671b\u3059\u308b\u304c\u9854\u3092\u5b89\u5fc3",
208
- "Frowning face with open mouth": "\u300c\u53e3\u3092\u958b\u3051\u3066\u9854\u3092\u3057\u304b\u3081\u3063\u9762",
209
- "Anguished face": "\u300c\u82e6\u60a9\u306b\u6e80\u3061\u305f\u9854",
210
- "Fearful face": "\u300c\u6050\u308d\u3057\u3044\u9854",
211
- "Weary face": "\u300c\u75b2\u308c\u305f\u9854",
212
- "Sleepy face": "\u300c\u7720\u3044\u9854",
213
- "Tired face": "\u300c\u75b2\u308c\u305f\u9854",
214
- "Grimacing face": "\u300c\u9854\u306e\u9854\u3092\u3086\u304c\u3081\u307e\u3059",
215
- "Loudly crying face": "\u300c\u5927\u58f0\u9854\u3092\u6ce3\u3044",
216
- "Face with open mouth": "\u300c\u53e3\u3092\u958b\u3051\u3066\u9854\u300d",
217
- "Hushed face": "\u300c\u9759\u304b\u9854",
218
- "Face with open mouth and cold sweat": "\u300c\u53e3\u3092\u958b\u3051\u3001\u51b7\u305f\u3044\u6c57\u3067\u9854\u300d",
219
- "Face screaming in fear": "\u6050\u6016\u306e\u4e2d\u3067\u53eb\u3093\u3067\u9854\u300d",
220
- "Astonished face": "\u300c\u3073\u3063\u304f\u308a\u3057\u305f\u9854",
221
- "Flushed face": "\u300c\u30d5\u30e9\u30c3\u30b7\u30e5\u9854",
222
- "Sleeping face": "\u300c\u9854\u306e\u7720\u308a\u307e\u3059",
223
- "Dizzy face": "\u300c\u30c7\u30a3\u30b8\u30fc\u9854",
224
- "Face without mouth": "\u300c\u53e3\u306a\u3057\u3067\u9854\u300d",
225
- "Face with medical mask": "\u300c\u533b\u7642\u7528\u30de\u30b9\u30af\u3067\u9854",
226
-
227
- // Line breaker
228
- "Break": "\u30d6\u30ec\u30fc\u30af",
229
-
230
- // Math
231
- "Subscript": "\u4e0b\u4ed8\u304d\u6587\u5b57",
232
- "Superscript": "\u4e0a\u4ed8\u304d\u6587\u5b57",
233
-
234
- // Full screen
235
- "Fullscreen": "\u5168\u753b\u9762\u8868\u793a",
236
-
237
- // Horizontal line
238
- "Insert Horizontal Line": "\u6c34\u5e73\u7dda\u306e\u633f\u5165",
239
-
240
- // Clear formatting
241
- "Clear Formatting": "\u66f8\u5f0f\u306e\u30af\u30ea\u30a2",
242
-
243
- // Undo, redo
244
- "Undo": "\u5143\u306b\u623b\u3059",
245
- "Redo": "\u3084\u308a\u76f4\u3059",
246
-
247
- // Select all
248
- "Select All": "\u5168\u3066\u3092\u9078\u629e",
249
-
250
- // Code view
251
- "Code View": "\u30b3\u30fc\u30c9\u30d3\u30e5\u30fc",
252
-
253
- // Quote
254
- "Quote": "\u5f15\u7528",
255
- "Increase": "\u5897\u52a0",
256
- "Decrease": "\u6e1b\u5c11",
257
-
258
- // Quick Insert
259
- "Quick Insert": "\u30af\u30a4\u30c3\u30af\u30a4\u30f3\u30b5\u30fc\u30c8",
260
-
261
- // Spcial Characters
262
- "Special Characters": "特殊文字",
263
- "Latin": "ラテン",
264
- "Greek": "ギリシャ語",
265
- "Cyrillic": "キリル",
266
- "Punctuation": "句読点",
267
- "Currency": "通貨",
268
- "Arrows": "矢",
269
- "Math": "数学",
270
- "Misc": "その他",
271
-
272
- // Print.
273
- "Print": "印刷する",
274
-
275
- // Spell Checker.
276
- "Spell Checker": "スペルチェッカー",
277
-
278
- // Help
279
- "Help": "助けて",
280
- "Shortcuts": "ショートカット",
281
- "Inline Editor": "インラインエディタ",
282
- "Show the editor": "エディタを表示する",
283
- "Common actions": "共通の行動",
284
- "Copy": "コピー",
285
- "Cut": "カット",
286
- "Paste": "ペースト",
287
- "Basic Formatting": "基本的な書式設定",
288
- "Increase quote level": "見積もりを増やす",
289
- "Decrease quote level": "見積もりを減らす",
290
- "Image / Video": "画像/ビデオ",
291
- "Resize larger": "サイズを大きくする",
292
- "Resize smaller": "サイズを小さくする",
293
- "Table": "表",
294
- "Select table cell": "表のセルを選択",
295
- "Extend selection one cell": "1つのセルを選択拡張",
296
- "Extend selection one row": "選択範囲を1行延長する",
297
- "Navigation": "ナビゲーション",
298
- "Focus popup / toolbar": "フォーカスポップアップ/ツールバー",
299
- "Return focus to previous position": "前の位置にフォーカスを戻す",
300
-
301
- // Embed.ly
302
- "Embed URL": "埋め込みURL",
303
- "Paste in a URL to embed": "埋め込むURLに貼り付ける",
304
-
305
- // Word Paste.
306
- "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "貼り付けられたコンテンツは、マイクロソフトワード文書から来ています。あなたはフォーマットを保持したいのですか、それともクリーンアップしますか?",
307
- "Keep": "キープ",
308
- "Clean": "クリーン",
309
- "Word Paste Detected": "単語ペーストを検出しました"
310
- },
311
- direction: "ltr"
312
- };
313
-
314
- }));
7
+ (function (global, factory) {
8
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
9
+ typeof define === 'function' && define.amd ? define(['froala-editor'], factory) :
10
+ (factory(global.FroalaEditor));
11
+ }(this, (function (FE) { 'use strict';
12
+
13
+ FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
14
+
15
+ /**
16
+ * Japanese
17
+ */
18
+ FE.LANGUAGE['ja'] = {
19
+ translation: {
20
+ // Place holder
21
+ 'Type something': "\u3053\u3053\u306B\u5165\u529B\u3057\u307E\u3059",
22
+ // Basic formatting
23
+ 'Bold': "\u592A\u5B57",
24
+ 'Italic': "\u659C\u4F53",
25
+ 'Underline': "\u4E0B\u7DDA",
26
+ 'Strikethrough': "\u53D6\u308A\u6D88\u3057\u7DDA",
27
+ // Main buttons
28
+ 'Insert': "\u633F\u5165",
29
+ 'Delete': "\u524A\u9664",
30
+ 'Cancel': "\u30AD\u30E3\u30F3\u30BB\u30EB",
31
+ 'OK': 'OK',
32
+ 'Back': "\u623B\u308B",
33
+ 'Remove': "\u524A\u9664",
34
+ 'More': "\u3082\u3063\u3068",
35
+ 'Update': "\u66F4\u65B0",
36
+ 'Style': "\u30B9\u30BF\u30A4\u30EB",
37
+ // Font
38
+ 'Font Family': "\u30D5\u30A9\u30F3\u30C8",
39
+ 'Font Size': "\u30D5\u30A9\u30F3\u30C8\u30B5\u30A4\u30BA",
40
+ // Colors
41
+ 'Colors': "\u8272",
42
+ 'Background': "\u80CC\u666F",
43
+ 'Text': "\u30C6\u30AD\u30B9\u30C8",
44
+ 'HEX Color': "\u30D8\u30AD\u30B5\u306E\u8272",
45
+ // Paragraphs
46
+ 'Paragraph Format': "\u6BB5\u843D\u306E\u66F8\u5F0F",
47
+ 'Normal': "\u6A19\u6E96",
48
+ 'Code': "\u30B3\u30FC\u30C9",
49
+ 'Heading 1': "\u30D8\u30C3\u30C0\u30FC 1",
50
+ 'Heading 2': "\u30D8\u30C3\u30C0\u30FC 2",
51
+ 'Heading 3': "\u30D8\u30C3\u30C0\u30FC 3",
52
+ 'Heading 4': "\u30D8\u30C3\u30C0\u30FC 4",
53
+ // Style
54
+ 'Paragraph Style': "\u6BB5\u843D\u30B9\u30BF\u30A4\u30EB",
55
+ 'Inline Style': "\u30A4\u30F3\u30E9\u30A4\u30F3\u30B9\u30BF\u30A4\u30EB",
56
+ // Alignment
57
+ 'Align': "\u914D\u7F6E",
58
+ 'Align Left': "\u5DE6\u63C3\u3048",
59
+ 'Align Center': "\u4E2D\u592E\u63C3\u3048",
60
+ 'Align Right': "\u53F3\u63C3\u3048",
61
+ 'Align Justify': "\u4E21\u7AEF\u63C3\u3048",
62
+ 'None': "\u306A\u3057",
63
+ // Lists
64
+ 'Ordered List': "\u6BB5\u843D\u756A\u53F7",
65
+ 'Unordered List': "\u7B87\u6761\u66F8\u304D",
66
+ // Indent
67
+ 'Decrease Indent': "\u30A4\u30F3\u30C7\u30F3\u30C8\u3092\u6E1B\u3089\u3059",
68
+ 'Increase Indent': "\u30A4\u30F3\u30C7\u30F3\u30C8\u3092\u5897\u3084\u3059",
69
+ // Links
70
+ 'Insert Link': "\u30EA\u30F3\u30AF\u306E\u633F\u5165",
71
+ 'Open in new tab': "\u65B0\u3057\u3044\u30BF\u30D6\u3067\u958B\u304F",
72
+ 'Open Link': "\u30EA\u30F3\u30AF\u3092\u958B\u304F",
73
+ 'Edit Link': "\u30EA\u30F3\u30AF\u306E\u7DE8\u96C6",
74
+ 'Unlink': "\u30EA\u30F3\u30AF\u306E\u524A\u9664",
75
+ 'Choose Link': "\u30EA\u30F3\u30AF\u3092\u9078\u629E",
76
+ // Images
77
+ 'Insert Image': "\u753B\u50CF\u306E\u633F\u5165",
78
+ 'Upload Image': "\u753B\u50CF\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",
79
+ 'By URL': "\u753B\u50CF\u306EURL\u3092\u5165\u529B",
80
+ 'Browse': "\u53C2\u7167",
81
+ 'Drop image': "\u753B\u50CF\u3092\u30C9\u30E9\u30C3\u30B0&\u30C9\u30ED\u30C3\u30D7",
82
+ 'or click': "\u307E\u305F\u306F\u30AF\u30EA\u30C3\u30AF",
83
+ 'Manage Images': "\u753B\u50CF\u306E\u7BA1\u7406",
84
+ 'Loading': "\u8AAD\u307F\u8FBC\u307F\u4E2D",
85
+ 'Deleting': "\u524A\u9664",
86
+ 'Tags': "\u30BF\u30B0",
87
+ 'Are you sure? Image will be deleted.': "\u672C\u5F53\u306B\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F",
88
+ 'Replace': "\u7F6E\u63DB",
89
+ 'Uploading': "\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u4E2D",
90
+ 'Loading image': "\u753B\u50CF\u8AAD\u307F\u8FBC\u307F\u4E2D",
91
+ 'Display': "\u8868\u793A",
92
+ 'Inline': "\u30A4\u30F3\u30E9\u30A4\u30F3",
93
+ 'Break Text': "\u30C6\u30AD\u30B9\u30C8\u306E\u6539\u884C",
94
+ 'Alternative Text': "\u4EE3\u66FF\u30C6\u30AD\u30B9\u30C8",
95
+ 'Change Size': "\u30B5\u30A4\u30BA\u5909\u66F4",
96
+ 'Width': "\u5E45",
97
+ 'Height': "\u9AD8\u3055",
98
+ '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",
99
+ 'Image Caption': "\u753B\u50CF\u30AD\u30E3\u30D7\u30B7\u30E7\u30F3",
100
+ 'Advanced Edit': "\u9AD8\u5EA6\u306A\u7DE8\u96C6",
101
+ // Video
102
+ 'Insert Video': "\u52D5\u753B\u306E\u633F\u5165",
103
+ 'Embedded Code': "\u57CB\u3081\u8FBC\u307F\u30B3\u30FC\u30C9",
104
+ 'Paste in a video URL': "\u52D5\u753BURL\u306B\u8CBC\u308A\u4ED8\u3051\u308B",
105
+ 'Drop video': "\u52D5\u753B\u3092\u30C9\u30E9\u30C3\u30B0&\u30C9\u30ED\u30C3\u30D7",
106
+ '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",
107
+ 'Upload Video': "\u52D5\u753B\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",
108
+ // Tables
109
+ 'Insert Table': "\u8868\u306E\u633F\u5165",
110
+ 'Table Header': "\u8868\u306E\u30D8\u30C3\u30C0\u30FC",
111
+ 'Remove Table': "\u8868\u306E\u524A\u9664",
112
+ 'Table Style': "\u8868\u306E\u30B9\u30BF\u30A4\u30EB",
113
+ 'Horizontal Align': "\u6A2A\u4F4D\u7F6E",
114
+ 'Row': "\u884C",
115
+ 'Insert row above': "\u4E0A\u306B\u884C\u3092\u633F\u5165",
116
+ 'Insert row below': "\u4E0B\u306B\u884C\u3092\u633F\u5165",
117
+ 'Delete row': "\u884C\u306E\u524A\u9664",
118
+ 'Column': "\u5217",
119
+ 'Insert column before': "\u5DE6\u306B\u5217\u3092\u633F\u5165",
120
+ 'Insert column after': "\u53F3\u306B\u5217\u3092\u633F\u5165",
121
+ 'Delete column': "\u5217\u306E\u524A\u9664",
122
+ 'Cell': "\u30BB\u30EB",
123
+ 'Merge cells': "\u30BB\u30EB\u306E\u7D50\u5408",
124
+ 'Horizontal split': "\u6A2A\u5206\u5272",
125
+ 'Vertical split': "\u7E26\u5206\u5272",
126
+ 'Cell Background': "\u30BB\u30EB\u306E\u80CC\u666F",
127
+ 'Vertical Align': "\u7E26\u4F4D\u7F6E",
128
+ 'Top': "\u4E0A\u63C3\u3048",
129
+ 'Middle': "\u4E2D\u592E\u63C3\u3048",
130
+ 'Bottom': "\u4E0B\u63C3\u3048",
131
+ 'Align Top': "\u4E0A\u306B\u63C3\u3048\u307E\u3059",
132
+ 'Align Middle': "\u4E2D\u592E\u306B\u63C3\u3048\u307E\u3059",
133
+ 'Align Bottom': "\u4E0B\u306B\u63C3\u3048\u307E\u3059",
134
+ 'Cell Style': "\u30BB\u30EB\u30B9\u30BF\u30A4\u30EB",
135
+ // Files
136
+ 'Upload File': "\u30D5\u30A1\u30A4\u30EB\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",
137
+ 'Drop file': "\u30D5\u30A1\u30A4\u30EB\u3092\u30C9\u30E9\u30C3\u30B0&\u30C9\u30ED\u30C3\u30D7",
138
+ // Emoticons
139
+ 'Emoticons': "\u7D75\u6587\u5B57",
140
+ 'Grinning face': "\u30CB\u30F3\u30DE\u30EA\u9854",
141
+ 'Grinning face with smiling eyes': "\u30CB\u30F3\u30DE\u30EA\u9854(\u7B11\u3063\u3066\u3044\u308B\u76EE)",
142
+ 'Face with tears of joy': "\u5B09\u3057\u6CE3\u304D\u3059\u308B\u9854",
143
+ 'Smiling face with open mouth': "\u7B11\u9854(\u5E83\u3052\u305F\u53E3)",
144
+ 'Smiling face with open mouth and smiling eyes': "\u7B11\u9854(\u5E83\u3052\u305F\u53E3\u3001\u7B11\u3063\u3066\u3044\u308B\u76EE)",
145
+ 'Smiling face with open mouth and cold sweat': "\u7B11\u9854(\u5E83\u3052\u305F\u53E3\u3001\u51B7\u3084\u6C57)",
146
+ 'Smiling face with open mouth and tightly-closed eyes': "\u7B11\u9854(\u5E83\u3052\u305F\u53E3\u3001\u3057\u3063\u304B\u308A\u9589\u3058\u305F\u76EE)",
147
+ 'Smiling face with halo': "\u5929\u4F7F\u306E\u8F2A\u304C\u304B\u304B\u3063\u3066\u3044\u308B\u7B11\u9854",
148
+ 'Smiling face with horns': "\u89D2\u306E\u3042\u308B\u7B11\u9854",
149
+ 'Winking face': "\u30A6\u30A3\u30F3\u30AF\u3057\u305F\u9854",
150
+ 'Smiling face with smiling eyes': "\u7B11\u9854(\u7B11\u3063\u3066\u3044\u308B\u76EE)",
151
+ 'Face savoring delicious food': "\u304A\u3044\u3057\u3044\u3082\u306E\u3092\u98DF\u3079\u305F\u9854",
152
+ 'Relieved face': "\u5B89\u5FC3\u3057\u305F\u9854",
153
+ 'Smiling face with heart-shaped eyes': "\u76EE\u304C\u30CF\u30FC\u30C8\u306E\u7B11\u9854",
154
+ 'Smiling face with sunglasses': "\u30B5\u30F3\u30B0\u30E9\u30B9\u3092\u304B\u3051\u305F\u7B11\u9854",
155
+ 'Smirking face': "\u4F5C\u308A\u7B11\u3044",
156
+ 'Neutral face': "\u7121\u8868\u60C5\u306E\u9854",
157
+ 'Expressionless face': "\u7121\u8868\u60C5\u306A\u9854",
158
+ 'Unamused face': "\u3064\u307E\u3089\u306A\u3044\u9854",
159
+ 'Face with cold sweat': "\u51B7\u3084\u6C57\u3092\u304B\u3044\u305F\u9854",
160
+ 'Pensive face': "\u8003\u3048\u4E2D\u306E\u9854",
161
+ 'Confused face': "\u5C11\u3057\u3057\u3087\u3093\u307C\u308A\u3057\u305F\u9854",
162
+ 'Confounded face': "\u56F0\u308A\u679C\u3066\u305F\u9854",
163
+ 'Kissing face': "\u30AD\u30B9\u3059\u308B\u9854",
164
+ 'Face throwing a kiss': "\u6295\u3052\u30AD\u30C3\u30B9\u3059\u308B\u9854",
165
+ 'Kissing face with smiling eyes': "\u7B11\u3044\u306A\u304C\u3089\u30AD\u30B9\u3059\u308B\u9854",
166
+ 'Kissing face with closed eyes': "\u76EE\u3092\u9589\u3058\u3066\u30AD\u30B9\u3059\u308B\u9854",
167
+ 'Face with stuck out tongue': "\u304B\u3089\u304B\u3063\u305F\u9854(\u3042\u3063\u304B\u3093\u3079\u3048)",
168
+ 'Face with stuck out tongue and winking eye': "\u30A6\u30A3\u30F3\u30AF\u3057\u3066\u820C\u3092\u51FA\u3057\u305F\u9854",
169
+ 'Face with stuck out tongue and tightly-closed eyes': "\u76EE\u3092\u9589\u3058\u3066\u820C\u3092\u51FA\u3057\u305F\u9854",
170
+ 'Disappointed face': "\u843D\u3061\u8FBC\u3093\u3060\u9854",
171
+ 'Worried face': "\u4E0D\u5B89\u306A\u9854",
172
+ 'Angry face': "\u6012\u3063\u305F\u9854",
173
+ 'Pouting face': "\u3075\u304F\u308C\u9854",
174
+ 'Crying face': "\u6CE3\u3044\u3066\u3044\u308B\u9854",
175
+ 'Persevering face': "\u5931\u6557\u9854",
176
+ 'Face with look of triumph': "\u52DD\u3061\u307B\u3053\u3063\u305F\u9854",
177
+ 'Disappointed but relieved face': "\u5B89\u5835\u3057\u305F\u9854",
178
+ 'Frowning face with open mouth': "\u3044\u3084\u306A\u9854(\u958B\u3051\u305F\u53E3)",
179
+ 'Anguished face': "\u3052\u3093\u306A\u308A\u3057\u305F\u9854",
180
+ 'Fearful face': "\u9752\u3056\u3081\u305F\u9854",
181
+ 'Weary face': "\u75B2\u308C\u305F\u9854",
182
+ 'Sleepy face': "\u7720\u3044\u9854",
183
+ 'Tired face': "\u3057\u3093\u3069\u3044\u9854",
184
+ 'Grimacing face': "\u3061\u3087\u3063\u3068\u4E0D\u5FEB\u306A\u9854",
185
+ 'Loudly crying face': "\u5927\u6CE3\u304D\u3057\u3066\u3044\u308B\u9854",
186
+ 'Face with open mouth': "\u53E3\u3092\u958B\u3051\u305F\u9854",
187
+ 'Hushed face': "\u9ED9\u3063\u305F\u9854",
188
+ 'Face with open mouth and cold sweat': "\u53E3\u3092\u958B\u3051\u305F\u9854(\u51B7\u3084\u6C57)",
189
+ 'Face screaming in fear': "\u6050\u6016\u306E\u53EB\u3073\u9854",
190
+ 'Astonished face': "\u9A5A\u3044\u305F\u9854",
191
+ 'Flushed face': "\u71B1\u3063\u307D\u3044\u9854",
192
+ 'Sleeping face': "\u5BDD\u9854",
193
+ 'Dizzy face': "\u307E\u3044\u3063\u305F\u9854",
194
+ 'Face without mouth': "\u53E3\u306E\u306A\u3044\u9854",
195
+ 'Face with medical mask': "\u30DE\u30B9\u30AF\u3057\u305F\u9854",
196
+ // Line breaker
197
+ 'Break': "\u6539\u884C",
198
+ // Math
199
+ 'Subscript': "\u4E0B\u4ED8\u304D\u6587\u5B57",
200
+ 'Superscript': "\u4E0A\u4ED8\u304D\u6587\u5B57",
201
+ // Full screen
202
+ 'Fullscreen': "\u5168\u753B\u9762\u8868\u793A",
203
+ // Horizontal line
204
+ 'Insert Horizontal Line': "\u6C34\u5E73\u7DDA\u306E\u633F\u5165",
205
+ // Clear formatting
206
+ 'Clear Formatting': "\u66F8\u5F0F\u306E\u30AF\u30EA\u30A2",
207
+ // Save
208
+ 'Save': "\u30BB\u30FC\u30D6",
209
+ // Undo, redo
210
+ 'Undo': "\u5143\u306B\u623B\u3059",
211
+ 'Redo': "\u3084\u308A\u76F4\u3059",
212
+ // Select all
213
+ 'Select All': "\u5168\u3066\u3092\u9078\u629E",
214
+ // Code view
215
+ 'Code View': "HTML\u30BF\u30B0\u8868\u793A",
216
+ // Quote
217
+ 'Quote': "\u5F15\u7528",
218
+ 'Increase': "\u5897\u52A0",
219
+ 'Decrease': "\u6E1B\u5C11",
220
+ // Quick Insert
221
+ 'Quick Insert': "\u30AF\u30A4\u30C3\u30AF\u633F\u5165",
222
+ // Spcial Characters
223
+ 'Special Characters': "\u7279\u6B8A\u6587\u5B57",
224
+ 'Latin': "\u30E9\u30C6\u30F3\u8A9E",
225
+ 'Greek': "\u30AE\u30EA\u30B7\u30E3\u8A9E",
226
+ 'Cyrillic': "\u30AD\u30EA\u30EB\u6587\u5B57",
227
+ 'Punctuation': "\u53E5\u8AAD\u70B9",
228
+ 'Currency': "\u901A\u8CA8",
229
+ 'Arrows': "\u77E2\u5370",
230
+ 'Math': "\u6570\u5B66",
231
+ 'Misc': "\u305D\u306E\u4ED6",
232
+ // Print.
233
+ 'Print': "\u5370\u5237",
234
+ // Spell Checker.
235
+ 'Spell Checker': "\u30B9\u30DA\u30EB\u30C1\u30A7\u30C3\u30AF",
236
+ // Help
237
+ 'Help': "\u30D8\u30EB\u30D7",
238
+ 'Shortcuts': "\u30B7\u30E7\u30FC\u30C8\u30AB\u30C3\u30C8",
239
+ 'Inline Editor': "\u30A4\u30F3\u30E9\u30A4\u30F3\u30A8\u30C7\u30A3\u30BF",
240
+ 'Show the editor': "\u30A8\u30C7\u30A3\u30BF\u3092\u8868\u793A",
241
+ 'Common actions': "\u4E00\u822C\u52D5\u4F5C",
242
+ 'Copy': "\u30B3\u30D4\u30FC",
243
+ 'Cut': "\u30AB\u30C3\u30C8",
244
+ 'Paste': "\u8CBC\u308A\u4ED8\u3051",
245
+ 'Basic Formatting': "\u57FA\u672C\u66F8\u5F0F",
246
+ 'Increase quote level': "\u5F15\u7528\u3092\u5897\u3084\u3059",
247
+ 'Decrease quote level': "\u5F15\u7528\u3092\u6E1B\u3089\u3059",
248
+ 'Image / Video': "\u753B\u50CF/\u52D5\u753B",
249
+ 'Resize larger': "\u5927\u304D\u304F\u3059\u308B",
250
+ 'Resize smaller': "\u5C0F\u3055\u304F\u3059\u308B",
251
+ 'Table': "\u8868",
252
+ 'Select table cell': "\u30BB\u30EB\u3092\u9078\u629E",
253
+ 'Extend selection one cell': "\u30BB\u30EB\u306E\u9078\u629E\u7BC4\u56F2\u3092\u5E83\u3052\u308B",
254
+ 'Extend selection one row': "\u5217\u306E\u9078\u629E\u7BC4\u56F2\u3092\u5E83\u3052\u308B",
255
+ 'Navigation': "\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3",
256
+ 'Focus popup / toolbar': "\u30DD\u30C3\u30D7\u30A2\u30C3\u30D7/\u30C4\u30FC\u30EB\u30D0\u30FC\u3092\u30D5\u30A9\u30FC\u30AB\u30B9",
257
+ 'Return focus to previous position': "\u524D\u306E\u4F4D\u7F6E\u306B\u30D5\u30A9\u30FC\u30AB\u30B9\u3092\u623B\u3059",
258
+ //\u00a0Embed.ly
259
+ 'Embed URL': "\u57CB\u3081\u8FBC\u307FURL",
260
+ 'Paste in a URL to embed': "\u57CB\u3081\u8FBC\u307FURL\u306B\u8CBC\u308A\u4ED8\u3051\u308B",
261
+ // Word Paste.
262
+ '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",
263
+ 'Keep': "\u66F8\u5F0F\u3092\u4FDD\u6301\u3059\u308B",
264
+ 'Clean': "\u66F8\u5F0F\u3092\u4FDD\u6301\u3057\u306A\u3044",
265
+ 'Word Paste Detected': "Microsoft Word\u306E\u8CBC\u308A\u4ED8\u3051\u304C\u691C\u51FA\u3055\u308C\u307E\u3057\u305F",
266
+ // Character Counter
267
+ 'Characters': '文字数',
268
+ // More Buttons
269
+ 'More Text': 'より多くのテキスト',
270
+ 'More Paragraph': 'もっと段落',
271
+ 'More Rich': 'もっとリッチ',
272
+ 'More Misc': 'その他'
273
+ },
274
+ direction: 'ltr'
275
+ };
276
+
277
+ })));
278
+ //# sourceMappingURL=ja.js.map