@ckeditor/ckeditor5-ckfinder 33.0.0 → 34.0.0
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/README.md +2 -1
- package/build/translations/jv.js +1 -0
- package/lang/translations/jv.po +37 -0
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -3,7 +3,8 @@ CKEditor 5's CKFinder integration
|
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-ckfinder)
|
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
|
-
[](https://travis-ci.com/ckeditor/ckeditor5)
|
|
6
|
+
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
|
7
|
+

|
|
7
8
|
|
|
8
9
|
This package implements the [CKFinder feature](https://ckeditor.com/docs/ckeditor5/latest/features/ckfinder.html). This feature allows you to easily insert images as well as links to files into the editor content. It is a bridge between CKEditor 5 WYSIWYG editor and [CKFinder file manager and uploader](https://ckeditor.com/ckfinder).
|
|
9
10
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(a){const n=a.jv=a.jv||{};n.dictionary=Object.assign(n.dictionary||{},{"Could not insert image at the current position.":"Mboten saged mlebetaken gambar wonten papan menika","Could not obtain resized image URL.":"Mboten saged mundhut URL gambar ingkang dipunebah ukuranipun","Insert image or file":"Tambahaken berkas utawi gambar","Inserting image failed":"Gagal mlebetaken gambar","Selecting resized image failed":"Gagal milih gambar ingkang dipunebah ukuranipun"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
|
+
#
|
|
3
|
+
# !!! IMPORTANT !!!
|
|
4
|
+
#
|
|
5
|
+
# Before you edit this file, please keep in mind that contributing to the project
|
|
6
|
+
# translations is possible ONLY via the Transifex online service.
|
|
7
|
+
#
|
|
8
|
+
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
|
|
9
|
+
#
|
|
10
|
+
# To learn more, check out the official contributor's guide:
|
|
11
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
|
12
|
+
#
|
|
13
|
+
msgid ""
|
|
14
|
+
msgstr ""
|
|
15
|
+
"Language-Team: Javanese (https://www.transifex.com/ckeditor/teams/11143/jv/)\n"
|
|
16
|
+
"Language: jv\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "Toolbar button tooltip for inserting an image or file via a CKFinder file browser."
|
|
20
|
+
msgid "Insert image or file"
|
|
21
|
+
msgstr "Tambahaken berkas utawi gambar"
|
|
22
|
+
|
|
23
|
+
msgctxt "Error message displayed when inserting a resized version of an image failed."
|
|
24
|
+
msgid "Could not obtain resized image URL."
|
|
25
|
+
msgstr "Mboten saged mundhut URL gambar ingkang dipunebah ukuranipun"
|
|
26
|
+
|
|
27
|
+
msgctxt "Title of a notification displayed when inserting a resized version of an image failed."
|
|
28
|
+
msgid "Selecting resized image failed"
|
|
29
|
+
msgstr "Gagal milih gambar ingkang dipunebah ukuranipun"
|
|
30
|
+
|
|
31
|
+
msgctxt "Error message displayed when an image cannot be inserted at the current position."
|
|
32
|
+
msgid "Could not insert image at the current position."
|
|
33
|
+
msgstr "Mboten saged mlebetaken gambar wonten papan menika"
|
|
34
|
+
|
|
35
|
+
msgctxt "Title of a notification displayed when an image cannot be inserted at the current position."
|
|
36
|
+
msgid "Inserting image failed"
|
|
37
|
+
msgstr "Gagal mlebetaken gambar"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-ckfinder",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.0.0",
|
|
4
4
|
"description": "CKFinder integration for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^
|
|
15
|
+
"ckeditor5": "^34.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-adapter-ckfinder": "^
|
|
19
|
-
"@ckeditor/ckeditor5-clipboard": "^
|
|
20
|
-
"@ckeditor/ckeditor5-core": "^
|
|
21
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
23
|
-
"@ckeditor/ckeditor5-engine": "^
|
|
24
|
-
"@ckeditor/ckeditor5-image": "^
|
|
25
|
-
"@ckeditor/ckeditor5-link": "^
|
|
26
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
27
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
28
|
-
"@ckeditor/ckeditor5-ui": "^
|
|
29
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
18
|
+
"@ckeditor/ckeditor5-adapter-ckfinder": "^34.0.0",
|
|
19
|
+
"@ckeditor/ckeditor5-clipboard": "^34.0.0",
|
|
20
|
+
"@ckeditor/ckeditor5-core": "^34.0.0",
|
|
21
|
+
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^34.0.0",
|
|
23
|
+
"@ckeditor/ckeditor5-engine": "^34.0.0",
|
|
24
|
+
"@ckeditor/ckeditor5-image": "^34.0.0",
|
|
25
|
+
"@ckeditor/ckeditor5-link": "^34.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-paragraph": "^34.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-theme-lark": "^34.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-ui": "^34.0.0",
|
|
29
|
+
"@ckeditor/ckeditor5-utils": "^34.0.0",
|
|
30
30
|
"webpack": "^5.58.1",
|
|
31
31
|
"webpack-cli": "^4.9.0"
|
|
32
32
|
},
|