@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +41 -0
- package/dist/cjs/i18n/da.js +41 -0
- package/dist/cjs/i18n/de.js +41 -0
- package/dist/cjs/i18n/en.js +41 -0
- package/dist/cjs/i18n/en_GB.js +41 -0
- package/dist/cjs/i18n/en_ZZ.js +41 -0
- package/dist/cjs/i18n/es.js +41 -0
- package/dist/cjs/i18n/fi.js +41 -0
- package/dist/cjs/i18n/fr.js +41 -0
- package/dist/cjs/i18n/hr.js +13 -0
- package/dist/cjs/i18n/hu.js +41 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +41 -0
- package/dist/cjs/i18n/ja.js +41 -0
- package/dist/cjs/i18n/ko.js +41 -0
- package/dist/cjs/i18n/nb.js +41 -0
- package/dist/cjs/i18n/nl.js +41 -0
- package/dist/cjs/i18n/pl.js +41 -0
- package/dist/cjs/i18n/pt_BR.js +41 -0
- package/dist/cjs/i18n/ru.js +41 -0
- package/dist/cjs/i18n/sl.js +13 -0
- package/dist/cjs/i18n/sr_RS.js +13 -0
- package/dist/cjs/i18n/sr_YR.js +13 -0
- package/dist/cjs/i18n/sv.js +41 -0
- package/dist/cjs/i18n/th.js +41 -0
- package/dist/cjs/i18n/tr.js +41 -0
- package/dist/cjs/i18n/uk.js +41 -0
- package/dist/cjs/i18n/vi.js +41 -0
- package/dist/cjs/i18n/zh.js +41 -0
- package/dist/cjs/i18n/zh_TW.js +41 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +38 -0
- package/dist/esm/i18n/cs.js +39 -0
- package/dist/esm/i18n/da.d.ts +38 -0
- package/dist/esm/i18n/da.js +39 -0
- package/dist/esm/i18n/de.d.ts +38 -0
- package/dist/esm/i18n/de.js +39 -0
- package/dist/esm/i18n/en.d.ts +38 -0
- package/dist/esm/i18n/en.js +39 -0
- package/dist/esm/i18n/en_GB.d.ts +38 -0
- package/dist/esm/i18n/en_GB.js +39 -0
- package/dist/esm/i18n/en_ZZ.d.ts +38 -0
- package/dist/esm/i18n/en_ZZ.js +39 -0
- package/dist/esm/i18n/es.d.ts +38 -0
- package/dist/esm/i18n/es.js +39 -0
- package/dist/esm/i18n/fi.d.ts +38 -0
- package/dist/esm/i18n/fi.js +39 -0
- package/dist/esm/i18n/fr.d.ts +38 -0
- package/dist/esm/i18n/fr.js +39 -0
- package/dist/esm/i18n/hr.d.ts +10 -0
- package/dist/esm/i18n/hr.js +11 -0
- package/dist/esm/i18n/hu.d.ts +38 -0
- package/dist/esm/i18n/hu.js +39 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +38 -0
- package/dist/esm/i18n/it.js +39 -0
- package/dist/esm/i18n/ja.d.ts +38 -0
- package/dist/esm/i18n/ja.js +39 -0
- package/dist/esm/i18n/ko.d.ts +38 -0
- package/dist/esm/i18n/ko.js +39 -0
- package/dist/esm/i18n/nb.d.ts +38 -0
- package/dist/esm/i18n/nb.js +39 -0
- package/dist/esm/i18n/nl.d.ts +38 -0
- package/dist/esm/i18n/nl.js +39 -0
- package/dist/esm/i18n/pl.d.ts +38 -0
- package/dist/esm/i18n/pl.js +39 -0
- package/dist/esm/i18n/pt_BR.d.ts +38 -0
- package/dist/esm/i18n/pt_BR.js +39 -0
- package/dist/esm/i18n/ru.d.ts +38 -0
- package/dist/esm/i18n/ru.js +39 -0
- package/dist/esm/i18n/sl.d.ts +10 -0
- package/dist/esm/i18n/sl.js +11 -0
- package/dist/esm/i18n/sr_RS.d.ts +10 -0
- package/dist/esm/i18n/sr_RS.js +11 -0
- package/dist/esm/i18n/sr_YR.d.ts +10 -0
- package/dist/esm/i18n/sr_YR.js +11 -0
- package/dist/esm/i18n/sv.d.ts +38 -0
- package/dist/esm/i18n/sv.js +39 -0
- package/dist/esm/i18n/th.d.ts +38 -0
- package/dist/esm/i18n/th.js +39 -0
- package/dist/esm/i18n/tr.d.ts +38 -0
- package/dist/esm/i18n/tr.js +39 -0
- package/dist/esm/i18n/uk.d.ts +38 -0
- package/dist/esm/i18n/uk.js +39 -0
- package/dist/esm/i18n/vi.d.ts +38 -0
- package/dist/esm/i18n/vi.js +39 -0
- package/dist/esm/i18n/zh.d.ts +38 -0
- package/dist/esm/i18n/zh.js +39 -0
- package/dist/esm/i18n/zh_TW.d.ts +38 -0
- package/dist/esm/i18n/zh_TW.js +39 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +38 -0
- package/dist/types/i18n/da.d.ts +38 -0
- package/dist/types/i18n/de.d.ts +38 -0
- package/dist/types/i18n/en.d.ts +38 -0
- package/dist/types/i18n/en_GB.d.ts +38 -0
- package/dist/types/i18n/en_ZZ.d.ts +38 -0
- package/dist/types/i18n/es.d.ts +38 -0
- package/dist/types/i18n/fi.d.ts +38 -0
- package/dist/types/i18n/fr.d.ts +38 -0
- package/dist/types/i18n/hr.d.ts +10 -0
- package/dist/types/i18n/hu.d.ts +38 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +38 -0
- package/dist/types/i18n/ja.d.ts +38 -0
- package/dist/types/i18n/ko.d.ts +38 -0
- package/dist/types/i18n/nb.d.ts +38 -0
- package/dist/types/i18n/nl.d.ts +38 -0
- package/dist/types/i18n/pl.d.ts +38 -0
- package/dist/types/i18n/pt_BR.d.ts +38 -0
- package/dist/types/i18n/ru.d.ts +38 -0
- package/dist/types/i18n/sl.d.ts +10 -0
- package/dist/types/i18n/sr_RS.d.ts +10 -0
- package/dist/types/i18n/sr_YR.d.ts +10 -0
- package/dist/types/i18n/sv.d.ts +38 -0
- package/dist/types/i18n/th.d.ts +38 -0
- package/dist/types/i18n/tr.d.ts +38 -0
- package/dist/types/i18n/uk.d.ts +38 -0
- package/dist/types/i18n/vi.d.ts +38 -0
- package/dist/types/i18n/zh.d.ts +38 -0
- package/dist/types/i18n/zh_TW.d.ts +38 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +40 -0
- package/i18n/da.ts +40 -0
- package/i18n/de.ts +40 -0
- package/i18n/en.ts +39 -0
- package/i18n/en_GB.ts +39 -0
- package/i18n/en_ZZ.ts +40 -0
- package/i18n/es.ts +40 -0
- package/i18n/fi.ts +40 -0
- package/i18n/fr.ts +41 -0
- package/i18n/hr.ts +11 -0
- package/i18n/hu.ts +40 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +40 -0
- package/i18n/ja.ts +39 -0
- package/i18n/ko.ts +39 -0
- package/i18n/nb.ts +40 -0
- package/i18n/nl.ts +40 -0
- package/i18n/pl.ts +40 -0
- package/i18n/pt_BR.ts +40 -0
- package/i18n/ru.ts +40 -0
- package/i18n/sl.ts +11 -0
- package/i18n/sr_RS.ts +11 -0
- package/i18n/sr_YR.ts +11 -0
- package/i18n/sv.ts +40 -0
- package/i18n/th.ts +39 -0
- package/i18n/tr.ts +41 -0
- package/i18n/uk.ts +40 -0
- package/i18n/vi.ts +39 -0
- package/i18n/zh.ts +39 -0
- package/i18n/zh_TW.ts +39 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'ai-mate.agent-avatar-label': string;
|
|
9
|
+
'ai-mate.agent-profile-info.created-by': string;
|
|
10
|
+
'ai-mate.agent-profile-info.creator': string;
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': string;
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': string;
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': string;
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': string;
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': string;
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': string;
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': string;
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': string;
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': string;
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': string;
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': string;
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
|
|
23
|
+
'rovo-chat.browse-agents.click-to-favourite-label': string;
|
|
24
|
+
'rovo-chat.browse-agents.copy-agent-label': string;
|
|
25
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': string;
|
|
26
|
+
'rovo-chat.view-agent.chat-to-agent-button': string;
|
|
27
|
+
'rovo-chat.view-agent.copy-link-to-profile': string;
|
|
28
|
+
'rovo-chat.view-agent.delete-agent': string;
|
|
29
|
+
'rovo-chat.view-agent.duplicate-agent': string;
|
|
30
|
+
'rovo-chat.view-agent.edit-agent': string;
|
|
31
|
+
'rovo-chat.view-agent.link-copied-to-profile': string;
|
|
32
|
+
'rovo-chat.view-agent.more-actions-for-label': string;
|
|
33
|
+
'rovo-chat.view-agent.more-actions-label': string;
|
|
34
|
+
'rovo-chat.view-agents.use-template-button': string;
|
|
35
|
+
'rovo-chat.view-agents.view-agent': string;
|
|
36
|
+
'rovo-chat.view-agents.view-agent-full-profile': string;
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,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
|
+
//Norwegian (Bokmål)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Agentavatar',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agent av {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Forfatter',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktivert)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Skjult',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten vises ikke i søkeresultatene',
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Merk agent med stjerne',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} bruker} other {{starCount} brukere}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fortell meg om deg',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Hva kan du hjelpe meg med?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Oppsummer det jeg ser på',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Er noen av støtteforespørslene mine forsinket?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Hva bør jeg jobbe på nå?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en oppdatering om uken min',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Bla gjennom agenter',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Ikke merket som favoritt, klikk for å merke som favoritt',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopier koblingen til agenten',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Fjern fra favoritter',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat med agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopier kobling',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Slett agent',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Dupliser agent',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Rediger agent',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Kopierte nettadresse',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Flere handlinger for {agentName}',
|
|
35
|
+
'rovo-chat.view-agent.more-actions-label': 'Flere handlinger',
|
|
36
|
+
'rovo-chat.view-agents.use-template-button': 'Bruk mal',
|
|
37
|
+
'rovo-chat.view-agents.view-agent': 'Vis agent',
|
|
38
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Vis hele profilen',
|
|
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
|
+
//Dutch (Netherlands)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Avatar van agent',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent van {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Auteur',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(gedeactiveerd)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Verborgen',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent wordt niet weergegeven in de zoekresultaten',
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Agent een ster geven',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} gebruiker} other {{starCount} gebruikers}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Vertel eens iets over jezelf',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Waar kun je me mee helpen?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Vat samen waar ik naar kijk',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Heb ik achterstallige tickets?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Waar moet ik nu aan werken?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Schrijf een update over mijn week',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Agents zoeken',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Nog geen favoriet, klik om toe te voegen aan favorieten',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Link naar agent kopiëren',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Verwijderen uit favorieten',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatten met een Agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link kopiëren',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Agent verwijderen',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Agent kopiëren',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Agent bewerken',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL is gekopieerd',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Meer acties voor {agentName}',
|
|
35
|
+
'rovo-chat.view-agent.more-actions-label': 'Meer acties',
|
|
36
|
+
'rovo-chat.view-agents.use-template-button': 'Sjabloon gebruiken',
|
|
37
|
+
'rovo-chat.view-agents.view-agent': 'Agent bekijken',
|
|
38
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Volledig profiel bekijken',
|
|
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
|
+
//Polish (Poland)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Awatar agenta',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo opracowany przez {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Autor',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(dezaktywowano)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Ukryte',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent nie wyświetli się w wynikach wyszukiwania',
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Oznacz agenta gwiazdką',
|
|
17
|
+
'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}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Podaj informacje na swój temat',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'W czym możesz mi pomóc?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Podsumuj wyświetlaną treść',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Czy któreś z moich zgłoszeń jest zaległe?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Nad czym mam pracować w następnej kolejności?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Napisz komunikat dotyczący mojego tygodnia',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Przeglądaj agenty',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Niedodany do ulubionych, kliknij, aby dodać',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiuj łącze do agenta',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Usuń z ulubionych',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Czat z agentem',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiuj łącze',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Usuń agenta',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplikuj agenta',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Edytuj agenta',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Skopiowano adres URL',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Więcej czynności dla {agentName}',
|
|
35
|
+
'rovo-chat.view-agent.more-actions-label': 'Więcej czynności',
|
|
36
|
+
'rovo-chat.view-agents.use-template-button': 'Użyj szablonu',
|
|
37
|
+
'rovo-chat.view-agents.view-agent': 'Wyświetl agenta',
|
|
38
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Wyświetl pełny profil',
|
|
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
|
+
//Portuguese (Brazil)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Avatar do agente',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo por {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Criador',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(desativado)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'O agente não vai aparecer nos resultados da pesquisa',
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Marcar agente com estrela',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuário} other {{starCount} usuários}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fale um pouco sobre você',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Com o que você pode me ajudar?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Faça um resumo do que está sendo exibido',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Algum dos tickets está atrasado?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'No que devo trabalhar em seguida?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Escreva uma atualização sobre minha semana',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Pesquisar agentes',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Não adicionado aos favoritos. Clique para adicionar',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copiar o link para o agente',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remover dos favoritos',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Bate-papo com agente',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copiar link',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Excluir 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': 'Mais ações para {agentName}',
|
|
35
|
+
'rovo-chat.view-agent.more-actions-label': 'Mais ações',
|
|
36
|
+
'rovo-chat.view-agents.use-template-button': 'Usar template',
|
|
37
|
+
'rovo-chat.view-agents.view-agent': 'Visualizar 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
|
+
//Russian
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Аватар агента',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Агент Rovo от автора {creatorNameWithLink}',
|
|
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, one {{starCount} пользователь} few {{starCount} пользователя} many {{starCount} пользователей} 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,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
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
9
|
+
export default {
|
|
10
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Več dejanj za {agentName}',
|
|
11
|
+
};
|
|
@@ -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
|
+
//Serbian (Serbia) [sr-RS]
|
|
9
|
+
export default {
|
|
10
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Više radnji za {agentName}',
|
|
11
|
+
};
|
|
@@ -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
|
+
//Serbian (Cyrillic) [sr-YR]
|
|
9
|
+
export default {
|
|
10
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Више радњи за {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
|
+
//Swedish
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Agent-avatar',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agenten har skapats av {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Skapades av',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(inaktiverad)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Dold',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten visas inte i sökresultaten',
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Stjärnmärk agent',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} användare} other {{starCount} användare}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Berätta om dig själv',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Vad kan du hjälpa mig med?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Sammanfatta vad jag ser',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Är några av mina ärenden försenade?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Vad ska jag arbeta med nu?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en uppdatering om min vecka',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Bläddra bland agenter',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Inte favorit, klicka för att göra till favorit',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiera länk till agent',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Ta bort från favoriter',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatta med en agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiera länk',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Ta bort agent',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicera agent',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Redigera agent',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopierad',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-for-label': 'Fler åtgärder för {agentName}',
|
|
35
|
+
'rovo-chat.view-agent.more-actions-label': 'Fler åtgärder',
|
|
36
|
+
'rovo-chat.view-agents.use-template-button': 'Använd mall',
|
|
37
|
+
'rovo-chat.view-agents.view-agent': 'Visa agent',
|
|
38
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Visa hela profilen',
|
|
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
|
+
//Thai (Thailand)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'รูปแทนตัวพนักงาน',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo เอเจนท์โดย {creatorNameWithLink}',
|
|
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
|
+
};
|