@ckeditor/ckeditor5-widget 43.0.0-alpha.3 → 43.0.0-alpha.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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":{"Widget toolbar":"Barra de ferramentas de trebellos","Insert paragraph before block":"Inserir parágrafo antes do bloque","Insert paragraph after block":"Inserir parágrafo após o bloque","Press Enter to type after or press Shift + Enter to type before the widget":"Prema Intro para escribir após ou prema Maiús + Intro para escribir antes do trebello","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Move focus from an editable area back to the parent widget":""},getPluralForm(n){return (n != 1);}}}
5
+ export default {"gl":{"dictionary":{"Widget toolbar":"Barra de ferramentas de trebellos","Insert paragraph before block":"Inserir parágrafo antes do bloque","Insert paragraph after block":"Inserir parágrafo após o bloque","Press Enter to type after or press Shift + Enter to type before the widget":"Prema Intro para escribir após ou prema Maiús + Intro para escribir antes do trebello","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Teclas de atallo que se poden usar cando se selecciona un trebello (por exemplo: imaxe, táboa, etc.)","Insert a new paragraph directly after a widget":"Inserir directamente un novo parágrafo após un trebello","Insert a new paragraph directly before a widget":"Inserir directamente un novo parágrafo antes dun trebello","Move the caret to allow typing directly before a widget":"Mover o cursor para permitir escribir directamente antes dun trebello","Move the caret to allow typing directly after a widget":"Mover o cursor para permitir escribir directamente após un trebello","Move focus from an editable area back to the parent widget":"Mover o foco dunha área editábel de volta ao trebello principal"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Widget toolbar":"Barra de ferramentas de trebellos","Insert paragraph before block":"Inserir parágrafo antes do bloque","Insert paragraph after block":"Inserir parágrafo após o bloque","Press Enter to type after or press Shift + Enter to type before the widget":"Prema Intro para escribir após ou prema Maiús + Intro para escribir antes do trebello","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"","Insert a new paragraph directly after a widget":"","Insert a new paragraph directly before a widget":"","Move the caret to allow typing directly before a widget":"","Move the caret to allow typing directly after a widget":"","Move focus from an editable area back to the parent widget":""},getPluralForm(n){return (n != 1);}}};
7
+ const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Widget toolbar":"Barra de ferramentas de trebellos","Insert paragraph before block":"Inserir parágrafo antes do bloque","Insert paragraph after block":"Inserir parágrafo após o bloque","Press Enter to type after or press Shift + Enter to type before the widget":"Prema Intro para escribir após ou prema Maiús + Intro para escribir antes do trebello","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Teclas de atallo que se poden usar cando se selecciona un trebello (por exemplo: imaxe, táboa, etc.)","Insert a new paragraph directly after a widget":"Inserir directamente un novo parágrafo após un trebello","Insert a new paragraph directly before a widget":"Inserir directamente un novo parágrafo antes dun trebello","Move the caret to allow typing directly before a widget":"Mover o cursor para permitir escribir directamente antes dun trebello","Move the caret to allow typing directly after a widget":"Mover o cursor para permitir escribir directamente após un trebello","Move focus from an editable area back to the parent widget":"Mover o foco dunha área editábel de volta ao trebello principal"},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;
@@ -35,24 +35,24 @@ msgstr "Prema Intro para escribir após ou prema Maiús + Intro para escribir an
35
35
 
36
36
  msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
37
37
  msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
38
- msgstr ""
38
+ msgstr "Teclas de atallo que se poden usar cando se selecciona un trebello (por exemplo: imaxe, táboa, etc.)"
39
39
 
40
40
  msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
41
41
  msgid "Insert a new paragraph directly after a widget"
42
- msgstr ""
42
+ msgstr "Inserir directamente un novo parágrafo após un trebello"
43
43
 
44
44
  msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
45
45
  msgid "Insert a new paragraph directly before a widget"
46
- msgstr ""
46
+ msgstr "Inserir directamente un novo parágrafo antes dun trebello"
47
47
 
48
48
  msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
49
49
  msgid "Move the caret to allow typing directly before a widget"
50
- msgstr ""
50
+ msgstr "Mover o cursor para permitir escribir directamente antes dun trebello"
51
51
 
52
52
  msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
53
53
  msgid "Move the caret to allow typing directly after a widget"
54
- msgstr ""
54
+ msgstr "Mover o cursor para permitir escribir directamente após un trebello"
55
55
 
56
56
  msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
57
57
  msgid "Move focus from an editable area back to the parent widget"
58
- msgstr ""
58
+ msgstr "Mover o foco dunha área editábel de volta ao trebello principal"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "43.0.0-alpha.3",
3
+ "version": "43.0.0-alpha.5",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "43.0.0-alpha.3",
16
- "@ckeditor/ckeditor5-engine": "43.0.0-alpha.3",
17
- "@ckeditor/ckeditor5-enter": "43.0.0-alpha.3",
18
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.3",
19
- "@ckeditor/ckeditor5-utils": "43.0.0-alpha.3",
20
- "@ckeditor/ckeditor5-typing": "43.0.0-alpha.3",
15
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.5",
16
+ "@ckeditor/ckeditor5-engine": "43.0.0-alpha.5",
17
+ "@ckeditor/ckeditor5-enter": "43.0.0-alpha.5",
18
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.5",
19
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.5",
20
+ "@ckeditor/ckeditor5-typing": "43.0.0-alpha.5",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",