@atlaskit/afm-i18n-platform-editor-editor-common 2.242.0 → 2.243.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/zh.js +2 -0
- package/dist/esm/i18n/zh.d.ts +2 -0
- package/dist/esm/i18n/zh.js +2 -0
- package/dist/types/i18n/zh.d.ts +2 -0
- package/i18n/zh.ts +4 -0
- package/package.json +1 -1
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -22,6 +22,8 @@ exports.default = {
|
|
|
22
22
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': '请将此已同步块内容粘贴到其他位置,以重复使用其内容。',
|
|
23
23
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': '要重复使用此内容,请发布该页面,并将此已同步块粘贴到其他位置。',
|
|
24
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': '要重复使用内容,请复制并粘贴此块,以同步到其他位置',
|
|
25
|
+
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {发布页面,以使源同步块内容可在其他位置使用。} blog {发布博文,以使源同步块内容可在其他位置使用。} jiraWorkItem {发布工作项,以使源同步块内容可在其他位置使用。} other {发布以使源同步块内容可在其他位置使用。}}',
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {发布页面,以使内容可在其他位置使用。} blog {发布博文,以使内容可在其他位置使用。} jiraWorkItem {发布工作项,以使内容可在其他位置使用。} other {发布以使内容可在其他位置使用。}}',
|
|
25
27
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': '无法将包含合并单元格的列向左移动',
|
|
26
28
|
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': '无法将包含合并单元格的列向右移动',
|
|
27
29
|
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': '无法将包含合并单元格的行向下移动',
|
package/dist/esm/i18n/zh.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ declare const _default: {
|
|
|
18
18
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
19
19
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
20
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
|
+
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
22
|
+
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
21
23
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
22
24
|
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': string;
|
|
23
25
|
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': string;
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -20,6 +20,8 @@ export default {
|
|
|
20
20
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': '请将此已同步块内容粘贴到其他位置,以重复使用其内容。',
|
|
21
21
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': '要重复使用此内容,请发布该页面,并将此已同步块粘贴到其他位置。',
|
|
22
22
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': '要重复使用内容,请复制并粘贴此块,以同步到其他位置',
|
|
23
|
+
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': '{sourceType, select, page {发布页面,以使源同步块内容可在其他位置使用。} blog {发布博文,以使源同步块内容可在其他位置使用。} jiraWorkItem {发布工作项,以使源同步块内容可在其他位置使用。} other {发布以使源同步块内容可在其他位置使用。}}',
|
|
24
|
+
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': '{sourceType, select, page {发布页面,以使内容可在其他位置使用。} blog {发布博文,以使内容可在其他位置使用。} jiraWorkItem {发布工作项,以使内容可在其他位置使用。} other {发布以使内容可在其他位置使用。}}',
|
|
23
25
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': '无法将包含合并单元格的列向左移动',
|
|
24
26
|
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': '无法将包含合并单元格的列向右移动',
|
|
25
27
|
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': '无法将包含合并单元格的行向下移动',
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ declare const _default: {
|
|
|
18
18
|
'editor-common.messages.syncBlock.syncBlockCopiedLivePageDescription': string;
|
|
19
19
|
'editor-common.messages.syncBlock.syncBlockCopiedUnpublishedDescription': string;
|
|
20
20
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults': string;
|
|
21
|
+
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip': string;
|
|
22
|
+
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip': string;
|
|
21
23
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': string;
|
|
22
24
|
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': string;
|
|
23
25
|
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': string;
|
package/i18n/zh.ts
CHANGED
|
@@ -23,6 +23,10 @@ export default {
|
|
|
23
23
|
'要重复使用此内容,请发布该页面,并将此已同步块粘贴到其他位置。',
|
|
24
24
|
'editor-common.messages.syncBlock.syncedLocationDropdownActivationNoResults':
|
|
25
25
|
'要重复使用内容,请复制并粘贴此块,以同步到其他位置',
|
|
26
|
+
'editor-common.messages.syncBlock.unpublishedLocalReferenceAvailabilityTooltip':
|
|
27
|
+
'{sourceType, select, page {发布页面,以使源同步块内容可在其他位置使用。} blog {发布博文,以使源同步块内容可在其他位置使用。} jiraWorkItem {发布工作项,以使源同步块内容可在其他位置使用。} other {发布以使源同步块内容可在其他位置使用。}}',
|
|
28
|
+
'editor-common.messages.syncBlock.unpublishedSourceAvailabilityTooltip':
|
|
29
|
+
'{sourceType, select, page {发布页面,以使内容可在其他位置使用。} blog {发布博文,以使内容可在其他位置使用。} jiraWorkItem {发布工作项,以使内容可在其他位置使用。} other {发布以使内容可在其他位置使用。}}',
|
|
26
30
|
'editor-common.messages.table.canNotMoveColumnLeftWithMergedCells': '无法将包含合并单元格的列向左移动',
|
|
27
31
|
'editor-common.messages.table.canNotMoveColumnRightWithMergedCells': '无法将包含合并单元格的列向右移动',
|
|
28
32
|
'editor-common.messages.table.canNotMoveRowDownWithMergedCells': '无法将包含合并单元格的行向下移动',
|
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.243.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/"
|