@atlaskit/rovo-agent-components 2.2.0 → 2.2.2
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 +12 -0
- package/dist/cjs/i18n/cs.js +40 -0
- package/dist/cjs/i18n/da.js +40 -0
- package/dist/cjs/i18n/de.js +40 -0
- package/dist/cjs/i18n/en.js +44 -0
- package/dist/cjs/i18n/en_GB.js +44 -0
- package/dist/cjs/i18n/en_ZZ.js +44 -0
- package/dist/cjs/i18n/es.js +40 -0
- package/dist/cjs/i18n/fi.js +40 -0
- package/dist/cjs/i18n/fr.js +40 -0
- package/dist/cjs/i18n/hu.js +40 -0
- package/dist/cjs/i18n/it.js +40 -0
- package/dist/cjs/i18n/ja.js +40 -0
- package/dist/cjs/i18n/ko.js +40 -0
- package/dist/cjs/i18n/nb.js +40 -0
- package/dist/cjs/i18n/nl.js +40 -0
- package/dist/cjs/i18n/pl.js +40 -0
- package/dist/cjs/i18n/pt_BR.js +40 -0
- package/dist/cjs/i18n/ru.js +40 -0
- package/dist/cjs/i18n/sv.js +40 -0
- package/dist/cjs/i18n/th.js +40 -0
- package/dist/cjs/i18n/tr.js +40 -0
- package/dist/cjs/i18n/uk.js +40 -0
- package/dist/cjs/i18n/vi.js +40 -0
- package/dist/cjs/i18n/zh.js +40 -0
- package/dist/cjs/i18n/zh_TW.js +40 -0
- package/dist/es2019/i18n/cs.js +34 -0
- package/dist/es2019/i18n/da.js +34 -0
- package/dist/es2019/i18n/de.js +34 -0
- package/dist/es2019/i18n/en.js +38 -0
- package/dist/es2019/i18n/en_GB.js +38 -0
- package/dist/es2019/i18n/en_ZZ.js +38 -0
- package/dist/es2019/i18n/es.js +34 -0
- package/dist/es2019/i18n/fi.js +34 -0
- package/dist/es2019/i18n/fr.js +34 -0
- package/dist/es2019/i18n/hu.js +34 -0
- package/dist/es2019/i18n/it.js +34 -0
- package/dist/es2019/i18n/ja.js +34 -0
- package/dist/es2019/i18n/ko.js +34 -0
- package/dist/es2019/i18n/nb.js +34 -0
- package/dist/es2019/i18n/nl.js +34 -0
- package/dist/es2019/i18n/pl.js +34 -0
- package/dist/es2019/i18n/pt_BR.js +34 -0
- package/dist/es2019/i18n/ru.js +34 -0
- package/dist/es2019/i18n/sv.js +34 -0
- package/dist/es2019/i18n/th.js +34 -0
- package/dist/es2019/i18n/tr.js +34 -0
- package/dist/es2019/i18n/uk.js +34 -0
- package/dist/es2019/i18n/vi.js +34 -0
- package/dist/es2019/i18n/zh.js +34 -0
- package/dist/es2019/i18n/zh_TW.js +34 -0
- package/dist/esm/i18n/cs.js +34 -0
- package/dist/esm/i18n/da.js +34 -0
- package/dist/esm/i18n/de.js +34 -0
- package/dist/esm/i18n/en.js +38 -0
- package/dist/esm/i18n/en_GB.js +38 -0
- package/dist/esm/i18n/en_ZZ.js +38 -0
- package/dist/esm/i18n/es.js +34 -0
- package/dist/esm/i18n/fi.js +34 -0
- package/dist/esm/i18n/fr.js +34 -0
- package/dist/esm/i18n/hu.js +34 -0
- package/dist/esm/i18n/it.js +34 -0
- package/dist/esm/i18n/ja.js +34 -0
- package/dist/esm/i18n/ko.js +34 -0
- package/dist/esm/i18n/nb.js +34 -0
- package/dist/esm/i18n/nl.js +34 -0
- package/dist/esm/i18n/pl.js +34 -0
- package/dist/esm/i18n/pt_BR.js +34 -0
- package/dist/esm/i18n/ru.js +34 -0
- package/dist/esm/i18n/sv.js +34 -0
- package/dist/esm/i18n/th.js +34 -0
- package/dist/esm/i18n/tr.js +34 -0
- package/dist/esm/i18n/uk.js +34 -0
- package/dist/esm/i18n/vi.js +34 -0
- package/dist/esm/i18n/zh.js +34 -0
- package/dist/esm/i18n/zh_TW.js +34 -0
- package/dist/types/i18n/cs.d.ts +33 -0
- package/dist/types/i18n/da.d.ts +33 -0
- package/dist/types/i18n/de.d.ts +33 -0
- package/dist/types/i18n/en.d.ts +37 -0
- package/dist/types/i18n/en_GB.d.ts +37 -0
- package/dist/types/i18n/en_ZZ.d.ts +37 -0
- package/dist/types/i18n/es.d.ts +33 -0
- package/dist/types/i18n/fi.d.ts +33 -0
- package/dist/types/i18n/fr.d.ts +33 -0
- package/dist/types/i18n/hu.d.ts +33 -0
- package/dist/types/i18n/it.d.ts +33 -0
- package/dist/types/i18n/ja.d.ts +33 -0
- package/dist/types/i18n/ko.d.ts +33 -0
- package/dist/types/i18n/nb.d.ts +33 -0
- package/dist/types/i18n/nl.d.ts +33 -0
- package/dist/types/i18n/pl.d.ts +33 -0
- package/dist/types/i18n/pt_BR.d.ts +33 -0
- package/dist/types/i18n/ru.d.ts +33 -0
- package/dist/types/i18n/sv.d.ts +33 -0
- package/dist/types/i18n/th.d.ts +33 -0
- package/dist/types/i18n/tr.d.ts +33 -0
- package/dist/types/i18n/uk.d.ts +33 -0
- package/dist/types/i18n/vi.d.ts +33 -0
- package/dist/types/i18n/zh.d.ts +33 -0
- package/dist/types/i18n/zh_TW.d.ts +33 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +33 -0
- package/dist/types-ts4.5/i18n/da.d.ts +33 -0
- package/dist/types-ts4.5/i18n/de.d.ts +33 -0
- package/dist/types-ts4.5/i18n/en.d.ts +37 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +37 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +37 -0
- package/dist/types-ts4.5/i18n/es.d.ts +33 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +33 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +33 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +33 -0
- package/dist/types-ts4.5/i18n/it.d.ts +33 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +33 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +33 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +33 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +33 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +33 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +33 -0
- package/dist/types-ts4.5/i18n/th.d.ts +33 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +33 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +33 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +33 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +33 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +33 -0
- package/package.json +4 -4
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
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-label': string;
|
|
33
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
34
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
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-label': string;
|
|
33
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
34
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
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-label': string;
|
|
33
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
34
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|
|
@@ -0,0 +1,33 @@
|
|
|
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-profile-info.created-by': string;
|
|
9
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
10
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
11
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
12
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
13
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
14
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
15
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
20
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
21
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
22
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
23
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
24
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
25
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
26
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
27
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
29
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
30
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
31
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
32
|
+
};
|
|
33
|
+
export default _default;
|