@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components 2.2.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/build.js +131 -0
- package/dist/cjs/i18n/cs.js +41 -0
- package/dist/cjs/i18n/da.js +41 -0
- package/dist/cjs/i18n/de.js +41 -0
- package/dist/cjs/i18n/en.js +41 -0
- package/dist/cjs/i18n/en_GB.js +41 -0
- package/dist/cjs/i18n/en_ZZ.js +41 -0
- package/dist/cjs/i18n/es.js +41 -0
- package/dist/cjs/i18n/fi.js +41 -0
- package/dist/cjs/i18n/fr.js +41 -0
- package/dist/cjs/i18n/hr.js +13 -0
- package/dist/cjs/i18n/hu.js +41 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +41 -0
- package/dist/cjs/i18n/ja.js +41 -0
- package/dist/cjs/i18n/ko.js +41 -0
- package/dist/cjs/i18n/nb.js +41 -0
- package/dist/cjs/i18n/nl.js +41 -0
- package/dist/cjs/i18n/pl.js +41 -0
- package/dist/cjs/i18n/pt_BR.js +41 -0
- package/dist/cjs/i18n/ru.js +41 -0
- package/dist/cjs/i18n/sl.js +13 -0
- package/dist/cjs/i18n/sr_RS.js +13 -0
- package/dist/cjs/i18n/sr_YR.js +13 -0
- package/dist/cjs/i18n/sv.js +41 -0
- package/dist/cjs/i18n/th.js +41 -0
- package/dist/cjs/i18n/tr.js +41 -0
- package/dist/cjs/i18n/uk.js +41 -0
- package/dist/cjs/i18n/vi.js +41 -0
- package/dist/cjs/i18n/zh.js +41 -0
- package/dist/cjs/i18n/zh_TW.js +41 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +38 -0
- package/dist/esm/i18n/cs.js +39 -0
- package/dist/esm/i18n/da.d.ts +38 -0
- package/dist/esm/i18n/da.js +39 -0
- package/dist/esm/i18n/de.d.ts +38 -0
- package/dist/esm/i18n/de.js +39 -0
- package/dist/esm/i18n/en.d.ts +38 -0
- package/dist/esm/i18n/en.js +39 -0
- package/dist/esm/i18n/en_GB.d.ts +38 -0
- package/dist/esm/i18n/en_GB.js +39 -0
- package/dist/esm/i18n/en_ZZ.d.ts +38 -0
- package/dist/esm/i18n/en_ZZ.js +39 -0
- package/dist/esm/i18n/es.d.ts +38 -0
- package/dist/esm/i18n/es.js +39 -0
- package/dist/esm/i18n/fi.d.ts +38 -0
- package/dist/esm/i18n/fi.js +39 -0
- package/dist/esm/i18n/fr.d.ts +38 -0
- package/dist/esm/i18n/fr.js +39 -0
- package/dist/esm/i18n/hr.d.ts +10 -0
- package/dist/esm/i18n/hr.js +11 -0
- package/dist/esm/i18n/hu.d.ts +38 -0
- package/dist/esm/i18n/hu.js +39 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +38 -0
- package/dist/esm/i18n/it.js +39 -0
- package/dist/esm/i18n/ja.d.ts +38 -0
- package/dist/esm/i18n/ja.js +39 -0
- package/dist/esm/i18n/ko.d.ts +38 -0
- package/dist/esm/i18n/ko.js +39 -0
- package/dist/esm/i18n/nb.d.ts +38 -0
- package/dist/esm/i18n/nb.js +39 -0
- package/dist/esm/i18n/nl.d.ts +38 -0
- package/dist/esm/i18n/nl.js +39 -0
- package/dist/esm/i18n/pl.d.ts +38 -0
- package/dist/esm/i18n/pl.js +39 -0
- package/dist/esm/i18n/pt_BR.d.ts +38 -0
- package/dist/esm/i18n/pt_BR.js +39 -0
- package/dist/esm/i18n/ru.d.ts +38 -0
- package/dist/esm/i18n/ru.js +39 -0
- package/dist/esm/i18n/sl.d.ts +10 -0
- package/dist/esm/i18n/sl.js +11 -0
- package/dist/esm/i18n/sr_RS.d.ts +10 -0
- package/dist/esm/i18n/sr_RS.js +11 -0
- package/dist/esm/i18n/sr_YR.d.ts +10 -0
- package/dist/esm/i18n/sr_YR.js +11 -0
- package/dist/esm/i18n/sv.d.ts +38 -0
- package/dist/esm/i18n/sv.js +39 -0
- package/dist/esm/i18n/th.d.ts +38 -0
- package/dist/esm/i18n/th.js +39 -0
- package/dist/esm/i18n/tr.d.ts +38 -0
- package/dist/esm/i18n/tr.js +39 -0
- package/dist/esm/i18n/uk.d.ts +38 -0
- package/dist/esm/i18n/uk.js +39 -0
- package/dist/esm/i18n/vi.d.ts +38 -0
- package/dist/esm/i18n/vi.js +39 -0
- package/dist/esm/i18n/zh.d.ts +38 -0
- package/dist/esm/i18n/zh.js +39 -0
- package/dist/esm/i18n/zh_TW.d.ts +38 -0
- package/dist/esm/i18n/zh_TW.js +39 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +38 -0
- package/dist/types/i18n/da.d.ts +38 -0
- package/dist/types/i18n/de.d.ts +38 -0
- package/dist/types/i18n/en.d.ts +38 -0
- package/dist/types/i18n/en_GB.d.ts +38 -0
- package/dist/types/i18n/en_ZZ.d.ts +38 -0
- package/dist/types/i18n/es.d.ts +38 -0
- package/dist/types/i18n/fi.d.ts +38 -0
- package/dist/types/i18n/fr.d.ts +38 -0
- package/dist/types/i18n/hr.d.ts +10 -0
- package/dist/types/i18n/hu.d.ts +38 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +38 -0
- package/dist/types/i18n/ja.d.ts +38 -0
- package/dist/types/i18n/ko.d.ts +38 -0
- package/dist/types/i18n/nb.d.ts +38 -0
- package/dist/types/i18n/nl.d.ts +38 -0
- package/dist/types/i18n/pl.d.ts +38 -0
- package/dist/types/i18n/pt_BR.d.ts +38 -0
- package/dist/types/i18n/ru.d.ts +38 -0
- package/dist/types/i18n/sl.d.ts +10 -0
- package/dist/types/i18n/sr_RS.d.ts +10 -0
- package/dist/types/i18n/sr_YR.d.ts +10 -0
- package/dist/types/i18n/sv.d.ts +38 -0
- package/dist/types/i18n/th.d.ts +38 -0
- package/dist/types/i18n/tr.d.ts +38 -0
- package/dist/types/i18n/uk.d.ts +38 -0
- package/dist/types/i18n/vi.d.ts +38 -0
- package/dist/types/i18n/zh.d.ts +38 -0
- package/dist/types/i18n/zh_TW.d.ts +38 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +40 -0
- package/i18n/da.ts +40 -0
- package/i18n/de.ts +40 -0
- package/i18n/en.ts +39 -0
- package/i18n/en_GB.ts +39 -0
- package/i18n/en_ZZ.ts +40 -0
- package/i18n/es.ts +40 -0
- package/i18n/fi.ts +40 -0
- package/i18n/fr.ts +41 -0
- package/i18n/hr.ts +11 -0
- package/i18n/hu.ts +40 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +40 -0
- package/i18n/ja.ts +39 -0
- package/i18n/ko.ts +39 -0
- package/i18n/nb.ts +40 -0
- package/i18n/nl.ts +40 -0
- package/i18n/pl.ts +40 -0
- package/i18n/pt_BR.ts +40 -0
- package/i18n/ru.ts +40 -0
- package/i18n/sl.ts +11 -0
- package/i18n/sr_RS.ts +11 -0
- package/i18n/sr_YR.ts +11 -0
- package/i18n/sv.ts +40 -0
- package/i18n/th.ts +39 -0
- package/i18n/tr.ts +41 -0
- package/i18n/uk.ts +40 -0
- package/i18n/vi.ts +39 -0
- package/i18n/zh.ts +39 -0
- package/i18n/zh_TW.ts +39 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export * from './cs';
|
|
2
|
+
export * from './da';
|
|
3
|
+
export * from './de';
|
|
4
|
+
export * from './en';
|
|
5
|
+
export * from './en_GB';
|
|
6
|
+
export * from './en_ZZ';
|
|
7
|
+
export * from './es';
|
|
8
|
+
export * from './fi';
|
|
9
|
+
export * from './fr';
|
|
10
|
+
export * from './hr';
|
|
11
|
+
export * from './hu';
|
|
12
|
+
export * from './it';
|
|
13
|
+
export * from './ja';
|
|
14
|
+
export * from './ko';
|
|
15
|
+
export * from './nb';
|
|
16
|
+
export * from './nl';
|
|
17
|
+
export * from './pl';
|
|
18
|
+
export * from './pt_BR';
|
|
19
|
+
export * from './ru';
|
|
20
|
+
export * from './sl';
|
|
21
|
+
export * from './sr_RS';
|
|
22
|
+
export * from './sr_YR';
|
|
23
|
+
export * from './sv';
|
|
24
|
+
export * from './th';
|
|
25
|
+
export * from './tr';
|
|
26
|
+
export * from './uk';
|
|
27
|
+
export * from './vi';
|
|
28
|
+
export * from './zh';
|
|
29
|
+
export * from './zh_TW';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|