@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +41 -0
  3. package/dist/cjs/i18n/da.js +41 -0
  4. package/dist/cjs/i18n/de.js +41 -0
  5. package/dist/cjs/i18n/en.js +41 -0
  6. package/dist/cjs/i18n/en_GB.js +41 -0
  7. package/dist/cjs/i18n/en_ZZ.js +41 -0
  8. package/dist/cjs/i18n/es.js +41 -0
  9. package/dist/cjs/i18n/fi.js +41 -0
  10. package/dist/cjs/i18n/fr.js +41 -0
  11. package/dist/cjs/i18n/hr.js +13 -0
  12. package/dist/cjs/i18n/hu.js +41 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +41 -0
  15. package/dist/cjs/i18n/ja.js +41 -0
  16. package/dist/cjs/i18n/ko.js +41 -0
  17. package/dist/cjs/i18n/nb.js +41 -0
  18. package/dist/cjs/i18n/nl.js +41 -0
  19. package/dist/cjs/i18n/pl.js +41 -0
  20. package/dist/cjs/i18n/pt_BR.js +41 -0
  21. package/dist/cjs/i18n/ru.js +41 -0
  22. package/dist/cjs/i18n/sl.js +13 -0
  23. package/dist/cjs/i18n/sr_RS.js +13 -0
  24. package/dist/cjs/i18n/sr_YR.js +13 -0
  25. package/dist/cjs/i18n/sv.js +41 -0
  26. package/dist/cjs/i18n/th.js +41 -0
  27. package/dist/cjs/i18n/tr.js +41 -0
  28. package/dist/cjs/i18n/uk.js +41 -0
  29. package/dist/cjs/i18n/vi.js +41 -0
  30. package/dist/cjs/i18n/zh.js +41 -0
  31. package/dist/cjs/i18n/zh_TW.js +41 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +38 -0
  34. package/dist/esm/i18n/cs.js +39 -0
  35. package/dist/esm/i18n/da.d.ts +38 -0
  36. package/dist/esm/i18n/da.js +39 -0
  37. package/dist/esm/i18n/de.d.ts +38 -0
  38. package/dist/esm/i18n/de.js +39 -0
  39. package/dist/esm/i18n/en.d.ts +38 -0
  40. package/dist/esm/i18n/en.js +39 -0
  41. package/dist/esm/i18n/en_GB.d.ts +38 -0
  42. package/dist/esm/i18n/en_GB.js +39 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +38 -0
  44. package/dist/esm/i18n/en_ZZ.js +39 -0
  45. package/dist/esm/i18n/es.d.ts +38 -0
  46. package/dist/esm/i18n/es.js +39 -0
  47. package/dist/esm/i18n/fi.d.ts +38 -0
  48. package/dist/esm/i18n/fi.js +39 -0
  49. package/dist/esm/i18n/fr.d.ts +38 -0
  50. package/dist/esm/i18n/fr.js +39 -0
  51. package/dist/esm/i18n/hr.d.ts +10 -0
  52. package/dist/esm/i18n/hr.js +11 -0
  53. package/dist/esm/i18n/hu.d.ts +38 -0
  54. package/dist/esm/i18n/hu.js +39 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +38 -0
  58. package/dist/esm/i18n/it.js +39 -0
  59. package/dist/esm/i18n/ja.d.ts +38 -0
  60. package/dist/esm/i18n/ja.js +39 -0
  61. package/dist/esm/i18n/ko.d.ts +38 -0
  62. package/dist/esm/i18n/ko.js +39 -0
  63. package/dist/esm/i18n/nb.d.ts +38 -0
  64. package/dist/esm/i18n/nb.js +39 -0
  65. package/dist/esm/i18n/nl.d.ts +38 -0
  66. package/dist/esm/i18n/nl.js +39 -0
  67. package/dist/esm/i18n/pl.d.ts +38 -0
  68. package/dist/esm/i18n/pl.js +39 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +38 -0
  70. package/dist/esm/i18n/pt_BR.js +39 -0
  71. package/dist/esm/i18n/ru.d.ts +38 -0
  72. package/dist/esm/i18n/ru.js +39 -0
  73. package/dist/esm/i18n/sl.d.ts +10 -0
  74. package/dist/esm/i18n/sl.js +11 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +10 -0
  76. package/dist/esm/i18n/sr_RS.js +11 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +10 -0
  78. package/dist/esm/i18n/sr_YR.js +11 -0
  79. package/dist/esm/i18n/sv.d.ts +38 -0
  80. package/dist/esm/i18n/sv.js +39 -0
  81. package/dist/esm/i18n/th.d.ts +38 -0
  82. package/dist/esm/i18n/th.js +39 -0
  83. package/dist/esm/i18n/tr.d.ts +38 -0
  84. package/dist/esm/i18n/tr.js +39 -0
  85. package/dist/esm/i18n/uk.d.ts +38 -0
  86. package/dist/esm/i18n/uk.js +39 -0
  87. package/dist/esm/i18n/vi.d.ts +38 -0
  88. package/dist/esm/i18n/vi.js +39 -0
  89. package/dist/esm/i18n/zh.d.ts +38 -0
  90. package/dist/esm/i18n/zh.js +39 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +38 -0
  92. package/dist/esm/i18n/zh_TW.js +39 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +38 -0
  96. package/dist/types/i18n/da.d.ts +38 -0
  97. package/dist/types/i18n/de.d.ts +38 -0
  98. package/dist/types/i18n/en.d.ts +38 -0
  99. package/dist/types/i18n/en_GB.d.ts +38 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +38 -0
  101. package/dist/types/i18n/es.d.ts +38 -0
  102. package/dist/types/i18n/fi.d.ts +38 -0
  103. package/dist/types/i18n/fr.d.ts +38 -0
  104. package/dist/types/i18n/hr.d.ts +10 -0
  105. package/dist/types/i18n/hu.d.ts +38 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +38 -0
  108. package/dist/types/i18n/ja.d.ts +38 -0
  109. package/dist/types/i18n/ko.d.ts +38 -0
  110. package/dist/types/i18n/nb.d.ts +38 -0
  111. package/dist/types/i18n/nl.d.ts +38 -0
  112. package/dist/types/i18n/pl.d.ts +38 -0
  113. package/dist/types/i18n/pt_BR.d.ts +38 -0
  114. package/dist/types/i18n/ru.d.ts +38 -0
  115. package/dist/types/i18n/sl.d.ts +10 -0
  116. package/dist/types/i18n/sr_RS.d.ts +10 -0
  117. package/dist/types/i18n/sr_YR.d.ts +10 -0
  118. package/dist/types/i18n/sv.d.ts +38 -0
  119. package/dist/types/i18n/th.d.ts +38 -0
  120. package/dist/types/i18n/tr.d.ts +38 -0
  121. package/dist/types/i18n/uk.d.ts +38 -0
  122. package/dist/types/i18n/vi.d.ts +38 -0
  123. package/dist/types/i18n/zh.d.ts +38 -0
  124. package/dist/types/i18n/zh_TW.d.ts +38 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +40 -0
  127. package/i18n/da.ts +40 -0
  128. package/i18n/de.ts +40 -0
  129. package/i18n/en.ts +39 -0
  130. package/i18n/en_GB.ts +39 -0
  131. package/i18n/en_ZZ.ts +40 -0
  132. package/i18n/es.ts +40 -0
  133. package/i18n/fi.ts +40 -0
  134. package/i18n/fr.ts +41 -0
  135. package/i18n/hr.ts +11 -0
  136. package/i18n/hu.ts +40 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +40 -0
  139. package/i18n/ja.ts +39 -0
  140. package/i18n/ko.ts +39 -0
  141. package/i18n/nb.ts +40 -0
  142. package/i18n/nl.ts +40 -0
  143. package/i18n/pl.ts +40 -0
  144. package/i18n/pt_BR.ts +40 -0
  145. package/i18n/ru.ts +40 -0
  146. package/i18n/sl.ts +11 -0
  147. package/i18n/sr_RS.ts +11 -0
  148. package/i18n/sr_YR.ts +11 -0
  149. package/i18n/sv.ts +40 -0
  150. package/i18n/th.ts +39 -0
  151. package/i18n/tr.ts +41 -0
  152. package/i18n/uk.ts +40 -0
  153. package/i18n/vi.ts +39 -0
  154. package/i18n/zh.ts +39 -0
  155. package/i18n/zh_TW.ts +39 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. package/tsconfig.json +25 -0
