@ckeditor/ckeditor5-adapter-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/de.js +1 -1
- package/build/translations/jv.js +1 -0
- package/lang/translations/de.po +1 -1
- package/lang/translations/jv.po +21 -0
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -3,7 +3,8 @@ CKEditor 5 CKFinder adapter
|
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-adapter-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 a CKEditor 5 upload adapter compatible with the [CKFinder file manager and uploader](https://ckeditor.com/ckfinder/)'s server–side connector.
|
|
9
10
|
|
package/build/translations/de.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const i=n.de=n.de||{};i.dictionary=Object.assign(i.dictionary||{},{"Cannot upload file:":"Datei kann nicht hochgeladen werden:"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const i=n.de=n.de||{};i.dictionary=Object.assign(i.dictionary||{},{"Cannot upload file:":"Die Datei kann nicht hochgeladen werden:"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const i=n.jv=n.jv||{};i.dictionary=Object.assign(i.dictionary||{},{"Cannot upload file:":"Mboden saged ngirim berkas:"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/lang/translations/de.po
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
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 "A generic error message displayed on upload failure. The file name is concatenated to this text."
|
|
20
|
+
msgid "Cannot upload file:"
|
|
21
|
+
msgstr "Mboden saged ngirim berkas:"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-adapter-ckfinder",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.0.0",
|
|
4
4
|
"description": "CKFinder adapter for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,23 +12,23 @@
|
|
|
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-basic-styles": "^
|
|
19
|
-
"@ckeditor/ckeditor5-core": "^
|
|
20
|
-
"@ckeditor/ckeditor5-clipboard": "^
|
|
21
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
23
|
-
"@ckeditor/ckeditor5-enter": "^
|
|
24
|
-
"@ckeditor/ckeditor5-heading": "^
|
|
25
|
-
"@ckeditor/ckeditor5-image": "^
|
|
26
|
-
"@ckeditor/ckeditor5-list": "^
|
|
27
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
28
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
29
|
-
"@ckeditor/ckeditor5-typing": "^
|
|
30
|
-
"@ckeditor/ckeditor5-undo": "^
|
|
31
|
-
"@ckeditor/ckeditor5-upload": "^
|
|
18
|
+
"@ckeditor/ckeditor5-basic-styles": "^34.0.0",
|
|
19
|
+
"@ckeditor/ckeditor5-core": "^34.0.0",
|
|
20
|
+
"@ckeditor/ckeditor5-clipboard": "^34.0.0",
|
|
21
|
+
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^34.0.0",
|
|
23
|
+
"@ckeditor/ckeditor5-enter": "^34.0.0",
|
|
24
|
+
"@ckeditor/ckeditor5-heading": "^34.0.0",
|
|
25
|
+
"@ckeditor/ckeditor5-image": "^34.0.0",
|
|
26
|
+
"@ckeditor/ckeditor5-list": "^34.0.0",
|
|
27
|
+
"@ckeditor/ckeditor5-paragraph": "^34.0.0",
|
|
28
|
+
"@ckeditor/ckeditor5-theme-lark": "^34.0.0",
|
|
29
|
+
"@ckeditor/ckeditor5-typing": "^34.0.0",
|
|
30
|
+
"@ckeditor/ckeditor5-undo": "^34.0.0",
|
|
31
|
+
"@ckeditor/ckeditor5-upload": "^34.0.0",
|
|
32
32
|
"webpack": "^5.58.1",
|
|
33
33
|
"webpack-cli": "^4.9.0"
|
|
34
34
|
},
|