@ckeditor/ckeditor5-undo 31.0.0 → 31.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lang/translations/uz.po +25 -0
- package/package.json +13 -13
@@ -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 Undo feature."
|
20
|
+
msgid "Undo"
|
21
|
+
msgstr "Bekor qilish"
|
22
|
+
|
23
|
+
msgctxt "Toolbar button tooltip for the Redo feature."
|
24
|
+
msgid "Redo"
|
25
|
+
msgstr "Takrorlash"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-undo",
|
3
|
-
"version": "31.
|
3
|
+
"version": "31.1.0",
|
4
4
|
"description": "Undo feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,20 +12,20 @@
|
|
12
12
|
],
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-core": "^31.
|
16
|
-
"@ckeditor/ckeditor5-engine": "^31.
|
17
|
-
"@ckeditor/ckeditor5-ui": "^31.
|
15
|
+
"@ckeditor/ckeditor5-core": "^31.1.0",
|
16
|
+
"@ckeditor/ckeditor5-engine": "^31.1.0",
|
17
|
+
"@ckeditor/ckeditor5-ui": "^31.1.0"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
|
-
"@ckeditor/ckeditor5-basic-styles": "^31.
|
21
|
-
"@ckeditor/ckeditor5-clipboard": "^31.
|
22
|
-
"@ckeditor/ckeditor5-editor-classic": "^31.
|
23
|
-
"@ckeditor/ckeditor5-enter": "^31.
|
24
|
-
"@ckeditor/ckeditor5-heading": "^31.
|
25
|
-
"@ckeditor/ckeditor5-paragraph": "^31.
|
26
|
-
"@ckeditor/ckeditor5-typing": "^31.
|
27
|
-
"@ckeditor/ckeditor5-table": "^31.
|
28
|
-
"@ckeditor/ckeditor5-utils": "^31.
|
20
|
+
"@ckeditor/ckeditor5-basic-styles": "^31.1.0",
|
21
|
+
"@ckeditor/ckeditor5-clipboard": "^31.1.0",
|
22
|
+
"@ckeditor/ckeditor5-editor-classic": "^31.1.0",
|
23
|
+
"@ckeditor/ckeditor5-enter": "^31.1.0",
|
24
|
+
"@ckeditor/ckeditor5-heading": "^31.1.0",
|
25
|
+
"@ckeditor/ckeditor5-paragraph": "^31.1.0",
|
26
|
+
"@ckeditor/ckeditor5-typing": "^31.1.0",
|
27
|
+
"@ckeditor/ckeditor5-table": "^31.1.0",
|
28
|
+
"@ckeditor/ckeditor5-utils": "^31.1.0"
|
29
29
|
},
|
30
30
|
"engines": {
|
31
31
|
"node": ">=12.0.0",
|