@ckeditor/ckeditor5-alignment 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(t){const n=t.tt=t.tt||{};n.dictionary=Object.assign(n.dictionary||{},{"Align center":"Үзәккә тигезлә","Align left":"Сулга тигезлә","Align right":"Уңга тигезлә",Justify:"Tигезлә","Text alignment":"Текстны тигезләү","Text alignment toolbar":"Текстны тигезләү кораллары панеле"})}(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 {"tt":{"dictionary":{"Align left":"Сулга тигезлә","Align right":"Уңга тигезлә","Align center":"Үзәккә тигезлә","Justify":"Tигезлә","Text alignment":"Текстны тигезләү","Text alignment toolbar":"Текстны тигезләү кораллары панеле"},getPluralForm(n){return 0;}}}
@@ -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 { [ 'tt' ]: { dictionary, getPluralForm } } = {"tt":{"dictionary":{"Align left":"Сулга тигезлә","Align right":"Уңга тигезлә","Align center":"Үзәккә тигезлә","Justify":"Tигезлә","Text alignment":"Текстны тигезләү","Text alignment toolbar":"Текстны тигезләү кораллары панеле"},getPluralForm(n){return 0;}}};
8
+ e[ 'tt' ] ||= { dictionary: {}, getPluralForm: null };
9
+ e[ 'tt' ].dictionary = Object.assign( e[ 'tt' ].dictionary, dictionary );
10
+ e[ 'tt' ].getPluralForm = getPluralForm;
11
+ } )( window.CKEDITOR_TRANSLATIONS ||= {} );
@@ -0,0 +1,42 @@
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: Tatar (https://app.transifex.com/ckeditor/teams/11143/tt/)\n"
16
+ "Language: tt\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+
20
+ msgctxt "Toolbar button tooltip for aligning the text to the left."
21
+ msgid "Align left"
22
+ msgstr "Сулга тигезлә"
23
+
24
+ msgctxt "Toolbar button tooltip for aligning the text to the right."
25
+ msgid "Align right"
26
+ msgstr "Уңга тигезлә"
27
+
28
+ msgctxt "Toolbar button tooltip for aligning the text to center."
29
+ msgid "Align center"
30
+ msgstr "Үзәккә тигезлә"
31
+
32
+ msgctxt "Toolbar button tooltip for making the text justified."
33
+ msgid "Justify"
34
+ msgstr "Tигезлә"
35
+
36
+ msgctxt "Dropdown button tooltip for the text alignment feature."
37
+ msgid "Text alignment"
38
+ msgstr "Текстны тигезләү"
39
+
40
+ msgctxt "Label used by assistive technologies describing the text alignment feature toolbar."
41
+ msgid "Text alignment toolbar"
42
+ msgstr "Текстны тигезләү кораллары панеле"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-alignment",
3
- "version": "43.1.1",
3
+ "version": "43.2.0-alpha.0",
4
4
  "description": "Text alignment 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.1.1",
17
- "@ckeditor/ckeditor5-ui": "43.1.1",
18
- "@ckeditor/ckeditor5-utils": "43.1.1",
19
- "ckeditor5": "43.1.1"
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
  },
21
21
  "author": "CKSource (http://cksource.com/)",
22
22
  "license": "GPL-2.0-or-later",