@atlaskit/afm-i18n-platform-editor-editor-common 2.176.0 → 2.177.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/i18n/da.js +1 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/fi.js +1 -0
- package/dist/cjs/i18n/hr.js +1 -0
- package/dist/cjs/i18n/hu.js +2 -0
- package/dist/cjs/i18n/pt_BR.js +3 -0
- package/dist/cjs/i18n/ru.js +1 -0
- package/dist/cjs/i18n/sl.js +1 -0
- package/dist/cjs/i18n/sr_RS.js +1 -0
- package/dist/cjs/i18n/sr_YR.js +1 -0
- package/dist/cjs/i18n/sv.js +1 -0
- package/dist/esm/i18n/da.d.ts +1 -0
- package/dist/esm/i18n/da.js +1 -0
- package/dist/esm/i18n/en.d.ts +2 -0
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.d.ts +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.d.ts +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/fi.d.ts +1 -0
- package/dist/esm/i18n/fi.js +1 -0
- package/dist/esm/i18n/hr.d.ts +1 -0
- package/dist/esm/i18n/hr.js +1 -0
- package/dist/esm/i18n/hu.d.ts +2 -0
- package/dist/esm/i18n/hu.js +2 -0
- package/dist/esm/i18n/pt_BR.d.ts +3 -0
- package/dist/esm/i18n/pt_BR.js +3 -0
- package/dist/esm/i18n/ru.d.ts +1 -0
- package/dist/esm/i18n/ru.js +1 -0
- package/dist/esm/i18n/sl.d.ts +1 -0
- package/dist/esm/i18n/sl.js +1 -0
- package/dist/esm/i18n/sr_RS.d.ts +1 -0
- package/dist/esm/i18n/sr_RS.js +1 -0
- package/dist/esm/i18n/sr_YR.d.ts +1 -0
- package/dist/esm/i18n/sr_YR.js +1 -0
- package/dist/esm/i18n/sv.d.ts +1 -0
- package/dist/esm/i18n/sv.js +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/hr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +2 -0
- package/dist/types/i18n/pt_BR.d.ts +3 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sl.d.ts +1 -0
- package/dist/types/i18n/sr_RS.d.ts +1 -0
- package/dist/types/i18n/sr_YR.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/i18n/da.ts +1 -0
- package/i18n/en.ts +2 -0
- package/i18n/en_GB.ts +2 -0
- package/i18n/en_ZZ.ts +2 -0
- package/i18n/fi.ts +1 -0
- package/i18n/hr.ts +1 -0
- package/i18n/hu.ts +2 -0
- package/i18n/pt_BR.ts +3 -0
- package/i18n/ru.ts +1 -0
- package/i18n/sl.ts +1 -0
- package/i18n/sr_RS.ts +1 -0
- package/i18n/sr_YR.ts +1 -0
- package/i18n/sv.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Færdig med at redigere',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Foretag redigeringer',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Cirkel',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Cirkel 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Brugerdefineret',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -506,6 +506,8 @@ exports.default = {
|
|
|
506
506
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
507
507
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
508
508
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
509
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
510
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
509
511
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
510
512
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
511
513
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -506,6 +506,8 @@ exports.default = {
|
|
|
506
506
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
507
507
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
508
508
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
509
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
510
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
509
511
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
510
512
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
511
513
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -506,6 +506,8 @@ exports.default = {
|
|
|
506
506
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
507
507
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
508
508
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
509
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
510
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
509
511
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
510
512
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
511
513
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Muokkaus valmis',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Tee muokkauksia',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Ympyrä',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Ympyrä 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Mukautettu',
|
package/dist/cjs/i18n/hr.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Gotovo uređivanje',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Napravi izmjene',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriraj {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratoriji',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Krug',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Krug 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Prilagođeno',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -414,6 +414,7 @@ exports.default = {
|
|
|
414
414
|
'fabric.editor.bug': 'Hiba',
|
|
415
415
|
'fabric.editor.bulletedList': 'Listajeles lista',
|
|
416
416
|
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
417
|
+
'fabric.editor.canNotSortTableNoIcon': 'Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
417
418
|
'fabric.editor.cancelButton': 'Mégse',
|
|
418
419
|
'fabric.editor.cannotCreateSyncBlockDescription': 'Hiba történt a szinkronizált blokk létrehozásakor.',
|
|
419
420
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Nem lehet létrehozni a szinkronizált blokkot',
|
|
@@ -592,6 +593,7 @@ exports.default = {
|
|
|
592
593
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigáció',
|
|
593
594
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Jelentés',
|
|
594
595
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Megjelenítések és képek',
|
|
596
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Elem kiválasztása',
|
|
595
597
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Rajztábla használatával vizuális elemeket adhatsz az oldaladhoz',
|
|
596
598
|
'fabric.editor.elementbrowser.modal.close': 'Bezárás',
|
|
597
599
|
'fabric.editor.elementbrowser.modal.insert': 'Beszúrás',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Edição feita',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Fazer edições',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratórios',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Círculo',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Círculo 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Personalizado',
|
|
@@ -413,6 +414,7 @@ exports.default = {
|
|
|
413
414
|
'fabric.editor.bug': 'Bug',
|
|
414
415
|
'fabric.editor.bulletedList': 'Lista com marcadores',
|
|
415
416
|
'fabric.editor.canNotSortTable': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
417
|
+
'fabric.editor.canNotSortTableNoIcon': 'Não é possível ordenar uma tabela com células mescladas',
|
|
416
418
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
417
419
|
'fabric.editor.cannotCreateSyncBlockDescription': 'Ocorreu um erro ao tentar criar este bloco sincronizado.',
|
|
418
420
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Não foi possível criar o bloco sincronizado',
|
|
@@ -591,6 +593,7 @@ exports.default = {
|
|
|
591
593
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegação',
|
|
592
594
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Relatórios',
|
|
593
595
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Imagens e efeitos visuais',
|
|
596
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Selecionar elementos',
|
|
594
597
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use um quadro branco para adicionar recursos visuais à página',
|
|
595
598
|
'fabric.editor.elementbrowser.modal.close': 'Fechar',
|
|
596
599
|
'fabric.editor.elementbrowser.modal.insert': 'Inserir',
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Закончить редактирование',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Внести правки',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Настроить макрос «{macroName}»',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Лаборатории',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Круглый формат',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Круглый формат 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Свой вариант',
|
package/dist/cjs/i18n/sl.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Končaj urejanje',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Uredi',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriranje makra {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Eksperimentalno',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Krožni izrez',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Krožni izrez 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Po meri',
|
package/dist/cjs/i18n/sr_RS.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Završi izmene',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Unesi izmene',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Konfigurišite {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratorije',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Krug',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Krug 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Prilagođeno',
|
package/dist/cjs/i18n/sr_YR.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Заврши измене',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Унеси измене',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Конфигуришите {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Лабораторије',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Круг',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Круг 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Прилагођено',
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Redigeringen är klar',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Gör ändringar',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Konfigurera {macroName}',
|
|
16
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circle': 'Cirkel',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circleButton': 'Cirkel 1:1',
|
|
18
19
|
'editor.imageEditor.aspectRatio.custom': 'Anpassat',
|
package/dist/esm/i18n/da.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Færdig med at redigere',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Foretag redigeringer',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Cirkel',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Cirkel 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Brugerdefineret',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -502,6 +502,8 @@ declare const _default: {
|
|
|
502
502
|
'fabric.editor.breakout.resizeElement': string;
|
|
503
503
|
'fabric.editor.breakout.resizeExpand': string;
|
|
504
504
|
'fabric.editor.breakout.resizeLayout': string;
|
|
505
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
506
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
505
507
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
506
508
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
507
509
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -504,6 +504,8 @@ export default {
|
|
|
504
504
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
505
505
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
506
506
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
507
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
508
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
507
509
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
508
510
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
509
511
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -502,6 +502,8 @@ declare const _default: {
|
|
|
502
502
|
'fabric.editor.breakout.resizeElement': string;
|
|
503
503
|
'fabric.editor.breakout.resizeExpand': string;
|
|
504
504
|
'fabric.editor.breakout.resizeLayout': string;
|
|
505
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
506
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
505
507
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
506
508
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
507
509
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -504,6 +504,8 @@ export default {
|
|
|
504
504
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
505
505
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
506
506
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
507
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
508
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
507
509
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
508
510
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
509
511
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -502,6 +502,8 @@ declare const _default: {
|
|
|
502
502
|
'fabric.editor.breakout.resizeElement': string;
|
|
503
503
|
'fabric.editor.breakout.resizeExpand': string;
|
|
504
504
|
'fabric.editor.breakout.resizeLayout': string;
|
|
505
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
506
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
505
507
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
506
508
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
507
509
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -504,6 +504,8 @@ export default {
|
|
|
504
504
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
505
505
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
506
506
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
507
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
508
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
507
509
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
508
510
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
509
511
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/dist/esm/i18n/fi.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Muokkaus valmis',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Tee muokkauksia',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Ympyrä',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Ympyrä 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Mukautettu',
|
package/dist/esm/i18n/hr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Gotovo uređivanje',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Napravi izmjene',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriraj {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratoriji',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Krug',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Krug 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Prilagođeno',
|
package/dist/esm/i18n/hu.d.ts
CHANGED
|
@@ -410,6 +410,7 @@ declare const _default: {
|
|
|
410
410
|
'fabric.editor.bug': string;
|
|
411
411
|
'fabric.editor.bulletedList': string;
|
|
412
412
|
'fabric.editor.canNotSortTable': string;
|
|
413
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
413
414
|
'fabric.editor.cancelButton': string;
|
|
414
415
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
415
416
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -588,6 +589,7 @@ declare const _default: {
|
|
|
588
589
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
589
590
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
590
591
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
592
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
591
593
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
592
594
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
593
595
|
'fabric.editor.elementbrowser.modal.insert': string;
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -412,6 +412,7 @@ export default {
|
|
|
412
412
|
'fabric.editor.bug': 'Hiba',
|
|
413
413
|
'fabric.editor.bulletedList': 'Listajeles lista',
|
|
414
414
|
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
415
|
+
'fabric.editor.canNotSortTableNoIcon': 'Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
415
416
|
'fabric.editor.cancelButton': 'Mégse',
|
|
416
417
|
'fabric.editor.cannotCreateSyncBlockDescription': 'Hiba történt a szinkronizált blokk létrehozásakor.',
|
|
417
418
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Nem lehet létrehozni a szinkronizált blokkot',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigáció',
|
|
591
592
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Jelentés',
|
|
592
593
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Megjelenítések és képek',
|
|
594
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Elem kiválasztása',
|
|
593
595
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Rajztábla használatával vizuális elemeket adhatsz az oldaladhoz',
|
|
594
596
|
'fabric.editor.elementbrowser.modal.close': 'Bezárás',
|
|
595
597
|
'fabric.editor.elementbrowser.modal.insert': 'Beszúrás',
|
package/dist/esm/i18n/pt_BR.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -409,6 +410,7 @@ declare const _default: {
|
|
|
409
410
|
'fabric.editor.bug': string;
|
|
410
411
|
'fabric.editor.bulletedList': string;
|
|
411
412
|
'fabric.editor.canNotSortTable': string;
|
|
413
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
412
414
|
'fabric.editor.cancelButton': string;
|
|
413
415
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
414
416
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -587,6 +589,7 @@ declare const _default: {
|
|
|
587
589
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
588
590
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
589
591
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
592
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
590
593
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
591
594
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
592
595
|
'fabric.editor.elementbrowser.modal.insert': string;
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Edição feita',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Fazer edições',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratórios',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Círculo',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Círculo 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Personalizado',
|
|
@@ -411,6 +412,7 @@ export default {
|
|
|
411
412
|
'fabric.editor.bug': 'Bug',
|
|
412
413
|
'fabric.editor.bulletedList': 'Lista com marcadores',
|
|
413
414
|
'fabric.editor.canNotSortTable': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
415
|
+
'fabric.editor.canNotSortTableNoIcon': 'Não é possível ordenar uma tabela com células mescladas',
|
|
414
416
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
415
417
|
'fabric.editor.cannotCreateSyncBlockDescription': 'Ocorreu um erro ao tentar criar este bloco sincronizado.',
|
|
416
418
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Não foi possível criar o bloco sincronizado',
|
|
@@ -589,6 +591,7 @@ export default {
|
|
|
589
591
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegação',
|
|
590
592
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Relatórios',
|
|
591
593
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Imagens e efeitos visuais',
|
|
594
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Selecionar elementos',
|
|
592
595
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use um quadro branco para adicionar recursos visuais à página',
|
|
593
596
|
'fabric.editor.elementbrowser.modal.close': 'Fechar',
|
|
594
597
|
'fabric.editor.elementbrowser.modal.insert': 'Inserir',
|
package/dist/esm/i18n/ru.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Закончить редактирование',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Внести правки',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Настроить макрос «{macroName}»',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Лаборатории',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Круглый формат',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Круглый формат 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Свой вариант',
|
package/dist/esm/i18n/sl.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Končaj urejanje',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Uredi',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriranje makra {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Eksperimentalno',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Krožni izrez',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Krožni izrez 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Po meri',
|
package/dist/esm/i18n/sr_RS.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/sr_RS.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Završi izmene',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Unesi izmene',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfigurišite {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratorije',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Krug',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Krug 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Prilagođeno',
|
package/dist/esm/i18n/sr_YR.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/sr_YR.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Заврши измене',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Унеси измене',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Конфигуришите {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Лабораторије',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Круг',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Круг 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Прилагођено',
|
package/dist/esm/i18n/sv.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Redigeringen är klar',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Gör ändringar',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfigurera {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Cirkel',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Cirkel 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Anpassat',
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -502,6 +502,8 @@ declare const _default: {
|
|
|
502
502
|
'fabric.editor.breakout.resizeElement': string;
|
|
503
503
|
'fabric.editor.breakout.resizeExpand': string;
|
|
504
504
|
'fabric.editor.breakout.resizeLayout': string;
|
|
505
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
506
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
505
507
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
506
508
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
507
509
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
@@ -502,6 +502,8 @@ declare const _default: {
|
|
|
502
502
|
'fabric.editor.breakout.resizeElement': string;
|
|
503
503
|
'fabric.editor.breakout.resizeExpand': string;
|
|
504
504
|
'fabric.editor.breakout.resizeLayout': string;
|
|
505
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
506
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
505
507
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
506
508
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
507
509
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
@@ -502,6 +502,8 @@ declare const _default: {
|
|
|
502
502
|
'fabric.editor.breakout.resizeElement': string;
|
|
503
503
|
'fabric.editor.breakout.resizeExpand': string;
|
|
504
504
|
'fabric.editor.breakout.resizeLayout': string;
|
|
505
|
+
'fabric.editor.breakout.resizePanel': string;
|
|
506
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
505
507
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
506
508
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
507
509
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -410,6 +410,7 @@ declare const _default: {
|
|
|
410
410
|
'fabric.editor.bug': string;
|
|
411
411
|
'fabric.editor.bulletedList': string;
|
|
412
412
|
'fabric.editor.canNotSortTable': string;
|
|
413
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
413
414
|
'fabric.editor.cancelButton': string;
|
|
414
415
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
415
416
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -588,6 +589,7 @@ declare const _default: {
|
|
|
588
589
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
589
590
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
590
591
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
592
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
591
593
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
592
594
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
593
595
|
'fabric.editor.elementbrowser.modal.insert': string;
|
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -409,6 +410,7 @@ declare const _default: {
|
|
|
409
410
|
'fabric.editor.bug': string;
|
|
410
411
|
'fabric.editor.bulletedList': string;
|
|
411
412
|
'fabric.editor.canNotSortTable': string;
|
|
413
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
412
414
|
'fabric.editor.cancelButton': string;
|
|
413
415
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
414
416
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -587,6 +589,7 @@ declare const _default: {
|
|
|
587
589
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
588
590
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
589
591
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
592
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
590
593
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
591
594
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
592
595
|
'fabric.editor.elementbrowser.modal.insert': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
12
13
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/i18n/da.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Færdig med at redigere',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Foretag redigeringer',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Cirkel',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Cirkel 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Brugerdefineret',
|
package/i18n/en.ts
CHANGED
|
@@ -573,6 +573,8 @@ export default {
|
|
|
573
573
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
574
574
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
575
575
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
576
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
577
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
576
578
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
577
579
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
578
580
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -573,6 +573,8 @@ export default {
|
|
|
573
573
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
574
574
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
575
575
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
576
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
577
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
576
578
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
577
579
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
578
580
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -682,6 +682,8 @@ export default {
|
|
|
682
682
|
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
683
683
|
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
684
684
|
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
685
|
+
'fabric.editor.breakout.resizePanel': 'Resize panel',
|
|
686
|
+
'fabric.editor.breakout.resizeRule': 'Resize divider',
|
|
685
687
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
686
688
|
'fabric.editor.breakoutMaxWidthLabel': 'Max-width',
|
|
687
689
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
package/i18n/fi.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Muokkaus valmis',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Tee muokkauksia',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Ympyrä',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Ympyrä 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Mukautettu',
|
package/i18n/hr.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Gotovo uređivanje',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Napravi izmjene',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriraj {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratoriji',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Krug',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Krug 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Prilagođeno',
|
package/i18n/hu.ts
CHANGED
|
@@ -468,6 +468,7 @@ export default {
|
|
|
468
468
|
'fabric.editor.bug': 'Hiba',
|
|
469
469
|
'fabric.editor.bulletedList': 'Listajeles lista',
|
|
470
470
|
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
471
|
+
'fabric.editor.canNotSortTableNoIcon': 'Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
471
472
|
'fabric.editor.cancelButton': 'Mégse',
|
|
472
473
|
'fabric.editor.cannotCreateSyncBlockDescription': 'Hiba történt a szinkronizált blokk létrehozásakor.',
|
|
473
474
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Nem lehet létrehozni a szinkronizált blokkot',
|
|
@@ -667,6 +668,7 @@ export default {
|
|
|
667
668
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigáció',
|
|
668
669
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Jelentés',
|
|
669
670
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Megjelenítések és képek',
|
|
671
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Elem kiválasztása',
|
|
670
672
|
'fabric.editor.elementbrowser.featured.whiteboard.description':
|
|
671
673
|
'Rajztábla használatával vizuális elemeket adhatsz az oldaladhoz',
|
|
672
674
|
'fabric.editor.elementbrowser.modal.close': 'Bezárás',
|
package/i18n/pt_BR.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Edição feita',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Fazer edições',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratórios',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Círculo',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Círculo 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Personalizado',
|
|
@@ -462,6 +463,7 @@ export default {
|
|
|
462
463
|
'fabric.editor.bug': 'Bug',
|
|
463
464
|
'fabric.editor.bulletedList': 'Lista com marcadores',
|
|
464
465
|
'fabric.editor.canNotSortTable': '⚠️ Você não pode ordenar uma tabela com células mescladas',
|
|
466
|
+
'fabric.editor.canNotSortTableNoIcon': 'Não é possível ordenar uma tabela com células mescladas',
|
|
465
467
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
466
468
|
'fabric.editor.cannotCreateSyncBlockDescription': 'Ocorreu um erro ao tentar criar este bloco sincronizado.',
|
|
467
469
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Não foi possível criar o bloco sincronizado',
|
|
@@ -662,6 +664,7 @@ export default {
|
|
|
662
664
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegação',
|
|
663
665
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Relatórios',
|
|
664
666
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Imagens e efeitos visuais',
|
|
667
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Selecionar elementos',
|
|
665
668
|
'fabric.editor.elementbrowser.featured.whiteboard.description':
|
|
666
669
|
'Use um quadro branco para adicionar recursos visuais à página',
|
|
667
670
|
'fabric.editor.elementbrowser.modal.close': 'Fechar',
|
package/i18n/ru.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Закончить редактирование',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Внести правки',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Настроить макрос «{macroName}»',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Лаборатории',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Круглый формат',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Круглый формат 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Свой вариант',
|
package/i18n/sl.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Končaj urejanje',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Uredi',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriranje makra {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Eksperimentalno',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Krožni izrez',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Krožni izrez 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Po meri',
|
package/i18n/sr_RS.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Završi izmene',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Unesi izmene',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfigurišite {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratorije',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Krug',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Krug 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Prilagođeno',
|
package/i18n/sr_YR.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Заврши измене',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Унеси измене',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Конфигуришите {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Лабораторије',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Круг',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Круг 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Прилагођено',
|
package/i18n/sv.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Redigeringen är klar',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Gör ändringar',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Konfigurera {macroName}',
|
|
14
|
+
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
14
15
|
'editor.imageEditor.aspectRatio.circle': 'Cirkel',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circleButton': 'Cirkel 1:1',
|
|
16
17
|
'editor.imageEditor.aspectRatio.custom': 'Anpassat',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-editor-editor-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.177.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|