@ckeditor/ckeditor5-upload 35.1.0 → 35.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lang/translations/es-co.po +21 -0
- package/package.json +4 -4
@@ -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: Spanish (Colombia) (https://www.transifex.com/ckeditor/teams/11143/es_CO/)\n"
|
16
|
+
"Language: es_CO\n"
|
17
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
18
|
+
|
19
|
+
msgctxt "A message that a file upload is in progress."
|
20
|
+
msgid "Upload in progress"
|
21
|
+
msgstr "Carga en progreso"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-upload",
|
3
|
-
"version": "35.
|
3
|
+
"version": "35.2.0",
|
4
4
|
"description": "Upload feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -11,9 +11,9 @@
|
|
11
11
|
],
|
12
12
|
"main": "src/index.js",
|
13
13
|
"dependencies": {
|
14
|
-
"@ckeditor/ckeditor5-core": "^35.
|
15
|
-
"@ckeditor/ckeditor5-utils": "^35.
|
16
|
-
"@ckeditor/ckeditor5-ui": "^35.
|
14
|
+
"@ckeditor/ckeditor5-core": "^35.2.0",
|
15
|
+
"@ckeditor/ckeditor5-utils": "^35.2.0",
|
16
|
+
"@ckeditor/ckeditor5-ui": "^35.2.0"
|
17
17
|
},
|
18
18
|
"engines": {
|
19
19
|
"node": ">=14.0.0",
|