@ckeditor/ckeditor5-indent 0.0.0-nightly-20231206.0 → 0.0.0-nightly-20231208.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.
@@ -1 +1 @@
1
- !function(n){const i=n.gl=n.gl||{};i.dictionary=Object.assign(i.dictionary||{},{"Decrease indent":"Reducir sangrado","Increase indent":"Aumentar sangrado"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(n){const a=n.gl=n.gl||{};a.dictionary=Object.assign(a.dictionary||{},{"Decrease indent":"Reducir a sangría","Increase indent":"Aumentar a sangría"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -19,8 +19,8 @@ msgstr ""
19
19
 
20
20
  msgctxt "Toolbar button tooltip for the increase indentation feature."
21
21
  msgid "Increase indent"
22
- msgstr "Aumentar sangrado"
22
+ msgstr "Aumentar a sangría"
23
23
 
24
24
  msgctxt "Toolbar button tooltip for the decrease indentation feature."
25
25
  msgid "Decrease indent"
26
- msgstr "Reducir sangrado"
26
+ msgstr "Reducir a sangría"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-indent",
3
- "version": "0.0.0-nightly-20231206.0",
3
+ "version": "0.0.0-nightly-20231208.0",
4
4
  "description": "Block indentation feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "0.0.0-nightly-20231206.0"
15
+ "ckeditor5": "0.0.0-nightly-20231208.0"
16
16
  },
17
17
  "author": "CKSource (http://cksource.com/)",
18
18
  "license": "GPL-2.0-or-later",