@ckeditor/ckeditor5-restricted-editing 39.0.2 → 40.1.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.
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 restricted editing feature** – https://github.com/ckeditor/ckeditor5-restricted-editing <br>
5
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
8
 
@@ -14,4 +14,4 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
14
14
  Trademarks
15
15
  ----------
16
16
 
17
- **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
17
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
@@ -1 +1 @@
1
- !function(i){const e=i["pt-br"]=i["pt-br"]||{};e.dictionary=Object.assign(e.dictionary||{},{"Disable editing":"Desabilitar edição","Enable editing":"Habilitar edição","Navigate editable regions":"Navegar entre as regiões editáveis","Next editable region":"Ir para próxima região editável","Previous editable region":"Ir para região editável anterior"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const i=e["pt-br"]=e["pt-br"]||{};i.dictionary=Object.assign(i.dictionary||{},{"Disable editing":"Desativar edição","Enable editing":"Ativar edição","Navigate editable regions":"Navegar entre regiões editáveis","Next editable region":"Próxima região editável","Previous editable region":"Região editável anterior"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -19,20 +19,20 @@ msgstr ""
19
19
 
20
20
  msgctxt "A label of the button indicating that using this button will make a selected text non–editable."
21
21
  msgid "Disable editing"
22
- msgstr "Desabilitar edição"
22
+ msgstr "Desativar edição"
23
23
 
24
24
  msgctxt "A label of the button indicating that using this button will make a selected text editable."
25
25
  msgid "Enable editing"
26
- msgstr "Habilitar edição"
26
+ msgstr "Ativar edição"
27
27
 
28
28
  msgctxt "A label of the button that moves selection to the previous editable region in the content."
29
29
  msgid "Previous editable region"
30
- msgstr "Ir para região editável anterior"
30
+ msgstr "Região editável anterior"
31
31
 
32
32
  msgctxt "A label of the button that moves selection to the next editable region in the content."
33
33
  msgid "Next editable region"
34
- msgstr "Ir para próxima região editável"
34
+ msgstr "Próxima região editável"
35
35
 
36
36
  msgctxt "A label of the dropdown that provides controls to navigate editable regions in the content."
37
37
  msgid "Navigate editable regions"
38
- msgstr "Navegar entre as regiões editáveis"
38
+ msgstr "Navegar entre regiões editáveis"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-restricted-editing",
3
- "version": "39.0.2",
3
+ "version": "40.1.0",
4
4
  "description": "Restricted editing feature for CKEditor 5 editors.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "ckeditor5": "39.0.2"
14
+ "ckeditor5": "40.1.0"
15
15
  },
16
16
  "author": "CKSource (http://cksource.com/)",
17
17
  "license": "GPL-2.0-or-later",