@ckeditor/ckeditor5-highlight 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(a){const i=a.uz=a.uz||{};i.dictionary=Object.assign(i.dictionary||{},{"Blue marker":"Moviy rang markeri bilan ajratib ko'rsatish","Green marker":"Yashil marker bilan ta'kidlash","Green pen":"Matn rangi yashil",Highlight:"Ajratish","Pink marker":"Pushti rang markeri bilan belgilang","Red pen":"Matn rangi qizil","Remove highlight":"Ajratishni olib tashlash","Text highlight toolbar":"Matn tanlash asboblar paneli","Yellow marker":"Sariq marker bilan ta'kidlash"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -29,6 +29,7 @@
29
29
  {
30
30
  "elements": "mark",
31
31
  "classes": "*",
32
+ "isAlternative": true,
32
33
  "_comment": "The plugin can be configured to set any classes on the `<mark>` element."
33
34
  }
34
35
  ]
@@ -0,0 +1,53 @@
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 applying yellow marker (text highlight)."
20
+ msgid "Yellow marker"
21
+ msgstr "Sariq marker bilan ta'kidlash"
22
+
23
+ msgctxt "Toolbar button tooltip for applying green marker (text highlight)."
24
+ msgid "Green marker"
25
+ msgstr "Yashil marker bilan ta'kidlash"
26
+
27
+ msgctxt "Toolbar button tooltip for applying pink marker (text highlight)."
28
+ msgid "Pink marker"
29
+ msgstr "Pushti rang markeri bilan belgilang"
30
+
31
+ msgctxt "Toolbar button tooltip for applying blue marker (text highlight)."
32
+ msgid "Blue marker"
33
+ msgstr "Moviy rang markeri bilan ajratib ko'rsatish"
34
+
35
+ msgctxt "Toolbar button tooltip for applying red pen (text color)."
36
+ msgid "Red pen"
37
+ msgstr "Matn rangi qizil"
38
+
39
+ msgctxt "Toolbar button tooltip for applying green pen (text color)."
40
+ msgid "Green pen"
41
+ msgstr "Matn rangi yashil"
42
+
43
+ msgctxt "Toolbar button tooltip for removing text highlight."
44
+ msgid "Remove highlight"
45
+ msgstr "Ajratishni olib tashlash"
46
+
47
+ msgctxt "Toolbar button tooltip for the text highlight feature."
48
+ msgid "Highlight"
49
+ msgstr "Ajratish"
50
+
51
+ msgctxt "Label used by assistive technologies describing the highlight feature toolbar."
52
+ msgid "Text highlight toolbar"
53
+ msgstr "Matn tanlash asboblar paneli"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-highlight",
3
- "version": "31.0.0",
3
+ "version": "31.1.0",
4
4
  "description": "Highlight feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,22 +12,22 @@
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-block-quote": "^31.0.0",
19
- "@ckeditor/ckeditor5-core": "^31.0.0",
20
- "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
21
- "@ckeditor/ckeditor5-editor-classic": "^31.0.0",
22
- "@ckeditor/ckeditor5-engine": "^31.0.0",
23
- "@ckeditor/ckeditor5-enter": "^31.0.0",
24
- "@ckeditor/ckeditor5-heading": "^31.0.0",
25
- "@ckeditor/ckeditor5-image": "^31.0.0",
26
- "@ckeditor/ckeditor5-list": "^31.0.0",
27
- "@ckeditor/ckeditor5-paragraph": "^31.0.0",
28
- "@ckeditor/ckeditor5-theme-lark": "^31.0.0",
29
- "@ckeditor/ckeditor5-typing": "^31.0.0",
30
- "@ckeditor/ckeditor5-utils": "^31.0.0",
18
+ "@ckeditor/ckeditor5-block-quote": "^31.1.0",
19
+ "@ckeditor/ckeditor5-core": "^31.1.0",
20
+ "@ckeditor/ckeditor5-dev-utils": "^26.0.0",
21
+ "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
22
+ "@ckeditor/ckeditor5-engine": "^31.1.0",
23
+ "@ckeditor/ckeditor5-enter": "^31.1.0",
24
+ "@ckeditor/ckeditor5-heading": "^31.1.0",
25
+ "@ckeditor/ckeditor5-image": "^31.1.0",
26
+ "@ckeditor/ckeditor5-list": "^31.1.0",
27
+ "@ckeditor/ckeditor5-paragraph": "^31.1.0",
28
+ "@ckeditor/ckeditor5-theme-lark": "^31.1.0",
29
+ "@ckeditor/ckeditor5-typing": "^31.1.0",
30
+ "@ckeditor/ckeditor5-utils": "^31.1.0",
31
31
  "webpack": "^4.43.0",
32
32
  "webpack-cli": "^3.3.11"
33
33
  },