@atlaskit/afm-i18n-platform-editor-editor-common 2.54.0 → 2.55.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/cs.js +2 -0
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/i18n/nl.js +4 -0
- package/dist/cjs/i18n/sl.js +2 -0
- package/dist/cjs/i18n/sr_RS.js +1 -0
- package/dist/cjs/i18n/sr_YR.js +1 -0
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/esm/i18n/cs.d.ts +2 -0
- package/dist/esm/i18n/cs.js +2 -0
- package/dist/esm/i18n/en.d.ts +4 -0
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.d.ts +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.d.ts +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/i18n/nl.d.ts +4 -0
- package/dist/esm/i18n/nl.js +4 -0
- package/dist/esm/i18n/sl.d.ts +2 -0
- package/dist/esm/i18n/sl.js +2 -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/vi.d.ts +4 -0
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/types/i18n/cs.d.ts +2 -0
- package/dist/types/i18n/en.d.ts +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/sl.d.ts +2 -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/vi.d.ts +4 -0
- package/i18n/cs.ts +2 -0
- package/i18n/en.ts +4 -0
- package/i18n/en_GB.ts +4 -0
- package/i18n/en_ZZ.ts +4 -0
- package/i18n/nl.ts +4 -0
- package/i18n/sl.ts +2 -0
- package/i18n/sr_RS.ts +1 -0
- package/i18n/sr_YR.ts +1 -0
- package/i18n/vi.ts +4 -0
- package/package.json +1 -1
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -745,7 +745,9 @@ exports.default = {
|
|
|
745
745
|
'fabric.editor.moveColumnRight': '{0, plural, one {Přesunout sloupec vpravo} few {Přesunout sloupce vpravo} many {Přesunout sloupce vpravo} other {Přesunout sloupce vpravo}}',
|
|
746
746
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Přesunout sloupec vpravo',
|
|
747
747
|
'fabric.editor.moveDownDown': '{0, plural, one {Přesunout řádek dolů} few {Přesunout řádky dolů} many {Přesunout řádky dolů} other {Přesunout řádky dolů}}',
|
|
748
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Posunout řádek dolů',
|
|
748
749
|
'fabric.editor.moveRowUp': '{0, plural, one {Přesunout řádek nahoru} few {Přesunout řádky nahoru} many {Přesunout řádky nahoru} other {Přesunout řádky nahoru}}',
|
|
750
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Posunout řádek nahoru',
|
|
749
751
|
'fabric.editor.navigate.toolbar.askAI': 'Zeptat se AI',
|
|
750
752
|
'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
|
|
751
753
|
'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -401,6 +401,7 @@ exports.default = {
|
|
|
401
401
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
402
402
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
403
403
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
404
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
404
405
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
405
406
|
'fabric.editor.block.menu.create': 'Create',
|
|
406
407
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -417,6 +418,7 @@ exports.default = {
|
|
|
417
418
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
418
419
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
419
420
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
421
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
420
422
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
421
423
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
422
424
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -941,11 +943,13 @@ exports.default = {
|
|
|
941
943
|
'fabric.editor.superscript': 'Superscript',
|
|
942
944
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
943
945
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
946
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
944
947
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
945
948
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
946
949
|
'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
947
950
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
948
951
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
952
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
949
953
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
950
954
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
951
955
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -401,6 +401,7 @@ exports.default = {
|
|
|
401
401
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
402
402
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
403
403
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
404
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
404
405
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
405
406
|
'fabric.editor.block.menu.create': 'Create',
|
|
406
407
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -417,6 +418,7 @@ exports.default = {
|
|
|
417
418
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
418
419
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
419
420
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
421
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
420
422
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
421
423
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
422
424
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -941,11 +943,13 @@ exports.default = {
|
|
|
941
943
|
'fabric.editor.superscript': 'Superscript',
|
|
942
944
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
943
945
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
946
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
944
947
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
945
948
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
946
949
|
'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
947
950
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
948
951
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
952
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
949
953
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
950
954
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
951
955
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -401,6 +401,7 @@ exports.default = {
|
|
|
401
401
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
402
402
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
403
403
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
404
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
404
405
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
405
406
|
'fabric.editor.block.menu.create': 'Create',
|
|
406
407
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -417,6 +418,7 @@ exports.default = {
|
|
|
417
418
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
418
419
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
419
420
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
421
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
420
422
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
421
423
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
422
424
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -941,11 +943,13 @@ exports.default = {
|
|
|
941
943
|
'fabric.editor.superscript': 'Superscript',
|
|
942
944
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
943
945
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
946
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
944
947
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
945
948
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
946
949
|
'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
947
950
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
948
951
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
952
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
949
953
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
950
954
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
951
955
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -740,9 +740,13 @@ exports.default = {
|
|
|
740
740
|
'fabric.editor.mergeCells': 'Voeg cellen samen',
|
|
741
741
|
'fabric.editor.moreFormatting': 'Meer opmaak',
|
|
742
742
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Kolom naar links verplaatsen} other {Kolommen naar links verplaatsen}}',
|
|
743
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Verplaats kolom naar links',
|
|
743
744
|
'fabric.editor.moveColumnRight': '{0, plural, one {Kolom naar rechts verplaatsen} other {Kolommen naar rechts verplaatsen}}',
|
|
745
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Verplaats kolom naar rechts',
|
|
744
746
|
'fabric.editor.moveDownDown': '{0, plural, one {Rij naar beneden verplaatsen} other {Rijen naar beneden verplaatsen}}',
|
|
747
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Rij omlaag verplaatsen',
|
|
745
748
|
'fabric.editor.moveRowUp': '{0, plural, one {Rij naar boven verplaatsen} other {Rijen naar boven verplaatsen}}',
|
|
749
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Rij omhoog verplaatsen',
|
|
746
750
|
'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
|
|
747
751
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
|
748
752
|
'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
|
package/dist/cjs/i18n/sl.js
CHANGED
|
@@ -516,6 +516,7 @@ exports.default = {
|
|
|
516
516
|
'fabric.editor.date.description': 'Dodajanje datuma s koledarja',
|
|
517
517
|
'fabric.editor.decision': 'Odločitev',
|
|
518
518
|
'fabric.editor.decision.description': 'Zabeležite odločitve, da jih boste lažje spremljali',
|
|
519
|
+
'fabric.editor.decisionAriaLabel': 'Odločitev',
|
|
519
520
|
'fabric.editor.decisionPlaceholder': 'Dodajte odločitev …',
|
|
520
521
|
'fabric.editor.decreaseSize': 'Zmanjšaj velikost tabele ali predstavnosti',
|
|
521
522
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
@@ -1019,6 +1020,7 @@ exports.default = {
|
|
|
1019
1020
|
'fabric.editor.typeahead.metionListItemLabel': 'Uporabnik {name} @{shortName}',
|
|
1020
1021
|
'fabric.editor.unableToLoadContent': 'Te vsebine ni bilo mogoče naložiti',
|
|
1021
1022
|
'fabric.editor.unableToOpenLink': 'Povezave ni mogoče odpreti',
|
|
1023
|
+
'fabric.editor.undefinedDecisionAriaLabel': 'Nedoločena odločitev',
|
|
1022
1024
|
'fabric.editor.underline': 'Podčrtano',
|
|
1023
1025
|
'fabric.editor.undo': 'Razveljavi',
|
|
1024
1026
|
'fabric.editor.unknown.label': 'Neznano',
|
package/dist/cjs/i18n/sr_RS.js
CHANGED
|
@@ -522,6 +522,7 @@ exports.default = {
|
|
|
522
522
|
'fabric.editor.date.description': 'Dodajte datum pomoću kalendara',
|
|
523
523
|
'fabric.editor.decision': 'Odluka',
|
|
524
524
|
'fabric.editor.decision.description': 'Zabeležite odluke i lako ih pratite',
|
|
525
|
+
'fabric.editor.decisionAriaLabel': 'Odluka',
|
|
525
526
|
'fabric.editor.decisionPlaceholder': 'Dodaj odluku…',
|
|
526
527
|
'fabric.editor.decreaseElementSize': 'Smanjite element',
|
|
527
528
|
'fabric.editor.decreaseSize': 'Smanjite veličinu tabele ili medija',
|
package/dist/cjs/i18n/sr_YR.js
CHANGED
|
@@ -1027,6 +1027,7 @@ exports.default = {
|
|
|
1027
1027
|
'fabric.editor.typeahead.metionListItemLabel': 'Корисник {name} @{shortName}',
|
|
1028
1028
|
'fabric.editor.unableToLoadContent': 'Нисмо могли да учитамо овај садржај',
|
|
1029
1029
|
'fabric.editor.unableToOpenLink': 'Овај линк не може да се отвори',
|
|
1030
|
+
'fabric.editor.undefinedDecisionAriaLabel': 'Неодређена одлука',
|
|
1030
1031
|
'fabric.editor.underline': 'Подвучено',
|
|
1031
1032
|
'fabric.editor.undo': 'Опозови',
|
|
1032
1033
|
'fabric.editor.unknown.label': 'Непознато',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -726,9 +726,13 @@ exports.default = {
|
|
|
726
726
|
'fabric.editor.mergeCells': 'Hợp nhất ô',
|
|
727
727
|
'fabric.editor.moreFormatting': 'Thêm định dạng',
|
|
728
728
|
'fabric.editor.moveColumnLeft': '{0, plural, other {Di chuyển cột sang trái}}',
|
|
729
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Di chuyển cột sang trái',
|
|
729
730
|
'fabric.editor.moveColumnRight': '{0, plural, other {Di chuyển cột sang phải}}',
|
|
731
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Di chuyển cột sang phải',
|
|
730
732
|
'fabric.editor.moveDownDown': '{0, plural, other {Di chuyển hàng xuống dưới}}',
|
|
733
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Di chuyển hàng xuống dưới',
|
|
731
734
|
'fabric.editor.moveRowUp': '{0, plural, other {Di chuyển hàng lên trên}}',
|
|
735
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Di chuyển hàng lên trên',
|
|
732
736
|
'fabric.editor.navigate.toolbar.askAI': 'Hỏi AI',
|
|
733
737
|
'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
|
|
734
738
|
'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
|
package/dist/esm/i18n/cs.d.ts
CHANGED
|
@@ -741,7 +741,9 @@ declare const _default: {
|
|
|
741
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
742
|
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
743
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
744
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
745
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
746
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
747
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -743,7 +743,9 @@ export default {
|
|
|
743
743
|
'fabric.editor.moveColumnRight': '{0, plural, one {Přesunout sloupec vpravo} few {Přesunout sloupce vpravo} many {Přesunout sloupce vpravo} other {Přesunout sloupce vpravo}}',
|
|
744
744
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Přesunout sloupec vpravo',
|
|
745
745
|
'fabric.editor.moveDownDown': '{0, plural, one {Přesunout řádek dolů} few {Přesunout řádky dolů} many {Přesunout řádky dolů} other {Přesunout řádky dolů}}',
|
|
746
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Posunout řádek dolů',
|
|
746
747
|
'fabric.editor.moveRowUp': '{0, plural, one {Přesunout řádek nahoru} few {Přesunout řádky nahoru} many {Přesunout řádky nahoru} other {Přesunout řádky nahoru}}',
|
|
748
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Posunout řádek nahoru',
|
|
747
749
|
'fabric.editor.navigate.toolbar.askAI': 'Zeptat se AI',
|
|
748
750
|
'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
|
|
749
751
|
'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare const _default: {
|
|
|
397
397
|
'fabric.editor.block.menu.copy.block': string;
|
|
398
398
|
'fabric.editor.block.menu.copy.link': string;
|
|
399
399
|
'fabric.editor.block.menu.copy.link.to.block': string;
|
|
400
|
+
'fabric.editor.block.menu.copy.link.to.selection': string;
|
|
400
401
|
'fabric.editor.block.menu.copy.synced.block': string;
|
|
401
402
|
'fabric.editor.block.menu.create': string;
|
|
402
403
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
@@ -413,6 +414,7 @@ declare const _default: {
|
|
|
413
414
|
'fabric.editor.block.menu.paragraph': string;
|
|
414
415
|
'fabric.editor.block.menu.structure': string;
|
|
415
416
|
'fabric.editor.block.menu.suggested': string;
|
|
417
|
+
'fabric.editor.block.menu.sync.block': string;
|
|
416
418
|
'fabric.editor.block.menu.turn.into': string;
|
|
417
419
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
418
420
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -937,11 +939,13 @@ declare const _default: {
|
|
|
937
939
|
'fabric.editor.superscript': string;
|
|
938
940
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
939
941
|
'fabric.editor.supportAltText': string;
|
|
942
|
+
'fabric.editor.syncBlock': string;
|
|
940
943
|
'fabric.editor.syncBlock.toolbar.newLozenge': string;
|
|
941
944
|
'fabric.editor.syncBlockCopiedAction': string;
|
|
942
945
|
'fabric.editor.syncBlockCopiedDescription': string;
|
|
943
946
|
'fabric.editor.syncBlockCopiedTitle': string;
|
|
944
947
|
'fabric.editor.syncBlockGroup': string;
|
|
948
|
+
'fabric.editor.syncBlockLabel': string;
|
|
945
949
|
'fabric.editor.syncedBlock': string;
|
|
946
950
|
'fabric.editor.syncedBlock.description': string;
|
|
947
951
|
'fabric.editor.syncedBlock.label.text': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -399,6 +399,7 @@ export default {
|
|
|
399
399
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
400
400
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
401
401
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
402
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
402
403
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
403
404
|
'fabric.editor.block.menu.create': 'Create',
|
|
404
405
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -415,6 +416,7 @@ export default {
|
|
|
415
416
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
416
417
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
417
418
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
419
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
418
420
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
419
421
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
420
422
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -939,11 +941,13 @@ export default {
|
|
|
939
941
|
'fabric.editor.superscript': 'Superscript',
|
|
940
942
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
941
943
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
944
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
942
945
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
943
946
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
944
947
|
'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
945
948
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
946
949
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
950
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
947
951
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
948
952
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
949
953
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare const _default: {
|
|
|
397
397
|
'fabric.editor.block.menu.copy.block': string;
|
|
398
398
|
'fabric.editor.block.menu.copy.link': string;
|
|
399
399
|
'fabric.editor.block.menu.copy.link.to.block': string;
|
|
400
|
+
'fabric.editor.block.menu.copy.link.to.selection': string;
|
|
400
401
|
'fabric.editor.block.menu.copy.synced.block': string;
|
|
401
402
|
'fabric.editor.block.menu.create': string;
|
|
402
403
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
@@ -413,6 +414,7 @@ declare const _default: {
|
|
|
413
414
|
'fabric.editor.block.menu.paragraph': string;
|
|
414
415
|
'fabric.editor.block.menu.structure': string;
|
|
415
416
|
'fabric.editor.block.menu.suggested': string;
|
|
417
|
+
'fabric.editor.block.menu.sync.block': string;
|
|
416
418
|
'fabric.editor.block.menu.turn.into': string;
|
|
417
419
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
418
420
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -937,11 +939,13 @@ declare const _default: {
|
|
|
937
939
|
'fabric.editor.superscript': string;
|
|
938
940
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
939
941
|
'fabric.editor.supportAltText': string;
|
|
942
|
+
'fabric.editor.syncBlock': string;
|
|
940
943
|
'fabric.editor.syncBlock.toolbar.newLozenge': string;
|
|
941
944
|
'fabric.editor.syncBlockCopiedAction': string;
|
|
942
945
|
'fabric.editor.syncBlockCopiedDescription': string;
|
|
943
946
|
'fabric.editor.syncBlockCopiedTitle': string;
|
|
944
947
|
'fabric.editor.syncBlockGroup': string;
|
|
948
|
+
'fabric.editor.syncBlockLabel': string;
|
|
945
949
|
'fabric.editor.syncedBlock': string;
|
|
946
950
|
'fabric.editor.syncedBlock.description': string;
|
|
947
951
|
'fabric.editor.syncedBlock.label.text': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -399,6 +399,7 @@ export default {
|
|
|
399
399
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
400
400
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
401
401
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
402
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
402
403
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
403
404
|
'fabric.editor.block.menu.create': 'Create',
|
|
404
405
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -415,6 +416,7 @@ export default {
|
|
|
415
416
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
416
417
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
417
418
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
419
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
418
420
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
419
421
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
420
422
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -939,11 +941,13 @@ export default {
|
|
|
939
941
|
'fabric.editor.superscript': 'Superscript',
|
|
940
942
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
941
943
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
944
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
942
945
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
943
946
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
944
947
|
'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
945
948
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
946
949
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
950
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
947
951
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
948
952
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
949
953
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare const _default: {
|
|
|
397
397
|
'fabric.editor.block.menu.copy.block': string;
|
|
398
398
|
'fabric.editor.block.menu.copy.link': string;
|
|
399
399
|
'fabric.editor.block.menu.copy.link.to.block': string;
|
|
400
|
+
'fabric.editor.block.menu.copy.link.to.selection': string;
|
|
400
401
|
'fabric.editor.block.menu.copy.synced.block': string;
|
|
401
402
|
'fabric.editor.block.menu.create': string;
|
|
402
403
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
@@ -413,6 +414,7 @@ declare const _default: {
|
|
|
413
414
|
'fabric.editor.block.menu.paragraph': string;
|
|
414
415
|
'fabric.editor.block.menu.structure': string;
|
|
415
416
|
'fabric.editor.block.menu.suggested': string;
|
|
417
|
+
'fabric.editor.block.menu.sync.block': string;
|
|
416
418
|
'fabric.editor.block.menu.turn.into': string;
|
|
417
419
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
418
420
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -937,11 +939,13 @@ declare const _default: {
|
|
|
937
939
|
'fabric.editor.superscript': string;
|
|
938
940
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
939
941
|
'fabric.editor.supportAltText': string;
|
|
942
|
+
'fabric.editor.syncBlock': string;
|
|
940
943
|
'fabric.editor.syncBlock.toolbar.newLozenge': string;
|
|
941
944
|
'fabric.editor.syncBlockCopiedAction': string;
|
|
942
945
|
'fabric.editor.syncBlockCopiedDescription': string;
|
|
943
946
|
'fabric.editor.syncBlockCopiedTitle': string;
|
|
944
947
|
'fabric.editor.syncBlockGroup': string;
|
|
948
|
+
'fabric.editor.syncBlockLabel': string;
|
|
945
949
|
'fabric.editor.syncedBlock': string;
|
|
946
950
|
'fabric.editor.syncedBlock.description': string;
|
|
947
951
|
'fabric.editor.syncedBlock.label.text': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -399,6 +399,7 @@ export default {
|
|
|
399
399
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
400
400
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
401
401
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
402
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
402
403
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
403
404
|
'fabric.editor.block.menu.create': 'Create',
|
|
404
405
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -415,6 +416,7 @@ export default {
|
|
|
415
416
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
416
417
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
417
418
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
419
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
418
420
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
419
421
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
420
422
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -939,11 +941,13 @@ export default {
|
|
|
939
941
|
'fabric.editor.superscript': 'Superscript',
|
|
940
942
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
941
943
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
944
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
942
945
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
943
946
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
944
947
|
'fabric.editor.syncBlockCopiedDescription': 'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
945
948
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
946
949
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
950
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
947
951
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
948
952
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
949
953
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/dist/esm/i18n/nl.d.ts
CHANGED
|
@@ -736,9 +736,13 @@ declare const _default: {
|
|
|
736
736
|
'fabric.editor.mergeCells': string;
|
|
737
737
|
'fabric.editor.moreFormatting': string;
|
|
738
738
|
'fabric.editor.moveColumnLeft': string;
|
|
739
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
739
740
|
'fabric.editor.moveColumnRight': string;
|
|
741
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
740
742
|
'fabric.editor.moveDownDown': string;
|
|
743
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
741
744
|
'fabric.editor.moveRowUp': string;
|
|
745
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
742
746
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -738,9 +738,13 @@ export default {
|
|
|
738
738
|
'fabric.editor.mergeCells': 'Voeg cellen samen',
|
|
739
739
|
'fabric.editor.moreFormatting': 'Meer opmaak',
|
|
740
740
|
'fabric.editor.moveColumnLeft': '{0, plural, one {Kolom naar links verplaatsen} other {Kolommen naar links verplaatsen}}',
|
|
741
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Verplaats kolom naar links',
|
|
741
742
|
'fabric.editor.moveColumnRight': '{0, plural, one {Kolom naar rechts verplaatsen} other {Kolommen naar rechts verplaatsen}}',
|
|
743
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Verplaats kolom naar rechts',
|
|
742
744
|
'fabric.editor.moveDownDown': '{0, plural, one {Rij naar beneden verplaatsen} other {Rijen naar beneden verplaatsen}}',
|
|
745
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Rij omlaag verplaatsen',
|
|
743
746
|
'fabric.editor.moveRowUp': '{0, plural, one {Rij naar boven verplaatsen} other {Rijen naar boven verplaatsen}}',
|
|
747
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Rij omhoog verplaatsen',
|
|
744
748
|
'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
|
|
745
749
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
|
746
750
|
'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
|
package/dist/esm/i18n/sl.d.ts
CHANGED
|
@@ -512,6 +512,7 @@ declare const _default: {
|
|
|
512
512
|
'fabric.editor.date.description': string;
|
|
513
513
|
'fabric.editor.decision': string;
|
|
514
514
|
'fabric.editor.decision.description': string;
|
|
515
|
+
'fabric.editor.decisionAriaLabel': string;
|
|
515
516
|
'fabric.editor.decisionPlaceholder': string;
|
|
516
517
|
'fabric.editor.decreaseSize': string;
|
|
517
518
|
'fabric.editor.defaultAltText': string;
|
|
@@ -1015,6 +1016,7 @@ declare const _default: {
|
|
|
1015
1016
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
1016
1017
|
'fabric.editor.unableToLoadContent': string;
|
|
1017
1018
|
'fabric.editor.unableToOpenLink': string;
|
|
1019
|
+
'fabric.editor.undefinedDecisionAriaLabel': string;
|
|
1018
1020
|
'fabric.editor.underline': string;
|
|
1019
1021
|
'fabric.editor.undo': string;
|
|
1020
1022
|
'fabric.editor.unknown.label': string;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -514,6 +514,7 @@ export default {
|
|
|
514
514
|
'fabric.editor.date.description': 'Dodajanje datuma s koledarja',
|
|
515
515
|
'fabric.editor.decision': 'Odločitev',
|
|
516
516
|
'fabric.editor.decision.description': 'Zabeležite odločitve, da jih boste lažje spremljali',
|
|
517
|
+
'fabric.editor.decisionAriaLabel': 'Odločitev',
|
|
517
518
|
'fabric.editor.decisionPlaceholder': 'Dodajte odločitev …',
|
|
518
519
|
'fabric.editor.decreaseSize': 'Zmanjšaj velikost tabele ali predstavnosti',
|
|
519
520
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
@@ -1017,6 +1018,7 @@ export default {
|
|
|
1017
1018
|
'fabric.editor.typeahead.metionListItemLabel': 'Uporabnik {name} @{shortName}',
|
|
1018
1019
|
'fabric.editor.unableToLoadContent': 'Te vsebine ni bilo mogoče naložiti',
|
|
1019
1020
|
'fabric.editor.unableToOpenLink': 'Povezave ni mogoče odpreti',
|
|
1021
|
+
'fabric.editor.undefinedDecisionAriaLabel': 'Nedoločena odločitev',
|
|
1020
1022
|
'fabric.editor.underline': 'Podčrtano',
|
|
1021
1023
|
'fabric.editor.undo': 'Razveljavi',
|
|
1022
1024
|
'fabric.editor.unknown.label': 'Neznano',
|
package/dist/esm/i18n/sr_RS.d.ts
CHANGED
|
@@ -518,6 +518,7 @@ declare const _default: {
|
|
|
518
518
|
'fabric.editor.date.description': string;
|
|
519
519
|
'fabric.editor.decision': string;
|
|
520
520
|
'fabric.editor.decision.description': string;
|
|
521
|
+
'fabric.editor.decisionAriaLabel': string;
|
|
521
522
|
'fabric.editor.decisionPlaceholder': string;
|
|
522
523
|
'fabric.editor.decreaseElementSize': string;
|
|
523
524
|
'fabric.editor.decreaseSize': string;
|
package/dist/esm/i18n/sr_RS.js
CHANGED
|
@@ -520,6 +520,7 @@ export default {
|
|
|
520
520
|
'fabric.editor.date.description': 'Dodajte datum pomoću kalendara',
|
|
521
521
|
'fabric.editor.decision': 'Odluka',
|
|
522
522
|
'fabric.editor.decision.description': 'Zabeležite odluke i lako ih pratite',
|
|
523
|
+
'fabric.editor.decisionAriaLabel': 'Odluka',
|
|
523
524
|
'fabric.editor.decisionPlaceholder': 'Dodaj odluku…',
|
|
524
525
|
'fabric.editor.decreaseElementSize': 'Smanjite element',
|
|
525
526
|
'fabric.editor.decreaseSize': 'Smanjite veličinu tabele ili medija',
|
package/dist/esm/i18n/sr_YR.d.ts
CHANGED
|
@@ -1023,6 +1023,7 @@ declare const _default: {
|
|
|
1023
1023
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
1024
1024
|
'fabric.editor.unableToLoadContent': string;
|
|
1025
1025
|
'fabric.editor.unableToOpenLink': string;
|
|
1026
|
+
'fabric.editor.undefinedDecisionAriaLabel': string;
|
|
1026
1027
|
'fabric.editor.underline': string;
|
|
1027
1028
|
'fabric.editor.undo': string;
|
|
1028
1029
|
'fabric.editor.unknown.label': string;
|
package/dist/esm/i18n/sr_YR.js
CHANGED
|
@@ -1025,6 +1025,7 @@ export default {
|
|
|
1025
1025
|
'fabric.editor.typeahead.metionListItemLabel': 'Корисник {name} @{shortName}',
|
|
1026
1026
|
'fabric.editor.unableToLoadContent': 'Нисмо могли да учитамо овај садржај',
|
|
1027
1027
|
'fabric.editor.unableToOpenLink': 'Овај линк не може да се отвори',
|
|
1028
|
+
'fabric.editor.undefinedDecisionAriaLabel': 'Неодређена одлука',
|
|
1028
1029
|
'fabric.editor.underline': 'Подвучено',
|
|
1029
1030
|
'fabric.editor.undo': 'Опозови',
|
|
1030
1031
|
'fabric.editor.unknown.label': 'Непознато',
|
package/dist/esm/i18n/vi.d.ts
CHANGED
|
@@ -722,9 +722,13 @@ declare const _default: {
|
|
|
722
722
|
'fabric.editor.mergeCells': string;
|
|
723
723
|
'fabric.editor.moreFormatting': string;
|
|
724
724
|
'fabric.editor.moveColumnLeft': string;
|
|
725
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
725
726
|
'fabric.editor.moveColumnRight': string;
|
|
727
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
726
728
|
'fabric.editor.moveDownDown': string;
|
|
729
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
727
730
|
'fabric.editor.moveRowUp': string;
|
|
731
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
728
732
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
729
733
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
730
734
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -724,9 +724,13 @@ export default {
|
|
|
724
724
|
'fabric.editor.mergeCells': 'Hợp nhất ô',
|
|
725
725
|
'fabric.editor.moreFormatting': 'Thêm định dạng',
|
|
726
726
|
'fabric.editor.moveColumnLeft': '{0, plural, other {Di chuyển cột sang trái}}',
|
|
727
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Di chuyển cột sang trái',
|
|
727
728
|
'fabric.editor.moveColumnRight': '{0, plural, other {Di chuyển cột sang phải}}',
|
|
729
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Di chuyển cột sang phải',
|
|
728
730
|
'fabric.editor.moveDownDown': '{0, plural, other {Di chuyển hàng xuống dưới}}',
|
|
731
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Di chuyển hàng xuống dưới',
|
|
729
732
|
'fabric.editor.moveRowUp': '{0, plural, other {Di chuyển hàng lên trên}}',
|
|
733
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Di chuyển hàng lên trên',
|
|
730
734
|
'fabric.editor.navigate.toolbar.askAI': 'Hỏi AI',
|
|
731
735
|
'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
|
|
732
736
|
'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -741,7 +741,9 @@ declare const _default: {
|
|
|
741
741
|
'fabric.editor.moveColumnRight': string;
|
|
742
742
|
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
743
743
|
'fabric.editor.moveDownDown': string;
|
|
744
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
744
745
|
'fabric.editor.moveRowUp': string;
|
|
746
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
745
747
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
746
748
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
747
749
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -397,6 +397,7 @@ declare const _default: {
|
|
|
397
397
|
'fabric.editor.block.menu.copy.block': string;
|
|
398
398
|
'fabric.editor.block.menu.copy.link': string;
|
|
399
399
|
'fabric.editor.block.menu.copy.link.to.block': string;
|
|
400
|
+
'fabric.editor.block.menu.copy.link.to.selection': string;
|
|
400
401
|
'fabric.editor.block.menu.copy.synced.block': string;
|
|
401
402
|
'fabric.editor.block.menu.create': string;
|
|
402
403
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
@@ -413,6 +414,7 @@ declare const _default: {
|
|
|
413
414
|
'fabric.editor.block.menu.paragraph': string;
|
|
414
415
|
'fabric.editor.block.menu.structure': string;
|
|
415
416
|
'fabric.editor.block.menu.suggested': string;
|
|
417
|
+
'fabric.editor.block.menu.sync.block': string;
|
|
416
418
|
'fabric.editor.block.menu.turn.into': string;
|
|
417
419
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
418
420
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -937,11 +939,13 @@ declare const _default: {
|
|
|
937
939
|
'fabric.editor.superscript': string;
|
|
938
940
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
939
941
|
'fabric.editor.supportAltText': string;
|
|
942
|
+
'fabric.editor.syncBlock': string;
|
|
940
943
|
'fabric.editor.syncBlock.toolbar.newLozenge': string;
|
|
941
944
|
'fabric.editor.syncBlockCopiedAction': string;
|
|
942
945
|
'fabric.editor.syncBlockCopiedDescription': string;
|
|
943
946
|
'fabric.editor.syncBlockCopiedTitle': string;
|
|
944
947
|
'fabric.editor.syncBlockGroup': string;
|
|
948
|
+
'fabric.editor.syncBlockLabel': string;
|
|
945
949
|
'fabric.editor.syncedBlock': string;
|
|
946
950
|
'fabric.editor.syncedBlock.description': string;
|
|
947
951
|
'fabric.editor.syncedBlock.label.text': string;
|
|
@@ -397,6 +397,7 @@ declare const _default: {
|
|
|
397
397
|
'fabric.editor.block.menu.copy.block': string;
|
|
398
398
|
'fabric.editor.block.menu.copy.link': string;
|
|
399
399
|
'fabric.editor.block.menu.copy.link.to.block': string;
|
|
400
|
+
'fabric.editor.block.menu.copy.link.to.selection': string;
|
|
400
401
|
'fabric.editor.block.menu.copy.synced.block': string;
|
|
401
402
|
'fabric.editor.block.menu.create': string;
|
|
402
403
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
@@ -413,6 +414,7 @@ declare const _default: {
|
|
|
413
414
|
'fabric.editor.block.menu.paragraph': string;
|
|
414
415
|
'fabric.editor.block.menu.structure': string;
|
|
415
416
|
'fabric.editor.block.menu.suggested': string;
|
|
417
|
+
'fabric.editor.block.menu.sync.block': string;
|
|
416
418
|
'fabric.editor.block.menu.turn.into': string;
|
|
417
419
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
418
420
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -937,11 +939,13 @@ declare const _default: {
|
|
|
937
939
|
'fabric.editor.superscript': string;
|
|
938
940
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
939
941
|
'fabric.editor.supportAltText': string;
|
|
942
|
+
'fabric.editor.syncBlock': string;
|
|
940
943
|
'fabric.editor.syncBlock.toolbar.newLozenge': string;
|
|
941
944
|
'fabric.editor.syncBlockCopiedAction': string;
|
|
942
945
|
'fabric.editor.syncBlockCopiedDescription': string;
|
|
943
946
|
'fabric.editor.syncBlockCopiedTitle': string;
|
|
944
947
|
'fabric.editor.syncBlockGroup': string;
|
|
948
|
+
'fabric.editor.syncBlockLabel': string;
|
|
945
949
|
'fabric.editor.syncedBlock': string;
|
|
946
950
|
'fabric.editor.syncedBlock.description': string;
|
|
947
951
|
'fabric.editor.syncedBlock.label.text': string;
|
|
@@ -397,6 +397,7 @@ declare const _default: {
|
|
|
397
397
|
'fabric.editor.block.menu.copy.block': string;
|
|
398
398
|
'fabric.editor.block.menu.copy.link': string;
|
|
399
399
|
'fabric.editor.block.menu.copy.link.to.block': string;
|
|
400
|
+
'fabric.editor.block.menu.copy.link.to.selection': string;
|
|
400
401
|
'fabric.editor.block.menu.copy.synced.block': string;
|
|
401
402
|
'fabric.editor.block.menu.create': string;
|
|
402
403
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
@@ -413,6 +414,7 @@ declare const _default: {
|
|
|
413
414
|
'fabric.editor.block.menu.paragraph': string;
|
|
414
415
|
'fabric.editor.block.menu.structure': string;
|
|
415
416
|
'fabric.editor.block.menu.suggested': string;
|
|
417
|
+
'fabric.editor.block.menu.sync.block': string;
|
|
416
418
|
'fabric.editor.block.menu.turn.into': string;
|
|
417
419
|
'fabric.editor.block.menu.wrap.icon': string;
|
|
418
420
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -937,11 +939,13 @@ declare const _default: {
|
|
|
937
939
|
'fabric.editor.superscript': string;
|
|
938
940
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
939
941
|
'fabric.editor.supportAltText': string;
|
|
942
|
+
'fabric.editor.syncBlock': string;
|
|
940
943
|
'fabric.editor.syncBlock.toolbar.newLozenge': string;
|
|
941
944
|
'fabric.editor.syncBlockCopiedAction': string;
|
|
942
945
|
'fabric.editor.syncBlockCopiedDescription': string;
|
|
943
946
|
'fabric.editor.syncBlockCopiedTitle': string;
|
|
944
947
|
'fabric.editor.syncBlockGroup': string;
|
|
948
|
+
'fabric.editor.syncBlockLabel': string;
|
|
945
949
|
'fabric.editor.syncedBlock': string;
|
|
946
950
|
'fabric.editor.syncedBlock.description': string;
|
|
947
951
|
'fabric.editor.syncedBlock.label.text': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -736,9 +736,13 @@ declare const _default: {
|
|
|
736
736
|
'fabric.editor.mergeCells': string;
|
|
737
737
|
'fabric.editor.moreFormatting': string;
|
|
738
738
|
'fabric.editor.moveColumnLeft': string;
|
|
739
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
739
740
|
'fabric.editor.moveColumnRight': string;
|
|
741
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
740
742
|
'fabric.editor.moveDownDown': string;
|
|
743
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
741
744
|
'fabric.editor.moveRowUp': string;
|
|
745
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
742
746
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
743
747
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
744
748
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -512,6 +512,7 @@ declare const _default: {
|
|
|
512
512
|
'fabric.editor.date.description': string;
|
|
513
513
|
'fabric.editor.decision': string;
|
|
514
514
|
'fabric.editor.decision.description': string;
|
|
515
|
+
'fabric.editor.decisionAriaLabel': string;
|
|
515
516
|
'fabric.editor.decisionPlaceholder': string;
|
|
516
517
|
'fabric.editor.decreaseSize': string;
|
|
517
518
|
'fabric.editor.defaultAltText': string;
|
|
@@ -1015,6 +1016,7 @@ declare const _default: {
|
|
|
1015
1016
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
1016
1017
|
'fabric.editor.unableToLoadContent': string;
|
|
1017
1018
|
'fabric.editor.unableToOpenLink': string;
|
|
1019
|
+
'fabric.editor.undefinedDecisionAriaLabel': string;
|
|
1018
1020
|
'fabric.editor.underline': string;
|
|
1019
1021
|
'fabric.editor.undo': string;
|
|
1020
1022
|
'fabric.editor.unknown.label': string;
|
|
@@ -518,6 +518,7 @@ declare const _default: {
|
|
|
518
518
|
'fabric.editor.date.description': string;
|
|
519
519
|
'fabric.editor.decision': string;
|
|
520
520
|
'fabric.editor.decision.description': string;
|
|
521
|
+
'fabric.editor.decisionAriaLabel': string;
|
|
521
522
|
'fabric.editor.decisionPlaceholder': string;
|
|
522
523
|
'fabric.editor.decreaseElementSize': string;
|
|
523
524
|
'fabric.editor.decreaseSize': string;
|
|
@@ -1023,6 +1023,7 @@ declare const _default: {
|
|
|
1023
1023
|
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
1024
1024
|
'fabric.editor.unableToLoadContent': string;
|
|
1025
1025
|
'fabric.editor.unableToOpenLink': string;
|
|
1026
|
+
'fabric.editor.undefinedDecisionAriaLabel': string;
|
|
1026
1027
|
'fabric.editor.underline': string;
|
|
1027
1028
|
'fabric.editor.undo': string;
|
|
1028
1029
|
'fabric.editor.unknown.label': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -722,9 +722,13 @@ declare const _default: {
|
|
|
722
722
|
'fabric.editor.mergeCells': string;
|
|
723
723
|
'fabric.editor.moreFormatting': string;
|
|
724
724
|
'fabric.editor.moveColumnLeft': string;
|
|
725
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': string;
|
|
725
726
|
'fabric.editor.moveColumnRight': string;
|
|
727
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': string;
|
|
726
728
|
'fabric.editor.moveDownDown': string;
|
|
729
|
+
'fabric.editor.moveRowDownHelpDialogLabel': string;
|
|
727
730
|
'fabric.editor.moveRowUp': string;
|
|
731
|
+
'fabric.editor.moveRowUpHelpDialogLabel': string;
|
|
728
732
|
'fabric.editor.navigate.toolbar.askAI': string;
|
|
729
733
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
730
734
|
'fabric.editor.navigate.toolbar.floating': string;
|
package/i18n/cs.ts
CHANGED
|
@@ -825,8 +825,10 @@ export default {
|
|
|
825
825
|
'fabric.editor.moveColumnRightHelpDialogLabel': 'Přesunout sloupec vpravo',
|
|
826
826
|
'fabric.editor.moveDownDown':
|
|
827
827
|
'{0, plural, one {Přesunout řádek dolů} few {Přesunout řádky dolů} many {Přesunout řádky dolů} other {Přesunout řádky dolů}}',
|
|
828
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Posunout řádek dolů',
|
|
828
829
|
'fabric.editor.moveRowUp':
|
|
829
830
|
'{0, plural, one {Přesunout řádek nahoru} few {Přesunout řádky nahoru} many {Přesunout řádky nahoru} other {Přesunout řádky nahoru}}',
|
|
831
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Posunout řádek nahoru',
|
|
830
832
|
'fabric.editor.navigate.toolbar.askAI': 'Zeptat se AI',
|
|
831
833
|
'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
|
|
832
834
|
'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
|
package/i18n/en.ts
CHANGED
|
@@ -464,6 +464,7 @@ export default {
|
|
|
464
464
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
465
465
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
466
466
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
467
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
467
468
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
468
469
|
'fabric.editor.block.menu.create': 'Create',
|
|
469
470
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -480,6 +481,7 @@ export default {
|
|
|
480
481
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
481
482
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
482
483
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
484
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
483
485
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
484
486
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
485
487
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -1041,12 +1043,14 @@ export default {
|
|
|
1041
1043
|
'fabric.editor.superscript': 'Superscript',
|
|
1042
1044
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
1043
1045
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
1046
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
1044
1047
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
1045
1048
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
1046
1049
|
'fabric.editor.syncBlockCopiedDescription':
|
|
1047
1050
|
'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
1048
1051
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
1049
1052
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
1053
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
1050
1054
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
1051
1055
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
1052
1056
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -464,6 +464,7 @@ export default {
|
|
|
464
464
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
465
465
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
466
466
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
467
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
467
468
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
468
469
|
'fabric.editor.block.menu.create': 'Create',
|
|
469
470
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -480,6 +481,7 @@ export default {
|
|
|
480
481
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
481
482
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
482
483
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
484
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
483
485
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
484
486
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
485
487
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
@@ -1041,12 +1043,14 @@ export default {
|
|
|
1041
1043
|
'fabric.editor.superscript': 'Superscript',
|
|
1042
1044
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
1043
1045
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
1046
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
1044
1047
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
1045
1048
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
1046
1049
|
'fabric.editor.syncBlockCopiedDescription':
|
|
1047
1050
|
'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
1048
1051
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
1049
1052
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
1053
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
1050
1054
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
1051
1055
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
1052
1056
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -561,6 +561,7 @@ export default {
|
|
|
561
561
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
562
562
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
563
563
|
'fabric.editor.block.menu.copy.link.to.block': 'Copy link to block',
|
|
564
|
+
'fabric.editor.block.menu.copy.link.to.selection': 'Copy link to selection',
|
|
564
565
|
'fabric.editor.block.menu.copy.synced.block': 'Copy synced block',
|
|
565
566
|
'fabric.editor.block.menu.create': 'Create',
|
|
566
567
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
@@ -577,6 +578,7 @@ export default {
|
|
|
577
578
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
578
579
|
'fabric.editor.block.menu.structure': 'Structure',
|
|
579
580
|
'fabric.editor.block.menu.suggested': 'Suggested',
|
|
581
|
+
'fabric.editor.block.menu.sync.block': 'Sync block',
|
|
580
582
|
'fabric.editor.block.menu.turn.into': 'Turn into',
|
|
581
583
|
'fabric.editor.block.menu.wrap.icon': 'Wrap',
|
|
582
584
|
'fabric.editor.blockCardUnavailable':
|
|
@@ -1171,12 +1173,14 @@ export default {
|
|
|
1171
1173
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
1172
1174
|
'fabric.editor.supportAltText':
|
|
1173
1175
|
'Alt text is useful for people using screen readers because of visual limitations.',
|
|
1176
|
+
'fabric.editor.syncBlock': 'Sync block',
|
|
1174
1177
|
'fabric.editor.syncBlock.toolbar.newLozenge': 'New',
|
|
1175
1178
|
'fabric.editor.syncBlockCopiedAction': 'Learn more',
|
|
1176
1179
|
'fabric.editor.syncBlockCopiedDescription':
|
|
1177
1180
|
'Paste your synced block to keep content auto-updated. Permissions are the same.',
|
|
1178
1181
|
'fabric.editor.syncBlockCopiedTitle': 'Synced block copied to clipboard',
|
|
1179
1182
|
'fabric.editor.syncBlockGroup': 'Sync Block Types',
|
|
1183
|
+
'fabric.editor.syncBlockLabel': 'Sync block',
|
|
1180
1184
|
'fabric.editor.syncedBlock': 'Create synced block',
|
|
1181
1185
|
'fabric.editor.syncedBlock.description': 'Sync content across multiple locations',
|
|
1182
1186
|
'fabric.editor.syncedBlock.label.text': 'Synced block',
|
package/i18n/nl.ts
CHANGED
|
@@ -846,11 +846,15 @@ export default {
|
|
|
846
846
|
'fabric.editor.moreFormatting': 'Meer opmaak',
|
|
847
847
|
'fabric.editor.moveColumnLeft':
|
|
848
848
|
'{0, plural, one {Kolom naar links verplaatsen} other {Kolommen naar links verplaatsen}}',
|
|
849
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Verplaats kolom naar links',
|
|
849
850
|
'fabric.editor.moveColumnRight':
|
|
850
851
|
'{0, plural, one {Kolom naar rechts verplaatsen} other {Kolommen naar rechts verplaatsen}}',
|
|
852
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Verplaats kolom naar rechts',
|
|
851
853
|
'fabric.editor.moveDownDown':
|
|
852
854
|
'{0, plural, one {Rij naar beneden verplaatsen} other {Rijen naar beneden verplaatsen}}',
|
|
855
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Rij omlaag verplaatsen',
|
|
853
856
|
'fabric.editor.moveRowUp': '{0, plural, one {Rij naar boven verplaatsen} other {Rijen naar boven verplaatsen}}',
|
|
857
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Rij omhoog verplaatsen',
|
|
854
858
|
'fabric.editor.navigate.toolbar.askAI': 'Vragen aan AI',
|
|
855
859
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
|
856
860
|
'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
|
package/i18n/sl.ts
CHANGED
|
@@ -598,6 +598,7 @@ export default {
|
|
|
598
598
|
'fabric.editor.date.description': 'Dodajanje datuma s koledarja',
|
|
599
599
|
'fabric.editor.decision': 'Odločitev',
|
|
600
600
|
'fabric.editor.decision.description': 'Zabeležite odločitve, da jih boste lažje spremljali',
|
|
601
|
+
'fabric.editor.decisionAriaLabel': 'Odločitev',
|
|
601
602
|
'fabric.editor.decisionPlaceholder': 'Dodajte odločitev …',
|
|
602
603
|
'fabric.editor.decreaseSize': 'Zmanjšaj velikost tabele ali predstavnosti',
|
|
603
604
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
@@ -1155,6 +1156,7 @@ export default {
|
|
|
1155
1156
|
'fabric.editor.typeahead.metionListItemLabel': 'Uporabnik {name} @{shortName}',
|
|
1156
1157
|
'fabric.editor.unableToLoadContent': 'Te vsebine ni bilo mogoče naložiti',
|
|
1157
1158
|
'fabric.editor.unableToOpenLink': 'Povezave ni mogoče odpreti',
|
|
1159
|
+
'fabric.editor.undefinedDecisionAriaLabel': 'Nedoločena odločitev',
|
|
1158
1160
|
'fabric.editor.underline': 'Podčrtano',
|
|
1159
1161
|
'fabric.editor.undo': 'Razveljavi',
|
|
1160
1162
|
'fabric.editor.unknown.label': 'Neznano',
|
package/i18n/sr_RS.ts
CHANGED
|
@@ -589,6 +589,7 @@ export default {
|
|
|
589
589
|
'fabric.editor.date.description': 'Dodajte datum pomoću kalendara',
|
|
590
590
|
'fabric.editor.decision': 'Odluka',
|
|
591
591
|
'fabric.editor.decision.description': 'Zabeležite odluke i lako ih pratite',
|
|
592
|
+
'fabric.editor.decisionAriaLabel': 'Odluka',
|
|
592
593
|
'fabric.editor.decisionPlaceholder': 'Dodaj odluku…',
|
|
593
594
|
'fabric.editor.decreaseElementSize': 'Smanjite element',
|
|
594
595
|
'fabric.editor.decreaseSize': 'Smanjite veličinu tabele ili medija',
|
package/i18n/sr_YR.ts
CHANGED
|
@@ -1136,6 +1136,7 @@ export default {
|
|
|
1136
1136
|
'fabric.editor.typeahead.metionListItemLabel': 'Корисник {name} @{shortName}',
|
|
1137
1137
|
'fabric.editor.unableToLoadContent': 'Нисмо могли да учитамо овај садржај',
|
|
1138
1138
|
'fabric.editor.unableToOpenLink': 'Овај линк не може да се отвори',
|
|
1139
|
+
'fabric.editor.undefinedDecisionAriaLabel': 'Неодређена одлука',
|
|
1139
1140
|
'fabric.editor.underline': 'Подвучено',
|
|
1140
1141
|
'fabric.editor.undo': 'Опозови',
|
|
1141
1142
|
'fabric.editor.unknown.label': 'Непознато',
|
package/i18n/vi.ts
CHANGED
|
@@ -803,9 +803,13 @@ export default {
|
|
|
803
803
|
'fabric.editor.mergeCells': 'Hợp nhất ô',
|
|
804
804
|
'fabric.editor.moreFormatting': 'Thêm định dạng',
|
|
805
805
|
'fabric.editor.moveColumnLeft': '{0, plural, other {Di chuyển cột sang trái}}',
|
|
806
|
+
'fabric.editor.moveColumnLeftHelpDialogLabel': 'Di chuyển cột sang trái',
|
|
806
807
|
'fabric.editor.moveColumnRight': '{0, plural, other {Di chuyển cột sang phải}}',
|
|
808
|
+
'fabric.editor.moveColumnRightHelpDialogLabel': 'Di chuyển cột sang phải',
|
|
807
809
|
'fabric.editor.moveDownDown': '{0, plural, other {Di chuyển hàng xuống dưới}}',
|
|
810
|
+
'fabric.editor.moveRowDownHelpDialogLabel': 'Di chuyển hàng xuống dưới',
|
|
808
811
|
'fabric.editor.moveRowUp': '{0, plural, other {Di chuyển hàng lên trên}}',
|
|
812
|
+
'fabric.editor.moveRowUpHelpDialogLabel': 'Di chuyển hàng lên trên',
|
|
809
813
|
'fabric.editor.navigate.toolbar.askAI': 'Hỏi AI',
|
|
810
814
|
'fabric.editor.navigate.toolbar.editor': 'Điều hướng đến thanh công cụ trình biên tập',
|
|
811
815
|
'fabric.editor.navigate.toolbar.floating': 'Điều hướng đến thanh công cụ nổi',
|
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.55.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|