@atlaskit/afm-i18n-platform-editor-editor-common 2.198.0 → 2.199.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 +3 -0
- package/dist/cjs/i18n/en_GB.js +3 -0
- package/dist/cjs/i18n/en_ZZ.js +3 -0
- package/dist/esm/i18n/en.d.ts +3 -0
- package/dist/esm/i18n/en.js +3 -0
- package/dist/esm/i18n/en_GB.d.ts +3 -0
- package/dist/esm/i18n/en_GB.js +3 -0
- package/dist/esm/i18n/en_ZZ.d.ts +3 -0
- package/dist/esm/i18n/en_ZZ.js +3 -0
- package/dist/types/i18n/en.d.ts +3 -0
- package/dist/types/i18n/en_GB.d.ts +3 -0
- package/dist/types/i18n/en_ZZ.d.ts +3 -0
- package/i18n/en.ts +3 -0
- package/i18n/en_GB.ts +3 -0
- package/i18n/en_ZZ.ts +4 -0
- package/package.json +1 -1
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -1141,7 +1141,9 @@ exports.default = {
|
|
|
1141
1141
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1142
1142
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1143
1143
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1144
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1144
1145
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1146
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1149,6 +1151,7 @@ exports.default = {
|
|
|
1149
1151
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1150
1152
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1151
1153
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1154
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1152
1155
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1153
1156
|
'fabric.editor.table': 'Table',
|
|
1154
1157
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -1141,7 +1141,9 @@ exports.default = {
|
|
|
1141
1141
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1142
1142
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1143
1143
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1144
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1144
1145
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1146
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1149,6 +1151,7 @@ exports.default = {
|
|
|
1149
1151
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1150
1152
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1151
1153
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1154
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1152
1155
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1153
1156
|
'fabric.editor.table': 'Table',
|
|
1154
1157
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -1141,7 +1141,9 @@ exports.default = {
|
|
|
1141
1141
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1142
1142
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1143
1143
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1144
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1144
1145
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1146
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1149,6 +1151,7 @@ exports.default = {
|
|
|
1149
1151
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1150
1152
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1151
1153
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1154
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1152
1155
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1153
1156
|
'fabric.editor.table': 'Table',
|
|
1154
1157
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -1137,7 +1137,9 @@ declare const _default: {
|
|
|
1137
1137
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1138
1138
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1140
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': string;
|
|
1140
1141
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': string;
|
|
1141
1143
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
1142
1144
|
'fabric.editor.syncedLocationDropdownSamePage': string;
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownSourceLozenge': string;
|
|
@@ -1145,6 +1147,7 @@ declare const _default: {
|
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownTitleNote': string;
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': string;
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1150
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': string;
|
|
1148
1151
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1149
1152
|
'fabric.editor.table': string;
|
|
1150
1153
|
'fabric.editor.table.cellAlignment': string;
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -1139,7 +1139,9 @@ export default {
|
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1140
1140
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1141
1141
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1142
1143
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1144
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1144
1146
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1147,6 +1149,7 @@ export default {
|
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1148
1150
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1149
1151
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1152
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1150
1153
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1151
1154
|
'fabric.editor.table': 'Table',
|
|
1152
1155
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -1137,7 +1137,9 @@ declare const _default: {
|
|
|
1137
1137
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1138
1138
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1140
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': string;
|
|
1140
1141
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': string;
|
|
1141
1143
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
1142
1144
|
'fabric.editor.syncedLocationDropdownSamePage': string;
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownSourceLozenge': string;
|
|
@@ -1145,6 +1147,7 @@ declare const _default: {
|
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownTitleNote': string;
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': string;
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1150
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': string;
|
|
1148
1151
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1149
1152
|
'fabric.editor.table': string;
|
|
1150
1153
|
'fabric.editor.table.cellAlignment': string;
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -1139,7 +1139,9 @@ export default {
|
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1140
1140
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1141
1141
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1142
1143
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1144
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1144
1146
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1147,6 +1149,7 @@ export default {
|
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1148
1150
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1149
1151
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1152
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1150
1153
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1151
1154
|
'fabric.editor.table': 'Table',
|
|
1152
1155
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -1137,7 +1137,9 @@ declare const _default: {
|
|
|
1137
1137
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1138
1138
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1140
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': string;
|
|
1140
1141
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': string;
|
|
1141
1143
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
1142
1144
|
'fabric.editor.syncedLocationDropdownSamePage': string;
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownSourceLozenge': string;
|
|
@@ -1145,6 +1147,7 @@ declare const _default: {
|
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownTitleNote': string;
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': string;
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1150
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': string;
|
|
1148
1151
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1149
1152
|
'fabric.editor.table': string;
|
|
1150
1153
|
'fabric.editor.table.cellAlignment': string;
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -1139,7 +1139,9 @@ export default {
|
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1140
1140
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1141
1141
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1142
1143
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1144
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1144
1146
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1147,6 +1149,7 @@ export default {
|
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1148
1150
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1149
1151
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1152
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1150
1153
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1151
1154
|
'fabric.editor.table': 'Table',
|
|
1152
1155
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -1137,7 +1137,9 @@ declare const _default: {
|
|
|
1137
1137
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1138
1138
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1140
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': string;
|
|
1140
1141
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': string;
|
|
1141
1143
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
1142
1144
|
'fabric.editor.syncedLocationDropdownSamePage': string;
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownSourceLozenge': string;
|
|
@@ -1145,6 +1147,7 @@ declare const _default: {
|
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownTitleNote': string;
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': string;
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1150
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': string;
|
|
1148
1151
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1149
1152
|
'fabric.editor.table': string;
|
|
1150
1153
|
'fabric.editor.table.cellAlignment': string;
|
|
@@ -1137,7 +1137,9 @@ declare const _default: {
|
|
|
1137
1137
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1138
1138
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1140
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': string;
|
|
1140
1141
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': string;
|
|
1141
1143
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
1142
1144
|
'fabric.editor.syncedLocationDropdownSamePage': string;
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownSourceLozenge': string;
|
|
@@ -1145,6 +1147,7 @@ declare const _default: {
|
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownTitleNote': string;
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': string;
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1150
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': string;
|
|
1148
1151
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1149
1152
|
'fabric.editor.table': string;
|
|
1150
1153
|
'fabric.editor.table.cellAlignment': string;
|
|
@@ -1137,7 +1137,9 @@ declare const _default: {
|
|
|
1137
1137
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': string;
|
|
1138
1138
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': string;
|
|
1139
1139
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': string;
|
|
1140
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': string;
|
|
1140
1141
|
'fabric.editor.syncedLocationDropdownNoResults': string;
|
|
1142
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': string;
|
|
1141
1143
|
'fabric.editor.syncedLocationDropdownRequestAccess': string;
|
|
1142
1144
|
'fabric.editor.syncedLocationDropdownSamePage': string;
|
|
1143
1145
|
'fabric.editor.syncedLocationDropdownSourceLozenge': string;
|
|
@@ -1145,6 +1147,7 @@ declare const _default: {
|
|
|
1145
1147
|
'fabric.editor.syncedLocationDropdownTitleNote': string;
|
|
1146
1148
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': string;
|
|
1147
1149
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': string;
|
|
1150
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': string;
|
|
1148
1151
|
'fabric.editor.syncedLocationDropdownUntitledPage': string;
|
|
1149
1152
|
'fabric.editor.table': string;
|
|
1150
1153
|
'fabric.editor.table.cellAlignment': string;
|
package/i18n/en.ts
CHANGED
|
@@ -1267,7 +1267,9 @@ export default {
|
|
|
1267
1267
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1268
1268
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1269
1269
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1270
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1270
1271
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1272
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1271
1273
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1272
1274
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1273
1275
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1275,6 +1277,7 @@ export default {
|
|
|
1275
1277
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1276
1278
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1277
1279
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1280
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1278
1281
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1279
1282
|
'fabric.editor.table': 'Table',
|
|
1280
1283
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/i18n/en_GB.ts
CHANGED
|
@@ -1267,7 +1267,9 @@ export default {
|
|
|
1267
1267
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1268
1268
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1269
1269
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1270
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1270
1271
|
'fabric.editor.syncedLocationDropdownNoResults': 'Copy and paste synced blocks to reuse in other locations.',
|
|
1272
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1271
1273
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1272
1274
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1273
1275
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1275,6 +1277,7 @@ export default {
|
|
|
1275
1277
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1276
1278
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1277
1279
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1280
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final': 'Synced locations ({count})',
|
|
1278
1281
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1279
1282
|
'fabric.editor.table': 'Table',
|
|
1280
1283
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -1417,8 +1417,10 @@ export default {
|
|
|
1417
1417
|
'fabric.editor.syncedLocationDropdownIssueTypeSubtask': 'Subtask',
|
|
1418
1418
|
'fabric.editor.syncedLocationDropdownIssueTypeTask': 'Task',
|
|
1419
1419
|
'fabric.editor.syncedLocationDropdownLearnMoreLink': 'Learn more about synced blocks',
|
|
1420
|
+
'fabric.editor.syncedLocationDropdownLoading.ai-non-final': 'Loading synced locations',
|
|
1420
1421
|
'fabric.editor.syncedLocationDropdownNoResults':
|
|
1421
1422
|
'Copy and paste synced blocks to reuse in other locations.',
|
|
1423
|
+
'fabric.editor.syncedLocationDropdownNone.ai-non-final': 'None',
|
|
1422
1424
|
'fabric.editor.syncedLocationDropdownRequestAccess': 'Request access',
|
|
1423
1425
|
'fabric.editor.syncedLocationDropdownSamePage': 'This page',
|
|
1424
1426
|
'fabric.editor.syncedLocationDropdownSourceLozenge': 'Source',
|
|
@@ -1426,6 +1428,8 @@ export default {
|
|
|
1426
1428
|
'fabric.editor.syncedLocationDropdownTitleNote': 'block {index}',
|
|
1427
1429
|
'fabric.editor.syncedLocationDropdownTitleNoteForConfluencePage': 'This page',
|
|
1428
1430
|
'fabric.editor.syncedLocationDropdownTitleNoteForJiraWorkItem': 'This work item',
|
|
1431
|
+
'fabric.editor.syncedLocationDropdownTitleWithCount.ai-non-final':
|
|
1432
|
+
'Synced locations ({count})',
|
|
1429
1433
|
'fabric.editor.syncedLocationDropdownUntitledPage': 'Untitled',
|
|
1430
1434
|
'fabric.editor.table': 'Table',
|
|
1431
1435
|
'fabric.editor.table.cellAlignment': 'Alignment',
|
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.199.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/"
|