@ckeditor/ckeditor5-indent 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 n=i.uz=i.uz||{};n.dictionary=Object.assign(n.dictionary||{},{"Decrease indent":"chekinishni kamaytirish","Increase indent":"chekinishni oshirish"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -40,6 +40,7 @@
40
40
  {
41
41
  "elements": "$block",
42
42
  "classes": "*",
43
+ "isAlternative": true,
43
44
  "_comment": "If classes are defined in `config.indentBlock.classes`, they are used instead of inline styles."
44
45
  }
45
46
  ]
@@ -0,0 +1,25 @@
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 "Toolbar button tooltip for the increase indentation feature."
20
+ msgid "Increase indent"
21
+ msgstr "chekinishni oshirish"
22
+
23
+ msgctxt "Toolbar button tooltip for the decrease indentation feature."
24
+ msgid "Decrease indent"
25
+ msgstr "chekinishni kamaytirish"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-indent",
3
- "version": "31.0.0",
3
+ "version": "31.1.0",
4
4
  "description": "Block indentation feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,17 +12,17 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^31.0.0"
15
+ "ckeditor5": "^31.1.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-core": "^31.0.0",
19
- "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
20
- "@ckeditor/ckeditor5-editor-classic": "^31.0.0",
21
- "@ckeditor/ckeditor5-engine": "^31.0.0",
22
- "@ckeditor/ckeditor5-heading": "^31.0.0",
23
- "@ckeditor/ckeditor5-paragraph": "^31.0.0",
24
- "@ckeditor/ckeditor5-theme-lark": "^31.0.0",
25
- "@ckeditor/ckeditor5-ui": "^31.0.0",
18
+ "@ckeditor/ckeditor5-core": "^31.1.0",
19
+ "@ckeditor/ckeditor5-dev-utils": "^26.0.0",
20
+ "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
21
+ "@ckeditor/ckeditor5-engine": "^31.1.0",
22
+ "@ckeditor/ckeditor5-heading": "^31.1.0",
23
+ "@ckeditor/ckeditor5-paragraph": "^31.1.0",
24
+ "@ckeditor/ckeditor5-theme-lark": "^31.1.0",
25
+ "@ckeditor/ckeditor5-ui": "^31.1.0",
26
26
  "webpack": "^4.43.0",
27
27
  "webpack-cli": "^3.3.11"
28
28
  },