@ckeditor/ckeditor5-basic-styles 43.0.0-alpha.1 → 43.0.0-alpha.2
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/gl.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(i){const
|
|
1
|
+
!function(i){const e=i.gl=i.gl||{};e.dictionary=Object.assign(e.dictionary||{},{Bold:"Grosa","Bold text":"Texto en grosa",Code:"Código",Italic:"Itálica","Italic text":"Texto en cursiva","Move out of an inline code style":"Saír dun estilo de código en liña",Strikethrough:"Riscado","Strikethrough text":"Texto riscado",Subscript:"Subíndice",Superscript:"Superíndice",Underline:"Subliñado","Underline text":"Texto subliñado"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/translations/gl.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 {"gl":{"dictionary":{"Bold":"
|
|
5
|
+
export default {"gl":{"dictionary":{"Bold":"Grosa","Italic":"Itálica","Underline":"Subliñado","Code":"Código","Strikethrough":"Riscado","Subscript":"Subíndice","Superscript":"Superíndice","Italic text":"Texto en cursiva","Move out of an inline code style":"Saír dun estilo de código en liña","Bold text":"Texto en grosa","Underline text":"Texto subliñado","Strikethrough text":"Texto riscado"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Bold":"
|
|
7
|
+
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Bold":"Grosa","Italic":"Itálica","Underline":"Subliñado","Code":"Código","Strikethrough":"Riscado","Subscript":"Subíndice","Superscript":"Superíndice","Italic text":"Texto en cursiva","Move out of an inline code style":"Saír dun estilo de código en liña","Bold text":"Texto en grosa","Underline text":"Texto subliñado","Strikethrough text":"Texto riscado"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary );
|
|
10
10
|
e[ 'gl' ].getPluralForm = getPluralForm;
|
package/lang/translations/gl.po
CHANGED
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
|
19
19
|
|
|
20
20
|
msgctxt "Toolbar button tooltip for the Bold feature."
|
|
21
21
|
msgid "Bold"
|
|
22
|
-
msgstr "
|
|
22
|
+
msgstr "Grosa"
|
|
23
23
|
|
|
24
24
|
msgctxt "Toolbar button tooltip for the Italic feature."
|
|
25
25
|
msgid "Italic"
|
|
@@ -47,20 +47,20 @@ msgstr "Superíndice"
|
|
|
47
47
|
|
|
48
48
|
msgctxt "Keystroke description for assistive technologies: keystroke for making text italic."
|
|
49
49
|
msgid "Italic text"
|
|
50
|
-
msgstr ""
|
|
50
|
+
msgstr "Texto en cursiva"
|
|
51
51
|
|
|
52
52
|
msgctxt "Keystroke description for assistive technologies: keystroke for moving selection out of an inline code style."
|
|
53
53
|
msgid "Move out of an inline code style"
|
|
54
|
-
msgstr ""
|
|
54
|
+
msgstr "Saír dun estilo de código en liña"
|
|
55
55
|
|
|
56
56
|
msgctxt "Keystroke description for assistive technologies: keystroke for making text bold."
|
|
57
57
|
msgid "Bold text"
|
|
58
|
-
msgstr ""
|
|
58
|
+
msgstr "Texto en grosa"
|
|
59
59
|
|
|
60
60
|
msgctxt "Keystroke description for assistive technologies: keystroke for making text underlined."
|
|
61
61
|
msgid "Underline text"
|
|
62
|
-
msgstr ""
|
|
62
|
+
msgstr "Texto subliñado"
|
|
63
63
|
|
|
64
64
|
msgctxt "Keystroke description for assistive technologies: keystroke for making text strikethrough."
|
|
65
65
|
msgid "Strikethrough text"
|
|
66
|
-
msgstr ""
|
|
66
|
+
msgstr "Texto riscado"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-basic-styles",
|
|
3
|
-
"version": "43.0.0-alpha.
|
|
3
|
+
"version": "43.0.0-alpha.2",
|
|
4
4
|
"description": "Basic styles 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.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.
|
|
19
|
-
"ckeditor5": "43.0.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.2",
|
|
17
|
+
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.2",
|
|
18
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.2",
|
|
19
|
+
"ckeditor5": "43.0.0-alpha.2"
|
|
20
20
|
},
|
|
21
21
|
"author": "CKSource (http://cksource.com/)",
|
|
22
22
|
"license": "GPL-2.0-or-later",
|