@ckeditor/ckeditor5-media-embed 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 +2 -2
- package/build/translations/pt-br.js +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
|
|
2
2
|
==========================
|
3
3
|
|
4
4
|
**CKEditor 5 media embed feature** – https://github.com/ckeditor/ckeditor5-media-embed <br>
|
5
|
-
Copyright (c) 2003
|
5
|
+
Copyright (c) 2003–2023, [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(e){const a=e["pt-br"]=e["pt-br"]||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert media":"Inserir mídia","Media toolbar":"Ferramentas de Mídia","Media URL":"URL da mídia","media widget":"Ferramenta de mídia","Open media in new tab":"Abrir mídia em nova aba","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"
|
1
|
+
!function(e){const a=e["pt-br"]=e["pt-br"]||{};a.dictionary=Object.assign(a.dictionary||{},{"Insert media":"Inserir mídia","Media toolbar":"Ferramentas de Mídia","Media URL":"URL da mídia","media widget":"Ferramenta de mídia","Open media in new tab":"Abrir mídia em nova aba","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"Esta URL de mídia não é suportada.","Tip: Paste the URL into the content to embed faster.":"Cole o endereço dentro do conteúdo para embutir mais rapidamente."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
@@ -39,7 +39,7 @@ msgstr "A URL não pode ficar em branco."
|
|
39
39
|
|
40
40
|
msgctxt "An error message that informs about unsupported media URL."
|
41
41
|
msgid "This media URL is not supported."
|
42
|
-
msgstr "
|
42
|
+
msgstr "Esta URL de mídia não é suportada."
|
43
43
|
|
44
44
|
msgctxt "Toolbar button tooltip for the Media Embed feature."
|
45
45
|
msgid "Insert media"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-media-embed",
|
3
|
-
"version": "
|
3
|
+
"version": "40.1.0",
|
4
4
|
"description": "Media embed feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,8 +12,8 @@
|
|
12
12
|
],
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-ui": "
|
16
|
-
"ckeditor5": "
|
15
|
+
"@ckeditor/ckeditor5-ui": "40.1.0",
|
16
|
+
"ckeditor5": "40.1.0"
|
17
17
|
},
|
18
18
|
"author": "CKSource (http://cksource.com/)",
|
19
19
|
"license": "GPL-2.0-or-later",
|