activeadmin_froala_editor 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +3 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +20 -0
- data/README.md +64 -0
- data/Rakefile +3 -0
- data/activeadmin_froala_editor.gemspec +19 -0
- data/app/assets/fonts/FontAwesome.otf +0 -0
- data/app/assets/fonts/fontawesome-webfont.eot +0 -0
- data/app/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff +0 -0
- data/app/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +12 -0
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +22 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +258 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +315 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +254 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +314 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +8 -0
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_aviary.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +7 -0
- data/app/assets/javascripts/activeadmin/froala_editor_input.js +7 -0
- data/app/assets/stylesheets/activeadmin/_froala_editor_input.sass +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1254 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +2862 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +452 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +57 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +112 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +154 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +43 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +42 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +146 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +28 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +52 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +244 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +265 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +37 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +70 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +51 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +151 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +231 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/red.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +1233 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +64 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +7 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +72 -0
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +7 -0
- data/app/assets/stylesheets/font-awesome/_animated.scss +34 -0
- data/app/assets/stylesheets/font-awesome/_bordered-pulled.scss +25 -0
- data/app/assets/stylesheets/font-awesome/_core.scss +12 -0
- data/app/assets/stylesheets/font-awesome/_fixed-width.scss +6 -0
- data/app/assets/stylesheets/font-awesome/_icons.scss +789 -0
- data/app/assets/stylesheets/font-awesome/_larger.scss +13 -0
- data/app/assets/stylesheets/font-awesome/_list.scss +19 -0
- data/app/assets/stylesheets/font-awesome/_mixins.scss +60 -0
- data/app/assets/stylesheets/font-awesome/_path.scss +15 -0
- data/app/assets/stylesheets/font-awesome/_rotated-flipped.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_screen-reader.scss +5 -0
- data/app/assets/stylesheets/font-awesome/_stacked.scss +20 -0
- data/app/assets/stylesheets/font-awesome/_variables.scss +800 -0
- data/app/assets/stylesheets/font-awesome/font-awesome.scss +18 -0
- data/lib/activeadmin/froala_editor.rb +1 -0
- data/lib/activeadmin/froala_editor/engine.rb +9 -0
- data/lib/activeadmin/froala_editor/version.rb +5 -0
- data/lib/activeadmin_froala_editor.rb +3 -0
- data/lib/formtastic/inputs/froala_editor_input.rb +9 -0
- data/screenshot.jpg +0 -0
- 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
|
+
* Hungarian
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['hu'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "Sz\u00f6veg...",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "F\u00e9lk\u00f6v\u00e9r",
|
44
|
+
"Italic": "D\u0151lt",
|
45
|
+
"Underline": "Al\u00e1h\u00fazott",
|
46
|
+
"Strikethrough": "\u00c1th\u00fazott",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "Beilleszt\u00e9s",
|
50
|
+
"Delete": "T\u00f6rl\u00e9s",
|
51
|
+
"Cancel": "M\u00e9gse",
|
52
|
+
"OK": "Rendben",
|
53
|
+
"Back": "Vissza",
|
54
|
+
"Remove": "Elt\u00e1vol\u00edt\u00e1s",
|
55
|
+
"More": "T\u00f6bb",
|
56
|
+
"Update": "Friss\u00edt\u00e9s",
|
57
|
+
"Style": "St\u00edlus",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "Bet\u0171t\u00edpus",
|
61
|
+
"Font Size": "Bet\u0171m\u00e9ret",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "Sz\u00ednek",
|
65
|
+
"Background": "H\u00e1tt\u00e9r",
|
66
|
+
"Text": "Sz\u00f6veg",
|
67
|
+
"HEX Color": "Hex színű",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "Form\u00e1tumok",
|
71
|
+
"Normal": "Norm\u00e1l",
|
72
|
+
"Code": "K\u00f3d",
|
73
|
+
"Heading 1": "C\u00edmsor 1",
|
74
|
+
"Heading 2": "C\u00edmsor 2",
|
75
|
+
"Heading 3": "C\u00edmsor 3",
|
76
|
+
"Heading 4": "C\u00edmsor 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "Bekezd\u00e9s st\u00edlusa",
|
80
|
+
"Inline Style": " Helyi st\u00edlus",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "Igaz\u00edt\u00e1s",
|
84
|
+
"Align Left": "Balra igaz\u00edt",
|
85
|
+
"Align Center": "K\u00f6z\u00e9pre z\u00e1r",
|
86
|
+
"Align Right": "Jobbra igaz\u00edt",
|
87
|
+
"Align Justify": "Sorkiz\u00e1r\u00e1s",
|
88
|
+
"None": "Egyik sem",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "Sz\u00e1moz\u00e1s",
|
92
|
+
"Unordered List": "Felsorol\u00e1s",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se",
|
96
|
+
"Increase Indent": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "Hivatkoz\u00e1s beilleszt\u00e9se",
|
100
|
+
"Open in new tab": "Megnyit\u00e1s \u00faj lapon",
|
101
|
+
"Open Link": "Hivatkoz\u00e1s megnyit\u00e1sa",
|
102
|
+
"Edit Link": "Hivatkoz\u00e1 s szerkeszt\u00e9se",
|
103
|
+
"Unlink": "Hivatkoz\u00e1s t\u00f6rl\u00e9se",
|
104
|
+
"Choose Link": "Keres\u00e9s a lapok k\u00f6z\u00f6tt",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "K\u00e9p beilleszt\u00e9se",
|
108
|
+
"Upload Image": "K\u00e9p felt\u00f6lt\u00e9se",
|
109
|
+
"By URL": "Webc\u00edm megad\u00e1sa",
|
110
|
+
"Browse": "B\u00f6ng\u00e9sz\u00e9s",
|
111
|
+
"Drop image": "H\u00fazza ide a k\u00e9pet",
|
112
|
+
"or click": "vagy kattintson ide",
|
113
|
+
"Manage Images": "K\u00e9pek kezel\u00e9se",
|
114
|
+
"Loading": "Bet\u00f6lt\u00e9s...",
|
115
|
+
"Deleting": "T\u00f6rl\u00e9s...",
|
116
|
+
"Tags": "C\u00edmk\u00e9k",
|
117
|
+
"Are you sure? Image will be deleted.": "Biztos benne? A k\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
|
118
|
+
"Replace": "Csere",
|
119
|
+
"Uploading": "Felt\u00f6lt\u00e9s",
|
120
|
+
"Loading image": "K\u00e9p bet\u00f6lt\u00e9se",
|
121
|
+
"Display": "Kijelz\u0151",
|
122
|
+
"Inline": "Sorban",
|
123
|
+
"Break Text": "Sz\u00f6veg t\u00f6r\u00e9se",
|
124
|
+
"Alternate Text": "Alternat\u00edv sz\u00f6veg",
|
125
|
+
"Change Size": "M\u00e9ret m\u00f3dos\u00edt\u00e1sa",
|
126
|
+
"Width": "Sz\u00e9less\u00e9g",
|
127
|
+
"Height": "Magass\u00e1g",
|
128
|
+
"Something went wrong. Please try again.": "Valami elromlott. K\u00e9rlek pr\u00f3b\u00e1ld \u00fajra.",
|
129
|
+
"Image Caption": "Képaláírás",
|
130
|
+
"Advanced Edit": "Fejlett szerkesztés",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "Vide\u00f3 beilleszt\u00e9se",
|
134
|
+
"Embedded Code": "K\u00f3d bem\u00e1sol\u00e1sa",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "T\u00e1bl\u00e1zat beilleszt\u00e9se",
|
138
|
+
"Table Header": "T\u00e1bl\u00e1zat fejl\u00e9ce",
|
139
|
+
"Remove Table": "T\u00e1bla elt\u00e1vol\u00edt\u00e1sa",
|
140
|
+
"Table Style": "T\u00e1bl\u00e1zat st\u00edlusa",
|
141
|
+
"Horizontal Align": "V\u00edzszintes igaz\u00edt\u00e1s",
|
142
|
+
"Row": "Sor",
|
143
|
+
"Insert row above": "Sor besz\u00far\u00e1sa el\u00e9",
|
144
|
+
"Insert row below": "Sor besz\u00far\u00e1sa m\u00f6g\u00e9",
|
145
|
+
"Delete row": "Sor t\u00f6rl\u00e9se",
|
146
|
+
"Column": "Oszlop",
|
147
|
+
"Insert column before": "Oszlop besz\u00far\u00e1sa el\u00e9",
|
148
|
+
"Insert column after": "Oszlop besz\u00far\u00e1sa m\u00f6g\u00e9",
|
149
|
+
"Delete column": "Oszlop t\u00f6rl\u00e9se",
|
150
|
+
"Cell": "Cella",
|
151
|
+
"Merge cells": "Cell\u00e1k egyes\u00edt\u00e9se",
|
152
|
+
"Horizontal split": "V\u00edzszintes osztott",
|
153
|
+
"Vertical split": "F\u00fcgg\u0151leges osztott",
|
154
|
+
"Cell Background": "Cella h\u00e1ttere",
|
155
|
+
"Vertical Align": "F\u00fcgg\u0151leges fej\u00e1ll\u00edt\u00e1s",
|
156
|
+
"Top": "Fels\u0151",
|
157
|
+
"Middle": "K\u00f6z\u00e9ps\u0151",
|
158
|
+
"Bottom": "Als\u00f3",
|
159
|
+
"Align Top": "Igaz\u00edtsa fel\u00fclre",
|
160
|
+
"Align Middle": "Igaz\u00edtsa k\u00f6z\u00e9pre",
|
161
|
+
"Align Bottom": "Igaz\u00edtsa al\u00falra",
|
162
|
+
"Cell Style": "Cella st\u00edlusa",
|
163
|
+
|
164
|
+
// Files
|
165
|
+
"Upload File": "F\u00e1jl felt\u00f6lt\u00e9se",
|
166
|
+
"Drop file": "H\u00fazza ide a f\u00e1jlt",
|
167
|
+
|
168
|
+
// Emoticons
|
169
|
+
"Emoticons": "Hangulatjelek",
|
170
|
+
"Grinning face": "Vigyorg\u00f3 arc",
|
171
|
+
"Grinning face with smiling eyes": "Vigyorg\u00f3 arc mosolyg\u00f3 szemekkel",
|
172
|
+
"Face with tears of joy": "Arc \u00e1t az \u00f6r\u00f6m k\u00f6nnyei",
|
173
|
+
"Smiling face with open mouth": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal",
|
174
|
+
"Smiling face with open mouth and smiling eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s mosolyg\u00f3 szemek",
|
175
|
+
"Smiling face with open mouth and cold sweat": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s hideg ver\u00edt\u00e9k",
|
176
|
+
"Smiling face with open mouth and tightly-closed eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s szorosan lehunyt szemmel",
|
177
|
+
"Smiling face with halo": "Mosolyg\u00f3 arc dicsf\u00e9nyben",
|
178
|
+
"Smiling face with horns": "Mosolyg\u00f3 arc szarvakkal",
|
179
|
+
"Winking face": "Kacsint\u00f3s arc",
|
180
|
+
"Smiling face with smiling eyes": "Mosolyg\u00f3 arc mosolyg\u00f3 szemekkel",
|
181
|
+
"Face savoring delicious food": "Arc \u00edzlelgette \u00edzletes \u00e9telek",
|
182
|
+
"Relieved face": "Megk\u00f6nnyebb\u00fclt arc",
|
183
|
+
"Smiling face with heart-shaped eyes": "Mosolyg\u00f3 arc sz\u00edv alak\u00fa szemekkel",
|
184
|
+
"Smilin g face with sunglasses": "Mosolyg\u00f3 arc napszem\u00fcvegben",
|
185
|
+
"Smirking face": "Vigyorg\u00f3 arca",
|
186
|
+
"Neutral face": "Semleges arc",
|
187
|
+
"Expressionless face": "Kifejez\u00e9stelen arc",
|
188
|
+
"Unamused face": "Unott arc",
|
189
|
+
"Face with cold sweat": "Arc\u00e1n hideg verejt\u00e9kkel",
|
190
|
+
"Pensive face": "T\u00f6preng\u0151 arc",
|
191
|
+
"Confused face": "Zavaros arc",
|
192
|
+
"Confounded face": "R\u00e1c\u00e1folt arc",
|
193
|
+
"Kissing face": "Cs\u00f3kos arc",
|
194
|
+
"Face throwing a kiss": "Arcra dobott egy cs\u00f3kot",
|
195
|
+
"Kissing face with smiling eyes": "Cs\u00f3kos arc\u00e1t mosolyg\u00f3 szemek",
|
196
|
+
"Kissing face with closed eyes": "Cs\u00f3kos arc\u00e1t csukott szemmel",
|
197
|
+
"Face with stuck out tongue": "Szembe kiny\u00faj totta a nyelv\u00e9t",
|
198
|
+
"Face with stuck out tongue and winking eye": "Szembe kiny\u00fajtotta a nyelv\u00e9t, \u00e9s kacsint\u00f3 szem",
|
199
|
+
"Face with stuck out tongue and tightly-closed eyes": "Arc kiny\u00fajtotta a nyelv\u00e9t, \u00e9s szorosan lehunyt szemmel",
|
200
|
+
"Disappointed face": "Csal\u00f3dott arc",
|
201
|
+
"Worried face": "Agg\u00f3d\u00f3 arc\u00e1t",
|
202
|
+
"Angry face": "D\u00fch\u00f6s arc",
|
203
|
+
"Pouting face": "Duzzog\u00f3 arc",
|
204
|
+
"Crying face": "S\u00edr\u00f3 arc",
|
205
|
+
"Persevering face": "Kitart\u00f3 arc",
|
206
|
+
"Face with look of triumph": "Arc\u00e1t diadalmas pillant\u00e1st",
|
207
|
+
"Disappointed but relieved face": "Csal\u00f3dott, de megk\u00f6nnyebb\u00fclt arc",
|
208
|
+
"Frowning face with open mouth": "Komor arcb\u00f3l t\u00e1tott sz\u00e1jjal",
|
209
|
+
"Anguished face": "Gy\u00f6tr\u0151d\u0151 arc",
|
210
|
+
"Fearful face": "F\u00e9lelmetes arc",
|
211
|
+
"Weary face": "F\u00e1radt arc",
|
212
|
+
"Sleepy face": "\u00e1lmos arc",
|
213
|
+
"Tired face": "F\u00e1radt arc",
|
214
|
+
"Grimacing face": "Elfintorodott arc",
|
215
|
+
"Loudly crying face": "Hangosan s\u00edr\u00f3 arc",
|
216
|
+
"Face with open mouth": "Arc nyitott sz\u00e1jjal",
|
217
|
+
"Hushed face": "Csit\u00edtott arc",
|
218
|
+
"Face with open mouth and cold sweat": "Arc t\u00e1tott sz\u00e1jjal \u00e9s hideg ver\u00edt\u00e9k",
|
219
|
+
"Face screaming in fear": "Sikoltoz\u00f3 arc a f\u00e9lelemt\u0151l",
|
220
|
+
"Astonished face": "Meglepett arc",
|
221
|
+
"Flushed face": "Kipirult arc",
|
222
|
+
"Sleeping face": "Alv\u00f3 arc",
|
223
|
+
"Dizzy face": " Sz\u00e1d\u00fcl\u0151 arc",
|
224
|
+
"Face without mouth": "Arc n\u00e9lküli sz\u00e1j",
|
225
|
+
"Face with medical mask": "Arc\u00e1n orvosi maszk",
|
226
|
+
|
227
|
+
// Line breaker
|
228
|
+
"Break": "T\u00f6r\u00e9s",
|
229
|
+
|
230
|
+
// Math
|
231
|
+
"Subscript": "Als\u00f3 index",
|
232
|
+
"Superscript": "Fels\u0151 index",
|
233
|
+
|
234
|
+
// Full screen
|
235
|
+
"Fullscreen": "Teljes k\u00e9perny\u0151",
|
236
|
+
|
237
|
+
// Horizontal line
|
238
|
+
"Insert Horizontal Line": "V\u00edzszintes vonal",
|
239
|
+
|
240
|
+
// Clear formatting
|
241
|
+
"Clear Formatting": "Form\u00e1z\u00e1s elt\u00e1vol\u00edt\u00e1sa",
|
242
|
+
|
243
|
+
// Undo, redo
|
244
|
+
"Undo": "Visszavon\u00e1s",
|
245
|
+
"Redo": "Ism\u00e9t",
|
246
|
+
|
247
|
+
// Select all
|
248
|
+
"Select All": "Minden kijel\u00f6l\u00e9se",
|
249
|
+
|
250
|
+
// Code view
|
251
|
+
"Code View": "Forr\u00e1sk\u00f3d",
|
252
|
+
|
253
|
+
// Quote
|
254
|
+
"Quote": "Id\u00e9zet",
|
255
|
+
"Increase": "N\u00f6vel\u00e9s",
|
256
|
+
"Decrease": "Cs\u00f6kkent\u00e9s",
|
257
|
+
|
258
|
+
// Quick Insert
|
259
|
+
"Quick Insert": "Beilleszt\u00e9s",
|
260
|
+
|
261
|
+
// Spcial Characters
|
262
|
+
"Special Characters": "Speciális karakterek",
|
263
|
+
"Latin": "Latin",
|
264
|
+
"Greek": "Görög",
|
265
|
+
"Cyrillic": "Cirill",
|
266
|
+
"Punctuation": "Központozás",
|
267
|
+
"Currency": "Valuta",
|
268
|
+
"Arrows": "Nyilak",
|
269
|
+
"Math": "Matematikai",
|
270
|
+
"Misc": "Misc",
|
271
|
+
|
272
|
+
// Print.
|
273
|
+
"Print": "Nyomtatás",
|
274
|
+
|
275
|
+
// Spell Checker.
|
276
|
+
"Spell Checker": "Helyesírás-ellenőrző",
|
277
|
+
|
278
|
+
// Help
|
279
|
+
"Help": "Segítség",
|
280
|
+
"Shortcuts": "Hivatkozások",
|
281
|
+
"Inline Editor": "Inline szerkesztő",
|
282
|
+
"Show the editor": "Mutassa meg a szerkesztőt",
|
283
|
+
"Common actions": "Közös cselekvések",
|
284
|
+
"Copy": "Másolat",
|
285
|
+
"Cut": "Vágott",
|
286
|
+
"Paste": "Paszta",
|
287
|
+
"Basic Formatting": "Alap formázás",
|
288
|
+
"Increase quote level": "Növeli az idézet szintjét",
|
289
|
+
"Decrease quote level": "Csökkenti az árazási szintet",
|
290
|
+
"Image / Video": "Kép / videó",
|
291
|
+
"Resize larger": "Nagyobb átméretezés",
|
292
|
+
"Resize smaller": "Kisebb méretűek",
|
293
|
+
"Table": "Asztal",
|
294
|
+
"Select table cell": "Válasszon táblázatcellát",
|
295
|
+
"Extend selection one cell": "Kiterjesztheti a kiválasztást egy cellára",
|
296
|
+
"Extend selection one row": "Szűkítse ki az egy sort",
|
297
|
+
"Navigation": "Navigáció",
|
298
|
+
"Focus popup / toolbar": "Fókusz felugró ablak / eszköztár",
|
299
|
+
"Return focus to previous position": "Visszaáll az előző pozícióra",
|
300
|
+
|
301
|
+
// Embed.ly
|
302
|
+
"Embed URL": "Beágyazott url",
|
303
|
+
"Paste in a URL to embed": "Beilleszteni egy URL-t a beágyazáshoz",
|
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?": "A beillesztett tartalom egy microsoft szó dokumentumból származik. szeretné megtartani a formátumot vagy tisztítani?",
|
307
|
+
"Keep": "Tart",
|
308
|
+
"Clean": "Tiszta",
|
309
|
+
"Word Paste Detected": "Szópaszta észlelhető"
|
310
|
+
},
|
311
|
+
direction: "ltr"
|
312
|
+
};
|
313
|
+
|
314
|
+
}));
|
@@ -0,0 +1,315 @@
|
|
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
|
+
* Indonesian
|
35
|
+
*/
|
36
|
+
|
37
|
+
$.FE.LANGUAGE['id'] = {
|
38
|
+
translation: {
|
39
|
+
// Place holder
|
40
|
+
"Type something": "Ketik sesuatu",
|
41
|
+
|
42
|
+
// Basic formatting
|
43
|
+
"Bold": "Tebal",
|
44
|
+
"Italic": "Miring",
|
45
|
+
"Underline": "Garis bawah",
|
46
|
+
"Strikethrough": "Coret",
|
47
|
+
|
48
|
+
// Main buttons
|
49
|
+
"Insert": "Memasukkan",
|
50
|
+
"Delete": "Hapus",
|
51
|
+
"Cancel": "Batal",
|
52
|
+
"OK": "Ok",
|
53
|
+
"Back": "Kembali",
|
54
|
+
"Remove": "Hapus",
|
55
|
+
"More": "Lebih",
|
56
|
+
"Update": "Memperbarui",
|
57
|
+
"Style": "Gaya",
|
58
|
+
|
59
|
+
// Font
|
60
|
+
"Font Family": "Jenis Huruf",
|
61
|
+
"Font Size": "Ukuran leter",
|
62
|
+
|
63
|
+
// Colors
|
64
|
+
"Colors": "Warna",
|
65
|
+
"Background": "Latar belakang",
|
66
|
+
"Text": "Teks",
|
67
|
+
"HEX Color": "Warna hex",
|
68
|
+
|
69
|
+
// Paragraphs
|
70
|
+
"Paragraph Format": "Format",
|
71
|
+
"Normal": "Normal",
|
72
|
+
"Code": "Kode",
|
73
|
+
"Heading 1": "Header 1",
|
74
|
+
"Heading 2": "Header 2",
|
75
|
+
"Heading 3": "Header 3",
|
76
|
+
"Heading 4": "Header 4",
|
77
|
+
|
78
|
+
// Style
|
79
|
+
"Paragraph Style": "Paragraf gaya",
|
80
|
+
"Inline Style": "Di barisan gaya",
|
81
|
+
|
82
|
+
// Alignment
|
83
|
+
"Align": "Rate",
|
84
|
+
"Align Left": "Rate kiri",
|
85
|
+
"Align Center": "Rate tengah",
|
86
|
+
"Align Right": "Rata kanan",
|
87
|
+
"Align Justify": "Justifi",
|
88
|
+
"None": "Tak satupun",
|
89
|
+
|
90
|
+
// Lists
|
91
|
+
"Ordered List": "List nomor",
|
92
|
+
"Unordered List": "List simbol",
|
93
|
+
|
94
|
+
// Indent
|
95
|
+
"Decrease Indent": "Turunkan inden",
|
96
|
+
"Increase Indent": "Tambah inden",
|
97
|
+
|
98
|
+
// Links
|
99
|
+
"Insert Link": "Memasukkan link",
|
100
|
+
"Open in new tab": "Buka di tab baru",
|
101
|
+
"Open Link": "Buka tautan",
|
102
|
+
"Edit Link": "Mengedit link",
|
103
|
+
"Unlink": "Menghapus link",
|
104
|
+
"Choose Link": "Memilih link",
|
105
|
+
|
106
|
+
// Images
|
107
|
+
"Insert Image": "Memasukkan gambar",
|
108
|
+
"Upload Image": "Meng-upload gambar",
|
109
|
+
"By URL": "Oleh URL",
|
110
|
+
"Browse": "Melihat-lihat",
|
111
|
+
"Drop image": "Jatuhkan gambar",
|
112
|
+
"or click": "atau klik",
|
113
|
+
"Manage Images": "Mengelola gambar",
|
114
|
+
"Loading": "Pemuatan",
|
115
|
+
"Deleting": "Menghapus",
|
116
|
+
"Tags": "Label",
|
117
|
+
"Are you sure? Image will be deleted.": "Apakah Anda yakin? Gambar akan dihapus.",
|
118
|
+
"Replace": "Mengganti",
|
119
|
+
"Uploading": "Gambar upload",
|
120
|
+
"Loading image": "Pemuatan gambar",
|
121
|
+
"Display": "Pameran",
|
122
|
+
"Inline": "Di barisan",
|
123
|
+
"Break Text": "Memecah teks",
|
124
|
+
"Alternate Text": "Teks alternatif",
|
125
|
+
"Change Size": "Ukuran perubahan",
|
126
|
+
"Width": "Lebar",
|
127
|
+
"Height": "Tinggi",
|
128
|
+
"Something went wrong. Please try again.": "Ada yang salah. Silakan coba lagi.",
|
129
|
+
"Image Caption": "Keterangan gambar",
|
130
|
+
"Advanced Edit": "Edit lanjutan",
|
131
|
+
|
132
|
+
// Video
|
133
|
+
"Insert Video": "Memasukkan video",
|
134
|
+
"Embedded Code": "Kode tertanam",
|
135
|
+
|
136
|
+
// Tables
|
137
|
+
"Insert Table": "Sisipkan tabel",
|
138
|
+
"Table Header": "Header tabel",
|
139
|
+
"Remove Table": "Hapus tabel",
|
140
|
+
"Table Style": "Gaya tabel",
|
141
|
+
"Horizontal Align": "Menyelaraskan horisontal",
|
142
|
+
|
143
|
+
"Row": "Baris",
|
144
|
+
"Insert row above": "Sisipkan baris di atas",
|
145
|
+
"Insert row below": "Sisipkan baris di bawah",
|
146
|
+
"Delete row": "Hapus baris",
|
147
|
+
"Column": "Kolom",
|
148
|
+
"Insert column before": "Sisipkan kolom sebelumSisipkan kolom sebelum",
|
149
|
+
"Insert column after": "Sisipkan kolom setelah",
|
150
|
+
"Delete column": "Hapus kolom",
|
151
|
+
"Cell": "Sel",
|
152
|
+
"Merge cells": "Menggabungkan sel",
|
153
|
+
"Horizontal split": "Perpecahan horisontal",
|
154
|
+
"Vertical split": "Perpecahan vertikal",
|
155
|
+
"Cell Background": "Latar belakang sel",
|
156
|
+
"Vertical Align": "Menyelaraskan vertikal",
|
157
|
+
"Top": "Teratas",
|
158
|
+
"Middle": "Tengah",
|
159
|
+
"Bottom": "Bagian bawah",
|
160
|
+
"Align Top": "Menyelaraskan atas",
|
161
|
+
"Align Middle": "Menyelaraskan tengah",
|
162
|
+
"Align Bottom": "Menyelaraskan bawah",
|
163
|
+
"Cell Style": "Gaya sel",
|
164
|
+
|
165
|
+
// Files
|
166
|
+
"Upload File": "Meng-upload berkas",
|
167
|
+
"Drop file": "Jatuhkan berkas",
|
168
|
+
|
169
|
+
// Emoticons
|
170
|
+
"Emoticons": "Emoticon",
|
171
|
+
"Grinning face": "Sambil tersenyum wajah",
|
172
|
+
"Grinning face with smiling eyes": "Sambil tersenyum wajah dengan mata tersenyum",
|
173
|
+
"Face with tears of joy": "Hadapi dengan air mata sukacita",
|
174
|
+
"Smiling face with open mouth": "Tersenyum wajah dengan mulut terbuka",
|
175
|
+
"Smiling face with open mouth and smiling eyes": "Tersenyum wajah dengan mulut terbuka dan tersenyum mata",
|
176
|
+
"Smiling face with open mouth and cold sweat": "Tersenyum wajah dengan mulut terbuka dan keringat dingin",
|
177
|
+
"Smiling face with open mouth and tightly-closed eyes": "Tersenyum wajah dengan mulut terbuka dan mata tertutup rapat",
|
178
|
+
"Smiling face with halo": "Tersenyum wajah dengan halo",
|
179
|
+
"Smiling face with horns": "Tersenyum wajah dengan tanduk",
|
180
|
+
"Winking face": "Mengedip wajah",
|
181
|
+
"Smiling face with smiling eyes": "Tersenyum wajah dengan mata tersenyum",
|
182
|
+
"Face savoring delicious food": "Wajah menikmati makanan lezat",
|
183
|
+
"Relieved face": "Wajah Lega",
|
184
|
+
"Smiling face with heart-shaped eyes": "Tersenyum wajah dengan mata berbentuk hati",
|
185
|
+
"Smiling face with sunglasses": "Tersenyum wajah dengan kacamata hitam",
|
186
|
+
"Smirking face": "Menyeringai wajah",
|
187
|
+
"Neutral face": "Wajah Netral",
|
188
|
+
"Expressionless face": "Wajah tanpa ekspresi",
|
189
|
+
"Unamused face": "Wajah tidak senang",
|
190
|
+
"Face with cold sweat": "Muka dengan keringat dingin",
|
191
|
+
"Pensive face": "Wajah termenung",
|
192
|
+
"Confused face": "Wajah Bingung",
|
193
|
+
"Confounded face": "Wajah kesal",
|
194
|
+
"Kissing face": "wajah mencium",
|
195
|
+
"Face throwing a kiss": "Wajah melempar ciuman",
|
196
|
+
"Kissing face with smiling eyes": "Berciuman wajah dengan mata tersenyum",
|
197
|
+
"Kissing face with closed eyes": "Berciuman wajah dengan mata tertutup",
|
198
|
+
"Face with stuck out tongue": "Muka dengan menjulurkan lidah",
|
199
|
+
"Face with stuck out tongue and winking eye": "Muka dengan menjulurkan lidah dan mengedip mata",
|
200
|
+
"Face with stuck out tongue and tightly-closed eyes": "Wajah dengan lidah terjebak dan mata erat-tertutup",
|
201
|
+
"Disappointed face": "Wajah kecewa",
|
202
|
+
"Worried face": "Wajah Khawatir",
|
203
|
+
"Angry face": "Wajah Marah",
|
204
|
+
"Pouting face": "Cemberut wajah",
|
205
|
+
"Crying face": "Menangis wajah",
|
206
|
+
"Persevering face": "Tekun wajah",
|
207
|
+
"Face with look of triumph": "Hadapi dengan tampilan kemenangan",
|
208
|
+
"Disappointed but relieved face": "Kecewa tapi lega wajah",
|
209
|
+
"Frowning face with open mouth": "Sambil mengerutkan kening wajah dengan mulut terbuka",
|
210
|
+
"Anguished face": "Wajah sedih",
|
211
|
+
"Fearful face": "Wajah Takut",
|
212
|
+
"Weary face": "Wajah lelah",
|
213
|
+
"Sleepy face": "wajah mengantuk",
|
214
|
+
"Tired face": "Wajah Lelah",
|
215
|
+
"Grimacing face": "Sambil meringis wajah",
|
216
|
+
"Loudly crying face": "Keras menangis wajah",
|
217
|
+
"Face with open mouth": "Hadapi dengan mulut terbuka",
|
218
|
+
"Hushed face": "Wajah dipetieskan",
|
219
|
+
"Face with open mouth and cold sweat": "Hadapi dengan mulut terbuka dan keringat dingin",
|
220
|
+
"Face screaming in fear": "Hadapi berteriak dalam ketakutan",
|
221
|
+
"Astonished face": "Wajah Kaget",
|
222
|
+
"Flushed face": "Wajah memerah",
|
223
|
+
"Sleeping face": "Tidur face",
|
224
|
+
"Dizzy face": "Wajah pusing",
|
225
|
+
"Face without mouth": "Wajah tanpa mulut",
|
226
|
+
"Face with medical mask": "Hadapi dengan masker medis",
|
227
|
+
|
228
|
+
// Line breaker
|
229
|
+
"Break": "Memecah",
|
230
|
+
|
231
|
+
// Math
|
232
|
+
"Subscript": "Subskrip",
|
233
|
+
"Superscript": "Superskrip",
|
234
|
+
|
235
|
+
// Full screen
|
236
|
+
"Fullscreen": "Layar penuh",
|
237
|
+
|
238
|
+
// Horizontal line
|
239
|
+
"Insert Horizontal Line": "Sisipkan Garis Horizontal",
|
240
|
+
|
241
|
+
// Clear formatting
|
242
|
+
"Clear Formatting": "Menghapus format",
|
243
|
+
|
244
|
+
// Undo, redo
|
245
|
+
"Undo": "Batal",
|
246
|
+
"Redo": "Ulang",
|
247
|
+
|
248
|
+
// Select all
|
249
|
+
"Select All": "Pilih semua",
|
250
|
+
|
251
|
+
// Code view
|
252
|
+
"Code View": "Melihat kode",
|
253
|
+
|
254
|
+
// Quote
|
255
|
+
"Quote": "Kutipan",
|
256
|
+
"Increase": "Meningkat",
|
257
|
+
"Decrease": "Penurunan",
|
258
|
+
|
259
|
+
// Quick Insert
|
260
|
+
"Quick Insert": "Memasukkan cepat",
|
261
|
+
|
262
|
+
// Spcial Characters
|
263
|
+
"Special Characters": "Karakter spesial",
|
264
|
+
"Latin": "Latin",
|
265
|
+
"Greek": "Yunani",
|
266
|
+
"Cyrillic": "Kyrillic",
|
267
|
+
"Punctuation": "Tanda baca",
|
268
|
+
"Currency": "Mata uang",
|
269
|
+
"Arrows": "Panah",
|
270
|
+
"Math": "Matematika",
|
271
|
+
"Misc": "Misc",
|
272
|
+
|
273
|
+
// Print.
|
274
|
+
"Print": "Mencetak",
|
275
|
+
|
276
|
+
// Spell Checker.
|
277
|
+
"Spell Checker": "Pemeriksa ejaan",
|
278
|
+
|
279
|
+
// Help
|
280
|
+
"Help": "Membantu",
|
281
|
+
"Shortcuts": "Jalan pintas",
|
282
|
+
"Inline Editor": "Editor inline",
|
283
|
+
"Show the editor": "Tunjukkan editornya",
|
284
|
+
"Common actions": "Tindakan umum",
|
285
|
+
"Copy": "Salinan",
|
286
|
+
"Cut": "Memotong",
|
287
|
+
"Paste": "Pasta",
|
288
|
+
"Basic Formatting": "Format dasar",
|
289
|
+
"Increase quote level": "Meningkatkan tingkat kutipan",
|
290
|
+
"Decrease quote level": "Menurunkan tingkat kutipan",
|
291
|
+
"Image / Video": "Gambar / video",
|
292
|
+
"Resize larger": "Mengubah ukuran lebih besar",
|
293
|
+
"Resize smaller": "Mengubah ukuran lebih kecil",
|
294
|
+
"Table": "Meja",
|
295
|
+
"Select table cell": "Pilih sel tabel",
|
296
|
+
"Extend selection one cell": "Memperpanjang seleksi satu sel",
|
297
|
+
"Extend selection one row": "Perpanjang pilihan satu baris",
|
298
|
+
"Navigation": "Navigasi",
|
299
|
+
"Focus popup / toolbar": "Fokus popup / toolbar",
|
300
|
+
"Return focus to previous position": "Kembali fokus ke posisi sebelumnya",
|
301
|
+
|
302
|
+
// Embed.ly
|
303
|
+
"Embed URL": "Embed url",
|
304
|
+
"Paste in a URL to embed": "Paste di url untuk menanamkan",
|
305
|
+
|
306
|
+
// Word Paste.
|
307
|
+
"The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "Konten yang disisipkan berasal dari dokumen kata microsoft. apakah Anda ingin menyimpan format atau membersihkannya?",
|
308
|
+
"Keep": "Menjaga",
|
309
|
+
"Clean": "Bersih",
|
310
|
+
"Word Paste Detected": "Kata paste terdeteksi"
|
311
|
+
},
|
312
|
+
direction: "ltr"
|
313
|
+
};
|
314
|
+
|
315
|
+
}));
|