@atlaskit/afm-i18n-platform-editor-editor-common 2.26.0 → 2.27.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/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/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/i18n/en.ts +2 -0
- package/i18n/en_GB.ts +2 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -392,6 +392,8 @@ exports.default = {
|
|
|
392
392
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
393
393
|
'fabric.editor.block.menu.decision': 'Decision',
|
|
394
394
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
395
|
+
'fabric.editor.block.menu.fallback.menu.item': 'Block Menu Item',
|
|
396
|
+
'fabric.editor.block.menu.fallback.nested.menu': 'Nested Menu',
|
|
395
397
|
'fabric.editor.block.menu.headings': 'Headings',
|
|
396
398
|
'fabric.editor.block.menu.layout': 'Layout',
|
|
397
399
|
'fabric.editor.block.menu.link.copied.to.clipboard': 'Link copied to clipboard',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -392,6 +392,8 @@ exports.default = {
|
|
|
392
392
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
393
393
|
'fabric.editor.block.menu.decision': 'Decision',
|
|
394
394
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
395
|
+
'fabric.editor.block.menu.fallback.menu.item': 'Block Menu Item',
|
|
396
|
+
'fabric.editor.block.menu.fallback.nested.menu': 'Nested Menu',
|
|
395
397
|
'fabric.editor.block.menu.headings': 'Headings',
|
|
396
398
|
'fabric.editor.block.menu.layout': 'Layout',
|
|
397
399
|
'fabric.editor.block.menu.link.copied.to.clipboard': 'Link copied to clipboard',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -388,6 +388,8 @@ declare const _default: {
|
|
|
388
388
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
389
389
|
'fabric.editor.block.menu.decision': string;
|
|
390
390
|
'fabric.editor.block.menu.delete.block': string;
|
|
391
|
+
'fabric.editor.block.menu.fallback.menu.item': string;
|
|
392
|
+
'fabric.editor.block.menu.fallback.nested.menu': string;
|
|
391
393
|
'fabric.editor.block.menu.headings': string;
|
|
392
394
|
'fabric.editor.block.menu.layout': string;
|
|
393
395
|
'fabric.editor.block.menu.link.copied.to.clipboard': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -390,6 +390,8 @@ export default {
|
|
|
390
390
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
391
391
|
'fabric.editor.block.menu.decision': 'Decision',
|
|
392
392
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
393
|
+
'fabric.editor.block.menu.fallback.menu.item': 'Block Menu Item',
|
|
394
|
+
'fabric.editor.block.menu.fallback.nested.menu': 'Nested Menu',
|
|
393
395
|
'fabric.editor.block.menu.headings': 'Headings',
|
|
394
396
|
'fabric.editor.block.menu.layout': 'Layout',
|
|
395
397
|
'fabric.editor.block.menu.link.copied.to.clipboard': 'Link copied to clipboard',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -388,6 +388,8 @@ declare const _default: {
|
|
|
388
388
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
389
389
|
'fabric.editor.block.menu.decision': string;
|
|
390
390
|
'fabric.editor.block.menu.delete.block': string;
|
|
391
|
+
'fabric.editor.block.menu.fallback.menu.item': string;
|
|
392
|
+
'fabric.editor.block.menu.fallback.nested.menu': string;
|
|
391
393
|
'fabric.editor.block.menu.headings': string;
|
|
392
394
|
'fabric.editor.block.menu.layout': string;
|
|
393
395
|
'fabric.editor.block.menu.link.copied.to.clipboard': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -390,6 +390,8 @@ export default {
|
|
|
390
390
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
391
391
|
'fabric.editor.block.menu.decision': 'Decision',
|
|
392
392
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
393
|
+
'fabric.editor.block.menu.fallback.menu.item': 'Block Menu Item',
|
|
394
|
+
'fabric.editor.block.menu.fallback.nested.menu': 'Nested Menu',
|
|
393
395
|
'fabric.editor.block.menu.headings': 'Headings',
|
|
394
396
|
'fabric.editor.block.menu.layout': 'Layout',
|
|
395
397
|
'fabric.editor.block.menu.link.copied.to.clipboard': 'Link copied to clipboard',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -388,6 +388,8 @@ declare const _default: {
|
|
|
388
388
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
389
389
|
'fabric.editor.block.menu.decision': string;
|
|
390
390
|
'fabric.editor.block.menu.delete.block': string;
|
|
391
|
+
'fabric.editor.block.menu.fallback.menu.item': string;
|
|
392
|
+
'fabric.editor.block.menu.fallback.nested.menu': string;
|
|
391
393
|
'fabric.editor.block.menu.headings': string;
|
|
392
394
|
'fabric.editor.block.menu.layout': string;
|
|
393
395
|
'fabric.editor.block.menu.link.copied.to.clipboard': string;
|
|
@@ -388,6 +388,8 @@ declare const _default: {
|
|
|
388
388
|
'fabric.editor.block.menu.create.synced.block': string;
|
|
389
389
|
'fabric.editor.block.menu.decision': string;
|
|
390
390
|
'fabric.editor.block.menu.delete.block': string;
|
|
391
|
+
'fabric.editor.block.menu.fallback.menu.item': string;
|
|
392
|
+
'fabric.editor.block.menu.fallback.nested.menu': string;
|
|
391
393
|
'fabric.editor.block.menu.headings': string;
|
|
392
394
|
'fabric.editor.block.menu.layout': string;
|
|
393
395
|
'fabric.editor.block.menu.link.copied.to.clipboard': string;
|
package/i18n/en.ts
CHANGED
|
@@ -455,6 +455,8 @@ export default {
|
|
|
455
455
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
456
456
|
'fabric.editor.block.menu.decision': 'Decision',
|
|
457
457
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
458
|
+
'fabric.editor.block.menu.fallback.menu.item': 'Block Menu Item',
|
|
459
|
+
'fabric.editor.block.menu.fallback.nested.menu': 'Nested Menu',
|
|
458
460
|
'fabric.editor.block.menu.headings': 'Headings',
|
|
459
461
|
'fabric.editor.block.menu.layout': 'Layout',
|
|
460
462
|
'fabric.editor.block.menu.link.copied.to.clipboard': 'Link copied to clipboard',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -455,6 +455,8 @@ export default {
|
|
|
455
455
|
'fabric.editor.block.menu.create.synced.block': 'Create synced block',
|
|
456
456
|
'fabric.editor.block.menu.decision': 'Decision',
|
|
457
457
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
458
|
+
'fabric.editor.block.menu.fallback.menu.item': 'Block Menu Item',
|
|
459
|
+
'fabric.editor.block.menu.fallback.nested.menu': 'Nested Menu',
|
|
458
460
|
'fabric.editor.block.menu.headings': 'Headings',
|
|
459
461
|
'fabric.editor.block.menu.layout': 'Layout',
|
|
460
462
|
'fabric.editor.block.menu.link.copied.to.clipboard': 'Link copied to clipboard',
|
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.27.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/"
|