@ckeditor/ckeditor5-link 38.2.0-alpha.0 → 39.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 +0 -1
- package/build/translations/sq.js +1 -1
- package/lang/translations/sq.po +3 -3
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -4,7 +4,6 @@ CKEditor 5 link feature
|
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-link)
|
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
6
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
|
7
|
-

|
|
8
7
|
|
|
9
8
|
This package implements the link feature for CKEditor 5. It allows for inserting hyperlinks into the edited content and offers the UI to create and edit them.
|
|
10
9
|
|
package/build/translations/sq.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(n){const i=n.sq=n.sq||{};i.dictionary=Object.assign(i.dictionary||{},{Downloadable:"","Edit link":"Redakto nyjën",Link:"Shto nyjën","Link image":"","Link URL":"Nyja e URL-së","Open in a new tab":"","Open link in new tab":"Hap nyjën në faqe të re","This link has no URL":"Kjo nyje nuk ka URL",Unlink:"Largo nyjën"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(n){const i=n.sq=n.sq||{};i.dictionary=Object.assign(i.dictionary||{},{Downloadable:"E shkarkueshme","Edit link":"Redakto nyjën",Link:"Shto nyjën","Link image":"Foto e nyjes","Link URL":"Nyja e URL-së","Open in a new tab":"Hape në një fletë të re","Open link in new tab":"Hap nyjën në faqe të re","This link has no URL":"Kjo nyje nuk ka URL",Unlink:"Largo nyjën"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/lang/translations/sq.po
CHANGED
|
@@ -30,7 +30,7 @@ msgstr "Nyja e URL-së"
|
|
|
30
30
|
|
|
31
31
|
msgctxt "Label for the image link button."
|
|
32
32
|
msgid "Link image"
|
|
33
|
-
msgstr ""
|
|
33
|
+
msgstr "Foto e nyjes"
|
|
34
34
|
|
|
35
35
|
msgctxt "Button opening the Link URL editing balloon."
|
|
36
36
|
msgid "Edit link"
|
|
@@ -46,8 +46,8 @@ msgstr "Kjo nyje nuk ka URL"
|
|
|
46
46
|
|
|
47
47
|
msgctxt "The label of the switch button that controls whether the edited link will open in a new tab."
|
|
48
48
|
msgid "Open in a new tab"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "Hape në një fletë të re"
|
|
50
50
|
|
|
51
51
|
msgctxt "The label of the switch button that controls whether the edited link refers to downloadable resource."
|
|
52
52
|
msgid "Downloadable"
|
|
53
|
-
msgstr ""
|
|
53
|
+
msgstr "E shkarkueshme"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-link",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "39.0.0",
|
|
4
4
|
"description": "Link feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -11,11 +11,10 @@
|
|
|
11
11
|
"ckeditor5-dll"
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
|
-
"type": "module",
|
|
15
14
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-ui": "
|
|
17
|
-
"ckeditor5": "
|
|
18
|
-
"lodash-es": "
|
|
15
|
+
"@ckeditor/ckeditor5-ui": "39.0.0",
|
|
16
|
+
"ckeditor5": "39.0.0",
|
|
17
|
+
"lodash-es": "4.17.21"
|
|
19
18
|
},
|
|
20
19
|
"engines": {
|
|
21
20
|
"node": ">=16.0.0",
|