@ckeditor/ckeditor5-highlight 43.1.1 → 43.2.0-alpha.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(e){const i=e.ug=e.ug||{};i.dictionary=Object.assign(i.dictionary||{},{"Blue marker":"كۆك بەلگە","Green marker":"يېشىل بەلگە","Green pen":"يېشىل قەلەم",Highlight:"يورۇت","Pink marker":"ھالرەڭ بەلگە","Red pen":"قىزىل قەلەم","Remove highlight":"يورۇتۇشنى چىقىرىۋەت","Text highlight toolbar":"تېكىست يورۇتۇش قورال بالدىقى","Yellow marker":" سېرىق بەلگە"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"ug":{"dictionary":{"Yellow marker":" سېرىق بەلگە","Green marker":"يېشىل بەلگە","Pink marker":"ھالرەڭ بەلگە","Blue marker":"كۆك بەلگە","Red pen":"قىزىل قەلەم","Green pen":"يېشىل قەلەم","Remove highlight":"يورۇتۇشنى چىقىرىۋەت","Highlight":"يورۇت","Text highlight toolbar":"تېكىست يورۇتۇش قورال بالدىقى"},getPluralForm(n){return (n != 1);}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'ug' ]: { dictionary, getPluralForm } } = {"ug":{"dictionary":{"Yellow marker":" سېرىق بەلگە","Green marker":"يېشىل بەلگە","Pink marker":"ھالرەڭ بەلگە","Blue marker":"كۆك بەلگە","Red pen":"قىزىل قەلەم","Green pen":"يېشىل قەلەم","Remove highlight":"يورۇتۇشنى چىقىرىۋەت","Highlight":"يورۇت","Text highlight toolbar":"تېكىست يورۇتۇش قورال بالدىقى"},getPluralForm(n){return (n != 1);}}};
|
8
|
+
e[ 'ug' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'ug' ].dictionary = Object.assign( e[ 'ug' ].dictionary, dictionary );
|
10
|
+
e[ 'ug' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Uyghur (https://app.transifex.com/ckeditor/teams/11143/ug/)\n"
|
16
|
+
"Language: ug\n"
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
19
|
+
|
20
|
+
msgctxt "Toolbar button tooltip for applying yellow marker (text highlight)."
|
21
|
+
msgid "Yellow marker"
|
22
|
+
msgstr " سېرىق بەلگە"
|
23
|
+
|
24
|
+
msgctxt "Toolbar button tooltip for applying green marker (text highlight)."
|
25
|
+
msgid "Green marker"
|
26
|
+
msgstr "يېشىل بەلگە"
|
27
|
+
|
28
|
+
msgctxt "Toolbar button tooltip for applying pink marker (text highlight)."
|
29
|
+
msgid "Pink marker"
|
30
|
+
msgstr "ھالرەڭ بەلگە"
|
31
|
+
|
32
|
+
msgctxt "Toolbar button tooltip for applying blue marker (text highlight)."
|
33
|
+
msgid "Blue marker"
|
34
|
+
msgstr "كۆك بەلگە"
|
35
|
+
|
36
|
+
msgctxt "Toolbar button tooltip for applying red pen (text color)."
|
37
|
+
msgid "Red pen"
|
38
|
+
msgstr "قىزىل قەلەم"
|
39
|
+
|
40
|
+
msgctxt "Toolbar button tooltip for applying green pen (text color)."
|
41
|
+
msgid "Green pen"
|
42
|
+
msgstr "يېشىل قەلەم"
|
43
|
+
|
44
|
+
msgctxt "Toolbar button tooltip for removing text highlight."
|
45
|
+
msgid "Remove highlight"
|
46
|
+
msgstr "يورۇتۇشنى چىقىرىۋەت"
|
47
|
+
|
48
|
+
msgctxt "Toolbar button tooltip for the text highlight feature."
|
49
|
+
msgid "Highlight"
|
50
|
+
msgstr "يورۇت"
|
51
|
+
|
52
|
+
msgctxt "Label used by assistive technologies describing the highlight feature toolbar."
|
53
|
+
msgid "Text highlight toolbar"
|
54
|
+
msgstr "تېكىست يورۇتۇش قورال بالدىقى"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-highlight",
|
3
|
-
"version": "43.
|
3
|
+
"version": "43.2.0-alpha.0",
|
4
4
|
"description": "Highlight feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,9 +13,9 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-core": "43.
|
17
|
-
"@ckeditor/ckeditor5-ui": "43.
|
18
|
-
"ckeditor5": "43.
|
16
|
+
"@ckeditor/ckeditor5-core": "43.2.0-alpha.0",
|
17
|
+
"@ckeditor/ckeditor5-ui": "43.2.0-alpha.0",
|
18
|
+
"ckeditor5": "43.2.0-alpha.0"
|
19
19
|
},
|
20
20
|
"author": "CKSource (http://cksource.com/)",
|
21
21
|
"license": "GPL-2.0-or-later",
|