@ckeditor/ckeditor5-ckbox 35.0.1 → 35.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ !function(n){const e=n.ur=n.ur||{};e.dictionary=Object.assign(e.dictionary||{},{"Cannot determine a category for the uploaded file.":"اپلوڈ کی گئی فائل کا ذمرے کا تعین نہیں ہو سکا","Open file manager":"فائل مینیجر کھولیں"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1,25 @@
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: Urdu (https://www.transifex.com/ckeditor/teams/11143/ur/)\n"
16
+ "Language: ur\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "Toolbar button tooltip for opening a file browser that allows inserting an image or a file to the editor."
20
+ msgid "Open file manager"
21
+ msgstr "فائل مینیجر کھولیں"
22
+
23
+ msgctxt "A message is displayed when CKEditor 5 cannot associate an image with any of the categories defined in CKBox while uploading an asset."
24
+ msgid "Cannot determine a category for the uploaded file."
25
+ msgstr "اپلوڈ کی گئی فائل کا ذمرے کا تعین نہیں ہو سکا"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ckbox",
3
- "version": "35.0.1",
3
+ "version": "35.1.0",
4
4
  "description": "CKBox integration 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": "^35.0.1"
15
+ "ckeditor5": "^35.1.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-basic-styles": "^35.0.1",
19
- "@ckeditor/ckeditor5-core": "^35.0.1",
20
- "@ckeditor/ckeditor5-clipboard": "^35.0.1",
21
- "@ckeditor/ckeditor5-cloud-services": "^35.0.1",
18
+ "@ckeditor/ckeditor5-basic-styles": "^35.1.0",
19
+ "@ckeditor/ckeditor5-core": "^35.1.0",
20
+ "@ckeditor/ckeditor5-clipboard": "^35.1.0",
21
+ "@ckeditor/ckeditor5-cloud-services": "^35.1.0",
22
22
  "@ckeditor/ckeditor5-dev-utils": "^30.1.0",
23
- "@ckeditor/ckeditor5-editor-classic": "^35.0.1",
24
- "@ckeditor/ckeditor5-engine": "^35.0.1",
25
- "@ckeditor/ckeditor5-image": "^35.0.1",
26
- "@ckeditor/ckeditor5-link": "^35.0.1",
27
- "@ckeditor/ckeditor5-paragraph": "^35.0.1",
28
- "@ckeditor/ckeditor5-theme-lark": "^35.0.1",
29
- "@ckeditor/ckeditor5-ui": "^35.0.1",
30
- "@ckeditor/ckeditor5-upload": "^35.0.1",
31
- "@ckeditor/ckeditor5-utils": "^35.0.1",
23
+ "@ckeditor/ckeditor5-editor-classic": "^35.1.0",
24
+ "@ckeditor/ckeditor5-engine": "^35.1.0",
25
+ "@ckeditor/ckeditor5-image": "^35.1.0",
26
+ "@ckeditor/ckeditor5-link": "^35.1.0",
27
+ "@ckeditor/ckeditor5-paragraph": "^35.1.0",
28
+ "@ckeditor/ckeditor5-theme-lark": "^35.1.0",
29
+ "@ckeditor/ckeditor5-ui": "^35.1.0",
30
+ "@ckeditor/ckeditor5-upload": "^35.1.0",
31
+ "@ckeditor/ckeditor5-utils": "^35.1.0",
32
32
  "webpack": "^5.58.1",
33
33
  "webpack-cli": "^4.9.0"
34
34
  },