@atlaskit/editor-common 74.11.1 → 74.13.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 +16 -0
- package/dist/cjs/__tests_external__/page-objects/EditorSmartLink.js +1 -1
- package/dist/cjs/i18n/cs.js +12 -0
- package/dist/cjs/i18n/da.js +12 -0
- package/dist/cjs/i18n/de.js +12 -0
- package/dist/cjs/i18n/en.js +12 -0
- package/dist/cjs/i18n/en_GB.js +12 -0
- package/dist/cjs/i18n/en_ZZ.js +12 -0
- package/dist/cjs/i18n/es.js +12 -0
- package/dist/cjs/i18n/fi.js +12 -0
- package/dist/cjs/i18n/fr.js +12 -0
- package/dist/cjs/i18n/hu.js +12 -0
- package/dist/cjs/i18n/it.js +12 -0
- package/dist/cjs/i18n/ja.js +12 -0
- package/dist/cjs/i18n/ko.js +12 -0
- package/dist/cjs/i18n/nb.js +12 -0
- package/dist/cjs/i18n/nl.js +12 -0
- package/dist/cjs/i18n/pl.js +12 -0
- package/dist/cjs/i18n/pt_BR.js +12 -0
- package/dist/cjs/i18n/ru.js +12 -0
- package/dist/cjs/i18n/sv.js +12 -0
- package/dist/cjs/i18n/th.js +12 -0
- package/dist/cjs/i18n/tr.js +12 -0
- package/dist/cjs/i18n/uk.js +12 -0
- package/dist/cjs/i18n/vi.js +12 -0
- package/dist/cjs/i18n/zh.js +12 -0
- package/dist/cjs/i18n/zh_TW.js +12 -0
- package/dist/cjs/messages/link-toolbar.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +0 -1
- package/dist/cjs/react-node-view/index.js +0 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/get-performance-options.js +1 -4
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/with-plugin-state/index.js +1 -4
- package/dist/es2019/__tests_external__/page-objects/EditorSmartLink.js +1 -0
- package/dist/es2019/i18n/cs.js +12 -0
- package/dist/es2019/i18n/da.js +12 -0
- package/dist/es2019/i18n/de.js +12 -0
- package/dist/es2019/i18n/en.js +12 -0
- package/dist/es2019/i18n/en_GB.js +12 -0
- package/dist/es2019/i18n/en_ZZ.js +12 -0
- package/dist/es2019/i18n/es.js +12 -0
- package/dist/es2019/i18n/fi.js +12 -0
- package/dist/es2019/i18n/fr.js +12 -0
- package/dist/es2019/i18n/hu.js +12 -0
- package/dist/es2019/i18n/it.js +12 -0
- package/dist/es2019/i18n/ja.js +12 -0
- package/dist/es2019/i18n/ko.js +12 -0
- package/dist/es2019/i18n/nb.js +12 -0
- package/dist/es2019/i18n/nl.js +12 -0
- package/dist/es2019/i18n/pl.js +12 -0
- package/dist/es2019/i18n/pt_BR.js +12 -0
- package/dist/es2019/i18n/ru.js +12 -0
- package/dist/es2019/i18n/sv.js +12 -0
- package/dist/es2019/i18n/th.js +12 -0
- package/dist/es2019/i18n/tr.js +12 -0
- package/dist/es2019/i18n/uk.js +12 -0
- package/dist/es2019/i18n/vi.js +12 -0
- package/dist/es2019/i18n/zh.js +12 -0
- package/dist/es2019/i18n/zh_TW.js +12 -0
- package/dist/es2019/messages/link-toolbar.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +0 -1
- package/dist/es2019/react-node-view/index.js +0 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/get-performance-options.js +1 -4
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/with-plugin-state/index.js +1 -4
- package/dist/esm/__tests_external__/page-objects/EditorSmartLink.js +1 -0
- package/dist/esm/i18n/cs.js +12 -0
- package/dist/esm/i18n/da.js +12 -0
- package/dist/esm/i18n/de.js +12 -0
- package/dist/esm/i18n/en.js +12 -0
- package/dist/esm/i18n/en_GB.js +12 -0
- package/dist/esm/i18n/en_ZZ.js +12 -0
- package/dist/esm/i18n/es.js +12 -0
- package/dist/esm/i18n/fi.js +12 -0
- package/dist/esm/i18n/fr.js +12 -0
- package/dist/esm/i18n/hu.js +12 -0
- package/dist/esm/i18n/it.js +12 -0
- package/dist/esm/i18n/ja.js +12 -0
- package/dist/esm/i18n/ko.js +12 -0
- package/dist/esm/i18n/nb.js +12 -0
- package/dist/esm/i18n/nl.js +12 -0
- package/dist/esm/i18n/pl.js +12 -0
- package/dist/esm/i18n/pt_BR.js +12 -0
- package/dist/esm/i18n/ru.js +12 -0
- package/dist/esm/i18n/sv.js +12 -0
- package/dist/esm/i18n/th.js +12 -0
- package/dist/esm/i18n/tr.js +12 -0
- package/dist/esm/i18n/uk.js +12 -0
- package/dist/esm/i18n/vi.js +12 -0
- package/dist/esm/i18n/zh.js +12 -0
- package/dist/esm/i18n/zh_TW.js +12 -0
- package/dist/esm/messages/link-toolbar.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +0 -1
- package/dist/esm/react-node-view/index.js +0 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/get-performance-options.js +1 -4
- package/dist/esm/version.json +1 -1
- package/dist/esm/with-plugin-state/index.js +1 -4
- package/dist/types/__tests_external__/page-objects/EditorSmartLink.d.ts +1 -1
- package/dist/types/analytics/types/general-events.d.ts +0 -2
- package/dist/types/i18n/cs.d.ts +12 -0
- package/dist/types/i18n/da.d.ts +12 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +12 -0
- package/dist/types/i18n/en_GB.d.ts +12 -0
- package/dist/types/i18n/en_ZZ.d.ts +12 -0
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +12 -0
- package/dist/types/i18n/fr.d.ts +12 -0
- package/dist/types/i18n/hu.d.ts +12 -0
- package/dist/types/i18n/it.d.ts +12 -0
- package/dist/types/i18n/ja.d.ts +12 -0
- package/dist/types/i18n/ko.d.ts +12 -0
- package/dist/types/i18n/nb.d.ts +12 -0
- package/dist/types/i18n/nl.d.ts +12 -0
- package/dist/types/i18n/pl.d.ts +12 -0
- package/dist/types/i18n/pt_BR.d.ts +12 -0
- package/dist/types/i18n/ru.d.ts +12 -0
- package/dist/types/i18n/sv.d.ts +12 -0
- package/dist/types/i18n/th.d.ts +12 -0
- package/dist/types/i18n/tr.d.ts +12 -0
- package/dist/types/i18n/uk.d.ts +12 -0
- package/dist/types/i18n/vi.d.ts +12 -0
- package/dist/types/i18n/zh.d.ts +12 -0
- package/dist/types/i18n/zh_TW.d.ts +12 -0
- package/dist/types/messages/link-toolbar.d.ts +5 -0
- package/dist/types/provider-factory/card-provider.d.ts +1 -1
- package/dist/types/utils/get-performance-options.d.ts +1 -3
- package/dist/types-ts4.5/__tests_external__/page-objects/EditorSmartLink.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/general-events.d.ts +0 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +12 -0
- package/dist/types-ts4.5/i18n/da.d.ts +12 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -0
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +12 -0
- package/dist/types-ts4.5/i18n/it.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +12 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +12 -0
- package/dist/types-ts4.5/i18n/th.d.ts +12 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +12 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +12 -0
- package/dist/types-ts4.5/messages/link-toolbar.d.ts +5 -0
- package/dist/types-ts4.5/provider-factory/card-provider.d.ts +1 -1
- package/dist/types-ts4.5/utils/get-performance-options.d.ts +1 -3
- package/package.json +6 -6
- package/dist/cjs/utils/collab.js +0 -18
- package/dist/es2019/utils/collab.js +0 -11
- package/dist/esm/utils/collab.js +0 -11
- package/dist/types/utils/collab.d.ts +0 -2
- package/dist/types-ts4.5/utils/collab.d.ts +0 -2
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
31
|
'fabric.editor.decision': 'Decision',
|
|
32
32
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
33
|
+
'fabric.editor.editLink': 'Edit link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
36
38
|
'fabric.editor.expand': 'Expand',
|
|
37
39
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divider',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
47
50
|
'fabric.editor.image': 'Image',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
|
+
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
51
55
|
'fabric.editor.layoutWide': 'Go wide',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Insert a link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Link address',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Add link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
56
63
|
'fabric.editor.mention': 'Mention',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Remove',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Save',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
66
74
|
'fabric.editor.table': 'Table',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
86
|
+
'fabric.editor.unlink': 'Unlink',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
80
90
|
'fabric.editor.viewMore': 'View more',
|
|
81
91
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Wrap left',
|
|
93
|
+
'fabric.editor.wrapRight': 'Wrap right',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Bold blue',
|
|
84
96
|
'fabric.theme.bold-gray': 'Bold gray',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
31
31
|
'fabric.editor.decision': 'Decisión',
|
|
32
32
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
33
|
+
'fabric.editor.editLink': 'Editar enlace',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
36
38
|
'fabric.editor.expand': 'Ampliar',
|
|
37
39
|
'fabric.editor.expand.description': 'Insertar una ampliación',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
47
50
|
'fabric.editor.image': 'Imagen',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insertar',
|
|
52
|
+
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
51
55
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
|
52
56
|
'fabric.editor.link': 'Vincular',
|
|
53
57
|
'fabric.editor.link.description': 'Insertar un enlace',
|
|
58
|
+
'fabric.editor.linkAddress': 'Dirección del enlace',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Pegar enlace',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Imagen, vídeo o archivo',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
|
|
56
63
|
'fabric.editor.mention': 'Mención',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Eliminar',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Eliminar emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Guardar',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
64
72
|
'fabric.editor.status': 'Estado',
|
|
65
73
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
66
74
|
'fabric.editor.table': 'Tabla',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
86
|
+
'fabric.editor.unlink': 'Desvincular',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
|
|
80
90
|
'fabric.editor.viewMore': 'Ver más',
|
|
81
91
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
|
93
|
+
'fabric.editor.wrapRight': 'Ajustar a la derecha',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Azul intenso',
|
|
84
96
|
'fabric.theme.bold-gray': 'Gris oscuro',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
31
31
|
'fabric.editor.decision': 'Päätös',
|
|
32
32
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
33
|
+
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
37
|
+
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
36
38
|
'fabric.editor.expand': 'Laajenna',
|
|
37
39
|
'fabric.editor.expand.description': 'Lisää laajennus',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
47
50
|
'fabric.editor.image': 'Kuva',
|
|
48
51
|
'fabric.editor.insertMenu': 'Lisää',
|
|
52
|
+
'fabric.editor.invalidLink': 'Anna käypä linkki.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
51
55
|
'fabric.editor.layoutWide': 'Levennä',
|
|
52
56
|
'fabric.editor.link': 'Linkki',
|
|
53
57
|
'fabric.editor.link.description': 'Lisää linkki',
|
|
58
|
+
'fabric.editor.linkAddress': 'Linkitä osoite',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Liimaa linkki',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Kuva, video tai tiedosto',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
|
|
56
63
|
'fabric.editor.mention': 'Maininta',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Poista',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Poista emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Tallenna',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
64
72
|
'fabric.editor.status': 'Tila',
|
|
65
73
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
66
74
|
'fabric.editor.table': 'Taulu',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
86
|
+
'fabric.editor.unlink': 'Poista linkitys',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
|
|
80
90
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
81
91
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
|
|
93
|
+
'fabric.editor.wrapRight': 'Rivitä oikealle',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Tummansininen',
|
|
84
96
|
'fabric.theme.bold-gray': 'Tummanharmaa',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
31
31
|
'fabric.editor.decision': 'Décision',
|
|
32
32
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
33
|
+
'fabric.editor.editLink': 'Modifier le lien',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
34
35
|
'fabric.editor.emoji': 'Émoticône',
|
|
35
36
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
36
38
|
'fabric.editor.expand': 'Développer',
|
|
37
39
|
'fabric.editor.expand.description': 'Insérer une extension',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Cliquez ici pour développer...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
47
50
|
'fabric.editor.image': 'Image',
|
|
48
51
|
'fabric.editor.insertMenu': 'Insertion',
|
|
52
|
+
'fabric.editor.invalidLink': 'Veuillez saisir un lien valide.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Passer en mode pleine largeur',
|
|
51
55
|
'fabric.editor.layoutWide': 'Passer en mode élargi',
|
|
52
56
|
'fabric.editor.link': 'Lien',
|
|
53
57
|
'fabric.editor.link.description': 'Insérer un lien',
|
|
58
|
+
'fabric.editor.linkAddress': 'Adresse du lien',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Coller un lien',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|
|
55
62
|
'fabric.editor.mediaFiles.description': "Ajoutez des images et d'autres fichiers à votre page",
|
|
56
63
|
'fabric.editor.mention': 'Mention',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Supprimer',
|
|
62
69
|
'fabric.editor.removeEmoji': "Supprimer l'émoticône",
|
|
63
70
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
64
72
|
'fabric.editor.status': 'État',
|
|
65
73
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
66
74
|
'fabric.editor.table': 'Tableau',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'un nœud de bloc',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'une extension imbriquée',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'une mesure',
|
|
85
|
+
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
86
|
+
'fabric.editor.unlink': 'Dissocier',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': "Cet éditeur ne prend pas en charge l'affichage de ce contenu",
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': "Le contenu n'est pas disponible dans cet éditeur, il sera conservé lorsque vous le modifierez et l'enregistrerez",
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Contenu non pris en charge',
|
|
80
90
|
'fabric.editor.viewMore': 'Voir plus',
|
|
81
91
|
'fabric.editor.visit': 'Ouvrir le lien dans une nouvelle fenêtre',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Ajuster vers la gauche',
|
|
93
|
+
'fabric.editor.wrapRight': 'Ajuster vers la droite',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Bleu vif',
|
|
84
96
|
'fabric.theme.bold-gray': 'Gris vif',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
31
31
|
'fabric.editor.decision': 'Döntés',
|
|
32
32
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
33
|
+
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
37
|
+
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
36
38
|
'fabric.editor.expand': 'Kibontás',
|
|
37
39
|
'fabric.editor.expand.description': 'Kibontás beillesztése',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Kattints ide a kibontáshoz…',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
47
50
|
'fabric.editor.image': 'Kép',
|
|
48
51
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
52
|
+
'fabric.editor.invalidLink': 'Adj meg egy érvényes linket.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Teljes szélességű nézet',
|
|
51
55
|
'fabric.editor.layoutWide': 'Széles nézet',
|
|
52
56
|
'fabric.editor.link': 'Hivatkozás',
|
|
53
57
|
'fabric.editor.link.description': 'Hivatkozás beillesztése',
|
|
58
|
+
'fabric.editor.linkAddress': 'Hivatkozás címe',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Hivatkozás beillesztése',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Kép, videó vagy fájl',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Képek és egyéb fájlok hozzáadása az oldalhoz',
|
|
56
63
|
'fabric.editor.mention': 'Említés',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Eltávolítás',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Emoji eltávolítása',
|
|
63
70
|
'fabric.editor.saveButton': 'Mentés',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
|
|
64
72
|
'fabric.editor.status': 'Állapot',
|
|
65
73
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
66
74
|
'fabric.editor.table': 'Táblázat',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'blokk csomópont',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'beágyazott kibontás',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'műveleti elem',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
|
|
86
|
+
'fabric.editor.unlink': 'Hivatkozás törlése',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Ez a szerkesztő nem támogatja ennek a tartalomnak a megjelenítését',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'A tartalom nem áll rendelkezésre ebben a szerkesztőben, azonban a rendszer megőrzi a szerkesztés és mentés után',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom',
|
|
80
90
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
81
91
|
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Balra igazítás',
|
|
93
|
+
'fabric.editor.wrapRight': 'Jobbra igazítás',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Harsánykék',
|
|
84
96
|
'fabric.theme.bold-gray': 'Harsányszürke',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
31
31
|
'fabric.editor.decision': 'Decisione',
|
|
32
32
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
33
|
+
'fabric.editor.editLink': 'Modifica link',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
36
38
|
'fabric.editor.expand': 'Espandi',
|
|
37
39
|
'fabric.editor.expand.description': 'Inserisci espansione',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
47
50
|
'fabric.editor.image': 'Immagine',
|
|
48
51
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
52
|
+
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
51
55
|
'fabric.editor.layoutWide': 'Allarga',
|
|
52
56
|
'fabric.editor.link': 'Inserisci link',
|
|
53
57
|
'fabric.editor.link.description': 'Inserisci un link',
|
|
58
|
+
'fabric.editor.linkAddress': 'Collega indirizzo',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Incolla link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Aggiungi link',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Immagine, video o file',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Aggiungi alla tua pagina immagini e altri file',
|
|
56
63
|
'fabric.editor.mention': 'Menziona',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Rimuovi',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Rimuovi emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Salva',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
64
72
|
'fabric.editor.status': 'Stato',
|
|
65
73
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
66
74
|
'fabric.editor.table': 'Tabella',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo di blocco',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': "un'espansione annidata",
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'un elemento di azione',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
86
|
+
'fabric.editor.unlink': 'Rimuovi link',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Questo editor non supporta la visualizzazione di questi contenuti',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'I contenuti non sono disponibili in questo editor; saranno preservati in fase di modifica e salvataggio',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati',
|
|
80
90
|
'fabric.editor.viewMore': 'Visualizza altro',
|
|
81
91
|
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
93
|
+
'fabric.editor.wrapRight': 'RItorno a capo a destra',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Blu intenso',
|
|
84
96
|
'fabric.theme.bold-gray': 'Grigio acceso',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
31
31
|
'fabric.editor.decision': '決定事項',
|
|
32
32
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
33
|
+
'fabric.editor.editLink': 'リンクを編集',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
34
35
|
'fabric.editor.emoji': '絵文字',
|
|
35
36
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
37
|
+
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
36
38
|
'fabric.editor.expand': '展開',
|
|
37
39
|
'fabric.editor.expand.description': '展開を挿入',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
45
47
|
'fabric.editor.horizontalRule': '分割線',
|
|
46
48
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
47
50
|
'fabric.editor.image': '画像',
|
|
48
51
|
'fabric.editor.insertMenu': '挿入',
|
|
52
|
+
'fabric.editor.invalidLink': '有効なリンクを入力してください。',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
50
54
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
51
55
|
'fabric.editor.layoutWide': 'ワイド表示',
|
|
52
56
|
'fabric.editor.link': 'リンク',
|
|
53
57
|
'fabric.editor.link.description': 'リンクを挿入',
|
|
58
|
+
'fabric.editor.linkAddress': 'リンクのアドレス',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'リンクを貼り付け',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'リンクを追加',
|
|
54
61
|
'fabric.editor.mediaFiles': '画像、動画、またはファイル',
|
|
55
62
|
'fabric.editor.mediaFiles.description': '画像やファイルをページに追加',
|
|
56
63
|
'fabric.editor.mention': 'メンション',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': '削除',
|
|
62
69
|
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
63
70
|
'fabric.editor.saveButton': '保存',
|
|
71
|
+
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
64
72
|
'fabric.editor.status': 'ステータス',
|
|
65
73
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
66
74
|
'fabric.editor.table': '表',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'ブロック ノード',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
86
|
+
'fabric.editor.unlink': 'リンクを解除',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'このエディターはこのコンテンツの表示をサポートしていません',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'このエディターではコンテンツが利用できないため、編集および保存の際にはコンテンツが保持されます',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ',
|
|
80
90
|
'fabric.editor.viewMore': 'さらに表示',
|
|
81
91
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
92
|
+
'fabric.editor.wrapLeft': '左揃え',
|
|
93
|
+
'fabric.editor.wrapRight': '右揃え',
|
|
82
94
|
'fabric.theme.blue': '青',
|
|
83
95
|
'fabric.theme.bold-blue': '鮮やかな青',
|
|
84
96
|
'fabric.theme.bold-gray': '濃い灰色',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
31
31
|
'fabric.editor.decision': '결정',
|
|
32
32
|
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
33
|
+
'fabric.editor.editLink': '링크 편집',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
34
35
|
'fabric.editor.emoji': '이모지',
|
|
35
36
|
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
37
|
+
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
36
38
|
'fabric.editor.expand': '확대',
|
|
37
39
|
'fabric.editor.expand.description': '확대 삽입',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
45
47
|
'fabric.editor.horizontalRule': '구분선',
|
|
46
48
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
47
50
|
'fabric.editor.image': '이미지',
|
|
48
51
|
'fabric.editor.insertMenu': '삽입',
|
|
52
|
+
'fabric.editor.invalidLink': '유효한 링크를 입력하세요.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
50
54
|
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
51
55
|
'fabric.editor.layoutWide': '넓게 표시',
|
|
52
56
|
'fabric.editor.link': '링크',
|
|
53
57
|
'fabric.editor.link.description': '링크 삽입',
|
|
58
|
+
'fabric.editor.linkAddress': '링크 주소',
|
|
59
|
+
'fabric.editor.linkPlaceholder': '링크 붙여넣기',
|
|
60
|
+
'fabric.editor.mediaAddLink': '링크 추가',
|
|
54
61
|
'fabric.editor.mediaFiles': '이미지, 동영상 또는 파일',
|
|
55
62
|
'fabric.editor.mediaFiles.description': '페이지에 이미지 및 기타 파일 추가',
|
|
56
63
|
'fabric.editor.mention': '멘션',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': '제거',
|
|
62
69
|
'fabric.editor.removeEmoji': '이모지 제거',
|
|
63
70
|
'fabric.editor.saveButton': '저장',
|
|
71
|
+
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
64
72
|
'fabric.editor.status': '상태',
|
|
65
73
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
66
74
|
'fabric.editor.table': '표',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': '블록 노드',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
76
84
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
85
|
+
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
86
|
+
'fabric.editor.unlink': '링크 해제',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': '이 편집기에서는 이 콘텐츠 표시를 지원하지 않습니다',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': '콘텐츠는 이 편집기에서 사용할 수 없으며 편집 후 저장해도 그대로 보존됩니다',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠',
|
|
80
90
|
'fabric.editor.viewMore': '더 보기',
|
|
81
91
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
92
|
+
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
93
|
+
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': '진한 파란색',
|
|
84
96
|
'fabric.theme.bold-gray': '진한 회색',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
31
31
|
'fabric.editor.decision': 'Beslutning',
|
|
32
32
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
33
|
+
'fabric.editor.editLink': 'Rediger kobling',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter til å redigere',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
36
38
|
'fabric.editor.expand': 'Utvidelse',
|
|
37
39
|
'fabric.editor.expand.description': 'Sett inn en utvidelse',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Deler',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
47
50
|
'fabric.editor.image': 'Bilde',
|
|
48
51
|
'fabric.editor.insertMenu': 'Sett inn',
|
|
52
|
+
'fabric.editor.invalidLink': 'Skriv inn en gyldig kobling.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
51
55
|
'fabric.editor.layoutWide': 'Gå for bredere',
|
|
52
56
|
'fabric.editor.link': 'Kobling',
|
|
53
57
|
'fabric.editor.link.description': 'Sett inn en kobling',
|
|
58
|
+
'fabric.editor.linkAddress': 'Koblingsadresse',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Lim inn kobling',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Legg til kobling',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Bilde, video eller fil',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Legg til bilder og andre filer på siden',
|
|
56
63
|
'fabric.editor.mention': 'Nevn',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Fjern',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Lagre',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
66
74
|
'fabric.editor.table': 'Tabell',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'en blokknode',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'en nestet utvidelse',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
86
|
+
'fabric.editor.unlink': 'Fjern kobling',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Denne redigeringsmodulen støtter ikke visning av dette innholdet',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Innholdet er ikke tilgjengelig i denne redigeringsmodulen – det bevares når du redigerer og lagrer',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke',
|
|
80
90
|
'fabric.editor.viewMore': 'Vis mer',
|
|
81
91
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Juster til venstre',
|
|
93
|
+
'fabric.editor.wrapRight': 'Juster til høyre',
|
|
82
94
|
'fabric.theme.blue': 'Blue',
|
|
83
95
|
'fabric.theme.bold-blue': 'Mørkeblå',
|
|
84
96
|
'fabric.theme.bold-gray': 'Mørkegrå',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
31
31
|
'fabric.editor.decision': 'Beslissing',
|
|
32
32
|
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
33
|
+
'fabric.editor.editLink': 'Link bewerken',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Uitnodigen om te bewerken',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
37
|
+
'fabric.editor.emptyLink': 'Voer een link in.',
|
|
36
38
|
'fabric.editor.expand': 'Uitvouwen',
|
|
37
39
|
'fabric.editor.expand.description': 'Uitvouwen toepassen',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Klik hier om uit te breiden...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link plakken of zoeken',
|
|
47
50
|
'fabric.editor.image': 'Afbeelding',
|
|
48
51
|
'fabric.editor.insertMenu': 'Invoegen',
|
|
52
|
+
'fabric.editor.invalidLink': 'Voer een geldige link in.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
51
55
|
'fabric.editor.layoutWide': 'Brede weergave',
|
|
52
56
|
'fabric.editor.link': 'Link',
|
|
53
57
|
'fabric.editor.link.description': 'Een link invoegen',
|
|
58
|
+
'fabric.editor.linkAddress': 'Linkadres',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Plak link',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Link toevoegen',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Afbeelding, video of bestand',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Afbeeldingen en andere bestanden aan je pagina toevoegen',
|
|
56
63
|
'fabric.editor.mention': 'Vermelding',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Verwijderen',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Emoji verwijderen',
|
|
63
70
|
'fabric.editor.saveButton': 'Opslaan',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Ga naar koppelingsvoorkeuren',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Een aangepast statuslabel toevoegen',
|
|
66
74
|
'fabric.editor.table': 'Tabel',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'een blokknooppunt',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'een geneste uitgeklapte knooppunt',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Kan deze link niet openen',
|
|
86
|
+
'fabric.editor.unlink': 'Verwijder link',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Deze editor ondersteunt weergave van deze inhoud niet',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Inhoud is niet beschikbaar in deze editor. Dit wordt behouden als je bewerkt en opslaat',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Niet-ondersteunde inhoud',
|
|
80
90
|
'fabric.editor.viewMore': 'Meer bekijken',
|
|
81
91
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Links uitlijnen',
|
|
93
|
+
'fabric.editor.wrapRight': 'Rechts uitlijnen',
|
|
82
94
|
'fabric.theme.blue': 'Blauw',
|
|
83
95
|
'fabric.theme.bold-blue': 'Felblauw',
|
|
84
96
|
'fabric.theme.bold-gray': 'Fel grijs',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
31
31
|
'fabric.editor.decision': 'Decyzja',
|
|
32
32
|
'fabric.editor.decision.description': 'Obserwuj decyzje, aby łatwo je śledzić',
|
|
33
|
+
'fabric.editor.editLink': 'Edytuj łącze',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zaproś do edycji',
|
|
34
35
|
'fabric.editor.emoji': 'Emoji',
|
|
35
36
|
'fabric.editor.emoji.description': 'Używaj emoji, aby wyrażać pomysły 🎉 i emocje 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Wprowadź łącze.',
|
|
36
38
|
'fabric.editor.expand': 'Sekcja rozwijana',
|
|
37
39
|
'fabric.editor.expand.description': 'Wstaw sekcję rozwijaną',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Kliknij tutaj, aby rozwinąć...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Separator',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Wklej lub wyszukaj łącze',
|
|
47
50
|
'fabric.editor.image': 'Obraz',
|
|
48
51
|
'fabric.editor.insertMenu': 'Wstaw',
|
|
52
|
+
'fabric.editor.invalidLink': 'Wprowadź prawidłowe łącze.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Powrót do centrum',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Pełna szerokość',
|
|
51
55
|
'fabric.editor.layoutWide': 'Szeroki widok',
|
|
52
56
|
'fabric.editor.link': 'Łącze',
|
|
53
57
|
'fabric.editor.link.description': 'Wstaw łącze',
|
|
58
|
+
'fabric.editor.linkAddress': 'Adres łącza',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Wklej łącze',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Dodaj łącze',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Obraz, film lub plik',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Dodaj obrazy i inne pliki do strony',
|
|
56
63
|
'fabric.editor.mention': 'Wzmianka',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Usuń',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Usuń emoji',
|
|
63
70
|
'fabric.editor.saveButton': 'Zapisz',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
64
72
|
'fabric.editor.status': 'Status',
|
|
65
73
|
'fabric.editor.status.description': 'Dodaj niestandardową etykietę statusu',
|
|
66
74
|
'fabric.editor.table': 'Tabela',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'węzeł bloku',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'zagnieżdżony węzeł rozwijany',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'czynność do wykonania',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Nie można otworzyć tego łącza',
|
|
86
|
+
'fabric.editor.unlink': 'Usuń łącze',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Ten edytor nie obsługuje wyświetlania tej zawartości',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Zawartość jest niedostępna w tym edytorze, ale zostanie zachowana, jeśli ją wprowadzisz i zapiszesz',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nieobsługiwana zawartość',
|
|
80
90
|
'fabric.editor.viewMore': 'Wyświetl więcej',
|
|
81
91
|
'fabric.editor.visit': 'Otwórz łącze w nowym oknie',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Zawijaj do lewej',
|
|
93
|
+
'fabric.editor.wrapRight': 'Zawijaj do prawej',
|
|
82
94
|
'fabric.theme.blue': 'Niebieski',
|
|
83
95
|
'fabric.theme.bold-blue': 'Intensywny niebieski',
|
|
84
96
|
'fabric.theme.bold-gray': 'Intensywny szary',
|