@atlaskit/editor-common 100.5.0 → 101.0.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/CHANGELOG.md +19 -0
- package/ai-messages/package.json +17 -0
- package/dist/cjs/ai-messages/ai-config-items.js +489 -0
- package/dist/cjs/ai-messages/ai-experience-application.js +131 -0
- package/dist/cjs/ai-messages/ai-failed-state.js +56 -0
- package/dist/cjs/ai-messages/ai-languages.js +368 -0
- package/dist/cjs/ai-messages/ai.js +122 -0
- package/dist/cjs/ai-messages/index.js +68 -0
- package/dist/cjs/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/cjs/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/cjs/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/cjs/messages/index.js +0 -28
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/Button.js +5 -2
- package/dist/cjs/ui/FloatingToolbar/Separator.js +12 -6
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/es2019/ai-messages/ai-config-items.js +483 -0
- package/dist/es2019/ai-messages/ai-experience-application.js +124 -0
- package/dist/es2019/ai-messages/ai-failed-state.js +49 -0
- package/dist/es2019/ai-messages/ai-languages.js +361 -0
- package/dist/es2019/ai-messages/ai.js +116 -0
- package/dist/es2019/ai-messages/index.js +12 -0
- package/dist/es2019/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/es2019/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/es2019/messages/index.js +0 -4
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/Button.js +5 -1
- package/dist/es2019/ui/FloatingToolbar/Separator.js +11 -4
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/esm/ai-messages/ai-config-items.js +483 -0
- package/dist/esm/ai-messages/ai-experience-application.js +124 -0
- package/dist/esm/ai-messages/ai-failed-state.js +49 -0
- package/dist/esm/ai-messages/ai-languages.js +361 -0
- package/dist/esm/ai-messages/ai.js +116 -0
- package/dist/esm/ai-messages/index.js +12 -0
- package/dist/esm/element-browser/components/ElementList/EmptyState.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/EditToggle.js +1 -1
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +1 -1
- package/dist/esm/link/LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar.js +1 -1
- package/dist/esm/messages/index.js +0 -4
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +3 -3
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/Button.js +5 -2
- package/dist/esm/ui/FloatingToolbar/Separator.js +12 -6
- package/dist/esm/ui-menu/ColorPickerButton/index.js +2 -1
- package/dist/types/ai-messages/ai-config-items.d.ts +462 -0
- package/dist/types/ai-messages/ai-experience-application.d.ts +122 -0
- package/dist/types/ai-messages/ai-failed-state.d.ts +47 -0
- package/dist/types/ai-messages/ai-languages.d.ts +357 -0
- package/dist/types/ai-messages/ai.d.ts +107 -0
- package/dist/types/ai-messages/index.d.ts +9 -0
- package/dist/types/messages/index.d.ts +0 -4
- package/dist/types-ts4.5/ai-messages/ai-config-items.d.ts +462 -0
- package/dist/types-ts4.5/ai-messages/ai-experience-application.d.ts +122 -0
- package/dist/types-ts4.5/ai-messages/ai-failed-state.d.ts +47 -0
- package/dist/types-ts4.5/ai-messages/ai-languages.d.ts +357 -0
- package/dist/types-ts4.5/ai-messages/ai.d.ts +107 -0
- package/dist/types-ts4.5/ai-messages/index.d.ts +9 -0
- package/dist/types-ts4.5/messages/index.d.ts +0 -4
- package/package.json +2 -1
- /package/dist/cjs/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/cjs/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/es2019/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-definitions.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive-setting.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive-transform.js +0 -0
- /package/dist/esm/{messages → ai-messages}/ai-proactive.js +0 -0
- /package/dist/types/{messages → ai-messages}/ai-definitions.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive-setting.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive-transform.d.ts +0 -0
- /package/dist/types/{messages → ai-messages}/ai-proactive.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-definitions.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive-setting.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive-transform.d.ts +0 -0
- /package/dist/types-ts4.5/{messages → ai-messages}/ai-proactive.d.ts +0 -0
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
export declare const aiExperienceApplicationMessages: {
|
|
2
|
+
responseTooSimilarMessage: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
discardMessagePrompt: {
|
|
8
|
+
id: string;
|
|
9
|
+
defaultMessage: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
discardMessageResponse: {
|
|
13
|
+
id: string;
|
|
14
|
+
defaultMessage: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
loadingTitle: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
messageTemplateAnalysingQuery: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
messageTemplateContentSearch: {
|
|
28
|
+
id: string;
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
messageTemplatePageHydration: {
|
|
33
|
+
id: string;
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
messageTemplateNextBestTask: {
|
|
38
|
+
id: string;
|
|
39
|
+
defaultMessage: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
convoAIBeta: {
|
|
43
|
+
id: string;
|
|
44
|
+
defaultMessage: string;
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
useRovoOrganisationKnowledgeRightText: {
|
|
48
|
+
id: string;
|
|
49
|
+
defaultMessage: string;
|
|
50
|
+
description: string;
|
|
51
|
+
};
|
|
52
|
+
useGeneralAiKnowledgeRightText: {
|
|
53
|
+
id: string;
|
|
54
|
+
defaultMessage: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
atlassianIntelligenceGroupHeading: {
|
|
58
|
+
id: string;
|
|
59
|
+
defaultMessage: string;
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
knowledgeSourceGroupHeading: {
|
|
63
|
+
id: string;
|
|
64
|
+
defaultMessage: string;
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
67
|
+
agentsSuggestionGroupHeading: {
|
|
68
|
+
id: string;
|
|
69
|
+
defaultMessage: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
rovoAgentsCountSuggestionGroupHeading: {
|
|
73
|
+
id: string;
|
|
74
|
+
defaultMessage: string;
|
|
75
|
+
description: string;
|
|
76
|
+
};
|
|
77
|
+
useRovoAgentsCountSuggestionGroupHeading: {
|
|
78
|
+
id: string;
|
|
79
|
+
defaultMessage: string;
|
|
80
|
+
description: string;
|
|
81
|
+
};
|
|
82
|
+
rovoAgentsSuggestionGroupHeading: {
|
|
83
|
+
id: string;
|
|
84
|
+
defaultMessage: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
useGeneralAiKnowledgeLabel: {
|
|
88
|
+
id: string;
|
|
89
|
+
defaultMessage: string;
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
useRovoOrganisationKnowledgeLabel: {
|
|
93
|
+
id: string;
|
|
94
|
+
defaultMessage: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
agentsFooterRightText: {
|
|
98
|
+
id: string;
|
|
99
|
+
defaultMessage: string;
|
|
100
|
+
description: string;
|
|
101
|
+
};
|
|
102
|
+
agentsBrowseMore: {
|
|
103
|
+
id: string;
|
|
104
|
+
defaultMessage: string;
|
|
105
|
+
description: string;
|
|
106
|
+
};
|
|
107
|
+
showMoreButton: {
|
|
108
|
+
id: string;
|
|
109
|
+
defaultMessage: string;
|
|
110
|
+
description: string;
|
|
111
|
+
};
|
|
112
|
+
noResultsSuggestion: {
|
|
113
|
+
id: string;
|
|
114
|
+
defaultMessage: string;
|
|
115
|
+
description: string;
|
|
116
|
+
};
|
|
117
|
+
engagementBannerLinksText: {
|
|
118
|
+
id: string;
|
|
119
|
+
defaultMessage: string;
|
|
120
|
+
description: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const aiFailedStateMessages: {
|
|
2
|
+
aupViolationMessage: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
documentInsertError: {
|
|
8
|
+
id: string;
|
|
9
|
+
defaultMessage: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
tokenLimitExceeded: {
|
|
13
|
+
id: string;
|
|
14
|
+
defaultMessage: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
rateLimitEnforced: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
apiError: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
elevateDisabledGenerateError: {
|
|
28
|
+
id: string;
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
internalServerError: {
|
|
33
|
+
id: string;
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
inputTooShortError: {
|
|
38
|
+
id: string;
|
|
39
|
+
defaultMessage: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
hipaaContentError: {
|
|
43
|
+
id: string;
|
|
44
|
+
defaultMessage: string;
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
export declare const aiLanguageMessages: {
|
|
2
|
+
readonly nestingParentTitle: {
|
|
3
|
+
readonly id: "fabric.editor.ai.config.item.translate.nestingParentTitle.ga";
|
|
4
|
+
readonly defaultMessage: "Translate";
|
|
5
|
+
readonly description: "The nested title which shows in the generative-ai-modal";
|
|
6
|
+
};
|
|
7
|
+
readonly nestingParentTitlePostGA: {
|
|
8
|
+
readonly id: "fabric.editor.ai.config.item.translate.nestingParentTitlePostGA";
|
|
9
|
+
readonly defaultMessage: "Translate to ...";
|
|
10
|
+
readonly description: "The nested title which shows in the generative-ai-modal";
|
|
11
|
+
};
|
|
12
|
+
readonly chineseSimplified: {
|
|
13
|
+
readonly id: "fabric.editor.ai.config.item.translate.chineseSimplified";
|
|
14
|
+
readonly defaultMessage: "Chinese (Simplified)";
|
|
15
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Chinese (Simplified)";
|
|
16
|
+
};
|
|
17
|
+
readonly chineseTraditional: {
|
|
18
|
+
readonly id: "fabric.editor.ai.config.item.translate.chineseTraditional";
|
|
19
|
+
readonly defaultMessage: "Chinese (Traditional)";
|
|
20
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Chinese (Traditional)";
|
|
21
|
+
};
|
|
22
|
+
readonly czech: {
|
|
23
|
+
readonly id: "fabric.editor.ai.config.item.translate.czech";
|
|
24
|
+
readonly defaultMessage: "Czech";
|
|
25
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Czech";
|
|
26
|
+
};
|
|
27
|
+
readonly danish: {
|
|
28
|
+
readonly id: "fabric.editor.ai.config.item.translate.danish";
|
|
29
|
+
readonly defaultMessage: "Danish";
|
|
30
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Danish";
|
|
31
|
+
};
|
|
32
|
+
readonly dutch: {
|
|
33
|
+
readonly id: "fabric.editor.ai.config.item.translate.dutch";
|
|
34
|
+
readonly defaultMessage: "Dutch";
|
|
35
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Dutch";
|
|
36
|
+
};
|
|
37
|
+
readonly english: {
|
|
38
|
+
readonly id: "fabric.editor.ai.config.item.translate.english";
|
|
39
|
+
readonly defaultMessage: "English";
|
|
40
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for English";
|
|
41
|
+
};
|
|
42
|
+
readonly finnish: {
|
|
43
|
+
readonly id: "fabric.editor.ai.config.item.translate.finnish";
|
|
44
|
+
readonly defaultMessage: "Finnish";
|
|
45
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Finnish";
|
|
46
|
+
};
|
|
47
|
+
readonly french: {
|
|
48
|
+
readonly id: "fabric.editor.ai.config.item.translate.french";
|
|
49
|
+
readonly defaultMessage: "French";
|
|
50
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for French";
|
|
51
|
+
};
|
|
52
|
+
readonly german: {
|
|
53
|
+
readonly id: "fabric.editor.ai.config.item.translate.german";
|
|
54
|
+
readonly defaultMessage: "German";
|
|
55
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for German";
|
|
56
|
+
};
|
|
57
|
+
readonly hungarian: {
|
|
58
|
+
readonly id: "fabric.editor.ai.config.item.translate.hungarian";
|
|
59
|
+
readonly defaultMessage: "Hungarian";
|
|
60
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Hungarian";
|
|
61
|
+
};
|
|
62
|
+
readonly italian: {
|
|
63
|
+
readonly id: "fabric.editor.ai.config.item.translate.italian";
|
|
64
|
+
readonly defaultMessage: "Italian";
|
|
65
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Italian";
|
|
66
|
+
};
|
|
67
|
+
readonly japanese: {
|
|
68
|
+
readonly id: "fabric.editor.ai.config.item.translate.japanese";
|
|
69
|
+
readonly defaultMessage: "Japanese";
|
|
70
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Japanese";
|
|
71
|
+
};
|
|
72
|
+
readonly korean: {
|
|
73
|
+
readonly id: "fabric.editor.ai.config.item.translate.korean";
|
|
74
|
+
readonly defaultMessage: "Korean";
|
|
75
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Korean";
|
|
76
|
+
};
|
|
77
|
+
readonly norwegian: {
|
|
78
|
+
readonly id: "fabric.editor.ai.config.item.translate.norwegian";
|
|
79
|
+
readonly defaultMessage: "Norwegian";
|
|
80
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Norwegian";
|
|
81
|
+
};
|
|
82
|
+
readonly polish: {
|
|
83
|
+
readonly id: "fabric.editor.ai.config.item.translate.polish";
|
|
84
|
+
readonly defaultMessage: "Polish";
|
|
85
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Polish";
|
|
86
|
+
};
|
|
87
|
+
readonly portugueseBrazilian: {
|
|
88
|
+
readonly id: "fabric.editor.ai.config.item.translate.portugueseBrazilian";
|
|
89
|
+
readonly defaultMessage: "Portuguese (Brazilian)";
|
|
90
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Portuguese (Brazilian)";
|
|
91
|
+
};
|
|
92
|
+
readonly russian: {
|
|
93
|
+
readonly id: "fabric.editor.ai.config.item.translate.russian";
|
|
94
|
+
readonly defaultMessage: "Russian";
|
|
95
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Russian";
|
|
96
|
+
};
|
|
97
|
+
readonly spanish: {
|
|
98
|
+
readonly id: "fabric.editor.ai.config.item.translate.spanish";
|
|
99
|
+
readonly defaultMessage: "Spanish";
|
|
100
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Spanish";
|
|
101
|
+
};
|
|
102
|
+
readonly swedish: {
|
|
103
|
+
readonly id: "fabric.editor.ai.config.item.translate.swedish";
|
|
104
|
+
readonly defaultMessage: "Swedish";
|
|
105
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Swedish";
|
|
106
|
+
};
|
|
107
|
+
readonly turkish: {
|
|
108
|
+
readonly id: "fabric.editor.ai.config.item.translate.turkish";
|
|
109
|
+
readonly defaultMessage: "Turkish";
|
|
110
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Turkish";
|
|
111
|
+
};
|
|
112
|
+
readonly thai: {
|
|
113
|
+
readonly id: "fabric.editor.ai.config.item.translate.thai";
|
|
114
|
+
readonly defaultMessage: "Thai";
|
|
115
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Thai";
|
|
116
|
+
};
|
|
117
|
+
readonly ukrainian: {
|
|
118
|
+
readonly id: "fabric.editor.ai.config.item.translate.ukrainian";
|
|
119
|
+
readonly defaultMessage: "Ukrainian";
|
|
120
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Ukrainian";
|
|
121
|
+
};
|
|
122
|
+
readonly vietnamese: {
|
|
123
|
+
readonly id: "fabric.editor.ai.config.item.translate.vietnamese";
|
|
124
|
+
readonly defaultMessage: "Vietnamese";
|
|
125
|
+
readonly description: "Language string referenced in UIs involving the translation AI prompt for Vietnamese";
|
|
126
|
+
};
|
|
127
|
+
readonly chineseSimplifiedTitle: {
|
|
128
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.chineseSimplified.title";
|
|
129
|
+
readonly defaultMessage: "Translate to Chinese (Simplified)";
|
|
130
|
+
readonly description: "Title of a prompt that translates the selected content into Chinese (Simplified)";
|
|
131
|
+
};
|
|
132
|
+
readonly chineseSimplifiedDescription: {
|
|
133
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.chineseSimplified.description";
|
|
134
|
+
readonly defaultMessage: "Translates the text you're working on to Chinese (Simplified)";
|
|
135
|
+
readonly description: "Description for prompt that translates selected content into Chinese (Simplified)";
|
|
136
|
+
};
|
|
137
|
+
readonly chineseTraditionalTitle: {
|
|
138
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.chineseTraditional.title";
|
|
139
|
+
readonly defaultMessage: "Translate to Chinese (Traditional)";
|
|
140
|
+
readonly description: "Title of a prompt that translates the selected content into Chinese (Traditional)";
|
|
141
|
+
};
|
|
142
|
+
readonly chineseTraditionalDescription: {
|
|
143
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.chineseTraditional.description";
|
|
144
|
+
readonly defaultMessage: "Translates the text you're working on to Chinese (Traditional)";
|
|
145
|
+
readonly description: "Description for prompt that translates selected content into Chinese (Traditional)";
|
|
146
|
+
};
|
|
147
|
+
readonly czechTitle: {
|
|
148
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.czech.title";
|
|
149
|
+
readonly defaultMessage: "Translate to Czech";
|
|
150
|
+
readonly description: "Title of a prompt that translates the selected content into Czech";
|
|
151
|
+
};
|
|
152
|
+
readonly czechDescription: {
|
|
153
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.czech.description";
|
|
154
|
+
readonly defaultMessage: "Translates the text you're working on to Czech";
|
|
155
|
+
readonly description: "Description for prompt that translates selected content into Czech";
|
|
156
|
+
};
|
|
157
|
+
readonly danishTitle: {
|
|
158
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.danish.title";
|
|
159
|
+
readonly defaultMessage: "Translate to Danish";
|
|
160
|
+
readonly description: "Title of a prompt that translates the selected content into Danish";
|
|
161
|
+
};
|
|
162
|
+
readonly danishDescription: {
|
|
163
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.danish.description";
|
|
164
|
+
readonly defaultMessage: "Translates the text you're working on to Danish";
|
|
165
|
+
readonly description: "Description for prompt that translates selected content into Danish";
|
|
166
|
+
};
|
|
167
|
+
readonly dutchTitle: {
|
|
168
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.dutch.title";
|
|
169
|
+
readonly defaultMessage: "Translate to Dutch";
|
|
170
|
+
readonly description: "Title of a prompt that translates the selected content into Dutch";
|
|
171
|
+
};
|
|
172
|
+
readonly dutchDescription: {
|
|
173
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.dutch.description";
|
|
174
|
+
readonly defaultMessage: "Translates the text you're working on to Dutch";
|
|
175
|
+
readonly description: "Description for prompt that translates selected content into Dutch";
|
|
176
|
+
};
|
|
177
|
+
readonly englishTitle: {
|
|
178
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.english.title";
|
|
179
|
+
readonly defaultMessage: "Translate to English";
|
|
180
|
+
readonly description: "Title of a prompt that translates the selected content into English";
|
|
181
|
+
};
|
|
182
|
+
readonly englishDescription: {
|
|
183
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.english.description";
|
|
184
|
+
readonly defaultMessage: "Translates the text you're working on to English";
|
|
185
|
+
readonly description: "Description for prompt that translates selected content into English";
|
|
186
|
+
};
|
|
187
|
+
readonly finnishTitle: {
|
|
188
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.finnish.title";
|
|
189
|
+
readonly defaultMessage: "Translate to Finnish";
|
|
190
|
+
readonly description: "Title of a prompt that translates the selected content into Finnish";
|
|
191
|
+
};
|
|
192
|
+
readonly finnishDescription: {
|
|
193
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.finnish.description";
|
|
194
|
+
readonly defaultMessage: "Translates the text you're working on to Finnish";
|
|
195
|
+
readonly description: "Description for prompt that translates selected content into Finnish";
|
|
196
|
+
};
|
|
197
|
+
readonly frenchTitle: {
|
|
198
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.french.title";
|
|
199
|
+
readonly defaultMessage: "Translate to French";
|
|
200
|
+
readonly description: "Title of a prompt that translates the selected content into French";
|
|
201
|
+
};
|
|
202
|
+
readonly frenchDescription: {
|
|
203
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.french.description";
|
|
204
|
+
readonly defaultMessage: "Translates the text you're working on to French";
|
|
205
|
+
readonly description: "Description for prompt that translates selected content into French";
|
|
206
|
+
};
|
|
207
|
+
readonly germanTitle: {
|
|
208
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.german.title";
|
|
209
|
+
readonly defaultMessage: "Translate to German";
|
|
210
|
+
readonly description: "Title of a prompt that translates the selected content into German";
|
|
211
|
+
};
|
|
212
|
+
readonly germanDescription: {
|
|
213
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.german.description";
|
|
214
|
+
readonly defaultMessage: "Translates the text you're working on to German";
|
|
215
|
+
readonly description: "Description for prompt that translates selected content into German";
|
|
216
|
+
};
|
|
217
|
+
readonly hungarianTitle: {
|
|
218
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.hungarian.title";
|
|
219
|
+
readonly defaultMessage: "Translate to Hungarian";
|
|
220
|
+
readonly description: "Title of a prompt that translates the selected content into Hungarian";
|
|
221
|
+
};
|
|
222
|
+
readonly hungarianDescription: {
|
|
223
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.hungarian.description";
|
|
224
|
+
readonly defaultMessage: "Translates the text you're working on to Hungarian";
|
|
225
|
+
readonly description: "Description for prompt that translates selected content into Hungarian";
|
|
226
|
+
};
|
|
227
|
+
readonly italianTitle: {
|
|
228
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.italian.title";
|
|
229
|
+
readonly defaultMessage: "Translate to Italian";
|
|
230
|
+
readonly description: "Title of a prompt that translates the selected content into Italian";
|
|
231
|
+
};
|
|
232
|
+
readonly italianDescription: {
|
|
233
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.italian.description";
|
|
234
|
+
readonly defaultMessage: "Translates the text you're working on to Italian";
|
|
235
|
+
readonly description: "Description for prompt that translates selected content into Italian";
|
|
236
|
+
};
|
|
237
|
+
readonly japaneseTitle: {
|
|
238
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.japanese.title";
|
|
239
|
+
readonly defaultMessage: "Translate to Japanese";
|
|
240
|
+
readonly description: "Title of a prompt that translates the selected content into Japanese";
|
|
241
|
+
};
|
|
242
|
+
readonly japaneseDescription: {
|
|
243
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.japanese.description";
|
|
244
|
+
readonly defaultMessage: "Translates the text you're working on to Japanese";
|
|
245
|
+
readonly description: "Description for prompt that translates selected content into Japanese";
|
|
246
|
+
};
|
|
247
|
+
readonly koreanTitle: {
|
|
248
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.korean.title";
|
|
249
|
+
readonly defaultMessage: "Translate to Korean";
|
|
250
|
+
readonly description: "Title of a prompt that translates the selected content into Korean";
|
|
251
|
+
};
|
|
252
|
+
readonly koreanDescription: {
|
|
253
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.korean.description";
|
|
254
|
+
readonly defaultMessage: "Translates the text you're working on to Korean";
|
|
255
|
+
readonly description: "Description for prompt that translates selected content into Korean";
|
|
256
|
+
};
|
|
257
|
+
readonly norwegianTitle: {
|
|
258
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.norwegian.title";
|
|
259
|
+
readonly defaultMessage: "Translate to Norwegian";
|
|
260
|
+
readonly description: "Title of a prompt that translates the selected content into Norwegian";
|
|
261
|
+
};
|
|
262
|
+
readonly norwegianDescription: {
|
|
263
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.norwegian.description";
|
|
264
|
+
readonly defaultMessage: "Translates the text you're working on to Norwegian";
|
|
265
|
+
readonly description: "Description for prompt that translates selected content into Norwegian";
|
|
266
|
+
};
|
|
267
|
+
readonly polishTitle: {
|
|
268
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.polish.title";
|
|
269
|
+
readonly defaultMessage: "Translate to Polish";
|
|
270
|
+
readonly description: "Title of a prompt that translates the selected content into Polish";
|
|
271
|
+
};
|
|
272
|
+
readonly polishDescription: {
|
|
273
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.polish.description";
|
|
274
|
+
readonly defaultMessage: "Translates the text you're working on to Polish";
|
|
275
|
+
readonly description: "Description for prompt that translates selected content into Polish";
|
|
276
|
+
};
|
|
277
|
+
readonly portugueseBrazilianTitle: {
|
|
278
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title";
|
|
279
|
+
readonly defaultMessage: "Translate to Portuguese (Brazilian)";
|
|
280
|
+
readonly description: "Title of a prompt that translates the selected content into Portuguese (Brazilian)";
|
|
281
|
+
};
|
|
282
|
+
readonly portugueseBrazilianDescription: {
|
|
283
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description";
|
|
284
|
+
readonly defaultMessage: "Translates the text you're working on to Portuguese (Brazilian)";
|
|
285
|
+
readonly description: "Description for prompt that translates selected content into Portuguese (Brazilian)";
|
|
286
|
+
};
|
|
287
|
+
readonly russianTitle: {
|
|
288
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.russian.title";
|
|
289
|
+
readonly defaultMessage: "Translate to Russian";
|
|
290
|
+
readonly description: "Title of a prompt that translates the selected content into Russian";
|
|
291
|
+
};
|
|
292
|
+
readonly russianDescription: {
|
|
293
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.russian.description";
|
|
294
|
+
readonly defaultMessage: "Translates the text you're working on to Russian";
|
|
295
|
+
readonly description: "Description for prompt that translates selected content into Russian";
|
|
296
|
+
};
|
|
297
|
+
readonly spanishTitle: {
|
|
298
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.spanish.title";
|
|
299
|
+
readonly defaultMessage: "Translate to Spanish";
|
|
300
|
+
readonly description: "Title of a prompt that translates the selected content into Spanish";
|
|
301
|
+
};
|
|
302
|
+
readonly spanishDescription: {
|
|
303
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.spanish.description";
|
|
304
|
+
readonly defaultMessage: "Translates the text you're working on to Spanish";
|
|
305
|
+
readonly description: "Description for prompt that translates selected content into Spanish";
|
|
306
|
+
};
|
|
307
|
+
readonly swedishTitle: {
|
|
308
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.swedish.title";
|
|
309
|
+
readonly defaultMessage: "Translate to Swedish";
|
|
310
|
+
readonly description: "Title of a prompt that translates the selected content into Swedish";
|
|
311
|
+
};
|
|
312
|
+
readonly swedishDescription: {
|
|
313
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.swedish.description";
|
|
314
|
+
readonly defaultMessage: "Translates the text you're working on to Swedish";
|
|
315
|
+
readonly description: "Description for prompt that translates selected content into Swedish";
|
|
316
|
+
};
|
|
317
|
+
readonly turkishTitle: {
|
|
318
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.turkish.title";
|
|
319
|
+
readonly defaultMessage: "Translate to Turkish";
|
|
320
|
+
readonly description: "Title of a prompt that translates the selected content into Turkish";
|
|
321
|
+
};
|
|
322
|
+
readonly turkishDescription: {
|
|
323
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.turkish.description";
|
|
324
|
+
readonly defaultMessage: "Translates the text you're working on to Turkish";
|
|
325
|
+
readonly description: "Description for prompt that translates selected content into Turkish";
|
|
326
|
+
};
|
|
327
|
+
readonly thaiTitle: {
|
|
328
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.thai.title";
|
|
329
|
+
readonly defaultMessage: "Translate to Thai";
|
|
330
|
+
readonly description: "Title of a prompt that translates the selected content into Thai";
|
|
331
|
+
};
|
|
332
|
+
readonly thaiDescription: {
|
|
333
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.thai.description";
|
|
334
|
+
readonly defaultMessage: "Translates the text you're working on to Thai";
|
|
335
|
+
readonly description: "Description for prompt that translates selected content into Thai";
|
|
336
|
+
};
|
|
337
|
+
readonly ukrainianTitle: {
|
|
338
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.ukrainian.title";
|
|
339
|
+
readonly defaultMessage: "Translate to Ukrainian";
|
|
340
|
+
readonly description: "Title of a prompt that translates the selected content into Ukrainian";
|
|
341
|
+
};
|
|
342
|
+
readonly ukrainianDescription: {
|
|
343
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.ukrainian.description";
|
|
344
|
+
readonly defaultMessage: "Translates the text you're working on to Ukrainian";
|
|
345
|
+
readonly description: "Description for prompt that translates selected content into Ukrainian";
|
|
346
|
+
};
|
|
347
|
+
readonly vietnameseTitle: {
|
|
348
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.vietnamese.title";
|
|
349
|
+
readonly defaultMessage: "Translate to Vietnamese";
|
|
350
|
+
readonly description: "Title of a prompt that translates the selected content into Vietnamese";
|
|
351
|
+
};
|
|
352
|
+
readonly vietnameseDescription: {
|
|
353
|
+
readonly id: "fabric.editor.ai.config.item.translateTo.vietnamese.description";
|
|
354
|
+
readonly defaultMessage: "Translates the text you're working on to Vietnamese";
|
|
355
|
+
readonly description: "Description for prompt that translates selected content into Vietnamese";
|
|
356
|
+
};
|
|
357
|
+
};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
export declare const aiMessages: {
|
|
2
|
+
eventHubfallbackSuggestedTitle: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
aiToolbarTitle: {
|
|
8
|
+
id: string;
|
|
9
|
+
defaultMessage: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
improveWritingToolbarIconTitle: {
|
|
13
|
+
id: string;
|
|
14
|
+
defaultMessage: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
improveWritingToolbarIconTooltip: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
tryAIToolbarIconTitle: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
tryAIToolbarIconTooltip: {
|
|
28
|
+
id: string;
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
simplifiedAIToolbarIconTitle: {
|
|
33
|
+
id: string;
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
atlasGenerateContentConfigItemDescription: {
|
|
38
|
+
id: string;
|
|
39
|
+
defaultMessage: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
atlasSummarizePageConfigItemDescription: {
|
|
43
|
+
id: string;
|
|
44
|
+
defaultMessage: string;
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
confluenceChangeToneSelectionToolbarDropdownMenuTitle: {
|
|
48
|
+
id: string;
|
|
49
|
+
defaultMessage: string;
|
|
50
|
+
description: string;
|
|
51
|
+
};
|
|
52
|
+
confluenceRewriteSelectionToolbarDropdownMenuTitle: {
|
|
53
|
+
id: string;
|
|
54
|
+
defaultMessage: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
confluenceTranslateSelectionToolbarDropdownMenuTitle: {
|
|
58
|
+
id: string;
|
|
59
|
+
defaultMessage: string;
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
actionItemsPageTitle: {
|
|
63
|
+
id: string;
|
|
64
|
+
defaultMessage: string;
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
67
|
+
actionItemsPageDescription: {
|
|
68
|
+
id: string;
|
|
69
|
+
defaultMessage: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
summarizePageTitle: {
|
|
73
|
+
id: string;
|
|
74
|
+
defaultMessage: string;
|
|
75
|
+
description: string;
|
|
76
|
+
};
|
|
77
|
+
summarisePageDescription: {
|
|
78
|
+
id: string;
|
|
79
|
+
defaultMessage: string;
|
|
80
|
+
description: string;
|
|
81
|
+
};
|
|
82
|
+
agentsDropdownTitle: {
|
|
83
|
+
id: string;
|
|
84
|
+
defaultMessage: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
agentsViewAgentsLabel: {
|
|
88
|
+
id: string;
|
|
89
|
+
defaultMessage: string;
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
unhandledErrorMessage: {
|
|
93
|
+
id: string;
|
|
94
|
+
defaultMessage: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
markdownErrorMessage: {
|
|
98
|
+
id: string;
|
|
99
|
+
defaultMessage: string;
|
|
100
|
+
description: string;
|
|
101
|
+
};
|
|
102
|
+
promptBuilderFromButton: {
|
|
103
|
+
id: string;
|
|
104
|
+
defaultMessage: string;
|
|
105
|
+
description: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { aiConfigItemMessages } from './ai-config-items';
|
|
2
|
+
export { aiDefinitionsMessages } from './ai-definitions';
|
|
3
|
+
export { aiExperienceApplicationMessages } from './ai-experience-application';
|
|
4
|
+
export { aiFailedStateMessages } from './ai-failed-state';
|
|
5
|
+
export { aiLanguageMessages } from './ai-languages';
|
|
6
|
+
export { aiProactiveMessages } from './ai-proactive';
|
|
7
|
+
export { aiMessages } from './ai';
|
|
8
|
+
export { aiProactiveSettingMessages } from './ai-proactive-setting';
|
|
9
|
+
export { aiProactiveTransformMessages } from './ai-proactive-transform';
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
export { aiDefinitionsMessages } from './ai-definitions';
|
|
2
|
-
export { aiProactiveMessages } from './ai-proactive';
|
|
3
|
-
export { aiProactiveSettingMessages } from './ai-proactive-setting';
|
|
4
|
-
export { aiProactiveTransformMessages } from './ai-proactive-transform';
|
|
5
1
|
export { alignmentMessages } from './alignment';
|
|
6
2
|
export { annotationMessages } from './annotation';
|
|
7
3
|
export { messages as blockTypeMessages } from './block-type';
|