@bigbinary/neeto-editor 1.47.27 → 1.47.28
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/dist/Editor.js +1 -1
- package/dist/FormikEditor.js +1 -1
- package/dist/Menu.js +1 -1
- package/dist/{chunk-ZiL1jOJN.js → chunk-zoKBhh5D.js} +6 -2
- package/dist/{chunk-ZiL1jOJN.js.map → chunk-zoKBhh5D.js.map} +1 -1
- package/dist/cjs/Editor.cjs.js +1 -1
- package/dist/cjs/FormikEditor.cjs.js +1 -1
- package/dist/cjs/Menu.cjs.js +1 -1
- package/dist/cjs/{chunk-DMTvF2cL.cjs.js → chunk-D44ZMvgb.cjs.js} +5 -1
- package/dist/cjs/{chunk-DMTvF2cL.cjs.js.map → chunk-D44ZMvgb.cjs.js.map} +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/editor-stats.html +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/translations/de.json +2 -1
- package/src/translations/es.json +2 -1
- package/src/translations/fr.json +2 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { a as isEditorContentWithinLimit, i as isEditorEmpty, r as removeEmptyTa
|
|
|
6
6
|
export { A as Attachments } from './chunk--mv_teiM.js';
|
|
7
7
|
export { default as Editor } from './Editor.js';
|
|
8
8
|
export { default as FormikEditor } from './FormikEditor.js';
|
|
9
|
-
export { M as Menu } from './chunk-
|
|
9
|
+
export { M as Menu } from './chunk-zoKBhh5D.js';
|
|
10
10
|
export { default as EditorContent } from './EditorContent.js';
|
|
11
11
|
import { n } from './chunk-DmrvuTKK.js';
|
|
12
12
|
import 'ramda';
|
package/package.json
CHANGED
package/src/translations/de.json
CHANGED
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"fileNotAllowed": "Der ausgewählte Dateityp ist nicht erlaubt",
|
|
43
43
|
"noResults": "Keine Ergebnisse",
|
|
44
44
|
"imageUploadFailed": "Das Hochladen des Bildes ist fehlgeschlagen, bitte versuchen Sie es erneut!",
|
|
45
|
-
"fieldRequired": "Dieses Feld ist erforderlich."
|
|
45
|
+
"fieldRequired": "Dieses Feld ist erforderlich.",
|
|
46
|
+
"corruptFile": "Diese Datei ist beschädigt. Bitte versuchen Sie es erneut mit einer anderen."
|
|
46
47
|
},
|
|
47
48
|
"menu": {
|
|
48
49
|
"attachments": "Anhänge",
|
package/src/translations/es.json
CHANGED
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"fileNotAllowed": "El tipo de archivo seleccionado no está permitido",
|
|
43
43
|
"noResults": "Sin resultados",
|
|
44
44
|
"imageUploadFailed": "La carga de la imagen falló, ¡por favor intente de nuevo!",
|
|
45
|
-
"fieldRequired": "Este campo es obligatorio."
|
|
45
|
+
"fieldRequired": "Este campo es obligatorio.",
|
|
46
|
+
"corruptFile": "Este archivo está dañado. Por favor, intenta de nuevo con otro"
|
|
46
47
|
},
|
|
47
48
|
"menu": {
|
|
48
49
|
"attachments": "Archivos adjuntos",
|
package/src/translations/fr.json
CHANGED
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"fileNotAllowed": "Le type de fichier sélectionné n'est pas autorisé",
|
|
43
43
|
"noResults": "Aucun résultat",
|
|
44
44
|
"imageUploadFailed": "Échec du téléchargement de l'image, veuillez réessayer !",
|
|
45
|
-
"fieldRequired": "Ce champ est requis."
|
|
45
|
+
"fieldRequired": "Ce champ est requis.",
|
|
46
|
+
"corruptFile": "Ce fichier est corrompu. Veuillez réessayer avec un autre"
|
|
46
47
|
},
|
|
47
48
|
"menu": {
|
|
48
49
|
"attachments": "Pièces jointes",
|