@atlaskit/editor-common 77.0.6 → 77.1.1
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 +23 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +131 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +62 -150
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +19 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/utils.js +26 -0
- package/dist/cjs/i18n/cs.js +0 -3
- package/dist/cjs/i18n/da.js +24 -4
- package/dist/cjs/i18n/de.js +0 -3
- package/dist/cjs/i18n/en.js +23 -5
- package/dist/cjs/i18n/en_GB.js +24 -6
- package/dist/cjs/i18n/en_ZZ.js +24 -6
- package/dist/cjs/i18n/es.js +24 -4
- package/dist/cjs/i18n/fi.js +23 -4
- package/dist/cjs/i18n/fr.js +24 -4
- package/dist/cjs/i18n/hu.js +24 -4
- package/dist/cjs/i18n/it.js +24 -4
- package/dist/cjs/i18n/ja.js +25 -2
- package/dist/cjs/i18n/ko.js +24 -4
- package/dist/cjs/i18n/nb.js +24 -2
- package/dist/cjs/i18n/nl.js +24 -4
- package/dist/cjs/i18n/pl.js +23 -4
- package/dist/cjs/i18n/pt_BR.js +22 -4
- package/dist/cjs/i18n/ru.js +22 -4
- package/dist/cjs/i18n/sv.js +24 -4
- package/dist/cjs/i18n/th.js +24 -4
- package/dist/cjs/i18n/tr.js +22 -4
- package/dist/cjs/i18n/uk.js +25 -5
- package/dist/cjs/i18n/vi.js +24 -4
- package/dist/cjs/i18n/zh.js +23 -5
- package/dist/cjs/i18n/zh_TW.js +24 -4
- package/dist/cjs/keymaps/index.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +134 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +55 -161
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +81 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/es2019/i18n/cs.js +0 -3
- package/dist/es2019/i18n/da.js +24 -4
- package/dist/es2019/i18n/de.js +0 -3
- package/dist/es2019/i18n/en.js +23 -5
- package/dist/es2019/i18n/en_GB.js +24 -6
- package/dist/es2019/i18n/en_ZZ.js +24 -6
- package/dist/es2019/i18n/es.js +24 -4
- package/dist/es2019/i18n/fi.js +23 -4
- package/dist/es2019/i18n/fr.js +24 -4
- package/dist/es2019/i18n/hu.js +24 -4
- package/dist/es2019/i18n/it.js +24 -4
- package/dist/es2019/i18n/ja.js +25 -2
- package/dist/es2019/i18n/ko.js +24 -4
- package/dist/es2019/i18n/nb.js +24 -2
- package/dist/es2019/i18n/nl.js +24 -4
- package/dist/es2019/i18n/pl.js +23 -4
- package/dist/es2019/i18n/pt_BR.js +22 -4
- package/dist/es2019/i18n/ru.js +22 -4
- package/dist/es2019/i18n/sv.js +24 -4
- package/dist/es2019/i18n/th.js +24 -4
- package/dist/es2019/i18n/tr.js +22 -4
- package/dist/es2019/i18n/uk.js +25 -5
- package/dist/es2019/i18n/vi.js +24 -4
- package/dist/es2019/i18n/zh.js +23 -5
- package/dist/es2019/i18n/zh_TW.js +24 -4
- package/dist/es2019/keymaps/index.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +124 -0
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +61 -150
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +13 -0
- package/dist/esm/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/esm/i18n/cs.js +0 -3
- package/dist/esm/i18n/da.js +24 -4
- package/dist/esm/i18n/de.js +0 -3
- package/dist/esm/i18n/en.js +23 -5
- package/dist/esm/i18n/en_GB.js +24 -6
- package/dist/esm/i18n/en_ZZ.js +24 -6
- package/dist/esm/i18n/es.js +24 -4
- package/dist/esm/i18n/fi.js +23 -4
- package/dist/esm/i18n/fr.js +24 -4
- package/dist/esm/i18n/hu.js +24 -4
- package/dist/esm/i18n/it.js +24 -4
- package/dist/esm/i18n/ja.js +25 -2
- package/dist/esm/i18n/ko.js +24 -4
- package/dist/esm/i18n/nb.js +24 -2
- package/dist/esm/i18n/nl.js +24 -4
- package/dist/esm/i18n/pl.js +23 -4
- package/dist/esm/i18n/pt_BR.js +22 -4
- package/dist/esm/i18n/ru.js +22 -4
- package/dist/esm/i18n/sv.js +24 -4
- package/dist/esm/i18n/th.js +24 -4
- package/dist/esm/i18n/tr.js +22 -4
- package/dist/esm/i18n/uk.js +25 -5
- package/dist/esm/i18n/vi.js +24 -4
- package/dist/esm/i18n/zh.js +23 -5
- package/dist/esm/i18n/zh_TW.js +24 -4
- package/dist/esm/keymaps/index.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/card/cardOptions.d.ts +7 -0
- package/dist/types/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +0 -3
- package/dist/types/i18n/da.d.ts +23 -3
- package/dist/types/i18n/de.d.ts +0 -3
- package/dist/types/i18n/en.d.ts +20 -2
- package/dist/types/i18n/en_GB.d.ts +20 -2
- package/dist/types/i18n/en_ZZ.d.ts +20 -2
- package/dist/types/i18n/es.d.ts +23 -3
- package/dist/types/i18n/fi.d.ts +22 -3
- package/dist/types/i18n/fr.d.ts +23 -3
- package/dist/types/i18n/hu.d.ts +23 -3
- package/dist/types/i18n/it.d.ts +23 -3
- package/dist/types/i18n/ja.d.ts +24 -1
- package/dist/types/i18n/ko.d.ts +23 -3
- package/dist/types/i18n/nb.d.ts +23 -1
- package/dist/types/i18n/nl.d.ts +23 -3
- package/dist/types/i18n/pl.d.ts +22 -3
- package/dist/types/i18n/pt_BR.d.ts +21 -3
- package/dist/types/i18n/ru.d.ts +21 -3
- package/dist/types/i18n/sv.d.ts +23 -3
- package/dist/types/i18n/th.d.ts +23 -3
- package/dist/types/i18n/tr.d.ts +21 -3
- package/dist/types/i18n/uk.d.ts +23 -3
- package/dist/types/i18n/vi.d.ts +23 -3
- package/dist/types/i18n/zh.d.ts +21 -3
- package/dist/types/i18n/zh_TW.d.ts +23 -3
- package/dist/types/types/feature-flags.d.ts +8 -0
- package/dist/types/types/floating-toolbar.d.ts +1 -0
- package/dist/types/types/next-editor-plugin.d.ts +1 -4
- package/dist/types-ts4.5/card/cardOptions.d.ts +7 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -3
- package/dist/types-ts4.5/i18n/da.d.ts +23 -3
- package/dist/types-ts4.5/i18n/de.d.ts +0 -3
- package/dist/types-ts4.5/i18n/en.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +20 -2
- package/dist/types-ts4.5/i18n/es.d.ts +23 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +23 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +23 -3
- package/dist/types-ts4.5/i18n/it.d.ts +23 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +24 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +23 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +23 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +23 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +21 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +21 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +23 -3
- package/dist/types-ts4.5/i18n/th.d.ts +23 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +21 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +23 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +23 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +21 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +23 -3
- package/dist/types-ts4.5/types/feature-flags.d.ts +8 -0
- package/dist/types-ts4.5/types/floating-toolbar.d.ts +1 -0
- package/dist/types-ts4.5/types/next-editor-plugin.d.ts +1 -4
- package/package.json +9 -9
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Action item',
|
|
11
11
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Add column left',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Add column right',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Add row above',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Add row below',
|
|
15
17
|
'fabric.editor.alignCenter': 'Align center',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
50
52
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
51
53
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Column options',
|
|
52
55
|
'fabric.editor.columns': 'Layouts',
|
|
53
56
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Nothing matches your search',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggestion available for typed text.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions available for typed text.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Search',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
90
98
|
'fabric.editor.embedTitle': 'Embed',
|
|
91
99
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -145,7 +153,7 @@ export default {
|
|
|
145
153
|
'fabric.editor.inlineTitle': 'Inline',
|
|
146
154
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
147
155
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
148
|
-
'fabric.editor.insertMenu': 'Insert
|
|
156
|
+
'fabric.editor.insertMenu': 'Insert elements',
|
|
149
157
|
'fabric.editor.insertRow': 'Insert row below',
|
|
150
158
|
'fabric.editor.insertRowDrag': 'Insert row',
|
|
151
159
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
@@ -162,12 +170,16 @@ export default {
|
|
|
162
170
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
163
171
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
164
172
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
165
|
-
'fabric.editor.media_change_mediainline': 'Inline
|
|
173
|
+
'fabric.editor.media_change_mediainline': 'Inline (caption will be removed)',
|
|
166
174
|
'fabric.editor.media_change_mediasingle': 'Original size',
|
|
167
175
|
'fabric.editor.mention': 'Mention',
|
|
168
176
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
169
177
|
'fabric.editor.mergeCells': 'Merge cells',
|
|
170
178
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
179
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Move column left} other {Move columns left}}',
|
|
180
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Move column right} other {Move columns right}}',
|
|
181
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Move row down} other {Move rows down}}',
|
|
182
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Move row up} other {Move rows up}}',
|
|
171
183
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
172
184
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
173
185
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -193,11 +205,14 @@ export default {
|
|
|
193
205
|
'fabric.editor.removeRows': '{0, plural, one {Delete row} other {Delete rows}}',
|
|
194
206
|
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
195
207
|
'fabric.editor.rowControl': 'Highlight row',
|
|
208
|
+
'fabric.editor.rowDragHandle': 'Row options',
|
|
196
209
|
'fabric.editor.saveButton': 'Save',
|
|
197
210
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
198
211
|
'fabric.editor.single': 'Single column',
|
|
199
212
|
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
200
213
|
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
214
|
+
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
215
|
+
'fabric.editor.sortColumnIncreasing': 'Sort increasing',
|
|
201
216
|
'fabric.editor.splitCell': 'Split cell',
|
|
202
217
|
'fabric.editor.status': 'Status',
|
|
203
218
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
@@ -218,6 +233,8 @@ export default {
|
|
|
218
233
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Table width increased to {newWidth,number} pixel.} other {Table width increased to {newWidth,number} pixels.}}',
|
|
219
234
|
'fabric.editor.tableSelector': 'Table size',
|
|
220
235
|
'fabric.editor.tableSelector.description': 'Add a table using popup to select a custom size',
|
|
236
|
+
'fabric.editor.tableSizeSelectorButton': 'Create table of size',
|
|
237
|
+
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
221
238
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
222
239
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
223
240
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
@@ -230,7 +247,7 @@ export default {
|
|
|
230
247
|
'fabric.editor.time.ago': 'ago',
|
|
231
248
|
'fabric.editor.time.updated': 'Updated',
|
|
232
249
|
'fabric.editor.time.viewed': 'Viewed',
|
|
233
|
-
'fabric.editor.toolbarLabel': 'Editor
|
|
250
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
234
251
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
235
252
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
236
253
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
@@ -308,5 +325,6 @@ export default {
|
|
|
308
325
|
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
309
326
|
'fabric.theme.teal': 'Teal',
|
|
310
327
|
'fabric.theme.white': 'White',
|
|
311
|
-
'fabric.theme.yellow': 'Yellow'
|
|
328
|
+
'fabric.theme.yellow': 'Yellow',
|
|
329
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
312
330
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
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.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Añadir columna a la izquierda',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Añadir columna a la derecha',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Añadir fila arriba',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Añadir fila abajo',
|
|
15
17
|
'fabric.editor.alignCenter': 'Centrar',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
|
50
52
|
'fabric.editor.collapseNode': 'contraer contenido',
|
|
51
53
|
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
52
55
|
'fabric.editor.columns': 'Diseños',
|
|
53
56
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
54
57
|
'fabric.editor.copiedToClipboard': '¡Copiado!',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'No hay nada que coincida con la búsqueda',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'No hay nada que coincida con la búsqueda',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugerencia disponible para texto escrito.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'sugerencias disponibles para texto escrito.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Entrar',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Buscar',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Explorar',
|
|
90
98
|
'fabric.editor.embedTitle': 'Integrar',
|
|
91
99
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
'fabric.editor.infoPanel': 'Panel de información',
|
|
142
150
|
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
|
143
151
|
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
152
|
+
'fabric.editor.inlineOverlay': 'Configurar',
|
|
144
153
|
'fabric.editor.inlineTitle': 'Insertado',
|
|
145
154
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
146
155
|
'fabric.editor.insertColumnDrag': 'Insertar columna',
|
|
@@ -161,12 +170,15 @@ export default {
|
|
|
161
170
|
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
162
171
|
'fabric.editor.mediaFiles': 'Imagen, vídeo o archivo',
|
|
163
172
|
'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'Insertado',
|
|
165
173
|
'fabric.editor.media_change_mediasingle': 'Tamaño original',
|
|
166
174
|
'fabric.editor.mention': 'Mención',
|
|
167
175
|
'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
|
|
168
176
|
'fabric.editor.mergeCells': 'Fusionar celdas',
|
|
169
177
|
'fabric.editor.moreFormatting': 'Más formatos',
|
|
178
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Mover columna a la izquierda} other {Mover columnas a la izquierda}}',
|
|
179
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Mover columna a la derecha} other {Mover columnas a la derecha}}',
|
|
180
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Mover fila hacia abajo} other {Mover filas hacia abajo}}',
|
|
181
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Mover fila hacia arriba} other {Mover filas hacia arriba}}',
|
|
170
182
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
|
171
183
|
'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
|
|
172
184
|
'fabric.editor.normal': 'Texto normal',
|
|
@@ -192,11 +204,14 @@ export default {
|
|
|
192
204
|
'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
|
|
193
205
|
'fabric.editor.rightSidebar': 'Barra lateral derecha',
|
|
194
206
|
'fabric.editor.rowControl': 'Destacar fila',
|
|
207
|
+
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
195
208
|
'fabric.editor.saveButton': 'Guardar',
|
|
196
209
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
197
210
|
'fabric.editor.single': 'Una sola columna',
|
|
198
211
|
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
199
212
|
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
213
|
+
'fabric.editor.sortColumnDecreasing': 'Ordenar en descendente',
|
|
214
|
+
'fabric.editor.sortColumnIncreasing': 'Ordenar en ascendente',
|
|
200
215
|
'fabric.editor.splitCell': 'Dividir celda',
|
|
201
216
|
'fabric.editor.status': 'Estado',
|
|
202
217
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
@@ -215,6 +230,10 @@ export default {
|
|
|
215
230
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
216
231
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla reducido a {newWidth,number} píxel.} other {Ancho de la tabla reducido a {newWidth,number} píxeles.}}',
|
|
217
232
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla aumentado a {newWidth,number} píxel.} other {Ancho de la tabla aumentado a {newWidth,number} píxeles.}}',
|
|
233
|
+
'fabric.editor.tableSelector': 'Tamaño de tabla',
|
|
234
|
+
'fabric.editor.tableSelector.description': 'Añade una tabla mediante la ventana emergente para seleccionar un tamaño personalizado',
|
|
235
|
+
'fabric.editor.tableSizeSelectorButton': 'Crear tabla de tamaño',
|
|
236
|
+
'fabric.editor.tableSizeSelectorPopup': 'Selector de tamaño de tabla',
|
|
218
237
|
'fabric.editor.tables.adjustColumn': 'Ajustar columna',
|
|
219
238
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
220
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
@@ -305,5 +324,6 @@ export default {
|
|
|
305
324
|
'fabric.theme.subtle-yellow': 'Amarillo sutil',
|
|
306
325
|
'fabric.theme.teal': 'Verde azulado',
|
|
307
326
|
'fabric.theme.white': 'Blanco',
|
|
308
|
-
'fabric.theme.yellow': 'Amarillo'
|
|
327
|
+
'fabric.theme.yellow': 'Amarillo',
|
|
328
|
+
'fabrid.editor.rowNumbers': 'Números de fila'
|
|
309
329
|
};
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Tehtävä',
|
|
11
11
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Lisää sarake vasemmalle',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Lisää sarake oikealle',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
15
17
|
'fabric.editor.alignCenter': 'Tasaa keskelle',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
|
50
52
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
51
53
|
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
52
55
|
'fabric.editor.columns': 'Asettelut',
|
|
53
56
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Kopioitu!',
|
|
@@ -86,6 +89,10 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ei hakutuloksia',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hae käyttämällä eri termiä tai tutustu uusiin Atlassian-tuotteiden sovelluksiin.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Tutustu Atlassian Marketplaceen',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Ei hakutuloksia',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'ehdotus käytettävissä kirjoitetulle tekstille.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Lisää',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Haku',
|
|
89
96
|
'fabric.editor.elementbrowser.sidebar.heading': 'Selaa',
|
|
90
97
|
'fabric.editor.embedTitle': 'Upota',
|
|
91
98
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -141,6 +148,7 @@ export default {
|
|
|
141
148
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
142
149
|
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
|
143
150
|
'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
|
|
151
|
+
'fabric.editor.inlineOverlay': 'Muokkaa',
|
|
144
152
|
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
145
153
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
146
154
|
'fabric.editor.insertColumnDrag': 'Lisää sarake',
|
|
@@ -161,12 +169,15 @@ export default {
|
|
|
161
169
|
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
162
170
|
'fabric.editor.mediaFiles': 'Kuva, video tai tiedosto',
|
|
163
171
|
'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'Tekstiin sitoutuva',
|
|
165
172
|
'fabric.editor.media_change_mediasingle': 'Alkuperäinen koko',
|
|
166
173
|
'fabric.editor.mention': 'Maininta',
|
|
167
174
|
'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
|
|
168
175
|
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
169
176
|
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
177
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Siirrä sarake vasemmalle} other {Siirrä sarakkeet vasemmalle}}',
|
|
178
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Siirrä sarake oikealle} other {Siirrä sarakkeet oikealle}}',
|
|
179
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Siirrä rivi alas} other {Siirrä rivit alas}}',
|
|
180
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Siirrä rivi ylös} other {Siirrä rivit ylös}}',
|
|
170
181
|
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
171
182
|
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
|
172
183
|
'fabric.editor.normal': 'Normaali teksti',
|
|
@@ -192,11 +203,14 @@ export default {
|
|
|
192
203
|
'fabric.editor.removeRows': '{0, plural, one {Poista rivi} other {Poista rivit}}',
|
|
193
204
|
'fabric.editor.rightSidebar': 'Oikea sivupalkki',
|
|
194
205
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
206
|
+
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
195
207
|
'fabric.editor.saveButton': 'Tallenna',
|
|
196
208
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
197
209
|
'fabric.editor.single': 'Yksittäinen sarake',
|
|
198
210
|
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
199
211
|
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
212
|
+
'fabric.editor.sortColumnDecreasing': 'Laskeva lajittelu',
|
|
213
|
+
'fabric.editor.sortColumnIncreasing': 'Nouseva lajittelu',
|
|
200
214
|
'fabric.editor.splitCell': 'Jaa solu',
|
|
201
215
|
'fabric.editor.status': 'Tila',
|
|
202
216
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
@@ -215,6 +229,10 @@ export default {
|
|
|
215
229
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
216
230
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys pieneni {newWidth,number} pikseliin.} other {Taulukon leveys pieneni {newWidth,number} pikseliin.}}',
|
|
217
231
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys kasvoi {newWidth,number} pikseliin.} other {Taulukon leveys kasvoi {newWidth,number} pikseliin.}}',
|
|
232
|
+
'fabric.editor.tableSelector': 'Taulukon koko',
|
|
233
|
+
'fabric.editor.tableSelector.description': 'Lisää taulukko ponnahdusikkunan avulla ja valitse mukautettu koko',
|
|
234
|
+
'fabric.editor.tableSizeSelectorButton': 'Luo tietyn kokoinen taulukko',
|
|
235
|
+
'fabric.editor.tableSizeSelectorPopup': 'Taulukon koon valitsin',
|
|
218
236
|
'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
|
|
219
237
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
|
220
238
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista',
|
|
@@ -305,5 +323,6 @@ export default {
|
|
|
305
323
|
'fabric.theme.subtle-yellow': 'Vaaleankeltainen',
|
|
306
324
|
'fabric.theme.teal': 'Sinivihreä',
|
|
307
325
|
'fabric.theme.white': 'Valkoinen',
|
|
308
|
-
'fabric.theme.yellow': 'Keltainen'
|
|
326
|
+
'fabric.theme.yellow': 'Keltainen',
|
|
327
|
+
'fabrid.editor.rowNumbers': 'Rivinumerot'
|
|
309
328
|
};
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Tâche',
|
|
11
11
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Ajouter une colonne à gauche',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Ajouter une colonne à droite',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Ajouter une image, une vidéo ou un fichier',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Ajouter une ligne au-dessus',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Ajouter une ligne en dessous',
|
|
15
17
|
'fabric.editor.alignCenter': 'Aligner au centre',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Aligner au centre',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Aligner à gauche',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
|
|
50
52
|
'fabric.editor.collapseNode': 'Réduire le contenu',
|
|
51
53
|
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Options de colonne',
|
|
52
55
|
'fabric.editor.columns': 'Mises en page',
|
|
53
56
|
'fabric.editor.columns.description': 'Organiser votre page en sections',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Copié !',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Aucun résultat pour votre recherche',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Essayez de rechercher un autre terme ou découvrez de nouvelles apps pour les produits Atlassian.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorer Atlassian Marketplace',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Aucun résultat pour votre recherche',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggestion disponible pour le texte saisi.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions disponibles pour le texte saisi.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Entrer',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Rechercher',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Parcourir',
|
|
90
98
|
'fabric.editor.embedTitle': 'Intégrer',
|
|
91
99
|
'fabric.editor.emoji': 'Émoticône',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
142
150
|
'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
|
|
143
151
|
'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
|
|
152
|
+
'fabric.editor.inlineOverlay': 'Configurer',
|
|
144
153
|
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
145
154
|
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
146
155
|
'fabric.editor.insertColumnDrag': 'Insérer une colonne',
|
|
@@ -161,12 +170,15 @@ export default {
|
|
|
161
170
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
162
171
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|
|
163
172
|
'fabric.editor.mediaFiles.description': "Ajoutez des images et d'autres fichiers à votre page",
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'En ligne',
|
|
165
173
|
'fabric.editor.media_change_mediasingle': "Taille d'origine",
|
|
166
174
|
'fabric.editor.mention': 'Mention',
|
|
167
175
|
'fabric.editor.mention.description': 'Mentionner une personne pour lui envoyer une notification',
|
|
168
176
|
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
169
177
|
'fabric.editor.moreFormatting': 'Plus de formatage',
|
|
178
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Déplacer la colonne vers la gauche} other {Déplacer les colonnes vers la gauche}}',
|
|
179
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Déplacer la colonne vers la droite} other {Déplacer les colonnes vers la droite}}',
|
|
180
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Déplacer la ligne vers le bas} other {Déplacer les lignes vers le bas}}',
|
|
181
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Déplacer la ligne vers le haut} other {Déplacer les lignes vers le haut}}',
|
|
170
182
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
|
171
183
|
'fabric.editor.navigate.toolbar.floating': "Accéder à la barre d'outils flottante",
|
|
172
184
|
'fabric.editor.normal': 'Texte normal',
|
|
@@ -192,11 +204,14 @@ export default {
|
|
|
192
204
|
'fabric.editor.removeRows': '{0, plural, one {Supprimer la ligne} other {Supprimer les lignes}}',
|
|
193
205
|
'fabric.editor.rightSidebar': 'Barre latérale de droite',
|
|
194
206
|
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
207
|
+
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
195
208
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
196
209
|
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
197
210
|
'fabric.editor.single': 'Colonne unique',
|
|
198
211
|
'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
|
|
199
212
|
'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
|
|
213
|
+
'fabric.editor.sortColumnDecreasing': 'Trier par ordre décroissant',
|
|
214
|
+
'fabric.editor.sortColumnIncreasing': 'Trier par ordre croissant',
|
|
200
215
|
'fabric.editor.splitCell': 'Partager la cellule',
|
|
201
216
|
'fabric.editor.status': 'État',
|
|
202
217
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
@@ -215,6 +230,10 @@ export default {
|
|
|
215
230
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
216
231
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été réduite à {newWidth,number} pixel.} other {La largeur du tableau a été réduite à {newWidth,number} pixels.}}',
|
|
217
232
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été augmentée à {newWidth,number} pixel.} other {La largeur du tableau a été augmentée à {newWidth,number} pixels.}}',
|
|
233
|
+
'fabric.editor.tableSelector': 'Taille du tableau',
|
|
234
|
+
'fabric.editor.tableSelector.description': 'Ajouter un tableau en utilisant une fenêtre contextuelle pour sélectionner une taille personnalisée',
|
|
235
|
+
'fabric.editor.tableSizeSelectorButton': 'Créer un tableau à la taille',
|
|
236
|
+
'fabric.editor.tableSizeSelectorPopup': 'Sélecteur de taille de tableau',
|
|
218
237
|
'fabric.editor.tables.adjustColumn': 'Ajuster la colonne',
|
|
219
238
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
|
|
220
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer',
|
|
@@ -305,5 +324,6 @@ export default {
|
|
|
305
324
|
'fabric.theme.subtle-yellow': 'Jaune pastel',
|
|
306
325
|
'fabric.theme.teal': 'Bleu-vert',
|
|
307
326
|
'fabric.theme.white': 'Blanc',
|
|
308
|
-
'fabric.theme.yellow': 'Jaune'
|
|
327
|
+
'fabric.theme.yellow': 'Jaune',
|
|
328
|
+
'fabrid.editor.rowNumbers': 'Numéros de ligne'
|
|
309
329
|
};
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Teendő',
|
|
11
11
|
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Oszlop hozzáadása balra',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Oszlop beszúrása jobbra',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Kép, videó vagy fájl hozzáadása',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Sor beszúrása felülre',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Sor beszúrása alulra',
|
|
15
17
|
'fabric.editor.alignCenter': 'Középre igazítás',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Középre igazítás',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Balra igazítás',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
|
|
50
52
|
'fabric.editor.collapseNode': 'tartalom összecsukása',
|
|
51
53
|
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Oszlopbeállítások',
|
|
52
55
|
'fabric.editor.columns': 'Elrendezések',
|
|
53
56
|
'fabric.editor.columns.description': 'Az oldal rendszerezése szakaszok használatával',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Másolva!',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Semmi sem felel meg a keresésednek',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Próbálj más kifejezésre keresni, vagy fedezz fel új alkalmazásokat az Atlassian-termékekhez.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace felfedezése',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Semmi sem felel meg a keresésednek',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'javaslat elérhető a begépelt szöveghez.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'javaslat elérhető a begépelt szöveghez.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Belépés',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Keresés',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Böngészés',
|
|
90
98
|
'fabric.editor.embedTitle': 'Beágyazás',
|
|
91
99
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
'fabric.editor.infoPanel': 'Információs panel',
|
|
142
150
|
'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
|
|
143
151
|
'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
|
|
152
|
+
'fabric.editor.inlineOverlay': 'Konfigurálás',
|
|
144
153
|
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
145
154
|
'fabric.editor.insertColumn': 'Oszlop beszúrása jobbra',
|
|
146
155
|
'fabric.editor.insertColumnDrag': 'Oszlop beszúrása',
|
|
@@ -161,12 +170,15 @@ export default {
|
|
|
161
170
|
'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
|
|
162
171
|
'fabric.editor.mediaFiles': 'Kép, videó vagy fájl',
|
|
163
172
|
'fabric.editor.mediaFiles.description': 'Képek és egyéb fájlok hozzáadása az oldalhoz',
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'Beágyazott',
|
|
165
173
|
'fabric.editor.media_change_mediasingle': 'Eredeti méret',
|
|
166
174
|
'fabric.editor.mention': 'Említés',
|
|
167
175
|
'fabric.editor.mention.description': 'A kívánt személy említése értesítés küldéséhez',
|
|
168
176
|
'fabric.editor.mergeCells': 'Cellák egyesítése',
|
|
169
177
|
'fabric.editor.moreFormatting': 'További formázási lehetőségek',
|
|
178
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Oszlop mozgatása balra} other {Oszlopok mozgatása balra}}',
|
|
179
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Oszlop mozgatása jobbra} other {Oszlopok mozgatása jobbra}}',
|
|
180
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Sor mozgatása lefelé} other {Sorok mozgatása lefelé}}',
|
|
181
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Sor mozgatása felfelé} other {Sorok mozgatása felfelé}}',
|
|
170
182
|
'fabric.editor.navigate.toolbar.editor': 'Navigálás a szerkesztési eszköztárhoz',
|
|
171
183
|
'fabric.editor.navigate.toolbar.floating': 'Navigálás a lebegő eszköztárhoz',
|
|
172
184
|
'fabric.editor.normal': 'Normál szöveg',
|
|
@@ -192,11 +204,14 @@ export default {
|
|
|
192
204
|
'fabric.editor.removeRows': '{0, plural, one {Sor törlése} other {Sorok törlése}}',
|
|
193
205
|
'fabric.editor.rightSidebar': 'Jobb oldali oldalsáv',
|
|
194
206
|
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
207
|
+
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
195
208
|
'fabric.editor.saveButton': 'Mentés',
|
|
196
209
|
'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
|
|
197
210
|
'fabric.editor.single': 'Egy oszlop',
|
|
198
211
|
'fabric.editor.sortColumnASC': 'Oszlop rendezése: A → Z',
|
|
199
212
|
'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
|
|
213
|
+
'fabric.editor.sortColumnDecreasing': 'Rendezés csökkenő sorrendbe',
|
|
214
|
+
'fabric.editor.sortColumnIncreasing': 'Rendezés növekvő sorrendbe',
|
|
200
215
|
'fabric.editor.splitCell': 'Cella felosztása',
|
|
201
216
|
'fabric.editor.status': 'Állapot',
|
|
202
217
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
@@ -215,6 +230,10 @@ export default {
|
|
|
215
230
|
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
216
231
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A tábla szélessége {newWidth,number} pixelre csökkentve.} other {A tábla szélessége {newWidth,number} pixelre csökkentve.}}',
|
|
217
232
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A tábla szélessége {newWidth,number} pixelre növelve.} other {A tábla szélessége {newWidth,number} pixelre növelve.}}',
|
|
233
|
+
'fabric.editor.tableSelector': 'Táblázat mérete',
|
|
234
|
+
'fabric.editor.tableSelector.description': 'Adj hozzá egy táblázatot a felugró ablak segítségével, hogy egyéni méretet választhass ki',
|
|
235
|
+
'fabric.editor.tableSizeSelectorButton': 'Táblázat létrehozása a következő méretben',
|
|
236
|
+
'fabric.editor.tableSizeSelectorPopup': 'Táblázatméret-választó',
|
|
218
237
|
'fabric.editor.tables.adjustColumn': 'Oszlop igazítása',
|
|
219
238
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
|
|
220
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Törlés',
|
|
@@ -305,5 +324,6 @@ export default {
|
|
|
305
324
|
'fabric.theme.subtle-yellow': 'Fakósárga',
|
|
306
325
|
'fabric.theme.teal': 'Zöldeskék',
|
|
307
326
|
'fabric.theme.white': 'Fehér',
|
|
308
|
-
'fabric.theme.yellow': 'Sárga'
|
|
327
|
+
'fabric.theme.yellow': 'Sárga',
|
|
328
|
+
'fabrid.editor.rowNumbers': 'Sorszámok'
|
|
309
329
|
};
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Attività',
|
|
11
11
|
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Aggiungi colonna a sinistra',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Aggiungi colonna a destra',
|
|
13
14
|
'fabric.editor.addMediaFiles': "Aggiungi un'immagine, un video o un file",
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Aggiungi riga sopra',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Aggiungi riga sotto',
|
|
15
17
|
'fabric.editor.alignCenter': 'Allinea al centro',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Allinea al centro',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Allinea a sinistra',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
|
50
52
|
'fabric.editor.collapseNode': 'Comprimi contenuto',
|
|
51
53
|
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Opzioni colonna',
|
|
52
55
|
'fabric.editor.columns': 'Layout',
|
|
53
56
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Copiato.',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Non ci sono risultati per la tua ricerca',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova a ripetere la ricerca con un termine diverso o scopri nuove app per i prodotti Atlassian.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Esplora l'Atlassian Marketplace",
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Non ci sono risultati per la tua ricerca',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggerimento disponibile per il testo digitato.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggerimenti disponibili per il testo digitato.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Inserisci',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Cerca',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Sfoglia',
|
|
90
98
|
'fabric.editor.embedTitle': 'Incorpora',
|
|
91
99
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
'fabric.editor.infoPanel': 'Pannello informazioni',
|
|
142
150
|
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
|
143
151
|
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
152
|
+
'fabric.editor.inlineOverlay': 'Configura',
|
|
144
153
|
'fabric.editor.inlineTitle': 'In linea',
|
|
145
154
|
'fabric.editor.insertColumn': 'Inserisci colonna a destra',
|
|
146
155
|
'fabric.editor.insertColumnDrag': 'Inserisci colonna',
|
|
@@ -161,12 +170,15 @@ export default {
|
|
|
161
170
|
'fabric.editor.mediaAddLink': 'Aggiungi link',
|
|
162
171
|
'fabric.editor.mediaFiles': 'Immagine, video o file',
|
|
163
172
|
'fabric.editor.mediaFiles.description': 'Aggiungi alla tua pagina immagini e altri file',
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'In linea',
|
|
165
173
|
'fabric.editor.media_change_mediasingle': 'Dimensione originale',
|
|
166
174
|
'fabric.editor.mention': 'Menziona',
|
|
167
175
|
'fabric.editor.mention.description': 'Menziona qualcuno per inviargli una notifica',
|
|
168
176
|
'fabric.editor.mergeCells': 'Unisci celle',
|
|
169
177
|
'fabric.editor.moreFormatting': 'Formattazione aggiuntiva',
|
|
178
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Sposta colonna a sinistra} other {Sposta colonne a sinistra}}',
|
|
179
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Sposta colonna a destra} other {Sposta colonne a destra}}',
|
|
180
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Sposta riga in basso} other {Sposta righe in basso}}',
|
|
181
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Sposta riga in alto} other {Sposta righe in alto}}',
|
|
170
182
|
'fabric.editor.navigate.toolbar.editor': "Passa alla barra degli strumenti dell'editor",
|
|
171
183
|
'fabric.editor.navigate.toolbar.floating': 'Passa alla barra degli strumenti mobile',
|
|
172
184
|
'fabric.editor.normal': 'Testo normale',
|
|
@@ -192,11 +204,14 @@ export default {
|
|
|
192
204
|
'fabric.editor.removeRows': '{0, plural, one {Elimina riga} other {Elimina righe}}',
|
|
193
205
|
'fabric.editor.rightSidebar': 'Barra laterale destra',
|
|
194
206
|
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
207
|
+
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
195
208
|
'fabric.editor.saveButton': 'Salva',
|
|
196
209
|
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
197
210
|
'fabric.editor.single': 'Colonna singola',
|
|
198
211
|
'fabric.editor.sortColumnASC': 'Ordina colonna A → Z',
|
|
199
212
|
'fabric.editor.sortColumnDESC': 'Ordina colonna Z → A',
|
|
213
|
+
'fabric.editor.sortColumnDecreasing': 'Ordinamento decrescente',
|
|
214
|
+
'fabric.editor.sortColumnIncreasing': 'Ordinamento crescente',
|
|
200
215
|
'fabric.editor.splitCell': 'Dividi cella',
|
|
201
216
|
'fabric.editor.status': 'Stato',
|
|
202
217
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
@@ -215,6 +230,10 @@ export default {
|
|
|
215
230
|
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
216
231
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella diminuita a {newWidth,number} pixel.} other {Larghezza della tabella diminuita a {newWidth,number} pixel.}}',
|
|
217
232
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella aumentata a {newWidth,number} pixel.} other {Larghezza della tabella aumentata a {newWidth,number} pixel.}}',
|
|
233
|
+
'fabric.editor.tableSelector': 'Dimensioni tabella',
|
|
234
|
+
'fabric.editor.tableSelector.description': 'Aggiungi una tabella utilizzando la finestra popup per selezionare una dimensione personalizzata',
|
|
235
|
+
'fabric.editor.tableSizeSelectorButton': 'Crea una tabella delle dimensioni specificate',
|
|
236
|
+
'fabric.editor.tableSizeSelectorPopup': 'Selettore delle dimensioni della tabella',
|
|
218
237
|
'fabric.editor.tables.adjustColumn': 'Regola colonna',
|
|
219
238
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
|
|
220
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Elimina',
|
|
@@ -305,5 +324,6 @@ export default {
|
|
|
305
324
|
'fabric.theme.subtle-yellow': 'Giallo tenue',
|
|
306
325
|
'fabric.theme.teal': 'Turchese',
|
|
307
326
|
'fabric.theme.white': 'Bianco',
|
|
308
|
-
'fabric.theme.yellow': 'Giallo'
|
|
327
|
+
'fabric.theme.yellow': 'Giallo',
|
|
328
|
+
'fabrid.editor.rowNumbers': 'Numeri di riga'
|
|
309
329
|
};
|