@ckeditor/ckeditor5-code-block 43.0.0-alpha.0 → 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(
|
|
1
|
+
!function(o){const n=o.gl=o.gl||{};n.dictionary=Object.assign(n.dictionary||{},{"Code block":"Bloque de código ","Entering %0 code snippet":"Introducindo o fragmento de código %0","Entering code snippet":"Introducindo un fragmento de código","Insert code block":"Inserir bloque de código","Leaving %0 code snippet":"Abandonando o fragmento de código %0","Leaving code snippet":"Abandonando o fragmento de código","Plain text":"Texto simple"})}(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":{"Insert code block":"Inserir bloque de código","Plain text":"Texto simple","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"gl":{"dictionary":{"Insert code block":"Inserir bloque de código","Plain text":"Texto simple","Leaving %0 code snippet":"Abandonando o fragmento de código %0","Entering %0 code snippet":"Introducindo o fragmento de código %0","Entering code snippet":"Introducindo un fragmento de código","Leaving code snippet":"Abandonando o fragmento de código","Code block":"Bloque de código "},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Insert code block":"Inserir bloque de código","Plain text":"Texto simple","Leaving %0 code snippet":"","Entering %0 code snippet":"","Entering code snippet":"","Leaving code snippet":"","Code block":""},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Insert code block":"Inserir bloque de código","Plain text":"Texto simple","Leaving %0 code snippet":"Abandonando o fragmento de código %0","Entering %0 code snippet":"Introducindo o fragmento de código %0","Entering code snippet":"Introducindo un fragmento de código","Leaving code snippet":"Abandonando o fragmento de código","Code block":"Bloque de código "},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
|
@@ -27,20 +27,20 @@ msgstr "Texto simple"
|
|
|
27
27
|
|
|
28
28
|
msgctxt "Assistive technologies label for leaving the code block with a specified programming language. Example: 'Leaving JavaScript code snippet'"
|
|
29
29
|
msgid "Leaving %0 code snippet"
|
|
30
|
-
msgstr ""
|
|
30
|
+
msgstr "Abandonando o fragmento de código %0"
|
|
31
31
|
|
|
32
32
|
msgctxt "Assistive technologies label for entering the code block with a specified programming language. Example: 'Entering JavaScript code snippet'"
|
|
33
33
|
msgid "Entering %0 code snippet"
|
|
34
|
-
msgstr ""
|
|
34
|
+
msgstr "Introducindo o fragmento de código %0"
|
|
35
35
|
|
|
36
36
|
msgctxt "Assistive technologies label for entering the code block with unspecified programming language."
|
|
37
37
|
msgid "Entering code snippet"
|
|
38
|
-
msgstr ""
|
|
38
|
+
msgstr "Introducindo un fragmento de código"
|
|
39
39
|
|
|
40
40
|
msgctxt "Assistive technologies label for leaving the code block with unspecified programming language."
|
|
41
41
|
msgid "Leaving code snippet"
|
|
42
|
-
msgstr ""
|
|
42
|
+
msgstr "Abandonando o fragmento de código"
|
|
43
43
|
|
|
44
44
|
msgctxt "The accessible label of the menu bar button that inserts a code block into editor content."
|
|
45
45
|
msgid "Code block"
|
|
46
|
-
msgstr ""
|
|
46
|
+
msgstr "Bloque de código "
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-code-block",
|
|
3
|
-
"version": "43.0.0-alpha.
|
|
3
|
+
"version": "43.0.0-alpha.2",
|
|
4
4
|
"description": "Code block feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "43.0.0-alpha.
|
|
17
|
-
"@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.
|
|
18
|
-
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-enter": "43.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.
|
|
22
|
-
"ckeditor5": "43.0.0-alpha.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.2",
|
|
17
|
+
"@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.2",
|
|
18
|
+
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.2",
|
|
19
|
+
"@ckeditor/ckeditor5-enter": "43.0.0-alpha.2",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.2",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.2",
|
|
22
|
+
"ckeditor5": "43.0.0-alpha.2"
|
|
23
23
|
},
|
|
24
24
|
"author": "CKSource (http://cksource.com/)",
|
|
25
25
|
"license": "GPL-2.0-or-later",
|