@atlaskit/afm-i18n-platform-editor-editor-common 2.189.0 → 2.190.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 +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/uk.js +1 -1
- package/dist/esm/i18n/en.d.ts +1 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.d.ts +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.d.ts +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/uk.js +1 -1
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/i18n/en.ts +1 -0
- package/i18n/en_GB.ts +1 -0
- package/i18n/en_ZZ.ts +1 -0
- package/i18n/uk.ts +1 -1
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -607,6 +607,7 @@ exports.default = {
|
|
|
607
607
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
608
608
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
609
609
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
610
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
610
611
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
611
612
|
'fabric.editor.createComment': 'Comment',
|
|
612
613
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -607,6 +607,7 @@ exports.default = {
|
|
|
607
607
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
608
608
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
609
609
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
610
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
610
611
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
611
612
|
'fabric.editor.createComment': 'Comment',
|
|
612
613
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -607,6 +607,7 @@ exports.default = {
|
|
|
607
607
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
608
608
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
609
609
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
610
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
610
611
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
611
612
|
'fabric.editor.createComment': 'Comment',
|
|
612
613
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -790,7 +790,7 @@ exports.default = {
|
|
|
790
790
|
'fabric.editor.markdownMode.confirmDialog.title.toMarkdown': 'Конвертування в розмітку',
|
|
791
791
|
'fabric.editor.markdownMode.confirmDialog.title.toMarkdownLossy': 'Конвертування в Markdown',
|
|
792
792
|
'fabric.editor.markdownMode.confirmDialog.title.toRichText': 'Конвертування у форматований текст',
|
|
793
|
-
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle': 'Перемикання між
|
|
793
|
+
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle': 'Перемикання між режимами розмітки та попереднього перегляду в редакторі',
|
|
794
794
|
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toolsRemoved': 'Використання базового форматування',
|
|
795
795
|
'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory': 'Відновлення попередніх чернеток за допомогою історії версій',
|
|
796
796
|
'fabric.editor.markdownMode.confirmDialog.toMarkdownLossy.cta': 'Конвертувати',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -603,6 +603,7 @@ declare const _default: {
|
|
|
603
603
|
'fabric.editor.copySyncBlock': string;
|
|
604
604
|
'fabric.editor.copySyncedBlockTooltip': string;
|
|
605
605
|
'fabric.editor.copyToClipboard': string;
|
|
606
|
+
'fabric.editor.copyToSyncLabel': string;
|
|
606
607
|
'fabric.editor.cornerControl': string;
|
|
607
608
|
'fabric.editor.createComment': string;
|
|
608
609
|
'fabric.editor.createCommentDisabled': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -605,6 +605,7 @@ export default {
|
|
|
605
605
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
606
606
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
607
607
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
608
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
608
609
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
609
610
|
'fabric.editor.createComment': 'Comment',
|
|
610
611
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -603,6 +603,7 @@ declare const _default: {
|
|
|
603
603
|
'fabric.editor.copySyncBlock': string;
|
|
604
604
|
'fabric.editor.copySyncedBlockTooltip': string;
|
|
605
605
|
'fabric.editor.copyToClipboard': string;
|
|
606
|
+
'fabric.editor.copyToSyncLabel': string;
|
|
606
607
|
'fabric.editor.cornerControl': string;
|
|
607
608
|
'fabric.editor.createComment': string;
|
|
608
609
|
'fabric.editor.createCommentDisabled': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -605,6 +605,7 @@ export default {
|
|
|
605
605
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
606
606
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
607
607
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
608
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
608
609
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
609
610
|
'fabric.editor.createComment': 'Comment',
|
|
610
611
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -603,6 +603,7 @@ declare const _default: {
|
|
|
603
603
|
'fabric.editor.copySyncBlock': string;
|
|
604
604
|
'fabric.editor.copySyncedBlockTooltip': string;
|
|
605
605
|
'fabric.editor.copyToClipboard': string;
|
|
606
|
+
'fabric.editor.copyToSyncLabel': string;
|
|
606
607
|
'fabric.editor.cornerControl': string;
|
|
607
608
|
'fabric.editor.createComment': string;
|
|
608
609
|
'fabric.editor.createCommentDisabled': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -605,6 +605,7 @@ export default {
|
|
|
605
605
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
606
606
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
607
607
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
608
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
608
609
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
609
610
|
'fabric.editor.createComment': 'Comment',
|
|
610
611
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -788,7 +788,7 @@ export default {
|
|
|
788
788
|
'fabric.editor.markdownMode.confirmDialog.title.toMarkdown': 'Конвертування в розмітку',
|
|
789
789
|
'fabric.editor.markdownMode.confirmDialog.title.toMarkdownLossy': 'Конвертування в Markdown',
|
|
790
790
|
'fabric.editor.markdownMode.confirmDialog.title.toRichText': 'Конвертування у форматований текст',
|
|
791
|
-
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle': 'Перемикання між
|
|
791
|
+
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle': 'Перемикання між режимами розмітки та попереднього перегляду в редакторі',
|
|
792
792
|
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toolsRemoved': 'Використання базового форматування',
|
|
793
793
|
'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory': 'Відновлення попередніх чернеток за допомогою історії версій',
|
|
794
794
|
'fabric.editor.markdownMode.confirmDialog.toMarkdownLossy.cta': 'Конвертувати',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -603,6 +603,7 @@ declare const _default: {
|
|
|
603
603
|
'fabric.editor.copySyncBlock': string;
|
|
604
604
|
'fabric.editor.copySyncedBlockTooltip': string;
|
|
605
605
|
'fabric.editor.copyToClipboard': string;
|
|
606
|
+
'fabric.editor.copyToSyncLabel': string;
|
|
606
607
|
'fabric.editor.cornerControl': string;
|
|
607
608
|
'fabric.editor.createComment': string;
|
|
608
609
|
'fabric.editor.createCommentDisabled': string;
|
|
@@ -603,6 +603,7 @@ declare const _default: {
|
|
|
603
603
|
'fabric.editor.copySyncBlock': string;
|
|
604
604
|
'fabric.editor.copySyncedBlockTooltip': string;
|
|
605
605
|
'fabric.editor.copyToClipboard': string;
|
|
606
|
+
'fabric.editor.copyToSyncLabel': string;
|
|
606
607
|
'fabric.editor.cornerControl': string;
|
|
607
608
|
'fabric.editor.createComment': string;
|
|
608
609
|
'fabric.editor.createCommentDisabled': string;
|
|
@@ -603,6 +603,7 @@ declare const _default: {
|
|
|
603
603
|
'fabric.editor.copySyncBlock': string;
|
|
604
604
|
'fabric.editor.copySyncedBlockTooltip': string;
|
|
605
605
|
'fabric.editor.copyToClipboard': string;
|
|
606
|
+
'fabric.editor.copyToSyncLabel': string;
|
|
606
607
|
'fabric.editor.cornerControl': string;
|
|
607
608
|
'fabric.editor.createComment': string;
|
|
608
609
|
'fabric.editor.createCommentDisabled': string;
|
package/i18n/en.ts
CHANGED
|
@@ -684,6 +684,7 @@ export default {
|
|
|
684
684
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
685
685
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
686
686
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
687
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
687
688
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
688
689
|
'fabric.editor.createComment': 'Comment',
|
|
689
690
|
'fabric.editor.createCommentDisabled':
|
package/i18n/en_GB.ts
CHANGED
|
@@ -684,6 +684,7 @@ export default {
|
|
|
684
684
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
685
685
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
686
686
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
687
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
687
688
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
688
689
|
'fabric.editor.createComment': 'Comment',
|
|
689
690
|
'fabric.editor.createCommentDisabled':
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -799,6 +799,7 @@ export default {
|
|
|
799
799
|
'fabric.editor.copySyncBlock': 'Copy',
|
|
800
800
|
'fabric.editor.copySyncedBlockTooltip': 'Copy synced block',
|
|
801
801
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
802
|
+
'fabric.editor.copyToSyncLabel': 'Copy to sync',
|
|
802
803
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
803
804
|
'fabric.editor.createComment': 'Comment',
|
|
804
805
|
'fabric.editor.createCommentDisabled':
|
package/i18n/uk.ts
CHANGED
|
@@ -899,7 +899,7 @@ export default {
|
|
|
899
899
|
'fabric.editor.markdownMode.confirmDialog.title.toMarkdownLossy': 'Конвертування в Markdown',
|
|
900
900
|
'fabric.editor.markdownMode.confirmDialog.title.toRichText': 'Конвертування у форматований текст',
|
|
901
901
|
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toggle':
|
|
902
|
-
'Перемикання між
|
|
902
|
+
'Перемикання між режимами розмітки та попереднього перегляду в редакторі',
|
|
903
903
|
'fabric.editor.markdownMode.confirmDialog.toMarkdown.toolsRemoved': 'Використання базового форматування',
|
|
904
904
|
'fabric.editor.markdownMode.confirmDialog.toMarkdown.versionHistory':
|
|
905
905
|
'Відновлення попередніх чернеток за допомогою історії версій',
|
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.190.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/"
|