@ckeditor/ckeditor5-restricted-editing 31.0.0 → 31.1.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.
@@ -0,0 +1 @@
1
+ !function(i){const a=i.uz=i.uz||{};a.dictionary=Object.assign(a.dictionary||{},{"Disable editing":"Tahrirlashni o‘chirib qo‘yish","Enable editing":"Tahrirlashga ruxsat berish","Navigate editable regions":"Tahrirlanadigan hududlar boʻylab navigatsiya","Next editable region":"Keyingi tahrirlanadigan hudud","Previous editable region":"Avvalgi tahrirlanadigan hudud"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1,37 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. 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: Uzbek (https://www.transifex.com/ckeditor/teams/11143/uz/)\n"
16
+ "Language: uz\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+
19
+ msgctxt "A label of the button indicating that using this button will make a selected text non–editable."
20
+ msgid "Disable editing"
21
+ msgstr "Tahrirlashni o‘chirib qo‘yish"
22
+
23
+ msgctxt "A label of the button indicating that using this button will make a selected text editable."
24
+ msgid "Enable editing"
25
+ msgstr "Tahrirlashga ruxsat berish"
26
+
27
+ msgctxt "A label of the button that moves selection to the previous editable region in the content."
28
+ msgid "Previous editable region"
29
+ msgstr "Avvalgi tahrirlanadigan hudud"
30
+
31
+ msgctxt "A label of the button that moves selection to the next editable region in the content."
32
+ msgid "Next editable region"
33
+ msgstr "Keyingi tahrirlanadigan hudud"
34
+
35
+ msgctxt "A label of the dropdown that provides controls to navigate editable regions in the content."
36
+ msgid "Navigate editable regions"
37
+ msgstr "Tahrirlanadigan hududlar boʻylab navigatsiya"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-restricted-editing",
3
- "version": "31.0.0",
3
+ "version": "31.1.0",
4
4
  "description": "Restricted editing feature for CKEditor 5 editors.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,24 +11,24 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "ckeditor5": "^31.0.0"
14
+ "ckeditor5": "^31.1.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@ckeditor/ckeditor5-basic-styles": "^31.0.0",
18
- "@ckeditor/ckeditor5-block-quote": "^31.0.0",
19
- "@ckeditor/ckeditor5-clipboard": "^31.0.0",
20
- "@ckeditor/ckeditor5-core": "^31.0.0",
21
- "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
22
- "@ckeditor/ckeditor5-editor-classic": "^31.0.0",
23
- "@ckeditor/ckeditor5-engine": "^31.0.0",
24
- "@ckeditor/ckeditor5-link": "^31.0.0",
25
- "@ckeditor/ckeditor5-paragraph": "^31.0.0",
26
- "@ckeditor/ckeditor5-table": "^31.0.0",
27
- "@ckeditor/ckeditor5-theme-lark": "^31.0.0",
28
- "@ckeditor/ckeditor5-typing": "^31.0.0",
29
- "@ckeditor/ckeditor5-ui": "^31.0.0",
30
- "@ckeditor/ckeditor5-undo": "^31.0.0",
31
- "@ckeditor/ckeditor5-utils": "^31.0.0",
17
+ "@ckeditor/ckeditor5-basic-styles": "^31.1.0",
18
+ "@ckeditor/ckeditor5-block-quote": "^31.1.0",
19
+ "@ckeditor/ckeditor5-clipboard": "^31.1.0",
20
+ "@ckeditor/ckeditor5-core": "^31.1.0",
21
+ "@ckeditor/ckeditor5-dev-utils": "^26.0.0",
22
+ "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
23
+ "@ckeditor/ckeditor5-engine": "^31.1.0",
24
+ "@ckeditor/ckeditor5-link": "^31.1.0",
25
+ "@ckeditor/ckeditor5-paragraph": "^31.1.0",
26
+ "@ckeditor/ckeditor5-table": "^31.1.0",
27
+ "@ckeditor/ckeditor5-theme-lark": "^31.1.0",
28
+ "@ckeditor/ckeditor5-typing": "^31.1.0",
29
+ "@ckeditor/ckeditor5-ui": "^31.1.0",
30
+ "@ckeditor/ckeditor5-undo": "^31.1.0",
31
+ "@ckeditor/ckeditor5-utils": "^31.1.0",
32
32
  "webpack": "^4.43.0",
33
33
  "webpack-cli": "^3.3.11"
34
34
  },