@atlaskit/afm-i18n-platform-editor-editor-common 2.171.0 → 2.173.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/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -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/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/i18n/en.ts +2 -0
- package/i18n/en_GB.ts +2 -0
- package/i18n/en_ZZ.ts +2 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -512,6 +512,7 @@ exports.default = {
|
|
|
512
512
|
'fabric.editor.bug': 'Bug',
|
|
513
513
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
514
514
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
515
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
515
516
|
'fabric.editor.cancelButton': 'Cancel',
|
|
516
517
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
517
518
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -690,6 +691,7 @@ exports.default = {
|
|
|
690
691
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
691
692
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
692
693
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
694
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
693
695
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
694
696
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
695
697
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -512,6 +512,7 @@ exports.default = {
|
|
|
512
512
|
'fabric.editor.bug': 'Bug',
|
|
513
513
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
514
514
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
515
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
515
516
|
'fabric.editor.cancelButton': 'Cancel',
|
|
516
517
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
517
518
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -690,6 +691,7 @@ exports.default = {
|
|
|
690
691
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
691
692
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
692
693
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
694
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
693
695
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
694
696
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
695
697
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -512,6 +512,7 @@ exports.default = {
|
|
|
512
512
|
'fabric.editor.bug': 'Bug',
|
|
513
513
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
514
514
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
515
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
515
516
|
'fabric.editor.cancelButton': 'Cancel',
|
|
516
517
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
517
518
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -690,6 +691,7 @@ exports.default = {
|
|
|
690
691
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
691
692
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
692
693
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
694
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
693
695
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
694
696
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
695
697
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -508,6 +508,7 @@ declare const _default: {
|
|
|
508
508
|
'fabric.editor.bug': string;
|
|
509
509
|
'fabric.editor.bulletedList': string;
|
|
510
510
|
'fabric.editor.canNotSortTable': string;
|
|
511
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
511
512
|
'fabric.editor.cancelButton': string;
|
|
512
513
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
513
514
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -686,6 +687,7 @@ declare const _default: {
|
|
|
686
687
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
687
688
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
690
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
689
691
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
690
692
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
691
693
|
'fabric.editor.elementbrowser.modal.insert': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -510,6 +510,7 @@ export default {
|
|
|
510
510
|
'fabric.editor.bug': 'Bug',
|
|
511
511
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
512
512
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
513
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
513
514
|
'fabric.editor.cancelButton': 'Cancel',
|
|
514
515
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
515
516
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -688,6 +689,7 @@ export default {
|
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
689
690
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
690
691
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
692
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
691
693
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
692
694
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
693
695
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -508,6 +508,7 @@ declare const _default: {
|
|
|
508
508
|
'fabric.editor.bug': string;
|
|
509
509
|
'fabric.editor.bulletedList': string;
|
|
510
510
|
'fabric.editor.canNotSortTable': string;
|
|
511
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
511
512
|
'fabric.editor.cancelButton': string;
|
|
512
513
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
513
514
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -686,6 +687,7 @@ declare const _default: {
|
|
|
686
687
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
687
688
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
690
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
689
691
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
690
692
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
691
693
|
'fabric.editor.elementbrowser.modal.insert': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -510,6 +510,7 @@ export default {
|
|
|
510
510
|
'fabric.editor.bug': 'Bug',
|
|
511
511
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
512
512
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
513
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
513
514
|
'fabric.editor.cancelButton': 'Cancel',
|
|
514
515
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
515
516
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -688,6 +689,7 @@ export default {
|
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
689
690
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
690
691
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
692
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
691
693
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
692
694
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
693
695
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -508,6 +508,7 @@ declare const _default: {
|
|
|
508
508
|
'fabric.editor.bug': string;
|
|
509
509
|
'fabric.editor.bulletedList': string;
|
|
510
510
|
'fabric.editor.canNotSortTable': string;
|
|
511
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
511
512
|
'fabric.editor.cancelButton': string;
|
|
512
513
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
513
514
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -686,6 +687,7 @@ declare const _default: {
|
|
|
686
687
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
687
688
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
690
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
689
691
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
690
692
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
691
693
|
'fabric.editor.elementbrowser.modal.insert': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -510,6 +510,7 @@ export default {
|
|
|
510
510
|
'fabric.editor.bug': 'Bug',
|
|
511
511
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
512
512
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
513
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
513
514
|
'fabric.editor.cancelButton': 'Cancel',
|
|
514
515
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
515
516
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -688,6 +689,7 @@ export default {
|
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
689
690
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
690
691
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
692
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
691
693
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
692
694
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
693
695
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -508,6 +508,7 @@ declare const _default: {
|
|
|
508
508
|
'fabric.editor.bug': string;
|
|
509
509
|
'fabric.editor.bulletedList': string;
|
|
510
510
|
'fabric.editor.canNotSortTable': string;
|
|
511
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
511
512
|
'fabric.editor.cancelButton': string;
|
|
512
513
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
513
514
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -686,6 +687,7 @@ declare const _default: {
|
|
|
686
687
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
687
688
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
690
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
689
691
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
690
692
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
691
693
|
'fabric.editor.elementbrowser.modal.insert': string;
|
|
@@ -508,6 +508,7 @@ declare const _default: {
|
|
|
508
508
|
'fabric.editor.bug': string;
|
|
509
509
|
'fabric.editor.bulletedList': string;
|
|
510
510
|
'fabric.editor.canNotSortTable': string;
|
|
511
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
511
512
|
'fabric.editor.cancelButton': string;
|
|
512
513
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
513
514
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -686,6 +687,7 @@ declare const _default: {
|
|
|
686
687
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
687
688
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
690
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
689
691
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
690
692
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
691
693
|
'fabric.editor.elementbrowser.modal.insert': string;
|
|
@@ -508,6 +508,7 @@ declare const _default: {
|
|
|
508
508
|
'fabric.editor.bug': string;
|
|
509
509
|
'fabric.editor.bulletedList': string;
|
|
510
510
|
'fabric.editor.canNotSortTable': string;
|
|
511
|
+
'fabric.editor.canNotSortTableNoIcon': string;
|
|
511
512
|
'fabric.editor.cancelButton': string;
|
|
512
513
|
'fabric.editor.cannotCreateSyncBlockDescription': string;
|
|
513
514
|
'fabric.editor.cannotCreateSyncBlockTitle': string;
|
|
@@ -686,6 +687,7 @@ declare const _default: {
|
|
|
686
687
|
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
687
688
|
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
688
689
|
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
690
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': string;
|
|
689
691
|
'fabric.editor.elementbrowser.featured.whiteboard.description': string;
|
|
690
692
|
'fabric.editor.elementbrowser.modal.close': string;
|
|
691
693
|
'fabric.editor.elementbrowser.modal.insert': string;
|
package/i18n/en.ts
CHANGED
|
@@ -579,6 +579,7 @@ export default {
|
|
|
579
579
|
'fabric.editor.bug': 'Bug',
|
|
580
580
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
581
581
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
582
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
582
583
|
'fabric.editor.cancelButton': 'Cancel',
|
|
583
584
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
584
585
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -777,6 +778,7 @@ export default {
|
|
|
777
778
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
778
779
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
779
780
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
781
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
780
782
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
781
783
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
782
784
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -579,6 +579,7 @@ export default {
|
|
|
579
579
|
'fabric.editor.bug': 'Bug',
|
|
580
580
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
581
581
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
582
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
582
583
|
'fabric.editor.cancelButton': 'Cancel',
|
|
583
584
|
'fabric.editor.cannotCreateSyncBlockDescription': 'An error occurred while trying to create this synced block.',
|
|
584
585
|
'fabric.editor.cannotCreateSyncBlockTitle': 'Unable to create synced block',
|
|
@@ -777,6 +778,7 @@ export default {
|
|
|
777
778
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
778
779
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
779
780
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
781
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
780
782
|
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use a whiteboard to add visuals to your page',
|
|
781
783
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
|
782
784
|
'fabric.editor.elementbrowser.modal.insert': 'Insert',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -688,6 +688,7 @@ export default {
|
|
|
688
688
|
'fabric.editor.bug': 'Bug',
|
|
689
689
|
'fabric.editor.bulletedList': 'Bulleted list',
|
|
690
690
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
691
|
+
'fabric.editor.canNotSortTableNoIcon': "You can't sort a table with merged cells",
|
|
691
692
|
'fabric.editor.cancelButton': 'Cancel',
|
|
692
693
|
'fabric.editor.cannotCreateSyncBlockDescription':
|
|
693
694
|
'An error occurred while trying to create this synced block.',
|
|
@@ -893,6 +894,7 @@ export default {
|
|
|
893
894
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
894
895
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
895
896
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
897
|
+
'fabric.editor.elementbrowser.elementlist.ariaLabel': 'Select element',
|
|
896
898
|
'fabric.editor.elementbrowser.featured.whiteboard.description':
|
|
897
899
|
'Use a whiteboard to add visuals to your page',
|
|
898
900
|
'fabric.editor.elementbrowser.modal.close': 'Close',
|
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.173.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/"
|