activeadmin_froala_editor 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.md +64 -0
  6. data/Rakefile +3 -0
  7. data/activeadmin_froala_editor.gemspec +19 -0
  8. data/app/assets/fonts/FontAwesome.otf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  10. data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
  11. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  12. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  13. data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
  14. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
  15. data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
  16. data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
  17. data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
  18. data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
  19. data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
  20. data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
  21. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
  22. data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
  23. data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
  24. data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
  25. data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
  26. data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
  27. data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
  28. data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
  29. data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
  30. data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
  31. data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
  32. data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
  33. data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
  34. data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
  35. data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
  36. data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
  37. data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
  38. data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
  39. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
  40. data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
  41. data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
  42. data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
  43. data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
  44. data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
  45. data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
  46. data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
  47. data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
  48. data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
  49. data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
  50. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
  51. data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
  52. data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
  53. data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
  54. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
  55. data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
  56. data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
  57. data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
  58. data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
  59. data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
  60. data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
  61. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
  62. data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
  63. data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
  64. data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
  65. data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
  66. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
  67. data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
  68. data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
  69. data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
  70. data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
  71. data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
  72. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
  73. data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
  74. data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
  75. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
  76. data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
  77. data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
  78. data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
  79. data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
  80. data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
  81. data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
  82. data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
  83. data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
  84. data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
  85. data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
  86. data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
  87. data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
  88. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
  89. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
  90. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
  91. data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
  92. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
  93. data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
  94. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
  95. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
  96. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
  97. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
  98. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
  99. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
  100. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
  101. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
  102. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
  103. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
  104. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
  105. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
  106. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
  107. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
  108. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
  109. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
  110. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
  111. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
  112. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
  113. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
  114. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
  115. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
  116. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
  117. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
  118. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
  119. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
  120. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
  121. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
  122. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
  123. data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
  124. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
  125. data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
  126. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
  127. data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
  128. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
  129. data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
  130. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
  131. data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
  132. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
  133. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
  134. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
  135. data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
  136. data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
  137. data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
  138. data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
  139. data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
  140. data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
  141. data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
  142. data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
  143. data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
  144. data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
  145. data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
  146. data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
  147. data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
  148. data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
  149. data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
  150. data/lib/activeadmin/froala_editor.rb +1 -0
  151. data/lib/activeadmin/froala_editor/engine.rb +9 -0
  152. data/lib/activeadmin/froala_editor/version.rb +5 -0
  153. data/lib/activeadmin_froala_editor.rb +3 -0
  154. data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
  155. data/screenshot.jpg +0 -0
  156. metadata +211 -0
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
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
+ * Italian
35
+ */
36
+
37
+ $.FE.LANGUAGE['it'] = {
38
+ translation: {
39
+ // Place holder
40
+ "Type something": "Digita qualcosa",
41
+
42
+ // Basic formatting
43
+ "Bold": "Grassetto",
44
+ "Italic": "Corsivo",
45
+ "Underline": "Sottolineato",
46
+ "Strikethrough": "Barrato",
47
+
48
+ // Main buttons
49
+ "Insert": "Inserisci",
50
+ "Delete": "Cancella",
51
+ "Cancel": "Cancella",
52
+ "OK": "Ok",
53
+ "Back": "Indietro",
54
+ "Remove": "Rimuovi",
55
+ "More": "Di pi\u00f9",
56
+ "Update": "Aggiornare",
57
+ "Style": "Stile",
58
+
59
+ // Font
60
+ "Font Family": "Carattere",
61
+ "Font Size": "Dimensione Carattere",
62
+
63
+ // Colors
64
+ "Colors": "Colori",
65
+ "Background": "Sfondo",
66
+ "Text": "Testo",
67
+ "HEX Color": "Colore esagono",
68
+
69
+ // Paragraphs
70
+ "Paragraph Format": "Formattazione",
71
+ "Normal": "Normale",
72
+ "Code": "Codice",
73
+ "Heading 1": "Intestazione 1",
74
+ "Heading 2": "Intestazione 2",
75
+ "Heading 3": "Intestazione 3",
76
+ "Heading 4": "Intestazione 4",
77
+
78
+ // Style
79
+ "Paragraph Style": "Stile di paragrafo",
80
+ "Inline Style": "Stile in fila",
81
+
82
+ // Alignment
83
+ "Align": "Allinea",
84
+ "Align Left": "Allinea a Sinistra",
85
+ "Align Center": "Allinea al Cento",
86
+ "Align Right": "Allinea a Destra",
87
+ "Align Justify": "Giustifica",
88
+ "None": "Nessuno",
89
+
90
+ // Lists
91
+ "Ordered List": "Elenchi ordinato",
92
+ "Unordered List": "Elenchi non ordinata",
93
+
94
+ // Indent
95
+ "Decrease Indent": "Riduci Rientro",
96
+ "Increase Indent": "Aumenta Rientro",
97
+
98
+ // Links
99
+ "Insert Link": "Inserisci Link",
100
+ "Open in new tab": "Apri in nuova scheda",
101
+ "Open Link": "Link aperto",
102
+ "Edit Link": "Modifica link",
103
+ "Unlink": "Rimuovi link",
104
+ "Choose Link": "Scegli link",
105
+
106
+ // Images
107
+ "Insert Image": "Inserisci immagine",
108
+ "Upload Image": "Carica immagine",
109
+ "By URL": "Per URL",
110
+ "Browse": "Sfogliare",
111
+ "Drop image": "Rilascia Immagine",
112
+ "or click": "oppure fai click su",
113
+ "Manage Images": "Gestione immagini",
114
+ "Loading": "Caricamento",
115
+ "Deleting": "Eliminazione",
116
+ "Tags": "Etichetta",
117
+ "Are you sure? Image will be deleted.": "Sei sicuro? Immagine verr\u00e0 cancellata.",
118
+ "Replace": "Sostituisci",
119
+ "Uploading": "Caricamento",
120
+ "Loading image": "Caricamento immagine",
121
+ "Display": "Visualizzazione",
122
+ "Inline": "In fila",
123
+ "Break Text": "Testo di separazione",
124
+ "Alternate Text": "Testo alternativo",
125
+ "Change Size": "Cambio formato",
126
+ "Width": "Larghezza",
127
+ "Height": "Altezza",
128
+ "Something went wrong. Please try again.": "Qualcosa \u00e8 andato storto. Riprova, per favore.",
129
+ "Image Caption": "Didascalia",
130
+ "Advanced Edit": "Avanzato",
131
+
132
+ // Video
133
+ "Insert Video": "Inserisci Video",
134
+ "Embedded Code": "Codice incorporato",
135
+
136
+ // Tables
137
+ "Insert Table": "Inserisci Tabella",
138
+ "Table Header": "Intestazione della tabella",
139
+ "Remove Table": "Rimuovere tavolo",
140
+ "Table Style": "Stile di tabella",
141
+ "Horizontal Align": "Allineamento orizzontale",
142
+ "Row": "Riga",
143
+ "Insert row above": "Inserisci una Riga Prima",
144
+ "Insert row below": "Inserisci una Riga Dopo",
145
+ "Delete row": "Cancella Riga",
146
+ "Column": "Colonna",
147
+ "Insert column before": "Inserisci una Colonna Prima",
148
+ "Insert column after": "Inserisci una Colonna Dopo",
149
+ "Delete column": "Cancella Colonna",
150
+ "Cell": "Cella",
151
+ "Merge cells": "Unisci Cella",
152
+ "Horizontal split": "Divisione Orizzontale",
153
+ "Vertical split": "Divisione Verticale",
154
+ "Cell Background": "Sfondo della cella",
155
+ "Vertical Align": "Allineamento verticale",
156
+ "Top": "Alto",
157
+ "Middle": "Mezzo",
158
+ "Bottom": "Fondo",
159
+ "Align Top": "Allinea in alto",
160
+ "Align Middle": "Allinea al centro",
161
+ "Align Bottom": "Allinea in basso",
162
+ "Cell Style": "Stile di cella",
163
+
164
+ // Files
165
+ "Upload File": "Carica File",
166
+ "Drop file": "Rilascia File",
167
+
168
+ // Emoticons
169
+ "Emoticons": "Emoticon",
170
+ "Grinning face": "Sorridendo volto",
171
+ "Grinning face with smiling eyes": "Sorridendo faccia con gli occhi sorridenti",
172
+ "Face with tears of joy": "Faccia con lacrime di gioia",
173
+ "Smiling face with open mouth": "Volto sorridente con la bocca aperta",
174
+ "Smiling face with open mouth and smiling eyes": "Volto sorridente con la bocca aperta e gli occhi sorridenti",
175
+ "Smiling face with open mouth and cold sweat": "Volto sorridente con la bocca aperta e sudore freddo",
176
+ "Smiling face with open mouth and tightly-closed eyes": "Volto sorridente con la bocca aperta e gli occhi ben chiusi",
177
+ "Smiling face with halo": "Volto sorridente con alone",
178
+ "Smiling face with horns": "Volto sorridente con le corna",
179
+ "Winking face": "Fare l'occhiolino volto",
180
+ "Smiling face with smiling eyes": "Volto sorridente con gli occhi sorridenti",
181
+ "Face savoring delicious food": "Volto assaporando cibo delizioso",
182
+ "Relieved face": "Volto Sollevata",
183
+ "Smiling face with heart-shaped eyes": "Volto sorridente con gli occhi a forma di cuore",
184
+ "Smiling face with sunglasses": "Volto sorridente con gli occhiali da sole",
185
+ "Smirking face": "Compiaciuto affrontare",
186
+ "Neutral face": "Volto Neutral",
187
+ "Expressionless face": "Volto inespressivo",
188
+ "Unamused face": "Faccia non divertito",
189
+ "Face with cold sweat": "Faccia con sudore freddo",
190
+ "Pensive face": "Volto pensieroso",
191
+ "Confused face": "Volto confuso",
192
+ "Confounded face": "Volto confusi",
193
+ "Kissing face": "Baciare faccia",
194
+ "Face throwing a kiss": "Volto lanciando un bacio",
195
+ "Kissing face with smiling eyes": "Baciare faccia con gli occhi sorridenti",
196
+ "Kissing face with closed eyes": "Baciare faccia con gli occhi chiusi",
197
+ "Face with stuck out tongue": "Faccia con la lingua fuori bloccato",
198
+ "Face with stuck out tongue and winking eye": "Faccia con la lingua fuori bloccato e ammiccante occhio",
199
+ "Face with stuck out tongue and tightly-closed eyes": "Faccia con la lingua fuori bloccato e gli occhi ben chiusi",
200
+ "Disappointed face": "Volto deluso",
201
+ "Worried face": "Faccia preoccupata",
202
+ "Angry face": "Faccia arrabbiata",
203
+ "Pouting face": "Fare il muso volto",
204
+ "Crying face": "Piangere volto",
205
+ "Persevering face": "Perseverando volto",
206
+ "Face with look of triumph": "Affrontare con sguardo di trionfo",
207
+ "Disappointed but relieved face": "Siamo rimasti delusi ma sollevato la faccia",
208
+ "Frowning face with open mouth": "Accigliandosi volto con la bocca aperta",
209
+ "Anguished face": "Volto Angosciato",
210
+ "Fearful face": "Volto Temendo",
211
+ "Weary face": "Volto stanco",
212
+ "Sleepy face": "Faccia assonnata",
213
+ "Tired face": "Volto stanco",
214
+ "Grimacing face": "Smorfie volto",
215
+ "Loudly crying face": "Ad alta voce che grida volto",
216
+ "Face with open mouth": "Volto con la bocca aperta",
217
+ "Hushed face": "Faccia ovattata",
218
+ "Face with open mouth and cold sweat": "Volto con la bocca aperta e sudore freddo",
219
+ "Face screaming in fear": "Volto urlando nella paura",
220
+ "Astonished face": "Volto Stupito",
221
+ "Flushed face": "Viso rosso",
222
+ "Sleeping face": "Viso addormentato",
223
+ "Dizzy face": "Faccia vertigini",
224
+ "Face without mouth": "Volto senza bocca",
225
+ "Face with medical mask": "Volto con la mascherina medica",
226
+
227
+ // Line breaker
228
+ "Break": "Separazione",
229
+
230
+ // Math
231
+ "Subscript": "Pedice",
232
+ "Superscript": "Apice",
233
+
234
+ // Full screen
235
+ "Fullscreen": "Schermo intero",
236
+
237
+ // Horizontal line
238
+ "Insert Horizontal Line": "Inserisci Divisore Orizzontale",
239
+
240
+ // Clear formatting
241
+ "Clear Formatting": "Cancella formattazione",
242
+
243
+ // Undo, redo
244
+ "Undo": "Annulla",
245
+ "Redo": "Ripeti",
246
+
247
+ // Select all
248
+ "Select All": "Seleziona Tutto",
249
+
250
+ // Code view
251
+ "Code View": "Visualizzazione di codice",
252
+
253
+ // Quote
254
+ "Quote": "Citazione",
255
+ "Increase": "Aumentare",
256
+ "Decrease": "Diminuzione",
257
+
258
+ // Quick Insert
259
+ "Quick Insert": "Inserto rapida",
260
+
261
+ // Spcial Characters
262
+ "Special Characters": "Personaggi speciali",
263
+ "Latin": "Latino",
264
+ "Greek": "Greco",
265
+ "Cyrillic": "Cirillico",
266
+ "Punctuation": "Punteggiatura",
267
+ "Currency": "Moneta",
268
+ "Arrows": "Frecce",
269
+ "Math": "Matematica",
270
+ "Misc": "Misc",
271
+
272
+ // Print.
273
+ "Print": "Stampare",
274
+
275
+ // Spell Checker.
276
+ "Spell Checker": "Correttore ortografico",
277
+
278
+ // Help
279
+ "Help": "Aiuto",
280
+ "Shortcuts": "Scorciatoie",
281
+ "Inline Editor": "Editor in linea",
282
+ "Show the editor": "Mostrare l'editor",
283
+ "Common actions": "Azioni comuni",
284
+ "Copy": "Copia",
285
+ "Cut": "Tagliare",
286
+ "Paste": "Incolla",
287
+ "Basic Formatting": "Formattazione di base",
288
+ "Increase quote level": "Aumenta il livello delle quote",
289
+ "Decrease quote level": "Diminuire il livello delle quote",
290
+ "Image / Video": "Immagine / video",
291
+ "Resize larger": "Ridimensionare più grande",
292
+ "Resize smaller": "Ridimensionare più piccolo",
293
+ "Table": "Tavolo",
294
+ "Select table cell": "Selezionare la cella della tabella",
295
+ "Extend selection one cell": "Estendere la selezione di una cella",
296
+ "Extend selection one row": "Estendere la selezione una riga",
297
+ "Navigation": "Navigazione",
298
+ "Focus popup / toolbar": "Messa a fuoco popup / barra degli strumenti",
299
+ "Return focus to previous position": "Tornare alla posizione precedente",
300
+
301
+ // Embed.ly
302
+ "Embed URL": "Incorpora url",
303
+ "Paste in a URL to embed": "Incolla in un url da incorporare",
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?": "Il contenuto incollato proviene da un documento di Word Microsoft. vuoi mantenere il formato o pulirlo?",
307
+ "Keep": "Mantieni",
308
+ "Clean": "Pulito",
309
+ "Word Paste Detected": "È stata rilevata la colla di parole"
310
+ },
311
+ direction: "ltr"
312
+ };
313
+
314
+ }));
@@ -0,0 +1,314 @@
1
+ /*!
2
+ * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
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
+ }));