biso24-editor 1.3.0 → 1.3.1
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.
- package/CKEditor4/CHANGES.md +2182 -2182
- package/CKEditor4/LICENSE.md +1436 -1436
- package/CKEditor4/README.md +39 -39
- package/CKEditor4/SECURITY.md +10 -10
- package/CKEditor4/adapters/jquery.js +158 -158
- package/CKEditor4/bender-runner.config.json +16 -16
- package/CKEditor4/build-config.js +100 -100
- package/CKEditor4/ckeditor.js +30065 -30065
- package/CKEditor4/config.js +39 -39
- package/CKEditor4/contents.css +161 -161
- package/CKEditor4/lang/vi.js +475 -475
- package/CKEditor4/plugins/a11yhelp/dialogs/a11yhelp.js +143 -143
- package/CKEditor4/plugins/a11yhelp/dialogs/lang/vi.js +122 -122
- package/CKEditor4/plugins/custompaste/plugin.js +57 -57
- package/CKEditor4/plugins/dialog/dialogDefinition.js +4 -4
- package/CKEditor4/plugins/dialog/styles/dialog.css +18 -18
- package/CKEditor4/plugins/font/lang/vi.js +14 -14
- package/CKEditor4/plugins/font/plugin.js +535 -535
- package/CKEditor4/plugins/image2/dialogs/image2.js +558 -558
- package/CKEditor4/plugins/image2/lang/vi.js +21 -21
- package/CKEditor4/plugins/image2/plugin.js +1715 -1708
- package/CKEditor4/plugins/justify/plugin.js +266 -266
- package/CKEditor4/plugins/justify_group/plugin.js +64 -64
- package/CKEditor4/plugins/lineheight/LICENSE +22 -22
- package/CKEditor4/plugins/lineheight/README.md +2 -2
- package/CKEditor4/plugins/lineheight/lang/vi.js +3 -3
- package/CKEditor4/plugins/lineheight/plugin.js +99 -99
- package/CKEditor4/plugins/lineheight/readme.txt +30 -30
- package/CKEditor4/plugins/link/dialogs/anchor.js +82 -82
- package/CKEditor4/plugins/link/dialogs/link.js +777 -777
- package/CKEditor4/plugins/menubutton/plugin.js +99 -99
- package/CKEditor4/plugins/pastefromword/filter/default.js +849 -849
- package/CKEditor4/plugins/pastetools/filter/common.js +445 -445
- package/CKEditor4/plugins/pastetools/filter/image.js +163 -163
- package/CKEditor4/plugins/pdffile/plugin.js +36 -36
- package/CKEditor4/plugins/placeholder_button/plugin.js +31 -31
- package/CKEditor4/plugins/sourcedialog/dialogs/sourcedialog.js +88 -88
- package/CKEditor4/plugins/sourcedialog/lang/vi.js +9 -9
- package/CKEditor4/plugins/sourcedialog/plugin.js +30 -30
- package/CKEditor4/plugins/wordfile/plugin.js +161 -161
- package/CKEditor4/skins/moono-lisa/dialog.css +685 -685
- package/CKEditor4/skins/moono-lisa/dialog_ie.css +721 -721
- package/CKEditor4/skins/moono-lisa/dialog_ie8.css +746 -746
- package/CKEditor4/skins/moono-lisa/dialog_iequirks.css +724 -724
- package/CKEditor4/skins/moono-lisa/editor.css +1551 -1551
- package/CKEditor4/skins/moono-lisa/editor_gecko.css +1556 -1556
- package/CKEditor4/skins/moono-lisa/editor_ie.css +1588 -1588
- package/CKEditor4/skins/moono-lisa/editor_ie8.css +1639 -1639
- package/CKEditor4/skins/moono-lisa/editor_iequirks.css +1632 -1632
- package/CKEditor4/skins/moono-lisa/readme.md +46 -46
- package/CKEditor4/styles.js +136 -136
- package/CKEditor4/vendor/promise.js +385 -385
- package/package.json +1 -1
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
-
*/
|
|
5
|
-
CKEDITOR.plugins.setLang('image2', 'vi', {
|
|
6
|
-
alt: 'Chú thích ảnh',
|
|
7
|
-
btnUpload: 'Tải lên máy chủ',
|
|
8
|
-
captioned: 'Ảnh có chú thích',
|
|
9
|
-
captionPlaceholder: 'Nhãn',
|
|
10
|
-
infoTab: 'Thông tin của ảnh',
|
|
11
|
-
lockRatio: 'Giữ nguyên tỷ lệ',
|
|
12
|
-
menu: 'Thuộc tính của ảnh',
|
|
13
|
-
pathName: 'ảnh',
|
|
14
|
-
pathNameCaption: 'chú thích',
|
|
15
|
-
resetSize: 'Kích thước gốc',
|
|
16
|
-
resizer: 'Kéo rê để thay đổi kích cỡ',
|
|
17
|
-
title: 'Thuộc tính của ảnh',
|
|
18
|
-
uploadTab: 'Tải lên',
|
|
19
|
-
urlMissing: 'Thiếu đường dẫn hình ảnh',
|
|
20
|
-
altMissing: 'Alternative text is missing.', // MISSING
|
|
21
|
-
});
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
CKEDITOR.plugins.setLang('image2', 'vi', {
|
|
6
|
+
alt: 'Chú thích ảnh',
|
|
7
|
+
btnUpload: 'Tải lên máy chủ',
|
|
8
|
+
captioned: 'Ảnh có chú thích',
|
|
9
|
+
captionPlaceholder: 'Nhãn',
|
|
10
|
+
infoTab: 'Thông tin của ảnh',
|
|
11
|
+
lockRatio: 'Giữ nguyên tỷ lệ',
|
|
12
|
+
menu: 'Thuộc tính của ảnh',
|
|
13
|
+
pathName: 'ảnh',
|
|
14
|
+
pathNameCaption: 'chú thích',
|
|
15
|
+
resetSize: 'Kích thước gốc',
|
|
16
|
+
resizer: 'Kéo rê để thay đổi kích cỡ',
|
|
17
|
+
title: 'Thuộc tính của ảnh',
|
|
18
|
+
uploadTab: 'Tải lên',
|
|
19
|
+
urlMissing: 'Thiếu đường dẫn hình ảnh',
|
|
20
|
+
altMissing: 'Alternative text is missing.', // MISSING
|
|
21
|
+
});
|