@ceedcv-maya/shared-editor-react 0.9.0 → 0.11.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/src/i18n/en.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "editor": {
3
- "toolbar": {
4
- "bold": "Bold",
5
- "italic": "Italic",
6
- "underline": "Underline",
7
- "strike": "Strikethrough",
8
- "code": "Code",
9
- "link": "Insert link",
10
- "linkPrompt": "Link URL",
11
- "unlink": "Remove link",
12
- "heading1": "Heading 1",
13
- "heading2": "Heading 2",
14
- "heading3": "Heading 3",
15
- "paragraph": "Paragraph",
16
- "bulletList": "Bullet list",
17
- "orderedList": "Numbered list",
18
- "taskList": "Task list",
19
- "blockquote": "Quote",
20
- "codeBlock": "Code block",
21
- "horizontalRule": "Horizontal rule",
22
- "image": "Insert image",
23
- "table": "Insert table",
24
- "alert": "Alert",
25
- "iframe": "Insert iframe",
26
- "iframePrompt": "Iframe URL",
27
- "fullscreen": "Fullscreen",
28
- "exitFullscreen": "Exit fullscreen",
29
- "addComment": "Comment selection",
30
- "importDocx": "Import .docx",
31
- "exportDocx": "Export as .docx",
32
- "insertHtml": "Insert HTML",
33
- "insertMarkdown": "Insert Markdown",
34
- "undo": "Undo",
35
- "redo": "Redo",
36
- "uploadImage": "Insert image",
37
- "find": "Find and replace",
38
- "findPlaceholder": "Find",
39
- "replacePlaceholder": "Replace with",
40
- "findNext": "Next match",
41
- "findPrev": "Previous match",
42
- "replace": "Replace",
43
- "replaceAll": "Replace all",
44
- "findClose": "Close find",
45
- "caseSensitive": "Match case",
46
- "findNone": "No matches"
47
- },
48
- "placeholder": "Start typing or press / for commands…",
49
- "errors": {
50
- "uploadFailed": "File upload failed",
51
- "linkInvalid": "Invalid URL"
52
- }
53
- }
54
- }
package/src/i18n/es.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "editor": {
3
- "toolbar": {
4
- "bold": "Negrita",
5
- "italic": "Cursiva",
6
- "underline": "Subrayado",
7
- "strike": "Tachado",
8
- "code": "Código",
9
- "link": "Insertar enlace",
10
- "linkPrompt": "URL del enlace",
11
- "unlink": "Quitar enlace",
12
- "heading1": "Título 1",
13
- "heading2": "Título 2",
14
- "heading3": "Título 3",
15
- "paragraph": "Párrafo",
16
- "bulletList": "Lista",
17
- "orderedList": "Lista numerada",
18
- "taskList": "Lista de tareas",
19
- "blockquote": "Cita",
20
- "codeBlock": "Bloque de código",
21
- "horizontalRule": "Separador",
22
- "image": "Insertar imagen",
23
- "table": "Insertar tabla",
24
- "alert": "Aviso",
25
- "iframe": "Insertar iframe",
26
- "iframePrompt": "URL del iframe",
27
- "fullscreen": "Pantalla completa",
28
- "exitFullscreen": "Salir de pantalla completa",
29
- "addComment": "Comentar selección",
30
- "importDocx": "Importar .docx",
31
- "exportDocx": "Exportar como .docx",
32
- "insertHtml": "Insertar HTML",
33
- "insertMarkdown": "Insertar Markdown",
34
- "undo": "Deshacer",
35
- "redo": "Rehacer",
36
- "uploadImage": "Insertar imagen",
37
- "find": "Buscar y reemplazar",
38
- "findPlaceholder": "Buscar",
39
- "replacePlaceholder": "Reemplazar por",
40
- "findNext": "Siguiente",
41
- "findPrev": "Anterior",
42
- "replace": "Reemplazar",
43
- "replaceAll": "Reemplazar todo",
44
- "findClose": "Cerrar",
45
- "caseSensitive": "Distinguir mayúsculas",
46
- "findNone": "Sin coincidencias"
47
- },
48
- "placeholder": "Empieza a escribir o pulsa / para comandos…",
49
- "errors": {
50
- "uploadFailed": "No se pudo subir el archivo",
51
- "linkInvalid": "URL no válida"
52
- }
53
- }
54
- }