@@ -0,0 +1,39 @@
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-avatar-label': 'Avatar de agente',
11
+ 'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
12
+ 'ai-mate.agent-profile-info.creator': 'Autor',
13
+ 'ai-mate.agent-profile-info.deactivated': '(desactivado)',
14
+ 'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
15
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'El agente no se mostrará en los resultados de búsqueda',
16
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Se marcará al agente como favorito',
17
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuario} other {{starCount} usuarios}}',
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Háblame un poco de ti',
19
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': '¿Con qué me puedes ayudar?',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Resumir lo que estoy viendo',
21
+ 'ai-mate.chat-history.empty-state.suggestion1': '¿Alguno de mis tickets ha vencido?',
22
+ 'ai-mate.chat-history.empty-state.suggestion2': '¿En qué debo trabajar a continuación?',
23
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Escribir una actualización de mi semana',
24
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Buscar agentes',
25
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'No está en favoritos, haz clic para añadirlo',
26
+ 'rovo-chat.browse-agents.copy-agent-label': 'Copiar enlace al agente',
27
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Eliminar de tu lista de favoritos',
28
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Hablar con el agente',
29
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Copiar enlace',
30
+ 'rovo-chat.view-agent.delete-agent': 'Eliminar agente',
31
+ 'rovo-chat.view-agent.duplicate-agent': 'Duplicar agente',
32
+ 'rovo-chat.view-agent.edit-agent': 'Editar agente',
33
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
34
+ 'rovo-chat.view-agent.more-actions-for-label': 'Más acciones para {agentName}',
35
+ 'rovo-chat.view-agent.more-actions-label': 'Más acciones',
36
+ 'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
37
+ 'rovo-chat.view-agents.view-agent': 'Ver agente',
38
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo',
39
+ };
@@ -0,0 +1,38 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
9
+ 'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
11
+ 'ai-mate.agent-profile-info.deactivated': string;
12
+ 'ai-mate.agent-profile-info.hidden-icon': string;
13
+ 'ai-mate.agent-profile-info.hidden-tooltip': string;
14
+ 'ai-mate.agent-profile-info.star-agent-tooltip': string;
15
+ 'ai-mate.agent-profile-info.starred-count': string;
16
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': string;
17
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': string;
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': string;
19
+ 'ai-mate.chat-history.empty-state.suggestion1': string;
20
+ 'ai-mate.chat-history.empty-state.suggestion2': string;
21
+ 'ai-mate.chat-history.empty-state.suggestion3': string;
22
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
23
+ 'rovo-chat.browse-agents.click-to-favourite-label': string;
24
+ 'rovo-chat.browse-agents.copy-agent-label': string;
25
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
26
+ 'rovo-chat.view-agent.chat-to-agent-button': string;
27
+ 'rovo-chat.view-agent.copy-link-to-profile': string;
28
+ 'rovo-chat.view-agent.delete-agent': string;
29
+ 'rovo-chat.view-agent.duplicate-agent': string;
30
+ 'rovo-chat.view-agent.edit-agent': string;
31
+ 'rovo-chat.view-agent.link-copied-to-profile': string;
32
+ 'rovo-chat.view-agent.more-actions-for-label': string;
33
+ 'rovo-chat.view-agent.more-actions-label': string;
34
+ 'rovo-chat.view-agents.use-template-button': string;
35
+ 'rovo-chat.view-agents.view-agent': string;
36
+ 'rovo-chat.view-agents.view-agent-full-profile': string;
37
+ };
38
+ export default _default;
@@ -0,0 +1,39 @@
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-avatar-label': 'Asiakaspalvelijan profiilikuva',
11
+ 'ai-mate.agent-profile-info.created-by': 'Rovo-agentin tekijä: {creatorNameWithLink}',
12
+ 'ai-mate.agent-profile-info.creator': 'Tekijä',
13
+ 'ai-mate.agent-profile-info.deactivated': '(poistettu käytöstä)',
14
+ 'ai-mate.agent-profile-info.hidden-icon': 'Piilotettu',
15
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'Asiakaspalvelija ei näy hakutuloksissa',
16
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Merkitse asiakaspalvelija tärkeäksi',
17
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} käyttäjä} other {{starCount} käyttäjää}}',
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Kerro itsestäsi',
19
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miten voit auttaa minua?',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Tee yhteenveto siitä, mitä näen',
21
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Onko jokin tukipyynnöistäni myöhässä?',
22
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Mitä minun tulee työstää seuraavaksi?',
23
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Kirjoita päivitys viikostani',
24
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Selaa asiakaspalvelijoita',
25
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Ei suosikki, merkitse suosikiksi napsauttamalla',
26
+ 'rovo-chat.browse-agents.copy-agent-label': 'Kopioi asiakaspalvelijan linkki',
27
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Poista suosikeista',
28
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Keskustele asiakaspalvelijan kanssa',
29
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Kopioi linkki',
30
+ 'rovo-chat.view-agent.delete-agent': 'Poista asiakaspalvelija',
31
+ 'rovo-chat.view-agent.duplicate-agent': 'Kopioi asiakaspalvelija',
32
+ 'rovo-chat.view-agent.edit-agent': 'Muokkaa asiakaspalvelijaa',
33
+ 'rovo-chat.view-agent.link-copied-to-profile': 'Kopioitu URL-osoite',
34
+ 'rovo-chat.view-agent.more-actions-for-label': 'Lisää toimintoja asiakaspalvelijalle {agentName}',
35
+ 'rovo-chat.view-agent.more-actions-label': 'Lisää toimintoja',
36
+ 'rovo-chat.view-agents.use-template-button': 'Käytä sivupohjaa',
37
+ 'rovo-chat.view-agents.view-agent': 'Näytä asiakaspalvelija',
38
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Näytä koko profiili',
39
+ };
@@ -0,0 +1,38 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
9
+ 'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
11
+ 'ai-mate.agent-profile-info.deactivated': string;
12
+ 'ai-mate.agent-profile-info.hidden-icon': string;
13
+ 'ai-mate.agent-profile-info.hidden-tooltip': string;
14
+ 'ai-mate.agent-profile-info.star-agent-tooltip': string;
15
+ 'ai-mate.agent-profile-info.starred-count': string;
16
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': string;
17
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': string;
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': string;
19
+ 'ai-mate.chat-history.empty-state.suggestion1': string;
20
+ 'ai-mate.chat-history.empty-state.suggestion2': string;
21
+ 'ai-mate.chat-history.empty-state.suggestion3': string;
22
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
23
+ 'rovo-chat.browse-agents.click-to-favourite-label': string;
24
+ 'rovo-chat.browse-agents.copy-agent-label': string;
25
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
26
+ 'rovo-chat.view-agent.chat-to-agent-button': string;
27
+ 'rovo-chat.view-agent.copy-link-to-profile': string;
28
+ 'rovo-chat.view-agent.delete-agent': string;
29
+ 'rovo-chat.view-agent.duplicate-agent': string;
30
+ 'rovo-chat.view-agent.edit-agent': string;
31
+ 'rovo-chat.view-agent.link-copied-to-profile': string;
32
+ 'rovo-chat.view-agent.more-actions-for-label': string;
33
+ 'rovo-chat.view-agent.more-actions-label': string;
34
+ 'rovo-chat.view-agents.use-template-button': string;
35
+ 'rovo-chat.view-agents.view-agent': string;
36
+ 'rovo-chat.view-agents.view-agent-full-profile': string;
37
+ };
38
+ export default _default;
@@ -0,0 +1,39 @@
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-avatar-label': "Avatar de l'agent",
11
+ 'ai-mate.agent-profile-info.created-by': 'Agent Rovo par {creatorNameWithLink}',
12
+ 'ai-mate.agent-profile-info.creator': 'Créateur',
13
+ 'ai-mate.agent-profile-info.deactivated': '(désactivé)',
14
+ 'ai-mate.agent-profile-info.hidden-icon': 'Masqué',
15
+ 'ai-mate.agent-profile-info.hidden-tooltip': "L'agent n'apparaîtra pas dans les résultats de la recherche",
16
+ 'ai-mate.agent-profile-info.star-agent-tooltip': "Ajouter l'agent aux favoris",
17
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utilisateur} other {{starCount} utilisateurs}}',
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlez-moi de vous',
19
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': "Avec quoi pouvez-vous m'aider ?",
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Pouvez-vous résumer ce que je vois',
21
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Certains de mes tickets sont-ils en retard ?',
22
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Sur quoi devrais-je travailler ensuite ?',
23
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Rédiger une mise à jour sur ma semaine',
24
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Parcourir les agents',
25
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Pas dans les favoris, cliquez pour ajouter cet agent aux favoris',
26
+ 'rovo-chat.browse-agents.copy-agent-label': "Copier le lien vers l'agent",
27
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Supprimer des favoris',
28
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Discuter avec un agent',
29
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Copier le lien',
30
+ 'rovo-chat.view-agent.delete-agent': "Supprimer l'agent",
31
+ 'rovo-chat.view-agent.duplicate-agent': "Dupliquer l'agent",
32
+ 'rovo-chat.view-agent.edit-agent': "Modifier l'agent",
33
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL copiée',
34
+ 'rovo-chat.view-agent.more-actions-for-label': "Plus d'actions pour {agentName}",
35
+ 'rovo-chat.view-agent.more-actions-label': "Plus d'actions",
36
+ 'rovo-chat.view-agents.use-template-button': 'Utiliser le modèle',
37
+ 'rovo-chat.view-agents.view-agent': "Voir l'agent",
38
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Afficher le profil complet',
39
+ };
@@ -0,0 +1,10 @@
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
+ 'rovo-chat.view-agent.more-actions-for-label': string;
9
+ };
10
+ export default _default;
@@ -0,0 +1,11 @@
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
+ //Croatian (Croatia) [hr-HR]
9
+ export default {
10
+ 'rovo-chat.view-agent.more-actions-for-label': 'Još radnji za agenta {agentName}',
11
+ };
@@ -0,0 +1,38 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
9
+ 'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
11
+ 'ai-mate.agent-profile-info.deactivated': string;
12
+ 'ai-mate.agent-profile-info.hidden-icon': string;
13
+ 'ai-mate.agent-profile-info.hidden-tooltip': string;
14
+ 'ai-mate.agent-profile-info.star-agent-tooltip': string;
15
+ 'ai-mate.agent-profile-info.starred-count': string;
16
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': string;
17
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': string;
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': string;
19
+ 'ai-mate.chat-history.empty-state.suggestion1': string;
20
+ 'ai-mate.chat-history.empty-state.suggestion2': string;
21
+ 'ai-mate.chat-history.empty-state.suggestion3': string;
22
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
23
+ 'rovo-chat.browse-agents.click-to-favourite-label': string;
24
+ 'rovo-chat.browse-agents.copy-agent-label': string;
25
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
26
+ 'rovo-chat.view-agent.chat-to-agent-button': string;
27
+ 'rovo-chat.view-agent.copy-link-to-profile': string;
28
+ 'rovo-chat.view-agent.delete-agent': string;
29
+ 'rovo-chat.view-agent.duplicate-agent': string;
30
+ 'rovo-chat.view-agent.edit-agent': string;
31
+ 'rovo-chat.view-agent.link-copied-to-profile': string;
32
+ 'rovo-chat.view-agent.more-actions-for-label': string;
33
+ 'rovo-chat.view-agent.more-actions-label': string;
34
+ 'rovo-chat.view-agents.use-template-button': string;
35
+ 'rovo-chat.view-agents.view-agent': string;
36
+ 'rovo-chat.view-agents.view-agent-full-profile': string;
37
+ };
38
+ export default _default;
@@ -0,0 +1,39 @@
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-avatar-label': 'Ügynök profilképe',
11
+ 'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} Rovo-ügynöke',
12
+ 'ai-mate.agent-profile-info.creator': 'Létrehozó',
13
+ 'ai-mate.agent-profile-info.deactivated': '(inaktiválva)',
14
+ 'ai-mate.agent-profile-info.hidden-icon': 'Rejtett',
15
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'Az ügynök nem fog megjelenni a keresési találatokban',
16
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Ügynök csillagozása',
17
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} felhasználó} other {{starCount} felhasználó}}',
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Mondj néhány szót magadról',
19
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miben tudsz segíteni?',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Foglald össze, amit látok',
21
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Késedelmes valamelyik jegyem?',
22
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Min dolgozzak legközelebb?',
23
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Írj egy frissítést a hetemről',
24
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Ügynökök böngészése',
25
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Nem kedvenc, kattintással felveheted a kedvencek közé',
26
+ 'rovo-chat.browse-agents.copy-agent-label': 'Ügynökre mutató link másolása',
27
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Eltávolítás a kedvencekből',
28
+ 'rovo-chat.view-agent.chat-to-agent-button': 'Csevegés ügynökkel',
29
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Link másolása',
30
+ 'rovo-chat.view-agent.delete-agent': 'Ügynök törlése',
31
+ 'rovo-chat.view-agent.duplicate-agent': 'Ügynök duplikálása',
32
+ 'rovo-chat.view-agent.edit-agent': 'Ügynök szerkesztése',
33
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL másolva',
34
+ 'rovo-chat.view-agent.more-actions-for-label': 'További műveletek a következőhöz: {agentName}',
35
+ 'rovo-chat.view-agent.more-actions-label': 'További műveletek',
36
+ 'rovo-chat.view-agents.use-template-button': 'Sablon használata',
37
+ 'rovo-chat.view-agents.view-agent': 'Ügynök megtekintése',
38
+ 'rovo-chat.view-agents.view-agent-full-profile': 'A teljes profil megtekintése',
39
+ };
@@ -0,0 +1,29 @@
1
+ export * from './cs';
2
+ export * from './da';
3
+ export * from './de';
4
+ export * from './en';
5
+ export * from './en_GB';
6
+ export * from './en_ZZ';
7
+ export * from './es';
8
+ export * from './fi';
9
+ export * from './fr';
10
+ export * from './hr';
11
+ export * from './hu';
12
+ export * from './it';
13
+ export * from './ja';
14
+ export * from './ko';
15
+ export * from './nb';
16
+ export * from './nl';
17
+ export * from './pl';
18
+ export * from './pt_BR';
19
+ export * from './ru';
20
+ export * from './sl';
21
+ export * from './sr_RS';
22
+ export * from './sr_YR';
23
+ export * from './sv';
24
+ export * from './th';
25
+ export * from './tr';
26
+ export * from './uk';
27
+ export * from './vi';
28
+ export * from './zh';
29
+ export * from './zh_TW';
@@ -0,0 +1,30 @@
1
+ // Export all i18n modules
2
+ export * from './cs';
3
+ export * from './da';
4
+ export * from './de';
5
+ export * from './en';
6
+ export * from './en_GB';
7
+ export * from './en_ZZ';
8
+ export * from './es';
9
+ export * from './fi';
10
+ export * from './fr';
11
+ export * from './hr';
12
+ export * from './hu';
13
+ export * from './it';
14
+ export * from './ja';
15
+ export * from './ko';
16
+ export * from './nb';
17
+ export * from './nl';
18
+ export * from './pl';
19
+ export * from './pt_BR';
20
+ export * from './ru';
21
+ export * from './sl';
22
+ export * from './sr_RS';
23
+ export * from './sr_YR';
24
+ export * from './sv';
25
+ export * from './th';
26
+ export * from './tr';
27
+ export * from './uk';
28
+ export * from './vi';
29
+ export * from './zh';
30
+ export * from './zh_TW';
@@ -0,0 +1,38 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
9
+ 'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
11
+ 'ai-mate.agent-profile-info.deactivated': string;
12
+ 'ai-mate.agent-profile-info.hidden-icon': string;
13
+ 'ai-mate.agent-profile-info.hidden-tooltip': string;
14
+ 'ai-mate.agent-profile-info.star-agent-tooltip': string;
15
+ 'ai-mate.agent-profile-info.starred-count': string;
16
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': string;
17
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': string;
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': string;
19
+ 'ai-mate.chat-history.empty-state.suggestion1': string;
20
+ 'ai-mate.chat-history.empty-state.suggestion2': string;
21
+ 'ai-mate.chat-history.empty-state.suggestion3': string;
22
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
23
+ 'rovo-chat.browse-agents.click-to-favourite-label': string;
24
+ 'rovo-chat.browse-agents.copy-agent-label': string;
25
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
26
+ 'rovo-chat.view-agent.chat-to-agent-button': string;
27
+ 'rovo-chat.view-agent.copy-link-to-profile': string;
28
+ 'rovo-chat.view-agent.delete-agent': string;
29
+ 'rovo-chat.view-agent.duplicate-agent': string;
30
+ 'rovo-chat.view-agent.edit-agent': string;
31
+ 'rovo-chat.view-agent.link-copied-to-profile': string;
32
+ 'rovo-chat.view-agent.more-actions-for-label': string;
33
+ 'rovo-chat.view-agent.more-actions-label': string;
34
+ 'rovo-chat.view-agents.use-template-button': string;
35
+ 'rovo-chat.view-agents.view-agent': string;
36
+ 'rovo-chat.view-agents.view-agent-full-profile': string;
37
+ };
38
+ export default _default;
@@ -0,0 +1,39 @@
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-avatar-label': "Avatar dell'agente",
11
+ 'ai-mate.agent-profile-info.created-by': 'Agente Rovo di {creatorNameWithLink}',
12
+ 'ai-mate.agent-profile-info.creator': 'Autore',
13
+ 'ai-mate.agent-profile-info.deactivated': '(disattivato)',
14
+ 'ai-mate.agent-profile-info.hidden-icon': 'Nascosto',
15
+ 'ai-mate.agent-profile-info.hidden-tooltip': "L'agente non comparirà nei risultati di ricerca",
16
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'Segna agente come preferito',
17
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utente} other {{starCount} utenti}}',
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlami di te',
19
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'In cosa puoi aiutarmi?',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'Riassumi quello che sto guardando',
21
+ 'ai-mate.chat-history.empty-state.suggestion1': 'Ho dei ticket scaduti?',
22
+ 'ai-mate.chat-history.empty-state.suggestion2': 'Di cosa dovrei occuparmi dopo?',
23
+ 'ai-mate.chat-history.empty-state.suggestion3': 'Scrivi un aggiornamento sulla settimana',
24
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Sfoglia agenti',
25
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'Non è tra i preferiti: clicca per aggiungerlo',
26
+ 'rovo-chat.browse-agents.copy-agent-label': "Copia link all'agente",
27
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'Rimuovi dai preferiti',
28
+ 'rovo-chat.view-agent.chat-to-agent-button': "Chatta con l'agente",
29
+ 'rovo-chat.view-agent.copy-link-to-profile': 'Copia il link',
30
+ 'rovo-chat.view-agent.delete-agent': "Elimina l'agente",
31
+ 'rovo-chat.view-agent.duplicate-agent': "Duplica l'agente",
32
+ 'rovo-chat.view-agent.edit-agent': "Modifica l'agente",
33
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL copiato',
34
+ 'rovo-chat.view-agent.more-actions-for-label': 'Altre azioni per {agentName}',
35
+ 'rovo-chat.view-agent.more-actions-label': 'Altre azioni',
36
+ 'rovo-chat.view-agents.use-template-button': 'Usa modello',
37
+ 'rovo-chat.view-agents.view-agent': "Visualizza l'agente",
38
+ 'rovo-chat.view-agents.view-agent-full-profile': 'Visualizza il profilo completo',
39
+ };
@@ -0,0 +1,38 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
9
+ 'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
11
+ 'ai-mate.agent-profile-info.deactivated': string;
12
+ 'ai-mate.agent-profile-info.hidden-icon': string;
13
+ 'ai-mate.agent-profile-info.hidden-tooltip': string;
14
+ 'ai-mate.agent-profile-info.star-agent-tooltip': string;
15
+ 'ai-mate.agent-profile-info.starred-count': string;
16
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': string;
17
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': string;
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': string;
19
+ 'ai-mate.chat-history.empty-state.suggestion1': string;
20
+ 'ai-mate.chat-history.empty-state.suggestion2': string;
21
+ 'ai-mate.chat-history.empty-state.suggestion3': string;
22
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
23
+ 'rovo-chat.browse-agents.click-to-favourite-label': string;
24
+ 'rovo-chat.browse-agents.copy-agent-label': string;
25
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
26
+ 'rovo-chat.view-agent.chat-to-agent-button': string;
27
+ 'rovo-chat.view-agent.copy-link-to-profile': string;
28
+ 'rovo-chat.view-agent.delete-agent': string;
29
+ 'rovo-chat.view-agent.duplicate-agent': string;
30
+ 'rovo-chat.view-agent.edit-agent': string;
31
+ 'rovo-chat.view-agent.link-copied-to-profile': string;
32
+ 'rovo-chat.view-agent.more-actions-for-label': string;
33
+ 'rovo-chat.view-agent.more-actions-label': string;
34
+ 'rovo-chat.view-agents.use-template-button': string;
35
+ 'rovo-chat.view-agents.view-agent': string;
36
+ 'rovo-chat.view-agents.view-agent-full-profile': string;
37
+ };
38
+ export default _default;
@@ -0,0 +1,39 @@
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-avatar-label': 'エージェントのアバター',
11
+ 'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} さんによる Rovo エージェント',
12
+ 'ai-mate.agent-profile-info.creator': '作成者',
13
+ 'ai-mate.agent-profile-info.deactivated': '(非アクティブ)',
14
+ 'ai-mate.agent-profile-info.hidden-icon': '非表示',
15
+ 'ai-mate.agent-profile-info.hidden-tooltip': 'エージェントは検索結果に表示されません',
16
+ 'ai-mate.agent-profile-info.star-agent-tooltip': 'エージェントにスターを付ける',
17
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} 人のユーザー}}',
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': '自己紹介をお願いします',
19
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': 'どのようなことを助けてくれますか?',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': 'これを見ている私に要約してください',
21
+ 'ai-mate.chat-history.empty-state.suggestion1': '自分のチケットの中で期限切れになっているものはありますか?',
22
+ 'ai-mate.chat-history.empty-state.suggestion2': '次は何に取り組めばよいですか?',
23
+ 'ai-mate.chat-history.empty-state.suggestion3': '私の今週の作業のまとめを書いてください',
24
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': 'エージェントを参照する',
25
+ 'rovo-chat.browse-agents.click-to-favourite-label': 'お気に入りに追加されていません。クリックしてお気に入りに追加',
26
+ 'rovo-chat.browse-agents.copy-agent-label': 'エージェントへのリンクをコピー',
27
+ 'rovo-chat.browse-agents.remove-from-favourites-label': 'お気に入りから削除',
28
+ 'rovo-chat.view-agent.chat-to-agent-button': 'エージェントとチャット',
29
+ 'rovo-chat.view-agent.copy-link-to-profile': 'リンクをコピー',
30
+ 'rovo-chat.view-agent.delete-agent': 'エージェントを削除',
31
+ 'rovo-chat.view-agent.duplicate-agent': 'エージェントを複製',
32
+ 'rovo-chat.view-agent.edit-agent': 'エージェントを編集する',
33
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL をコピーしました',
34
+ 'rovo-chat.view-agent.more-actions-for-label': '{agentName} のその他のアクション',
35
+ 'rovo-chat.view-agent.more-actions-label': 'その他のアクション',
36
+ 'rovo-chat.view-agents.use-template-button': 'テンプレートを使用',
37
+ 'rovo-chat.view-agents.view-agent': 'エージェントを表示',
38
+ 'rovo-chat.view-agents.view-agent-full-profile': '完全なプロファイルを表示',
39
+ };
@@ -0,0 +1,38 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
9
+ 'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
11
+ 'ai-mate.agent-profile-info.deactivated': string;
12
+ 'ai-mate.agent-profile-info.hidden-icon': string;
13
+ 'ai-mate.agent-profile-info.hidden-tooltip': string;
14
+ 'ai-mate.agent-profile-info.star-agent-tooltip': string;
15
+ 'ai-mate.agent-profile-info.starred-count': string;
16
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': string;
17
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': string;
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': string;
19
+ 'ai-mate.chat-history.empty-state.suggestion1': string;
20
+ 'ai-mate.chat-history.empty-state.suggestion2': string;
21
+ 'ai-mate.chat-history.empty-state.suggestion3': string;
22
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
23
+ 'rovo-chat.browse-agents.click-to-favourite-label': string;
24
+ 'rovo-chat.browse-agents.copy-agent-label': string;
25
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
26
+ 'rovo-chat.view-agent.chat-to-agent-button': string;
27
+ 'rovo-chat.view-agent.copy-link-to-profile': string;
28
+ 'rovo-chat.view-agent.delete-agent': string;
29
+ 'rovo-chat.view-agent.duplicate-agent': string;
30
+ 'rovo-chat.view-agent.edit-agent': string;
31
+ 'rovo-chat.view-agent.link-copied-to-profile': string;
32
+ 'rovo-chat.view-agent.more-actions-for-label': string;
33
+ 'rovo-chat.view-agent.more-actions-label': string;
34
+ 'rovo-chat.view-agents.use-template-button': string;
35
+ 'rovo-chat.view-agents.view-agent': string;
36
+ 'rovo-chat.view-agents.view-agent-full-profile': string;
37
+ };
38
+ export default _default;
@@ -0,0 +1,39 @@
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-avatar-label': '에이전트 아바타',
11
+ 'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink}의 Rovo 에이전트',
12
+ 'ai-mate.agent-profile-info.creator': '작성자',
13
+ 'ai-mate.agent-profile-info.deactivated': '(비활성화됨)',
14
+ 'ai-mate.agent-profile-info.hidden-icon': '숨김',
15
+ 'ai-mate.agent-profile-info.hidden-tooltip': '에이전트는 검색 결과에 표시되지 않습니다',
16
+ 'ai-mate.agent-profile-info.star-agent-tooltip': '에이전트 별표 표시',
17
+ 'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount}명의 사용자}}',
18
+ 'ai-mate.chat-history.empty-state.agent-suggestion1': '자기 소개를 해주세요',
19
+ 'ai-mate.chat-history.empty-state.agent-suggestion2': '무엇을 도와 드릴까요?',
20
+ 'ai-mate.chat-history.empty-state.agent-suggestion3': '지금 보고 있는 것을 요약해 주세요',
21
+ 'ai-mate.chat-history.empty-state.suggestion1': '내 티켓 중에 기한이 초과된 것이 있습니까?',
22
+ 'ai-mate.chat-history.empty-state.suggestion2': '다음에는 어떤 작업을 해야 합니까?',
23
+ 'ai-mate.chat-history.empty-state.suggestion3': '한 주에 대한 업데이트를 작성하세요',
24
+ 'ai-mate.rovo-agent-components.browse-agents-pill.label': '에이전트 찾아보기',
25
+ 'rovo-chat.browse-agents.click-to-favourite-label': '즐겨찾기에 추가되지 않았습니다. 클릭하여 즐겨찾기에 추가하세요',
26
+ 'rovo-chat.browse-agents.copy-agent-label': '에이전트에 링크 복사',
27
+ 'rovo-chat.browse-agents.remove-from-favourites-label': '즐겨찾기에서 제거',
28
+ 'rovo-chat.view-agent.chat-to-agent-button': '에이전트와 채팅',
29
+ 'rovo-chat.view-agent.copy-link-to-profile': '링크 복사',
30
+ 'rovo-chat.view-agent.delete-agent': '에이전트 삭제',
31
+ 'rovo-chat.view-agent.duplicate-agent': '에이전트 복제',
32
+ 'rovo-chat.view-agent.edit-agent': '에이전트 편집',
33
+ 'rovo-chat.view-agent.link-copied-to-profile': 'URL 복사함',
34
+ 'rovo-chat.view-agent.more-actions-for-label': '{agentName}에 대한 더 많은 작업 보기',
35
+ 'rovo-chat.view-agent.more-actions-label': '추가 작업',
36
+ 'rovo-chat.view-agents.use-template-button': '템플릿 사용',
37
+ 'rovo-chat.view-agents.view-agent': '에이전트 보기',
38
+ 'rovo-chat.view-agents.view-agent-full-profile': '전체 프로필 보기',
39
+ };