@atlaskit/editor-common 77.4.5 → 78.0.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/CHANGELOG.md +38 -0
- package/dist/cjs/i18n/cs.js +166 -3
- package/dist/cjs/i18n/da.js +143 -2
- package/dist/cjs/i18n/de.js +166 -3
- package/dist/cjs/i18n/en.js +143 -1
- package/dist/cjs/i18n/en_GB.js +143 -1
- package/dist/cjs/i18n/en_ZZ.js +143 -1
- package/dist/cjs/i18n/es.js +143 -2
- package/dist/cjs/i18n/fi.js +144 -2
- package/dist/cjs/i18n/fr.js +143 -2
- package/dist/cjs/i18n/hu.js +143 -2
- package/dist/cjs/i18n/it.js +143 -2
- package/dist/cjs/i18n/ja.js +144 -2
- package/dist/cjs/i18n/ko.js +143 -2
- package/dist/cjs/i18n/nb.js +145 -2
- package/dist/cjs/i18n/nl.js +143 -2
- package/dist/cjs/i18n/pl.js +144 -2
- package/dist/cjs/i18n/pt_BR.js +141 -2
- package/dist/cjs/i18n/ru.js +145 -2
- package/dist/cjs/i18n/sv.js +143 -2
- package/dist/cjs/i18n/th.js +143 -2
- package/dist/cjs/i18n/tr.js +144 -2
- package/dist/cjs/i18n/uk.js +143 -2
- package/dist/cjs/i18n/vi.js +93 -2
- package/dist/cjs/i18n/zh.js +95 -2
- package/dist/cjs/i18n/zh_TW.js +93 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +166 -3
- package/dist/es2019/i18n/da.js +143 -2
- package/dist/es2019/i18n/de.js +166 -3
- package/dist/es2019/i18n/en.js +143 -1
- package/dist/es2019/i18n/en_GB.js +143 -1
- package/dist/es2019/i18n/en_ZZ.js +143 -1
- package/dist/es2019/i18n/es.js +143 -2
- package/dist/es2019/i18n/fi.js +144 -2
- package/dist/es2019/i18n/fr.js +143 -2
- package/dist/es2019/i18n/hu.js +143 -2
- package/dist/es2019/i18n/it.js +143 -2
- package/dist/es2019/i18n/ja.js +144 -2
- package/dist/es2019/i18n/ko.js +143 -2
- package/dist/es2019/i18n/nb.js +145 -2
- package/dist/es2019/i18n/nl.js +143 -2
- package/dist/es2019/i18n/pl.js +144 -2
- package/dist/es2019/i18n/pt_BR.js +141 -2
- package/dist/es2019/i18n/ru.js +145 -2
- package/dist/es2019/i18n/sv.js +143 -2
- package/dist/es2019/i18n/th.js +143 -2
- package/dist/es2019/i18n/tr.js +144 -2
- package/dist/es2019/i18n/uk.js +143 -2
- package/dist/es2019/i18n/vi.js +93 -2
- package/dist/es2019/i18n/zh.js +95 -2
- package/dist/es2019/i18n/zh_TW.js +93 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +166 -3
- package/dist/esm/i18n/da.js +143 -2
- package/dist/esm/i18n/de.js +166 -3
- package/dist/esm/i18n/en.js +143 -1
- package/dist/esm/i18n/en_GB.js +143 -1
- package/dist/esm/i18n/en_ZZ.js +143 -1
- package/dist/esm/i18n/es.js +143 -2
- package/dist/esm/i18n/fi.js +144 -2
- package/dist/esm/i18n/fr.js +143 -2
- package/dist/esm/i18n/hu.js +143 -2
- package/dist/esm/i18n/it.js +143 -2
- package/dist/esm/i18n/ja.js +144 -2
- package/dist/esm/i18n/ko.js +143 -2
- package/dist/esm/i18n/nb.js +145 -2
- package/dist/esm/i18n/nl.js +143 -2
- package/dist/esm/i18n/pl.js +144 -2
- package/dist/esm/i18n/pt_BR.js +141 -2
- package/dist/esm/i18n/ru.js +145 -2
- package/dist/esm/i18n/sv.js +143 -2
- package/dist/esm/i18n/th.js +143 -2
- package/dist/esm/i18n/tr.js +144 -2
- package/dist/esm/i18n/uk.js +143 -2
- package/dist/esm/i18n/vi.js +93 -2
- package/dist/esm/i18n/zh.js +95 -2
- package/dist/esm/i18n/zh_TW.js +93 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/list-events.d.ts +2 -2
- package/dist/types/analytics/types/table-events.d.ts +6 -6
- package/dist/types/analytics/types/utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +163 -0
- package/dist/types/i18n/da.d.ts +141 -0
- package/dist/types/i18n/de.d.ts +163 -0
- package/dist/types/i18n/en.d.ts +143 -1
- package/dist/types/i18n/en_GB.d.ts +143 -1
- package/dist/types/i18n/en_ZZ.d.ts +143 -1
- package/dist/types/i18n/es.d.ts +141 -0
- package/dist/types/i18n/fi.d.ts +142 -0
- package/dist/types/i18n/fr.d.ts +141 -0
- package/dist/types/i18n/hu.d.ts +141 -0
- package/dist/types/i18n/it.d.ts +141 -0
- package/dist/types/i18n/ja.d.ts +142 -0
- package/dist/types/i18n/ko.d.ts +141 -0
- package/dist/types/i18n/nb.d.ts +143 -0
- package/dist/types/i18n/nl.d.ts +141 -0
- package/dist/types/i18n/pl.d.ts +142 -0
- package/dist/types/i18n/pt_BR.d.ts +139 -0
- package/dist/types/i18n/ru.d.ts +143 -0
- package/dist/types/i18n/sv.d.ts +141 -0
- package/dist/types/i18n/th.d.ts +141 -0
- package/dist/types/i18n/tr.d.ts +142 -0
- package/dist/types/i18n/uk.d.ts +141 -0
- package/dist/types/i18n/vi.d.ts +91 -0
- package/dist/types/i18n/zh.d.ts +93 -0
- package/dist/types/i18n/zh_TW.d.ts +91 -0
- package/dist/types/types/feature-flags.d.ts +0 -41
- package/dist/types-ts4.5/analytics/types/list-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +6 -6
- package/dist/types-ts4.5/analytics/types/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +163 -0
- package/dist/types-ts4.5/i18n/da.d.ts +141 -0
- package/dist/types-ts4.5/i18n/de.d.ts +163 -0
- package/dist/types-ts4.5/i18n/en.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +143 -1
- package/dist/types-ts4.5/i18n/es.d.ts +141 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +142 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +141 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +141 -0
- package/dist/types-ts4.5/i18n/it.d.ts +141 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +142 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +141 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +143 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +141 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +142 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +139 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +143 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +141 -0
- package/dist/types-ts4.5/i18n/th.d.ts +141 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +142 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +141 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +91 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +93 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +91 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -41
- package/package.json +3 -3
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Elemento de acción',
|
|
11
11
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
12
|
+
'fabric.editor.addAltText': 'Texto alternativo',
|
|
12
13
|
'fabric.editor.addColumnLeft': 'Añadir columna a la izquierda',
|
|
13
14
|
'fabric.editor.addColumnRight': 'Añadir columna a la derecha',
|
|
15
|
+
'fabric.editor.addImageBorder': 'Añadir borde',
|
|
14
16
|
'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
|
|
15
17
|
'fabric.editor.addRowAbove': 'Añadir fila arriba',
|
|
16
18
|
'fabric.editor.addRowBelow': 'Añadir fila abajo',
|
|
@@ -20,7 +22,11 @@ export default {
|
|
|
20
22
|
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
21
23
|
'fabric.editor.alignLeft': 'Alinear a la izquierda',
|
|
22
24
|
'fabric.editor.alignRight': 'Alinear a la derecha',
|
|
25
|
+
'fabric.editor.alignment': 'Alineación de texto',
|
|
26
|
+
'fabric.editor.altText': 'Texto alternativo',
|
|
27
|
+
'fabric.editor.alttext.validation': 'Elimina los caracteres especiales en texto alternativo.',
|
|
23
28
|
'fabric.editor.annotationToolbar': 'Barra de herramientas de anotaciones',
|
|
29
|
+
'fabric.editor.backLink': 'Regresar',
|
|
24
30
|
'fabric.editor.backgroundColor': 'Color de fondo',
|
|
25
31
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
26
32
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
@@ -36,10 +42,15 @@ export default {
|
|
|
36
42
|
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
37
43
|
'fabric.editor.cellBackground': 'Fondo de celda',
|
|
38
44
|
'fabric.editor.cellOptions': 'Opciones de celda',
|
|
45
|
+
'fabric.editor.checkUncheckActionItem': 'Elemento de acción de alternancia',
|
|
46
|
+
'fabric.editor.clearAltTextEdit': 'Borrar texto alternativo',
|
|
39
47
|
'fabric.editor.clearCells': '{0, plural, one {Borrar celda} other {Borrar celdas}}',
|
|
40
48
|
'fabric.editor.clearFormatting': 'Borrar formato',
|
|
41
49
|
'fabric.editor.clearLink': 'Borrar enlace',
|
|
42
50
|
'fabric.editor.clearLinkText': 'Borrar texto',
|
|
51
|
+
'fabric.editor.closeAltTextEdit': 'Atrás',
|
|
52
|
+
'fabric.editor.closeFindReplaceDialog': 'Cerrar',
|
|
53
|
+
'fabric.editor.closeHelpDialog': 'Cerrar el diálogo de ayuda',
|
|
43
54
|
'fabric.editor.code': 'Código',
|
|
44
55
|
'fabric.editor.code.on': '{textFormattingOff}, código activado',
|
|
45
56
|
'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
|
|
@@ -54,6 +65,25 @@ export default {
|
|
|
54
65
|
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
55
66
|
'fabric.editor.columns': 'Diseños',
|
|
56
67
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
68
|
+
'fabric.editor.configFailedToLoad': 'No se pudo cargar',
|
|
69
|
+
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
70
|
+
'fabric.editor.configPanel.close': 'Cerrar',
|
|
71
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Crear',
|
|
72
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'Desde',
|
|
73
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'a',
|
|
74
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Contraer',
|
|
75
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Ampliar',
|
|
76
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Personalizar',
|
|
77
|
+
'fabric.editor.configPanel.documentation': 'Documentación',
|
|
78
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Se lo hemos dicho al equipo. Puedes seguir editando y publicar esta página, o consultar la consola de error para obtener más información.',
|
|
79
|
+
'fabric.editor.configPanel.errorBoundary.title': 'Algo ha ido mal.',
|
|
80
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'No se puede combinar isMultiple con style: radio',
|
|
81
|
+
'fabric.editor.configPanel.formType.addField': 'Añadir campo',
|
|
82
|
+
'fabric.editor.configPanel.formType.removeField': 'Eliminar campo',
|
|
83
|
+
'fabric.editor.configPanel.help': '¿Necesitas ayuda?',
|
|
84
|
+
'fabric.editor.configPanel.invalid': 'Campo no válido',
|
|
85
|
+
'fabric.editor.configPanel.required': 'Campo obligatorio',
|
|
86
|
+
'fabric.editor.configPanel.submit': 'Enviar',
|
|
57
87
|
'fabric.editor.copiedToClipboard': '¡Copiado!',
|
|
58
88
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
59
89
|
'fabric.editor.cornerControl': 'Destacar tabla',
|
|
@@ -65,12 +95,16 @@ export default {
|
|
|
65
95
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
66
96
|
'fabric.editor.datasource.jiraIssue': 'Incidencias de Jira',
|
|
67
97
|
'fabric.editor.datasource.jiraIssue.description': 'Inserta incidencias de Jira desde Jira Cloud con las funciones mejoradas de búsqueda, filtro y configuración.',
|
|
98
|
+
'fabric.editor.datasourceAppearanceTitle': 'Tabla',
|
|
68
99
|
'fabric.editor.datasourceTitle': 'Editar consulta de búsqueda',
|
|
69
100
|
'fabric.editor.date': 'Fecha',
|
|
70
101
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
71
102
|
'fabric.editor.decision': 'Decisión',
|
|
72
103
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
104
|
+
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
105
|
+
'fabric.editor.decreaseSize': 'Reducir tamaño',
|
|
73
106
|
'fabric.editor.defaultAltText': 'Elemento de la lista',
|
|
107
|
+
'fabric.editor.description': 'Descripción',
|
|
74
108
|
'fabric.editor.displayBlock': 'Mostrar como tarjeta',
|
|
75
109
|
'fabric.editor.displayEmbed': 'Mostrar como objeto incrustado',
|
|
76
110
|
'fabric.editor.displayInline': 'Mostrar insertado',
|
|
@@ -78,14 +112,31 @@ export default {
|
|
|
78
112
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
|
|
79
113
|
'fabric.editor.displayText': 'Texto para mostrar',
|
|
80
114
|
'fabric.editor.distributeColumns': 'Distribuir columnas',
|
|
115
|
+
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
81
116
|
'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
|
|
117
|
+
'fabric.editor.edit': 'Editar',
|
|
82
118
|
'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
|
|
119
|
+
'fabric.editor.editAltText': 'Editar texto alternativo',
|
|
83
120
|
'fabric.editor.editDateText': 'Editar fecha',
|
|
84
121
|
'fabric.editor.editLink': 'Editar enlace',
|
|
85
122
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
86
123
|
'fabric.editor.editStatusColor': 'Editar color de estado',
|
|
87
124
|
'fabric.editor.editStatusText': 'Editar estado',
|
|
88
125
|
'fabric.editor.editableContentLabel': 'Contenido editable',
|
|
126
|
+
'fabric.editor.editorHelp': 'Ayuda del editor',
|
|
127
|
+
'fabric.editor.editors': 'Editores',
|
|
128
|
+
'fabric.editor.elementBrowser.help': 'Ayuda',
|
|
129
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administración',
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'Todos',
|
|
131
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'Comunicación',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Contenido de Confluence',
|
|
133
|
+
'fabric.editor.elementbrowser.categorylist.category-development': 'Desarrollo',
|
|
134
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Contenido externo',
|
|
135
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formato',
|
|
136
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'Medios',
|
|
137
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegación',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Creación de informes',
|
|
139
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuales e imágenes',
|
|
89
140
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'No hay nada que coincida con la búsqueda',
|
|
90
141
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
91
142
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
@@ -100,6 +151,7 @@ export default {
|
|
|
100
151
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
101
152
|
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
102
153
|
'fabric.editor.epic': 'Epic',
|
|
154
|
+
'fabric.editor.error': 'Error',
|
|
103
155
|
'fabric.editor.errorPanel': 'Panel de errores',
|
|
104
156
|
'fabric.editor.errorPanel.description': 'Resaltar los errores en un panel de color',
|
|
105
157
|
'fabric.editor.expand': 'Ampliar',
|
|
@@ -107,13 +159,29 @@ export default {
|
|
|
107
159
|
'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
|
|
108
160
|
'fabric.editor.expandNode': 'Ampliar contenido',
|
|
109
161
|
'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
|
|
162
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
110
163
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Eliminando',
|
|
164
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
111
165
|
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
112
166
|
'fabric.editor.extension.sourceNoTitledName': 'este elemento',
|
|
167
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'Todos los cambios se guardan siempre automáticamente',
|
|
113
168
|
'fabric.editor.failed_to_upload': 'Error al cargar',
|
|
114
169
|
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
115
170
|
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
|
|
171
|
+
'fabric.editor.find': 'Buscar',
|
|
172
|
+
'fabric.editor.findNext': 'Buscar siguiente',
|
|
173
|
+
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
174
|
+
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
175
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
116
176
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
177
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 elemento conectado)} other {{name} (+{amount,number} elementos conectados)}}',
|
|
178
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': '¿Seguro?',
|
|
179
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'Aceptar',
|
|
180
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Se han abierto los controles de la barra de herramientas flotante',
|
|
181
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
|
|
182
|
+
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
183
|
+
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
184
|
+
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla de centrado',
|
|
117
185
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
118
186
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
119
187
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -136,6 +204,7 @@ export default {
|
|
|
136
204
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarea',
|
|
137
205
|
'fabric.editor.help': 'Ayuda',
|
|
138
206
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
207
|
+
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
139
208
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
140
209
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
141
210
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
|
|
@@ -144,20 +213,33 @@ export default {
|
|
|
144
213
|
'fabric.editor.hyperlink.textVisibleLabel': 'Texto que se muestra (opcional)',
|
|
145
214
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
146
215
|
'fabric.editor.image': 'Imagen',
|
|
216
|
+
'fabric.editor.image.fullWidthLabel': 'Anchura completa',
|
|
217
|
+
'fabric.editor.imageBorderBold': 'Negrita',
|
|
218
|
+
'fabric.editor.imageBorderColor': 'Color',
|
|
219
|
+
'fabric.editor.imageBorderMedium': 'Mediano',
|
|
220
|
+
'fabric.editor.imageBorderOptions': 'Opciones de borde',
|
|
221
|
+
'fabric.editor.imageBorderSize': 'Tamaño',
|
|
222
|
+
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
147
223
|
'fabric.editor.improvement': 'Mejora',
|
|
224
|
+
'fabric.editor.increaseSize': 'Aumentar tamaño',
|
|
148
225
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
226
|
+
'fabric.editor.info': 'Información',
|
|
149
227
|
'fabric.editor.infoPanel': 'Panel de información',
|
|
150
228
|
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
|
151
229
|
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
152
230
|
'fabric.editor.inlineOverlay': 'Configurar',
|
|
153
231
|
'fabric.editor.inlineTitle': 'Insertado',
|
|
232
|
+
'fabric.editor.inputQueryAssistiveTxt': 'Cuando aparezcan los resultados del rellenado automático, usa las flechas hacia arriba y hacia abajo para revisarlos, y pulsa Entrar para seleccionar uno. Toca los usuarios de dispositivos, explora con toques o gestos de deslizamiento.',
|
|
154
233
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
155
234
|
'fabric.editor.insertColumnDrag': 'Insertar columna',
|
|
156
|
-
'fabric.editor.insertMenu': 'Insertar',
|
|
235
|
+
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
157
236
|
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
158
237
|
'fabric.editor.insertRowDrag': 'Insertar fila',
|
|
238
|
+
'fabric.editor.invalidDateError': 'Introducir una fecha válida',
|
|
159
239
|
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
240
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
|
|
160
241
|
'fabric.editor.italic': 'Cursiva',
|
|
242
|
+
'fabric.editor.keyboardShortcuts': 'Métodos abreviados de teclado',
|
|
161
243
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
162
244
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
163
245
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
|
@@ -167,12 +249,32 @@ export default {
|
|
|
167
249
|
'fabric.editor.linkAddress': 'Dirección del enlace',
|
|
168
250
|
'fabric.editor.linkPlaceholder': 'Pegar enlace',
|
|
169
251
|
'fabric.editor.lists': 'Listas',
|
|
252
|
+
'fabric.editor.markdown': 'Markdown',
|
|
253
|
+
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
254
|
+
'fabric.editor.media.MediaWidthIsMin': 'Medio reducido al tamaño mínimo',
|
|
255
|
+
'fabric.editor.media.decreased': 'reducido',
|
|
256
|
+
'fabric.editor.media.increased': 'aumentado',
|
|
257
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medio aumentado al tamaño máximo',
|
|
258
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
|
|
259
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altura',
|
|
260
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Anchura máxima {maxWidth} px',
|
|
261
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Anchura máxima {maxWidth} px',
|
|
262
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir a píxeles',
|
|
263
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrar del tamaño porcentual a un tamaño de píxel fijo',
|
|
264
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Enviar',
|
|
265
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Error al validar el ancho',
|
|
170
266
|
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
171
267
|
'fabric.editor.mediaFiles': 'Imagen, vídeo o archivo',
|
|
172
268
|
'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
|
|
269
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Eliminar',
|
|
270
|
+
'fabric.editor.media_change_mediainline_caption_warn': 'En línea (se eliminará el pie de foto)',
|
|
271
|
+
'fabric.editor.media_change_mediainline_default': 'Insertado',
|
|
173
272
|
'fabric.editor.media_change_mediasingle': 'Tamaño original',
|
|
174
273
|
'fabric.editor.mention': 'Mención',
|
|
175
274
|
'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
|
|
275
|
+
'fabric.editor.mentionNode.label': 'Usuario etiquetado',
|
|
276
|
+
'fabric.editor.mentionsAddLabel': 'añadir-icono',
|
|
277
|
+
'fabric.editor.mentionsIconLabel': 'Mención',
|
|
176
278
|
'fabric.editor.mergeCells': 'Fusionar celdas',
|
|
177
279
|
'fabric.editor.moreFormatting': 'Más formatos',
|
|
178
280
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Mover columna a la izquierda} other {Mover columnas a la izquierda}}',
|
|
@@ -181,7 +283,10 @@ export default {
|
|
|
181
283
|
'fabric.editor.moveRowUp': '{0, plural, one {Mover fila hacia arriba} other {Mover filas hacia arriba}}',
|
|
182
284
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
|
183
285
|
'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
|
|
286
|
+
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
287
|
+
'fabric.editor.noSearchResults': 'No hay resultados de búsqueda',
|
|
184
288
|
'fabric.editor.normal': 'Texto normal',
|
|
289
|
+
'fabric.editor.note': 'Nota',
|
|
185
290
|
'fabric.editor.notePanel': 'Panel de notas',
|
|
186
291
|
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
|
187
292
|
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
@@ -193,20 +298,39 @@ export default {
|
|
|
193
298
|
'fabric.editor.other': 'Otros...',
|
|
194
299
|
'fabric.editor.outdent': 'Anular sangría',
|
|
195
300
|
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
301
|
+
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
302
|
+
'fabric.editor.panel.emoji': 'Añadir emoji',
|
|
303
|
+
'fabric.editor.pasteOptions': 'Controles flotantes de opciones de pegado',
|
|
304
|
+
'fabric.editor.pastePlainText': 'Pegar texto sin formato',
|
|
305
|
+
'fabric.editor.placeholderAltText': 'Describir esta imagen con texto alternativo',
|
|
196
306
|
'fabric.editor.placeholderText': 'Texto de marcador de posición',
|
|
197
307
|
'fabric.editor.placeholderText.description': 'Insertar un marcador de posición de texto en la página',
|
|
308
|
+
'fabric.editor.placeholderTextPlaceholder': 'Añadir texto de marcador de posición',
|
|
309
|
+
'fabric.editor.plainText': 'Usar texto sin formato',
|
|
310
|
+
'fabric.editor.quickInsert': 'Inserción rápida',
|
|
198
311
|
'fabric.editor.recordVideo': 'Grabar vídeo',
|
|
199
312
|
'fabric.editor.recordVideo.description': 'Grabar vídeo con Loom',
|
|
200
313
|
'fabric.editor.redo': 'Rehacer',
|
|
201
314
|
'fabric.editor.remove': 'Eliminar',
|
|
202
315
|
'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
|
|
203
316
|
'fabric.editor.removeEmoji': 'Eliminar emoji',
|
|
317
|
+
'fabric.editor.removeImageBorder': 'Eliminar borde',
|
|
204
318
|
'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
|
|
319
|
+
'fabric.editor.replace': 'Reemplazar',
|
|
320
|
+
'fabric.editor.replaceAll': 'Reemplazar todo',
|
|
321
|
+
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
322
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
323
|
+
'fabric.editor.richText': 'Usar texto enriquecido',
|
|
205
324
|
'fabric.editor.rightSidebar': 'Barra lateral derecha',
|
|
206
325
|
'fabric.editor.rowControl': 'Destacar fila',
|
|
207
326
|
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
208
327
|
'fabric.editor.saveButton': 'Guardar',
|
|
328
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} resultado de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.} other {{itemsLength,number} resultados de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.}}',
|
|
329
|
+
'fabric.editor.selectLanguage': 'Seleccionar lenguaje',
|
|
330
|
+
'fabric.editor.selectTableColumn': 'Selecciona la columna de la tabla',
|
|
331
|
+
'fabric.editor.selectTableRow': 'Selecciona la fila de la tabla',
|
|
209
332
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
333
|
+
'fabric.editor.shortcut': 'Atajo de texto',
|
|
210
334
|
'fabric.editor.single': 'Una sola columna',
|
|
211
335
|
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
212
336
|
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
@@ -221,10 +345,12 @@ export default {
|
|
|
221
345
|
'fabric.editor.subTask': 'Subtarea',
|
|
222
346
|
'fabric.editor.subscript': 'Subíndice',
|
|
223
347
|
'fabric.editor.subscript.off.superscript.on': 'Subíndice desactivado, superíndice activado',
|
|
348
|
+
'fabric.editor.success': 'Correcto',
|
|
224
349
|
'fabric.editor.successPanel': 'Panel de contenido correcto',
|
|
225
350
|
'fabric.editor.successPanel.description': 'Añadir consejos en un panel de color',
|
|
226
351
|
'fabric.editor.superscript': 'Superíndice',
|
|
227
352
|
'fabric.editor.superscript.off.subscript.on': 'Superíndice desactivado, subíndice activado',
|
|
353
|
+
'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
|
|
228
354
|
'fabric.editor.table': 'Tabla',
|
|
229
355
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
230
356
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
@@ -239,14 +365,17 @@ export default {
|
|
|
239
365
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
240
366
|
'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla',
|
|
241
367
|
'fabric.editor.task': 'Tarea',
|
|
368
|
+
'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
|
|
242
369
|
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
370
|
+
'fabric.editor.textColor': 'Color del texto',
|
|
243
371
|
'fabric.editor.textStyles': 'Estilos de texto',
|
|
244
372
|
'fabric.editor.threeColumns': 'Tres columnas',
|
|
245
373
|
'fabric.editor.threeColumnsWithSidebars': 'Tres columnas con barras laterales',
|
|
246
374
|
'fabric.editor.time.ago': 'antes',
|
|
247
375
|
'fabric.editor.time.updated': 'Actualizado',
|
|
248
376
|
'fabric.editor.time.viewed': 'Visto',
|
|
249
|
-
'fabric.editor.toolbarLabel': '
|
|
377
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
378
|
+
'fabric.editor.toolbarMediaTitle': 'Añadir imagen, vídeo o archivo',
|
|
250
379
|
'fabric.editor.tooltip.blockPanel': 'un panel',
|
|
251
380
|
'fabric.editor.tooltip.bulletList': 'una lista',
|
|
252
381
|
'fabric.editor.tooltip.decisionList': 'una lista de decisiones',
|
|
@@ -254,6 +383,15 @@ export default {
|
|
|
254
383
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
255
384
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
256
385
|
'fabric.editor.twoColumns': 'Dos columnas',
|
|
386
|
+
'fabric.editor.typeAhead.popupLabel': 'Resultados de escritura predictiva',
|
|
387
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comienza a escribir para buscar o filtrar opciones de atajos de teclado',
|
|
388
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Atajos de teclado para inserciones y formato',
|
|
389
|
+
'fabric.editor.typeahead.emojiInputLabel': 'Comienza a escribir para buscar o filtrar opciones de emoticonos',
|
|
390
|
+
'fabric.editor.typeahead.emojiListItemLabel': 'Texto del atajo de teclado para el emoticono {name}: {shortcut}',
|
|
391
|
+
'fabric.editor.typeahead.emojiPopupLabel': 'Atajos de teclado para emoticonos',
|
|
392
|
+
'fabric.editor.typeahead.mentionInputLabel': 'Comienza a escribir para buscar usuarios que etiquetar',
|
|
393
|
+
'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
|
|
394
|
+
'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
|
|
257
395
|
'fabric.editor.unableToLoadContent': 'No hemos podido cargar este contenido',
|
|
258
396
|
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
259
397
|
'fabric.editor.underline': 'Subrayado',
|
|
@@ -267,12 +405,15 @@ export default {
|
|
|
267
405
|
'fabric.editor.url': 'Mostrar URL',
|
|
268
406
|
'fabric.editor.urlDescription': 'Mostrar enlace como URL',
|
|
269
407
|
'fabric.editor.urlTitle': 'URL',
|
|
408
|
+
'fabric.editor.useMarkdown': 'Usa Markdown',
|
|
270
409
|
'fabric.editor.viewMore': 'Ver más',
|
|
271
410
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
411
|
+
'fabric.editor.warning': 'Advertencia',
|
|
272
412
|
'fabric.editor.warningPanel': 'Panel de advertencias',
|
|
273
413
|
'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color',
|
|
274
414
|
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
|
275
415
|
'fabric.editor.wrapRight': 'Ajustar a la derecha',
|
|
416
|
+
'fabric.emoji.label': 'Emoji',
|
|
276
417
|
'fabric.theme.blue': 'Azul',
|
|
277
418
|
'fabric.theme.bold-blue': 'Azul intenso',
|
|
278
419
|
'fabric.theme.bold-gray': 'Gris intenso',
|