@atlaskit/editor-common 78.23.0 → 78.23.2
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 +12 -0
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/es.js +3 -2
- package/dist/cjs/i18n/fi.js +3 -2
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +6 -5
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +3 -2
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +4 -3
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/messages/table.js +2 -12
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/es.js +3 -2
- package/dist/es2019/i18n/fi.js +3 -2
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +6 -5
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +3 -2
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +4 -3
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/messages/table.js +2 -12
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/es.js +3 -2
- package/dist/esm/i18n/fi.js +3 -2
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +6 -5
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +3 -2
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +4 -3
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/messages/table.js +2 -12
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/messages/table.d.ts +0 -10
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/messages/table.d.ts +0 -10
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 78.23.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#87406](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87406) [`09db51ef5852`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/09db51ef5852) - [ux] Update extension label style to match design
|
|
8
|
+
|
|
9
|
+
## 78.23.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 78.23.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -29,7 +29,7 @@ var labelStyles = (0, _react.css)({
|
|
|
29
29
|
color: "var(--ds-text-subtle, ".concat(_colors.N500, ")"),
|
|
30
30
|
opacity: 1
|
|
31
31
|
},
|
|
32
|
-
borderRadius: "var(--ds-border-radius, 3px)",
|
|
32
|
+
borderRadius: "var(--ds-border-radius, 3px)".concat(" ", "var(--ds-border-radius, 3px)", " 0 0"),
|
|
33
33
|
lineHeight: 1
|
|
34
34
|
});
|
|
35
35
|
var textStyles = (0, _react.css)({
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Požadavky Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Vkládání požadavků Jira z Jira Cloud pomocí rozšířeného vyhledávání, filtrování a konfigurací.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Sloupec',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
|
|
107
107
|
'fabric.editor.date': 'Datum',
|
|
108
108
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
364
364
|
'fabric.editor.table': 'Tabulka',
|
|
365
365
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Celá šířka',
|
|
366
367
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla snížena na {newWidth,number} pixel.} few {Šířka tabulky byla snížena na {newWidth,number} pixely.} many {Šířka tabulky byla snížena na {newWidth,number} pixelu.} other {Šířka tabulky byla snížena na {newWidth,number} pixelů.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla zvýšena na {newWidth,number} pixel.} few {Šířka tabulky byla zvýšena na {newWidth,number} pixely.} many {Šířka tabulky byla zvýšena na {newWidth,number} pixelu.} other {Šířka tabulky byla zvýšena na {newWidth,number} pixelů.}}',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira-sager',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Indsæt Jira-sager fra Jira Cloud med forbedret søgning, filtrering og konfiguration.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Rediger søgning',
|
|
107
107
|
'fabric.editor.date': 'Dato',
|
|
108
108
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
@@ -267,7 +267,7 @@ var _default = exports.default = {
|
|
|
267
267
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'højdeinput',
|
|
268
268
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Højde',
|
|
269
269
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. bredde {maxWidth} px',
|
|
270
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. bredde {maxWidth}
|
|
270
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. bredde {maxWidth} pixels',
|
|
271
271
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Konverter til pixels',
|
|
272
272
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Overfør fra procentdel til fast pixelstørrelse',
|
|
273
273
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Indsend',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
364
364
|
'fabric.editor.table': 'Tabel',
|
|
365
365
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Fuld bredde',
|
|
366
367
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde reduceret til {newWidth,number} pixel.} other {Tabelbredde reduceret til {newWidth,number} pixel.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde øget til {newWidth,number} pixel.} other {Tabelbredde øget til {newWidth,number} pixels.}}',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira-Vorgänge',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Fügen Sie Jira-Vorgänge aus Jira Cloud mit verbesserten Such-, Filter- und Konfigurationsfunktionen ein.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
|
|
107
107
|
'fabric.editor.date': 'Datum',
|
|
108
108
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
|
|
364
364
|
'fabric.editor.table': 'Tabelle',
|
|
365
365
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Volle Breite',
|
|
366
367
|
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.}}',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
107
107
|
'fabric.editor.date': 'Date',
|
|
108
108
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
364
364
|
'fabric.editor.table': 'Table',
|
|
365
365
|
'fabric.editor.table.description': 'Insert a table',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
366
367
|
'fabric.editor.tableOptions': 'Table options',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
@@ -371,9 +372,17 @@ var _default = exports.default = {
|
|
|
371
372
|
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
372
373
|
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
373
374
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
375
|
+
'fabric.editor.tables.columnLeftResize': 'left',
|
|
376
|
+
'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
|
|
377
|
+
'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
|
|
378
|
+
'fabric.editor.tables.columnRightResize': 'right',
|
|
379
|
+
'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
|
|
374
380
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
375
381
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
382
|
+
'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
|
|
383
|
+
'fabric.editor.tables.resizeStop': 'Stopped resize',
|
|
376
384
|
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
385
|
+
'fabric.editor.tables.startedColumnResize': 'Started column resize',
|
|
377
386
|
'fabric.editor.task': 'Task',
|
|
378
387
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
379
388
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
@@ -477,6 +486,5 @@ var _default = exports.default = {
|
|
|
477
486
|
'fabric.theme.teal': 'Teal',
|
|
478
487
|
'fabric.theme.white': 'White',
|
|
479
488
|
'fabric.theme.yellow': 'Yellow',
|
|
480
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
481
|
-
testMessage: 'Default Message'
|
|
489
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
482
490
|
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
107
107
|
'fabric.editor.date': 'Date',
|
|
108
108
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
364
364
|
'fabric.editor.table': 'Table',
|
|
365
365
|
'fabric.editor.table.description': 'Insert a table',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
366
367
|
'fabric.editor.tableOptions': 'Table options',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
@@ -371,9 +372,17 @@ var _default = exports.default = {
|
|
|
371
372
|
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
372
373
|
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
373
374
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
375
|
+
'fabric.editor.tables.columnLeftResize': 'left',
|
|
376
|
+
'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
|
|
377
|
+
'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
|
|
378
|
+
'fabric.editor.tables.columnRightResize': 'right',
|
|
379
|
+
'fabric.editor.tables.columnWidth': 'Column width was changed to {width} pixels',
|
|
374
380
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
375
381
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
382
|
+
'fabric.editor.tables.otherResize': 'Switched to the {direction} column resize',
|
|
383
|
+
'fabric.editor.tables.resizeStop': 'Stopped resize',
|
|
376
384
|
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
385
|
+
'fabric.editor.tables.startedColumnResize': 'Started column resize',
|
|
377
386
|
'fabric.editor.task': 'Task',
|
|
378
387
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
379
388
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
@@ -477,6 +486,5 @@ var _default = exports.default = {
|
|
|
477
486
|
'fabric.theme.teal': 'Teal',
|
|
478
487
|
'fabric.theme.white': 'White',
|
|
479
488
|
'fabric.theme.yellow': 'Yellow',
|
|
480
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
481
|
-
testMessage: 'Default Message'
|
|
489
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
482
490
|
};
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Incidencias de Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Inserta incidencias de Jira desde Jira Cloud con las funciones mejoradas de búsqueda, filtro y configuración.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Editar consulta de búsqueda',
|
|
107
107
|
'fabric.editor.date': 'Fecha',
|
|
108
108
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
@@ -189,7 +189,7 @@ var _default = exports.default = {
|
|
|
189
189
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
|
|
190
190
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
191
191
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
192
|
-
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla
|
|
192
|
+
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
193
193
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
194
194
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
195
195
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
|
|
364
364
|
'fabric.editor.table': 'Tabla',
|
|
365
365
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Anchura completa',
|
|
366
367
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
367
368
|
'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.}}',
|
|
368
369
|
'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.}}',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Luettelo',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Muokkaa hakukyselyä',
|
|
107
107
|
'fabric.editor.date': 'Päivämäärä',
|
|
108
108
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
@@ -189,7 +189,7 @@ var _default = exports.default = {
|
|
|
189
189
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kelluva työkalupalkki',
|
|
190
190
|
'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
|
|
191
191
|
'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
|
|
192
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
192
|
+
'fabric.editor.focusTableResizeHandle': 'Taulukon fokusoinnin muutoskahva',
|
|
193
193
|
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
194
194
|
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
195
195
|
'fabric.editor.heading1': 'Otsikko 1',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Vaihtoehtoinen teksti on hyödyllinen niille, jotka käyttävät näytönlukuohjelmia näkörajoitteen vuoksi.',
|
|
364
364
|
'fabric.editor.table': 'Taulu',
|
|
365
365
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Täysi leveys',
|
|
366
367
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys pieneni {newWidth,number} pikseliin.} other {Taulukon leveys pieneni {newWidth,number} pikseliin.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys kasvoi {newWidth,number} pikseliin.} other {Taulukon leveys kasvoi {newWidth,number} pikseliin.}}',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Tickets Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Insérez des tickets Jira depuis Jira Cloud grâce à la recherche, au filtrage et à la configuration améliorés.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Modifier la requête de recherche',
|
|
107
107
|
'fabric.editor.date': 'Date',
|
|
108
108
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': "Le texte alternatif est utile pour les personnes utilisant des lecteurs d'écran en raison d'une déficience visuelle.",
|
|
364
364
|
'fabric.editor.table': 'Tableau',
|
|
365
365
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Pleine largeur',
|
|
366
367
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
367
368
|
'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.}}',
|
|
368
369
|
'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.}}',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira-ügyek',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Jira-ügyek beszúrása a Jira Cloudból továbbfejlesztett kereséssel, szűrőkkel és konfigurációkkal.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Keresési lekérdezés szerkesztése',
|
|
107
107
|
'fabric.editor.date': 'Dátum',
|
|
108
108
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Az alternatív szöveg a látássérült felhasználók számára hasznos, akik képernyőolvasót használnak.',
|
|
364
364
|
'fabric.editor.table': 'Táblázat',
|
|
365
365
|
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Teljes szélesség',
|
|
366
367
|
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
367
368
|
'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.}}',
|
|
368
369
|
'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.}}',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Ticket Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Inserisci ticket Jira da Jira Cloud con la ricerca avanzata, i filtri e la configurazione.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Elenco',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Modifica query di ricerca',
|
|
107
107
|
'fabric.editor.date': 'Data',
|
|
108
108
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Il testo alternativo è utile agli utenti con problemi di vista che utilizzano utilità per la lettura dello schermo.',
|
|
364
364
|
'fabric.editor.table': 'Tabella',
|
|
365
365
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Larghezza piena',
|
|
366
367
|
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella diminuita a {newWidth,number} pixel.} other {Larghezza della tabella diminuita a {newWidth,number} pixel.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Larghezza della tabella aumentata a {newWidth,number} pixel.} other {Larghezza della tabella aumentata a {newWidth,number} pixel.}}',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira 課題',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': '強化された検索、フィルタリング、設定を使用して、Jira Cloud から Jira 課題を挿入します。',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'リスト',
|
|
106
106
|
'fabric.editor.datasourceTitle': '検索クエリを編集',
|
|
107
107
|
'fabric.editor.date': '日付',
|
|
108
108
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
|
|
364
364
|
'fabric.editor.table': '表',
|
|
365
365
|
'fabric.editor.table.description': '表を挿入',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': '全幅',
|
|
366
367
|
'fabric.editor.tableOptions': '表のオプション',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {テーブル幅が {newWidth,number} ピクセルに縮小しました。}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表の幅が {newWidth,number} ピクセルに拡大しました。}}',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -77,7 +77,7 @@ var _default = exports.default = {
|
|
|
77
77
|
'fabric.editor.configPanel.close': '닫기',
|
|
78
78
|
'fabric.editor.configPanel.customSelect.createOption': '만들기',
|
|
79
79
|
'fabric.editor.configPanel.dateRange.custom.from': '시작',
|
|
80
|
-
'fabric.editor.configPanel.dateRange.custom.to': '
|
|
80
|
+
'fabric.editor.configPanel.dateRange.custom.to': '끝',
|
|
81
81
|
'fabric.editor.configPanel.dateRange.grouping.collapse': '축소',
|
|
82
82
|
'fabric.editor.configPanel.dateRange.grouping.expand': '확장',
|
|
83
83
|
'fabric.editor.configPanel.dateRange.option.custom': '사용자 지정',
|
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira 이슈',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': '향상된 검색, 필터링 및 구성을 통해 Jira Cloud의 Jira 이슈 삽입',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': '목록',
|
|
106
106
|
'fabric.editor.datasourceTitle': '검색 쿼리 편집',
|
|
107
107
|
'fabric.editor.date': '날짜',
|
|
108
108
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
@@ -189,7 +189,7 @@ var _default = exports.default = {
|
|
|
189
189
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '플로팅 도구 모음',
|
|
190
190
|
'fabric.editor.floatingToolbar.scrollLeft': '왼쪽으로 스크롤',
|
|
191
191
|
'fabric.editor.floatingToolbar.scrollRight': '오른쪽으로 스크롤',
|
|
192
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
192
|
+
'fabric.editor.focusTableResizeHandle': '표 크기 조정 핸들에 포커스',
|
|
193
193
|
'fabric.editor.headerColumn': '헤더 열',
|
|
194
194
|
'fabric.editor.headerRow': '헤더 행',
|
|
195
195
|
'fabric.editor.heading1': '머릿글 1',
|
|
@@ -223,7 +223,7 @@ var _default = exports.default = {
|
|
|
223
223
|
'fabric.editor.image': '이미지',
|
|
224
224
|
'fabric.editor.image.fullWidthLabel': '전체 너비',
|
|
225
225
|
'fabric.editor.imageBorderBold': '굵게',
|
|
226
|
-
'fabric.editor.imageBorderColor': '
|
|
226
|
+
'fabric.editor.imageBorderColor': '색',
|
|
227
227
|
'fabric.editor.imageBorderMedium': '보통',
|
|
228
228
|
'fabric.editor.imageBorderOptions': '테두리 옵션',
|
|
229
229
|
'fabric.editor.imageBorderSize': '크기',
|
|
@@ -327,7 +327,7 @@ var _default = exports.default = {
|
|
|
327
327
|
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
328
328
|
'fabric.editor.replace': '바꾸기',
|
|
329
329
|
'fabric.editor.replaceAll': '모두 바꾸기',
|
|
330
|
-
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number}개의 일치 항목을
|
|
330
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {{numberOfMatches,number}개의 일치 항목을 바꿨습니다}}',
|
|
331
331
|
'fabric.editor.replaceWith': '다음으로 바꾸기',
|
|
332
332
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
333
333
|
'fabric.editor.richText': '서식 텍스트 사용',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': '대체 텍스트는 시각적 제약으로 인해 화면 읽기 프로그램을 사용하는 사람에게 유용합니다.',
|
|
364
364
|
'fabric.editor.table': '표',
|
|
365
365
|
'fabric.editor.table.description': '표 삽입',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': '전체 너비',
|
|
366
367
|
'fabric.editor.tableOptions': '표 선택 사항',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 줄였습니다.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 늘렸습니다.}}',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira-saker',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Sett inn Jira-saker fra Jira Cloud med forbedret søk, filtrering og konfigurasjon.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Rediger søkespørring',
|
|
107
107
|
'fabric.editor.date': 'Dato',
|
|
108
108
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig for folk som bruker skjermlesere på grunn av redusert synsfunksjon.',
|
|
364
364
|
'fabric.editor.table': 'Tabell',
|
|
365
365
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Full bredde',
|
|
366
367
|
'fabric.editor.tableOptions': 'Tabellalternativer',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er redusert til {newWidth,number} piksel.} other {Tabellbredden er redusert til {newWidth,number} piksler.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er økt til {newWidth,number} piksel.} other {Tabellbredden er økt til {newWidth,number} piksler.}}',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira-issues',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Voeg Jira-issues in vanuit Jira Cloud met verbeterde zoekfunctie, filteren en configuratie.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lijst',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Zoekopdracht bewerken',
|
|
107
107
|
'fabric.editor.date': 'Datum',
|
|
108
108
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alt-tekst is handig voor mensen die gebruikmaken van schermlezers vanwege visuele beperkingen.',
|
|
364
364
|
'fabric.editor.table': 'Tabel',
|
|
365
365
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Volledige breedte',
|
|
366
367
|
'fabric.editor.tableOptions': 'Tabelopties',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verminderd tot {newWidth,number} pixel.} other {Tabelbreedte verminderd tot {newWidth,number} pixels.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verhoogd tot {newWidth,number} pixel.} other {Tabelbreedte verhoogd tot {newWidth,number} pixels.}}',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -82,7 +82,7 @@ var _default = exports.default = {
|
|
|
82
82
|
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozwiń',
|
|
83
83
|
'fabric.editor.configPanel.dateRange.option.custom': 'Niestandardowa',
|
|
84
84
|
'fabric.editor.configPanel.documentation': 'Dokumentacja',
|
|
85
|
-
'fabric.editor.configPanel.errorBoundary.note': 'Poinformowaliśmy zespół.
|
|
85
|
+
'fabric.editor.configPanel.errorBoundary.note': 'Poinformowaliśmy zespół. Wciąż możesz edytować i opublikować tę stronę, a także sprawdzić konsolę błędów, aby uzyskać więcej informacji.',
|
|
86
86
|
'fabric.editor.configPanel.errorBoundary.title': 'Coś poszło nie tak.',
|
|
87
87
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Nie można połączyć isMultiple ze stylem: radio',
|
|
88
88
|
'fabric.editor.configPanel.formType.addField': 'Dodaj pole',
|
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Zgłoszenia Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Wstawianie zgłoszeń Jira z Jira Cloud z ulepszonym wyszukiwaniem, filtrowaniem i konfigurowaniem.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Edytuj zapytanie wyszukiwania',
|
|
107
107
|
'fabric.editor.date': 'Data',
|
|
108
108
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Tekst alternatywny jest przydatny dla osób z zaburzeniami widzenia, korzystających z czytników ekranowych.',
|
|
364
364
|
'fabric.editor.table': 'Tabela',
|
|
365
365
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Pełna szerokość',
|
|
366
367
|
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.} few {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} many {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} other {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zwiększona do {newWidth,number} piksela.} few {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} many {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} other {Szerokość tabeli została zwiększona do {newWidth,number} piksela.}}',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Itens do Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Insira itens do Jira a partir do Jira Cloud com ferramentas aprimoradas de pesquisa, filtro e configuração.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Editar consulta de pesquisa',
|
|
107
107
|
'fabric.editor.date': 'Data',
|
|
108
108
|
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'O texto alt ajuda pessoas que usam leitores de tela por conta de limitações visuais.',
|
|
364
364
|
'fabric.editor.table': 'Tabela',
|
|
365
365
|
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Largura total',
|
|
366
367
|
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela foi reduzida para {newWidth,number} pixel.} other {A largura da tabela foi reduzida para {newWidth,number} pixels.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela aumentou para {newWidth,number} pixel.} other {A largura da tabela aumentou para {newWidth,number} pixels.}}',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Вставка объектов из Активов в Jira Service Management с помощью поиска и фильтрации',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Задачи Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Вставка задач Jira из Jira Cloud с помощью расширенного поиска, фильтрации и настройки.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Список',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Изменить поисковый запрос',
|
|
107
107
|
'fabric.editor.date': 'Дата',
|
|
108
108
|
'fabric.editor.date.description': 'Добавление даты из календаря',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Альтернативный текст предназначен для слабовидящих и незрячих людей, которые пользуются функцией озвучивания текста на экране.',
|
|
364
364
|
'fabric.editor.table': 'Таблица',
|
|
365
365
|
'fabric.editor.table.description': 'Вставка таблицы',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Полная ширина',
|
|
366
367
|
'fabric.editor.tableOptions': 'Параметры таблицы',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы уменьшена до {newWidth,number} пикселя.} few {Ширина таблицы уменьшена до {newWidth,number} пикселей.} many {Ширина таблицы уменьшена до {newWidth,number} пикселей.} other {Ширина таблицы уменьшена до {newWidth,number} пикселя.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширина таблицы увеличена до {newWidth,number} пикселя.} few {Ширина таблицы увеличена до {newWidth,number} пикселей.} many {Ширина таблицы увеличена до {newWidth,number} пикселей.} other {Ширина таблицы увеличена до {newWidth,number} пикселя.}}',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Infoga objekt från Tillgångar i Jira Service Management med sökning och filtrering',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira-ärenden',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Infoga Jira-ärenden från Jira Cloud med förbättrad sökning, filtrering och konfiguration.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Redigera sökfråga',
|
|
107
107
|
'fabric.editor.date': 'Datum',
|
|
108
108
|
'fabric.editor.date.description': 'Lägg till ett datum med en kalender',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alternativ text är användbart för de som använder skärmläsare på grund av visuella begränsningar.',
|
|
364
364
|
'fabric.editor.table': 'Tabell',
|
|
365
365
|
'fabric.editor.table.description': 'Infoga en tabell',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Full bredd',
|
|
366
367
|
'fabric.editor.tableOptions': 'Tabellalternativ',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har minskats till {newWidth,number} pixel.} other {Tabellbredden har minskats till {newWidth,number} pixlar.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden har ökat till {newWidth,number} pixel.} other {Tabellbredden har ökat till {newWidth,number} pixlar.}}',
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'แทรกหัวเรื่อง Assets ใน Jira Service Management ด้วยการค้นหาและตัวกรอง',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'ปัญหา Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'แทรกปัญหา Jira จาก Jira Cloud ด้วยการค้นหา ตัวกรอง และการกำหนดค่าที่ได้รับการปรับปรุงใหม่',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'รายการ',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'แก้ไขคำถามการค้นหา',
|
|
107
107
|
'fabric.editor.date': 'วันที่',
|
|
108
108
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'ข้อความอธิบายรูปภาพมีประโยชน์สำหรับผู้ที่กำลังใช้โปรแกรมอ่านออกเสียงบนหน้าจอเนื่องจากอาจมีข้อจำกัดทางด้านภาพ',
|
|
364
364
|
'fabric.editor.table': 'ตาราง',
|
|
365
365
|
'fabric.editor.table.description': 'แทรกตาราง',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'แบบเต็มความกว้าง',
|
|
366
367
|
'fabric.editor.tableOptions': 'ตัวเลือกตาราง',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางลดลงเหลือ {newWidth,number} พิกเซล}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {ความกว้างของตารางเพิ่มขึ้น {newWidth,number} พิกเซล}}',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': "Arama ve filtreleme ile Jira Service Management'taki Varlıklar'dan nesneleri ekleyin",
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira Konuları',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': "Gelişmiş arama, filtreleme ve yapılandırma ile Jira Cloud'daki Jira konularını ekleyin.",
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Arama sorgusunu düzenleyin',
|
|
107
107
|
'fabric.editor.date': 'Tarih',
|
|
108
108
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Alternatif metin, görme güçlüğü çektiği için ekran okuyucu kullanan kişilere yardımcı olur.',
|
|
364
364
|
'fabric.editor.table': 'Tablo',
|
|
365
365
|
'fabric.editor.table.description': 'Tablo ekleyin',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Tam genişlik',
|
|
366
367
|
'fabric.editor.tableOptions': 'Tablo seçenekleri',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele düşürüldü.} other {Tablo genişliği {newWidth,number} piksele düşürüldü.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tablo genişliği {newWidth,number} piksele artırıldı.} other {Tablo genişliği {newWidth,number} piksele artırıldı.}}',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Вставляйте об’єкти з розділу «Ресурси» в Jira Service Management за допомогою пошуку й фільтрації',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Завдання в Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Вставляйте завдання Jira з Jira Cloud за допомогою розширеного пошуку, фільтрації та конфігурації.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Список',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Редагувати пошуковий запит',
|
|
107
107
|
'fabric.editor.date': 'Дата',
|
|
108
108
|
'fabric.editor.date.description': 'Вставити дату через календар',
|
|
@@ -189,7 +189,7 @@ var _default = exports.default = {
|
|
|
189
189
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Плаваюча панель інструментів',
|
|
190
190
|
'fabric.editor.floatingToolbar.scrollLeft': 'Прокрутити вліво',
|
|
191
191
|
'fabric.editor.floatingToolbar.scrollRight': 'Прокрутити вправо',
|
|
192
|
-
'fabric.editor.focusTableResizeHandle': '
|
|
192
|
+
'fabric.editor.focusTableResizeHandle': 'Активувати маркер змінення розміру таблиці',
|
|
193
193
|
'fabric.editor.headerColumn': 'Стовпець заголовка',
|
|
194
194
|
'fabric.editor.headerRow': 'Рядок заголовка',
|
|
195
195
|
'fabric.editor.heading1': 'Заголовок 1',
|
|
@@ -283,7 +283,7 @@ var _default = exports.default = {
|
|
|
283
283
|
'fabric.editor.mention.description': 'Згадати користувача та надіслати йому сповіщення',
|
|
284
284
|
'fabric.editor.mentionNode.label': 'Згаданий за допомогою тегу користувач',
|
|
285
285
|
'fabric.editor.mentionsAddLabel': 'додати-значок',
|
|
286
|
-
'fabric.editor.mentionsIconLabel': '
|
|
286
|
+
'fabric.editor.mentionsIconLabel': 'Згадати',
|
|
287
287
|
'fabric.editor.mergeCells': 'Об’єднати клітинки',
|
|
288
288
|
'fabric.editor.moreFormatting': 'Додаткове форматування',
|
|
289
289
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Переміщення стовпця(-ів) уліво} few {Переміщення стовпців уліво} many {Переміщення стовпців уліво} other {Переміщення стовпців уліво}}',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Текст заміщення потрібний для людей, які користуються засобами читання з екрана через обмеження зору.',
|
|
364
364
|
'fabric.editor.table': 'Таблиця',
|
|
365
365
|
'fabric.editor.table.description': 'Вставити таблицю',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Повна ширина',
|
|
366
367
|
'fabric.editor.tableOptions': 'Параметри таблиці',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці зменшено до {newWidth,number} пікселя.} few {Ширину таблиці зменшено до {newWidth,number} пікселів.} many {Ширину таблиці зменшено до {newWidth,number} пікселів.} other {Ширину таблиці зменшено до {newWidth,number} пікселів.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ширину таблиці збільшено до {newWidth,number} пікселя.} few {Ширину таблиці збільшено до {newWidth,number} пікселів.} many {Ширину таблиці збільшено до {newWidth,number} пікселів.} other {Ширину таблиці збільшено до {newWidth,number} пікселів.}}',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': 'Chèn đối tượng từ Tài sản trong Jira Service Management bằng tính năng tìm kiếm và lọc',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Vấn đề trên Jira',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': 'Chèn vấn đề trên Jira từ Jira Cloud bằng tính năng tìm kiếm, lọc và định cấu hình nâng cao.',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': 'Danh sách',
|
|
106
106
|
'fabric.editor.datasourceTitle': 'Sửa truy vấn tìm kiếm',
|
|
107
107
|
'fabric.editor.date': 'Ngày',
|
|
108
108
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': 'Văn bản thay thế là tính năng hữu ích cho những người sử dụng trình đọc màn hình do suy giảm thị lực.',
|
|
364
364
|
'fabric.editor.table': 'Bảng',
|
|
365
365
|
'fabric.editor.table.description': 'Chèn bảng',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': 'Toàn chiều rộng',
|
|
366
367
|
'fabric.editor.tableOptions': 'Tùy chọn bảng',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã giảm xuống {newWidth,number} pixel.}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {Chiều rộng bảng đã tăng lên {newWidth,number} pixel.}}',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -102,7 +102,7 @@ var _default = exports.default = {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
103
103
|
'fabric.editor.datasource.jiraIssue': 'Jira 事务',
|
|
104
104
|
'fabric.editor.datasource.jiraIssue.description': '通过增强的搜索、筛选和配置插入来自 Jira Cloud 的 Jira 事务。',
|
|
105
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
106
106
|
'fabric.editor.datasourceTitle': '编辑搜索查询',
|
|
107
107
|
'fabric.editor.date': '日期',
|
|
108
108
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
@@ -363,6 +363,7 @@ var _default = exports.default = {
|
|
|
363
363
|
'fabric.editor.supportAltText': '对于因有视觉障碍而使用屏幕朗读器的用户,替代文本很有帮助。',
|
|
364
364
|
'fabric.editor.table': '表格',
|
|
365
365
|
'fabric.editor.table.description': '插入表格',
|
|
366
|
+
'fabric.editor.tableFullWidthLabel': '全宽',
|
|
366
367
|
'fabric.editor.tableOptions': '表格选项',
|
|
367
368
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已减少到 {newWidth,number} 像素。}}',
|
|
368
369
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已增加到 {newWidth,number} 像素。}}',
|