@ckeditor/ckeditor5-media-embed 0.0.0-nightly-20231004.0 → 0.0.0-nightly-20231005.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.

Potentially problematic release.


This version of @ckeditor/ckeditor5-media-embed might be problematic. Click here for more details.

@@ -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.":"A URL desta 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={}));
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 "A URL desta mídia não é suportada."
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": "0.0.0-nightly-20231004.0",
3
+ "version": "0.0.0-nightly-20231005.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": "0.0.0-nightly-20231004.0",
16
- "ckeditor5": "0.0.0-nightly-20231004.0"
15
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20231005.0",
16
+ "ckeditor5": "0.0.0-nightly-20231005.0"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "GPL-2.0-or-later",