@atlaskit/afm-i18n-platform-editor-editor-common 2.195.0 → 2.196.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/cjs/i18n/ja.js +2 -0
- package/dist/cjs/i18n/tr.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/esm/i18n/ja.d.ts +2 -0
- package/dist/esm/i18n/ja.js +2 -0
- package/dist/esm/i18n/tr.d.ts +2 -0
- package/dist/esm/i18n/tr.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/dist/types/i18n/ja.d.ts +2 -0
- package/dist/types/i18n/tr.d.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/ja.ts +2 -0
- package/i18n/tr.ts +3 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -15,6 +15,8 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Paste this synced block content in another location to reuse its content.',
|
|
19
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
18
20
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
19
21
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
20
22
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -15,6 +15,8 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Paste this synced block content in another location to reuse its content.',
|
|
19
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
18
20
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
19
21
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
20
22
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -15,6 +15,8 @@ exports.default = {
|
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
16
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
17
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
18
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Paste this synced block content in another location to reuse its content.',
|
|
19
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
18
20
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
19
21
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
20
22
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '編集を完了',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '編集',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
|
|
16
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': '同期されたブロック',
|
|
16
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circle': '円形',
|
|
18
19
|
'editor.imageEditor.aspectRatio.circleButton': '円形 1:1',
|
|
@@ -882,6 +883,7 @@ exports.default = {
|
|
|
882
883
|
'fabric.editor.moveSelectionLeft': '選択を左に移動',
|
|
883
884
|
'fabric.editor.moveSelectionRight': '選択を右に移動',
|
|
884
885
|
'fabric.editor.moveSelectionUp': '選択を上に移動',
|
|
886
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': '入力してコンテンツを追加するか、「/」を押して要素を挿入',
|
|
885
887
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': '埋め込みのタイトルを表示',
|
|
886
888
|
'fabric.editor.nativeEmbeds.expandPreview': '展開',
|
|
887
889
|
'fabric.editor.nativeEmbeds.refresh': '再読み込み',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Düzenleme tamamlandı',
|
|
14
14
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Düzenleme yap',
|
|
15
15
|
'editor-common-extensibility.macro.button.configure': '{macroName} makrosunu yapılandırın',
|
|
16
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Senkronize blok',
|
|
16
17
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratuvarlar',
|
|
17
18
|
'editor.imageEditor.aspectRatio.circle': 'Daire',
|
|
18
19
|
'editor.imageEditor.aspectRatio.circleButton': 'Daire 1:1',
|
|
@@ -882,6 +883,7 @@ exports.default = {
|
|
|
882
883
|
'fabric.editor.moveSelectionLeft': 'Seçimi sola taşı',
|
|
883
884
|
'fabric.editor.moveSelectionRight': 'Seçimi sağa taşı',
|
|
884
885
|
'fabric.editor.moveSelectionUp': 'Seçimi yukarı taşı',
|
|
886
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': 'İçerik eklemek için yazmaya başlayın veya öğe eklemek için / tuşuna basın',
|
|
885
887
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': 'Gömülü başlığı göster',
|
|
886
888
|
'fabric.editor.nativeEmbeds.expandPreview': 'Genişlet',
|
|
887
889
|
'fabric.editor.nativeEmbeds.refresh': 'Yenile',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ declare const _default: {
|
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
12
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
14
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
15
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
14
16
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
15
17
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
16
18
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -13,6 +13,8 @@ export default {
|
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Paste this synced block content in another location to reuse its content.',
|
|
17
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
16
18
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
17
19
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
18
20
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ declare const _default: {
|
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
12
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
14
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
15
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
14
16
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
15
17
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
16
18
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -13,6 +13,8 @@ export default {
|
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Paste this synced block content in another location to reuse its content.',
|
|
17
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
16
18
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
17
19
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
18
20
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ declare const _default: {
|
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
12
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
14
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
15
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
14
16
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
15
17
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
16
18
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -13,6 +13,8 @@ export default {
|
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': 'Paste this synced block content in another location to reuse its content.',
|
|
17
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': 'To reuse this content, publish this page and paste this synced block in another location.',
|
|
16
18
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
17
19
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
18
20
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/dist/esm/i18n/ja.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
12
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
@@ -878,6 +879,7 @@ declare const _default: {
|
|
|
878
879
|
'fabric.editor.moveSelectionLeft': string;
|
|
879
880
|
'fabric.editor.moveSelectionRight': string;
|
|
880
881
|
'fabric.editor.moveSelectionUp': string;
|
|
882
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': string;
|
|
881
883
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': string;
|
|
882
884
|
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
883
885
|
'fabric.editor.nativeEmbeds.refresh': string;
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '編集を完了',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '編集',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
|
|
14
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': '同期されたブロック',
|
|
14
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circle': '円形',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circleButton': '円形 1:1',
|
|
@@ -880,6 +881,7 @@ export default {
|
|
|
880
881
|
'fabric.editor.moveSelectionLeft': '選択を左に移動',
|
|
881
882
|
'fabric.editor.moveSelectionRight': '選択を右に移動',
|
|
882
883
|
'fabric.editor.moveSelectionUp': '選択を上に移動',
|
|
884
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': '入力してコンテンツを追加するか、「/」を押して要素を挿入',
|
|
883
885
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': '埋め込みのタイトルを表示',
|
|
884
886
|
'fabric.editor.nativeEmbeds.expandPreview': '展開',
|
|
885
887
|
'fabric.editor.nativeEmbeds.refresh': '再読み込み',
|
package/dist/esm/i18n/tr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
12
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
@@ -878,6 +879,7 @@ declare const _default: {
|
|
|
878
879
|
'fabric.editor.moveSelectionLeft': string;
|
|
879
880
|
'fabric.editor.moveSelectionRight': string;
|
|
880
881
|
'fabric.editor.moveSelectionUp': string;
|
|
882
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': string;
|
|
881
883
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': string;
|
|
882
884
|
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
883
885
|
'fabric.editor.nativeEmbeds.refresh': string;
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Düzenleme tamamlandı',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Düzenleme yap',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': '{macroName} makrosunu yapılandırın',
|
|
14
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Senkronize blok',
|
|
14
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratuvarlar',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circle': 'Daire',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circleButton': 'Daire 1:1',
|
|
@@ -880,6 +881,7 @@ export default {
|
|
|
880
881
|
'fabric.editor.moveSelectionLeft': 'Seçimi sola taşı',
|
|
881
882
|
'fabric.editor.moveSelectionRight': 'Seçimi sağa taşı',
|
|
882
883
|
'fabric.editor.moveSelectionUp': 'Seçimi yukarı taşı',
|
|
884
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': 'İçerik eklemek için yazmaya başlayın veya öğe eklemek için / tuşuna basın',
|
|
883
885
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': 'Gömülü başlığı göster',
|
|
884
886
|
'fabric.editor.nativeEmbeds.expandPreview': 'Genişlet',
|
|
885
887
|
'fabric.editor.nativeEmbeds.refresh': 'Yenile',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ declare const _default: {
|
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
12
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
14
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
15
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
14
16
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
15
17
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
16
18
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -11,6 +11,8 @@ declare const _default: {
|
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
12
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
14
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
15
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
14
16
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
15
17
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
16
18
|
'editor.imageEditor.aspectRatio.custom': string;
|
|
@@ -11,6 +11,8 @@ declare const _default: {
|
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
12
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
13
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
14
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
15
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
14
16
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
15
17
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
16
18
|
'editor.imageEditor.aspectRatio.custom': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
12
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
@@ -878,6 +879,7 @@ declare const _default: {
|
|
|
878
879
|
'fabric.editor.moveSelectionLeft': string;
|
|
879
880
|
'fabric.editor.moveSelectionRight': string;
|
|
880
881
|
'fabric.editor.moveSelectionUp': string;
|
|
882
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': string;
|
|
881
883
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': string;
|
|
882
884
|
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
883
885
|
'fabric.editor.nativeEmbeds.refresh': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ declare const _default: {
|
|
|
9
9
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': string;
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': string;
|
|
11
11
|
'editor-common-extensibility.macro.button.configure': string;
|
|
12
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': string;
|
|
12
13
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': string;
|
|
13
14
|
'editor.imageEditor.aspectRatio.circle': string;
|
|
14
15
|
'editor.imageEditor.aspectRatio.circleButton': string;
|
|
@@ -878,6 +879,7 @@ declare const _default: {
|
|
|
878
879
|
'fabric.editor.moveSelectionLeft': string;
|
|
879
880
|
'fabric.editor.moveSelectionRight': string;
|
|
880
881
|
'fabric.editor.moveSelectionUp': string;
|
|
882
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': string;
|
|
881
883
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': string;
|
|
882
884
|
'fabric.editor.nativeEmbeds.expandPreview': string;
|
|
883
885
|
'fabric.editor.nativeEmbeds.refresh': string;
|
package/i18n/en.ts
CHANGED
|
@@ -13,6 +13,10 @@ export default {
|
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription':
|
|
17
|
+
'Paste this synced block content in another location to reuse its content.',
|
|
18
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription':
|
|
19
|
+
'To reuse this content, publish this page and paste this synced block in another location.',
|
|
16
20
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
17
21
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
18
22
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -13,6 +13,10 @@ export default {
|
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription':
|
|
17
|
+
'Paste this synced block content in another location to reuse its content.',
|
|
18
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription':
|
|
19
|
+
'To reuse this content, publish this page and paste this synced block in another location.',
|
|
16
20
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
17
21
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
18
22
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -13,6 +13,10 @@ export default {
|
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
14
14
|
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Synced block',
|
|
15
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
16
|
+
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription':
|
|
17
|
+
'Paste this synced block content in another location to reuse its content.',
|
|
18
|
+
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription':
|
|
19
|
+
'To reuse this content, publish this page and paste this synced block in another location.',
|
|
16
20
|
'editor.imageEditor.aspectRatio.circle': 'Circle',
|
|
17
21
|
'editor.imageEditor.aspectRatio.circleButton': 'Circle 1:1',
|
|
18
22
|
'editor.imageEditor.aspectRatio.custom': 'Custom',
|
package/i18n/ja.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '編集を完了',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '編集',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
|
|
14
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': '同期されたブロック',
|
|
14
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Labs',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circle': '円形',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circleButton': '円形 1:1',
|
|
@@ -968,6 +969,7 @@ export default {
|
|
|
968
969
|
'fabric.editor.moveSelectionLeft': '選択を左に移動',
|
|
969
970
|
'fabric.editor.moveSelectionRight': '選択を右に移動',
|
|
970
971
|
'fabric.editor.moveSelectionUp': '選択を上に移動',
|
|
972
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText': '入力してコンテンツを追加するか、「/」を押して要素を挿入',
|
|
971
973
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': '埋め込みのタイトルを表示',
|
|
972
974
|
'fabric.editor.nativeEmbeds.expandPreview': '展開',
|
|
973
975
|
'fabric.editor.nativeEmbeds.refresh': '再読み込み',
|
package/i18n/tr.ts
CHANGED
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Düzenleme tamamlandı',
|
|
12
12
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Düzenleme yap',
|
|
13
13
|
'editor-common-extensibility.macro.button.configure': '{macroName} makrosunu yapılandırın',
|
|
14
|
+
'editor-common.messages.block-type.syncedBlockQuickInsertTitle': 'Senkronize blok',
|
|
14
15
|
'editor-common.messages.mentions.typeAheadSectionAgentsLabsLozengeLabel': 'Laboratuvarlar',
|
|
15
16
|
'editor.imageEditor.aspectRatio.circle': 'Daire',
|
|
16
17
|
'editor.imageEditor.aspectRatio.circleButton': 'Daire 1:1',
|
|
@@ -976,6 +977,8 @@ export default {
|
|
|
976
977
|
'fabric.editor.moveSelectionLeft': 'Seçimi sola taşı',
|
|
977
978
|
'fabric.editor.moveSelectionRight': 'Seçimi sağa taşı',
|
|
978
979
|
'fabric.editor.moveSelectionUp': 'Seçimi yukarı taşı',
|
|
980
|
+
'fabric.editor.multiBodiedExtensionPlaceholderText':
|
|
981
|
+
'İçerik eklemek için yazmaya başlayın veya öğe eklemek için / tuşuna basın',
|
|
979
982
|
'fabric.editor.nativeEmbeds.alwaysShowTitle': 'Gömülü başlığı göster',
|
|
980
983
|
'fabric.editor.nativeEmbeds.expandPreview': 'Genişlet',
|
|
981
984
|
'fabric.editor.nativeEmbeds.refresh': 'Yenile',
|
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.196.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/"
|