@ckeditor/ckeditor5-find-and-replace 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.
package/build/translations/tt.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t){const e=t.tt=t.tt||{};e.dictionary=Object.assign(e.dictionary||{},{"Advanced options":"",Find:"Таб","Find and replace":"","Find in text…":"Текстта таб...","Find in the document":"","Match case":"","Next result":"","Previous result":"",Replace:"","Replace all":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Whole words only":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
1
|
+
!function(t){const e=t.tt=t.tt||{};e.dictionary=Object.assign(e.dictionary||{},{"Advanced options":"",Find:"Таб","Find and replace":"","Find in text…":"Текстта таб...","Find in the document":"","Match case":"","Next result":"","Previous result":"",Replace:"Алмаштыр","Replace all":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Whole words only":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/translations/tt.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"tt":{"dictionary":{"Find and replace":"","Find in text…":"Текстта таб...","Find":"Таб","Previous result":"","Next result":"","Replace":"","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":""},getPluralForm(n){return 0;}}}
|
|
5
|
+
export default {"tt":{"dictionary":{"Find and replace":"","Find in text…":"Текстта таб...","Find":"Таб","Previous result":"","Next result":"","Replace":"Алмаштыр","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":""},getPluralForm(n){return 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'tt' ]: { dictionary, getPluralForm } } = {"tt":{"dictionary":{"Find and replace":"","Find in text…":"Текстта таб...","Find":"Таб","Previous result":"","Next result":"","Replace":"","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":""},getPluralForm(n){return 0;}}};
|
|
7
|
+
const { [ 'tt' ]: { dictionary, getPluralForm } } = {"tt":{"dictionary":{"Find and replace":"","Find in text…":"Текстта таб...","Find":"Таб","Previous result":"","Next result":"","Replace":"Алмаштыр","Replace all":"","Match case":"","Whole words only":"","Replace with…":"","Text to find must not be empty.":"","Tip: Find some text first in order to replace it.":"","Advanced options":"","Find in the document":""},getPluralForm(n){return 0;}}};
|
|
8
8
|
e[ 'tt' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'tt' ].dictionary = Object.assign( e[ 'tt' ].dictionary, dictionary );
|
|
10
10
|
e[ 'tt' ].getPluralForm = getPluralForm;
|
package/lang/translations/tt.po
CHANGED
|
@@ -39,7 +39,7 @@ msgstr ""
|
|
|
39
39
|
|
|
40
40
|
msgctxt "The label for the (single) replace action button in the find and replace dropdown."
|
|
41
41
|
msgid "Replace"
|
|
42
|
-
msgstr ""
|
|
42
|
+
msgstr "Алмаштыр"
|
|
43
43
|
|
|
44
44
|
msgctxt "The label for the replace all action button in the find and replace dropdown."
|
|
45
45
|
msgid "Replace all"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-find-and-replace",
|
|
3
|
-
"version": "43.
|
|
3
|
+
"version": "43.2.0-alpha.0",
|
|
4
4
|
"description": "Find and replace feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "43.
|
|
17
|
-
"@ckeditor/ckeditor5-ui": "43.
|
|
18
|
-
"@ckeditor/ckeditor5-utils": "43.
|
|
19
|
-
"ckeditor5": "43.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "43.2.0-alpha.0",
|
|
17
|
+
"@ckeditor/ckeditor5-ui": "43.2.0-alpha.0",
|
|
18
|
+
"@ckeditor/ckeditor5-utils": "43.2.0-alpha.0",
|
|
19
|
+
"ckeditor5": "43.2.0-alpha.0",
|
|
20
20
|
"lodash-es": "4.17.21"
|
|
21
21
|
},
|
|
22
22
|
"author": "CKSource (http://cksource.com/)",
|