@atlaskit/rovo-agent-components 2.2.0 → 2.2.1
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 +6 -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 +3 -3
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount} {starCount, plural, one {user} other {users}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarise what I'm looking at",
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favourited, click to favourite',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favourites',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
35
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
36
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
37
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} user} other {{starCount} users}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarize what I'm looking at",
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favourited, click to favourite',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favourites',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
35
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
36
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
37
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
38
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(desactivado)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'El agente no se mostrará en los resultados de búsqueda',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Se marcará al agente como favorito',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuario} other {{starCount} usuarios}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Háblame un poco de ti',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '¿Con qué me puedes ayudar?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Resumir lo que estoy viendo',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '¿Alguno de mis tickets ha vencido?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '¿En qué debo trabajar a continuación?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Escribir una actualización de mi semana',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Buscar agentes',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copiar enlace al agente',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Hablar con el agente',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copiar enlace',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Eliminar agente',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicar agente',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Editar agente',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Más acciones',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Ver agente',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agentin tekijä: {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(poistettu käytöstä)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Piilotettu',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Asiakaspalvelija ei näy hakutuloksissa',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Merkitse asiakaspalvelija tärkeäksi',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} käyttäjä} other {{starCount} käyttäjää}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Kerro itsestäsi',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miten voit auttaa minua?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Tee yhteenveto siitä, mitä näen',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Onko jokin tukipyynnöistäni myöhässä?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Mitä minun tulee työstää seuraavaksi?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Kirjoita päivitys viikostani',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Selaa asiakaspalvelijoita',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopioi asiakaspalvelijan linkki',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Keskustele asiakaspalvelijan kanssa',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopioi linkki',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Poista asiakaspalvelija',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Kopioi asiakaspalvelija',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Muokkaa asiakaspalvelijaa',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Kopioitu URL-osoite',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Lisää toimintoja',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Käytä sivupohjaa',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Näytä asiakaspalvelija',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Näytä koko profiili'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo par {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(désactivé)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Masqué',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "L'agent n'apparaîtra pas dans les résultats de la recherche",
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': "Ajouter l'agent aux favoris",
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utilisateur} other {{starCount} utilisateurs}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlez-moi de vous',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': "Avec quoi pouvez-vous m'aider ?",
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Pouvez-vous résumer ce que je vois',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Certains de mes tickets sont-ils en retard ?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Sur quoi devrais-je travailler ensuite ?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Rédiger une mise à jour sur ma semaine',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Parcourir les agents',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': "Copier le lien vers l'agent",
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Discuter avec un agent',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copier le lien',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': "Supprimer l'agent",
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': "Dupliquer l'agent",
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': "Modifier l'agent",
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiée',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': "Plus d'actions",
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Utiliser le modèle',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': "Voir l'agent",
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Afficher le profil complet'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} Rovo-ügynöke',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(inaktiválva)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Rejtett',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Az ügynök nem fog megjelenni a keresési találatokban',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Ügynök csillagozása',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} felhasználó} other {{starCount} felhasználó}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Mondj néhány szót magadról',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miben tudsz segíteni?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Foglald össze, amit látok',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Késedelmes valamelyik jegyem?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Min dolgozzak legközelebb?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Írj egy frissítést a hetemről',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Ügynökök böngészése',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Ügynökre mutató link másolása',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Csevegés ügynökkel',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link másolása',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Ügynök törlése',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Ügynök duplikálása',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Ügynök szerkesztése',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL másolva',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'További műveletek',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Sablon használata',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Ügynök megtekintése',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'A teljes profil megtekintése'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Italian (Italy)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo di {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(disattivato)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Nascosto',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "L'agente non comparirà nei risultati di ricerca",
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Segna agente come preferito',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utente} other {{starCount} utenti}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlami di te',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'In cosa puoi aiutarmi?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Riassumi quello che sto guardando',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Ho dei ticket scaduti?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Di cosa dovrei occuparmi dopo?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Scrivi un aggiornamento sulla settimana',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Sfoglia agenti',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': "Copia link all'agente",
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': "Chatta con l'agente",
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copia il link',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': "Elimina l'agente",
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': "Duplica l'agente",
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': "Modifica l'agente",
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiato',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Altre azioni',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Usa modello',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': "Visualizza l'agente",
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Visualizza il profilo completo'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Japanese
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} さんによる Rovo エージェント',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(非アクティブ)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': '非表示',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'エージェントは検索結果に表示されません',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'エージェントにスターを付ける',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} 人のユーザー}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '自己紹介をお願いします',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'どのようなことを助けてくれますか?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'これを見ている私に要約してください',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '自分のチケットの中で期限切れになっているものはありますか?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '次は何に取り組めばよいですか?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': '私の今週の作業のまとめを書いてください',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'エージェントを参照する',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'エージェントへのリンクをコピー',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'エージェントとチャット',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'リンクをコピー',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'エージェントを削除',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'エージェントを複製',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'エージェントを編集する',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL をコピーしました',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'その他のアクション',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'テンプレートを使用',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'エージェントを表示',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': '完全なプロファイルを表示'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Korean
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink}의 Rovo 에이전트',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(비활성화됨)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': '숨김',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': '에이전트는 검색 결과에 표시되지 않습니다',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': '에이전트 별표 표시',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount}명의 사용자}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '자기 소개를 해주세요',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '무엇을 도와 드릴까요?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': '지금 보고 있는 것을 요약해 주세요',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '내 티켓 중에 기한이 초과된 것이 있습니까?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '다음에는 어떤 작업을 해야 합니까?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': '한 주에 대한 업데이트를 작성하세요',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': '에이전트 찾아보기',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': '에이전트에 링크 복사',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': '에이전트와 채팅',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': '링크 복사',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': '에이전트 삭제',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': '에이전트 복제',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': '에이전트 편집',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL 복사함',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': '추가 작업',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': '템플릿 사용',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': '에이전트 보기',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': '전체 프로필 보기'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Norwegian (Bokmål)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agent av {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktivert)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Skjult',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten vises ikke i søkeresultatene',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Merk agent med stjerne',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} bruker} other {{starCount} brukere}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fortell meg om deg',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Hva kan du hjelpe meg med?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Oppsummer det jeg ser på',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Er noen av støtteforespørslene mine forsinket?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Hva bør jeg jobbe på nå?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en oppdatering om uken min',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Bla gjennom agenter',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopier koblingen til agenten',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat med agent',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopier kobling',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Slett agent',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Dupliser agent',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Rediger agent',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Kopierte nettadresse',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Flere handlinger',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Bruk mal',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Vis agent',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Vis hele profilen'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Dutch (Netherlands)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent van {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(gedeactiveerd)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Verborgen',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent wordt niet weergegeven in de zoekresultaten',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Agent een ster geven',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} gebruiker} other {{starCount} gebruikers}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Vertel eens iets over jezelf',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Waar kun je me mee helpen?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Vat samen waar ik naar kijk',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Heb ik achterstallige tickets?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Waar moet ik nu aan werken?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Schrijf een update over mijn week',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Agents zoeken',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Link naar agent kopiëren',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatten met een Agent',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link kopiëren',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Agent verwijderen',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Agent kopiëren',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Agent bewerken',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL is gekopieerd',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Meer acties',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Sjabloon gebruiken',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Agent bekijken',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Volledig profiel bekijken'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Polish (Poland)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo opracowany przez {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(dezaktywowano)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Ukryte',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent nie wyświetli się w wynikach wyszukiwania',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Oznacz agenta gwiazdką',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} użytkownik} few {{starCount} użytkowników} many {{starCount} użytkowników} other {{starCount} użytkownika}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Podaj informacje na swój temat',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'W czym możesz mi pomóc?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Podsumuj wyświetlaną treść',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Czy któreś z moich zgłoszeń jest zaległe?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Nad czym mam pracować w następnej kolejności?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Napisz komunikat dotyczący mojego tygodnia',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Przeglądaj agenty',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiuj łącze do agenta',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Czat z agentem',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiuj łącze',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Usuń agenta',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplikuj agenta',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Edytuj agenta',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Skopiowano adres URL',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Więcej czynności',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Użyj szablonu',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Wyświetl agenta',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Wyświetl pełny profil'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Portuguese (Brazil)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo por {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(desativado)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'O agente não vai aparecer nos resultados da pesquisa',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Marcar agente com estrela',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuário} other {{starCount} usuários}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fale um pouco sobre você',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Com o que você pode me ajudar?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Faça um resumo do que está sendo exibido',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Algum dos tickets está atrasado?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'No que devo trabalhar em seguida?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Escreva uma atualização sobre minha semana',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Pesquisar agentes',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copiar o link para o agente',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Bate-papo com agente',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copiar link',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Excluir agente',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicar agente',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Editar agente',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Mais ações',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Usar template',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Visualizar agente',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Russian
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Агент Rovo от автора {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(отключен)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Скрыто',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Агент не будет отображаться в результатах поиска',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Отметить агента',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} пользователь} few {{starCount} пользователя} many {{starCount} пользователей} other {{starCount} пользователя}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Расскажи о себе',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Чем ты можешь мне помочь?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Составь сводку того, что я просматриваю',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Есть ли у меня просроченные заявки?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Над чем мне работать дальше?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Напиши обновление о моей неделе',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Просмотреть агентов',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Копировать ссылку на агента',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Чат с агентом',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Копировать ссылку',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Удалить агента',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Дублировать агента',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Редактирование агента',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL-адрес скопирован',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Другие действия',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Использовать шаблон',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Просмотреть агента',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Просмотреть полный профиль'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Swedish
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agenten har skapats av {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(inaktiverad)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Dold',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten visas inte i sökresultaten',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Stjärnmärk agent',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} användare} other {{starCount} användare}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Berätta om dig själv',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Vad kan du hjälpa mig med?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Sammanfatta vad jag ser',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Är några av mina ärenden försenade?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Vad ska jag arbeta med nu?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en uppdatering om min vecka',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Bläddra bland agenter',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiera länk till agent',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatta med en agent',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiera länk',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Ta bort agent',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicera agent',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Redigera agent',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopierad',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Fler åtgärder',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Använd mall',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Visa agent',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Visa hela profilen'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Thai (Thailand)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo เอเจนท์โดย {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(ปิดใช้งานแล้ว)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'ซ่อนอยู่',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'พนักงานจะไม่แสดงในผลการค้นหา',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'ให้ดาวพนักงาน',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {ผู้ใช้ {starCount} ราย}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'เล่าให้ฉันฟังเกี่ยวกับตัวคุณ',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'คุณสามารถช่วยอะไรฉันได้บ้าง',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'สรุปสิ่งที่ฉันกำลังดูอยู่',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'มีคำสั่งของฉันที่เกินกำหนดเวลาหรือไม่',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'ฉันควรทำงานอะไรต่อไป',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'เขียนการอัปเดตเกี่ยวกับสัปดาห์ของฉัน',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'เรียกดูพนักงาน',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'คัดลอกลิงก์ไปยังพนักงาน',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'แชทกับพนักงาน',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'คัดลอกลิงก์',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'ลบพนักงาน',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'คัดลอกพนักงาน',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'แก้ไขพนักงาน',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'คัดลอก URL แล้ว',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'การดำเนินการเพิ่มเติม',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'ใช้แม่แบบ',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'ดูพนักงาน',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'ดูโปรไฟล์ฉบับเต็ม'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Turkish (Turkey)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} tarafından oluşturulan Rovo Aracısı',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(devre dışı bırakıldı)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Gizli',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Temsilci, arama sonuçlarında görünmez',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Temsilciyi favori olarak işaretler',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} kullanıcı} other {{starCount} kullanıcı}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Bana biraz kendinizden bahseder misiniz?',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Bana ne konuda yardımcı olabilirsiniz?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Gördüğüm içeriği özetler misiniz?',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Biletlerimden herhangi birinin süresi geçti mi?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Bundan sonra ne üzerinde çalışmalıyım?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Haftam hakkında bir güncelleme yaz',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Temsilcilere Göz Atın',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Bağlantıyı temsilciye kopyala',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Temsilci ile sohbet et',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Bağlantıyı kopyala',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Temsilciyi Sil',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Temsilciyi Yinele',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Temsilciyi Düzenle',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopyalandı',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Daha fazla işlem',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Şablonu kullan',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Temsilciyi Görüntüle',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Tam profili görüntüle'
|
|
34
|
+
};
|