@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components 2.12.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/i18n/es.js +4 -0
- package/dist/cjs/i18n/sl.js +4 -0
- package/dist/esm/i18n/de.d.ts +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/en.d.ts +4 -0
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.d.ts +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.d.ts +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/i18n/es.d.ts +4 -0
- package/dist/esm/i18n/es.js +4 -0
- package/dist/esm/i18n/sl.d.ts +4 -0
- package/dist/esm/i18n/sl.js +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/en.d.ts +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- package/dist/types/i18n/es.d.ts +4 -0
- package/dist/types/i18n/sl.d.ts +4 -0
- package/i18n/de.ts +4 -0
- package/i18n/en.ts +4 -0
- package/i18n/en_GB.ts +4 -0
- package/i18n/en_ZZ.ts +5 -0
- package/i18n/es.ts +4 -0
- package/i18n/sl.ts +4 -0
- package/package.json +1 -1
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
*/
|
|
10
10
|
//German (Germany)
|
|
11
11
|
exports.default = {
|
|
12
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verifiziert',
|
|
13
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Dieser Agent wurde von Ihrer Organisation verifiziert.',
|
|
12
14
|
'ai-mate.agent-avatar-label': 'Profilbild des Agenten',
|
|
13
15
|
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent von {creatorNameWithLink}',
|
|
14
16
|
'ai-mate.agent-profile-info.creator': 'Ersteller',
|
|
@@ -35,7 +37,9 @@ exports.default = {
|
|
|
35
37
|
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopiert',
|
|
36
38
|
'rovo-chat.view-agent.more-actions-for-label': 'Weitere Aktionen für {agentName}',
|
|
37
39
|
'rovo-chat.view-agent.more-actions-label': 'Weitere Aktionen',
|
|
40
|
+
'rovo-chat.view-agents.unverify-agent': 'Verifizierung des Agenten aufheben',
|
|
38
41
|
'rovo-chat.view-agents.use-template-button': 'Vorlage verwenden',
|
|
42
|
+
'rovo-chat.view-agents.verify-agent': 'Agenten verifizieren',
|
|
39
43
|
'rovo-chat.view-agents.view-agent': 'Agent anzeigen',
|
|
40
44
|
'rovo-chat.view-agents.view-agent-full-profile': 'Vollständiges Profil anzeigen',
|
|
41
45
|
};
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
*/
|
|
10
10
|
//
|
|
11
11
|
exports.default = {
|
|
12
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
13
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organization.',
|
|
12
14
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
13
15
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
14
16
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -35,7 +37,9 @@ exports.default = {
|
|
|
35
37
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
36
38
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
37
39
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
40
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
38
41
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
42
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
39
43
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
40
44
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
41
45
|
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
*/
|
|
10
10
|
//English (United Kingdom)
|
|
11
11
|
exports.default = {
|
|
12
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
13
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organisation.',
|
|
12
14
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
13
15
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
14
16
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -35,7 +37,9 @@ exports.default = {
|
|
|
35
37
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
36
38
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
37
39
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
40
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
38
41
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
42
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
39
43
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
40
44
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
41
45
|
};
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
*/
|
|
10
10
|
//
|
|
11
11
|
exports.default = {
|
|
12
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
13
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organization.',
|
|
12
14
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
13
15
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
14
16
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -35,7 +37,9 @@ exports.default = {
|
|
|
35
37
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
36
38
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
37
39
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
40
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
38
41
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
42
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
39
43
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
40
44
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
41
45
|
};
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
*/
|
|
10
10
|
//Spanish (International)
|
|
11
11
|
exports.default = {
|
|
12
|
+
'agent-studio-ui-components.agent-verified.label': 'Agente verificado',
|
|
13
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Tu organización ha verificado este agente.',
|
|
12
14
|
'ai-mate.agent-avatar-label': 'Avatar de agente',
|
|
13
15
|
'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
|
|
14
16
|
'ai-mate.agent-profile-info.creator': 'Autor',
|
|
@@ -35,7 +37,9 @@ exports.default = {
|
|
|
35
37
|
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
|
|
36
38
|
'rovo-chat.view-agent.more-actions-for-label': 'Más acciones para {agentName}',
|
|
37
39
|
'rovo-chat.view-agent.more-actions-label': 'Más acciones',
|
|
40
|
+
'rovo-chat.view-agents.unverify-agent': 'Cancelar verificación del agente',
|
|
38
41
|
'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
|
|
42
|
+
'rovo-chat.view-agents.verify-agent': 'Verificar agente',
|
|
39
43
|
'rovo-chat.view-agents.view-agent': 'Ver agente',
|
|
40
44
|
'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo',
|
|
41
45
|
};
|
package/dist/cjs/i18n/sl.js
CHANGED
|
@@ -9,5 +9,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
*/
|
|
10
10
|
//Slovenian (Slovenia) [sl-SI]
|
|
11
11
|
exports.default = {
|
|
12
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent je preverjen',
|
|
13
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Tega agenta je preverila vaša organizacija.',
|
|
12
14
|
'rovo-chat.view-agent.more-actions-for-label': 'Več dejanj za {agentName}',
|
|
15
|
+
'rovo-chat.view-agents.unverify-agent': 'Prekliči preverjanje agenta',
|
|
16
|
+
'rovo-chat.view-agents.verify-agent': 'Preveri agenta',
|
|
13
17
|
};
|
package/dist/esm/i18n/de.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verifiziert',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Dieser Agent wurde von Ihrer Organisation verifiziert.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Profilbild des Agenten',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent von {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Ersteller',
|
|
@@ -33,7 +35,9 @@ export default {
|
|
|
33
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopiert',
|
|
34
36
|
'rovo-chat.view-agent.more-actions-for-label': 'Weitere Aktionen für {agentName}',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-label': 'Weitere Aktionen',
|
|
38
|
+
'rovo-chat.view-agents.unverify-agent': 'Verifizierung des Agenten aufheben',
|
|
36
39
|
'rovo-chat.view-agents.use-template-button': 'Vorlage verwenden',
|
|
40
|
+
'rovo-chat.view-agents.verify-agent': 'Agenten verifizieren',
|
|
37
41
|
'rovo-chat.view-agents.view-agent': 'Agent anzeigen',
|
|
38
42
|
'rovo-chat.view-agents.view-agent-full-profile': 'Vollständiges Profil anzeigen',
|
|
39
43
|
};
|
package/dist/esm/i18n/en.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organization.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -33,7 +35,9 @@ export default {
|
|
|
33
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
36
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
38
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
36
39
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
40
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
37
41
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
38
42
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
39
43
|
};
|
package/dist/esm/i18n/en_GB.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organisation.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -33,7 +35,9 @@ export default {
|
|
|
33
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
36
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
38
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
36
39
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
40
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
37
41
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
38
42
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
39
43
|
};
|
package/dist/esm/i18n/en_ZZ.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organization.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -33,7 +35,9 @@ export default {
|
|
|
33
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
36
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
38
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
36
39
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
40
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
37
41
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
38
42
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
39
43
|
};
|
package/dist/esm/i18n/es.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agente verificado',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Tu organización ha verificado este agente.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Avatar de agente',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Autor',
|
|
@@ -33,7 +35,9 @@ export default {
|
|
|
33
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
|
|
34
36
|
'rovo-chat.view-agent.more-actions-for-label': 'Más acciones para {agentName}',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-label': 'Más acciones',
|
|
38
|
+
'rovo-chat.view-agents.unverify-agent': 'Cancelar verificación del agente',
|
|
36
39
|
'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
|
|
40
|
+
'rovo-chat.view-agents.verify-agent': 'Verificar agente',
|
|
37
41
|
'rovo-chat.view-agents.view-agent': 'Ver agente',
|
|
38
42
|
'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo',
|
|
39
43
|
};
|
package/dist/esm/i18n/sl.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
11
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
12
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
9
13
|
};
|
|
10
14
|
export default _default;
|
package/dist/esm/i18n/sl.js
CHANGED
|
@@ -7,5 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Slovenian (Slovenia) [sl-SI]
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent je preverjen',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Tega agenta je preverila vaša organizacija.',
|
|
10
12
|
'rovo-chat.view-agent.more-actions-for-label': 'Več dejanj za {agentName}',
|
|
13
|
+
'rovo-chat.view-agents.unverify-agent': 'Prekliči preverjanje agenta',
|
|
14
|
+
'rovo-chat.view-agents.verify-agent': 'Preveri agenta',
|
|
11
15
|
};
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'ai-mate.agent-avatar-label': string;
|
|
9
11
|
'ai-mate.agent-profile-info.created-by': string;
|
|
10
12
|
'ai-mate.agent-profile-info.creator': string;
|
|
@@ -31,7 +33,9 @@ declare const _default: {
|
|
|
31
33
|
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
34
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
35
|
'rovo-chat.view-agent.more-actions-label': string;
|
|
36
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
34
37
|
'rovo-chat.view-agents.use-template-button': string;
|
|
38
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
35
39
|
'rovo-chat.view-agents.view-agent': string;
|
|
36
40
|
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
41
|
};
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
+
'agent-studio-ui-components.agent-verified.label': string;
|
|
9
|
+
'agent-studio-ui-components.agent-verified.tooltip': string;
|
|
8
10
|
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
11
|
+
'rovo-chat.view-agents.unverify-agent': string;
|
|
12
|
+
'rovo-chat.view-agents.verify-agent': string;
|
|
9
13
|
};
|
|
10
14
|
export default _default;
|
package/i18n/de.ts
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verifiziert',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Dieser Agent wurde von Ihrer Organisation verifiziert.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Profilbild des Agenten',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent von {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Ersteller',
|
|
@@ -34,7 +36,9 @@ export default {
|
|
|
34
36
|
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopiert',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-for-label': 'Weitere Aktionen für {agentName}',
|
|
36
38
|
'rovo-chat.view-agent.more-actions-label': 'Weitere Aktionen',
|
|
39
|
+
'rovo-chat.view-agents.unverify-agent': 'Verifizierung des Agenten aufheben',
|
|
37
40
|
'rovo-chat.view-agents.use-template-button': 'Vorlage verwenden',
|
|
41
|
+
'rovo-chat.view-agents.verify-agent': 'Agenten verifizieren',
|
|
38
42
|
'rovo-chat.view-agents.view-agent': 'Agent anzeigen',
|
|
39
43
|
'rovo-chat.view-agents.view-agent-full-profile': 'Vollständiges Profil anzeigen',
|
|
40
44
|
};
|
package/i18n/en.ts
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organization.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -33,7 +35,9 @@ export default {
|
|
|
33
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
36
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
38
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
36
39
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
40
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
37
41
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
38
42
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
39
43
|
};
|
package/i18n/en_GB.ts
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'This agent has been verified by your organisation.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -33,7 +35,9 @@ export default {
|
|
|
33
35
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
36
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
38
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
36
39
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
40
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
37
41
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
38
42
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
39
43
|
};
|
package/i18n/en_ZZ.ts
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent verified',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip':
|
|
12
|
+
'This agent has been verified by your organization.',
|
|
10
13
|
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
14
|
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
15
|
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
@@ -34,7 +37,9 @@ export default {
|
|
|
34
37
|
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
35
38
|
'rovo-chat.view-agent.more-actions-for-label': 'More actions for {agentName}',
|
|
36
39
|
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
40
|
+
'rovo-chat.view-agents.unverify-agent': 'Unverify agent',
|
|
37
41
|
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
42
|
+
'rovo-chat.view-agents.verify-agent': 'Verify agent',
|
|
38
43
|
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
39
44
|
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile',
|
|
40
45
|
};
|
package/i18n/es.ts
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agente verificado',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Tu organización ha verificado este agente.',
|
|
10
12
|
'ai-mate.agent-avatar-label': 'Avatar de agente',
|
|
11
13
|
'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
|
|
12
14
|
'ai-mate.agent-profile-info.creator': 'Autor',
|
|
@@ -34,7 +36,9 @@ export default {
|
|
|
34
36
|
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
|
|
35
37
|
'rovo-chat.view-agent.more-actions-for-label': 'Más acciones para {agentName}',
|
|
36
38
|
'rovo-chat.view-agent.more-actions-label': 'Más acciones',
|
|
39
|
+
'rovo-chat.view-agents.unverify-agent': 'Cancelar verificación del agente',
|
|
37
40
|
'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
|
|
41
|
+
'rovo-chat.view-agents.verify-agent': 'Verificar agente',
|
|
38
42
|
'rovo-chat.view-agents.view-agent': 'Ver agente',
|
|
39
43
|
'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo',
|
|
40
44
|
};
|
package/i18n/sl.ts
CHANGED
|
@@ -7,5 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Slovenian (Slovenia) [sl-SI]
|
|
9
9
|
export default {
|
|
10
|
+
'agent-studio-ui-components.agent-verified.label': 'Agent je preverjen',
|
|
11
|
+
'agent-studio-ui-components.agent-verified.tooltip': 'Tega agenta je preverila vaša organizacija.',
|
|
10
12
|
'rovo-chat.view-agent.more-actions-for-label': 'Več dejanj za {agentName}',
|
|
13
|
+
'rovo-chat.view-agents.unverify-agent': 'Prekliči preverjanje agenta',
|
|
14
|
+
'rovo-chat.view-agents.verify-agent': 'Preveri agenta',
|
|
11
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-ai-mate-rovo-agent-components published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|