@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
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Czech
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo od {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktivováno)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Skryté',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent se nezobrazí ve výsledcích vyhledávání.',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Přidat agenta do oblíbených',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {1 uživatel} few {{starCount} uživatelé} many {{starCount} uživatele} other {{starCount} uživatelů}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Povězte mi o sobě',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'S čím mi můžete pomoci?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Shrnout, na co se dívám',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Jsou některé z mých ticketů po termínu?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Na čem mám pracovat dále?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Napsat aktualizaci o mém týdnu',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Procházet agenty',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopírovat odkaz na agenta',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatovat s agentem',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopírovat odkaz',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Odstranit agenta',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplikovat agenta',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Upravit agenta',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Zkopírovaná adresa URL',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Další akce',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Použít šablonu',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Zobrazit agenta',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Zobrazit úplný profil'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Danish (Denmark)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-medarbejder af {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktiveret)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Skjult',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten vises ikke i søgeresultaterne',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Stjernemarkér agent',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} bruger} other {{starCount} brugere}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fortæl mig lidt om dig selv',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Hvad kan du hjælpe mig med?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Sammenfat, hvad jeg ser på',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Er nogen af mine supportanmodninger overskredet?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Hvad skal jeg arbejde på som det næste?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en opdatering om min uge',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Gennemse agenter',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiér link til agent',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat med agent',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiér link',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Slet agent',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Kopiér agent',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Rediger agent',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL blev kopieret',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Flere handlinger',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Anvend skabelon',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Vis agent',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Vis hele profilen'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//German (Germany)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent von {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktiviert)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Ausgeblendet',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent wird nicht in den Suchergebnissen angezeigt',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Agent mit Stern markieren',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} Benutzer} other {{starCount} Benutzer}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Erzählen Sie mir etwas über sich.',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Wobei können Sie mir helfen?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Fassen Sie zusammen, was ich mir gerade ansehe.',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Habe ich überfällige Tickets?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Woran soll ich als Nächstes arbeiten?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Schreibe ein Update über meine Woche',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Agenten durchsuchen',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Link in Agent kopieren',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Mit Agent chatten',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link kopieren',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Agent löschen',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Agent duplizieren',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Agent bearbeiten',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopiert',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Weitere Aktionen',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Vorlage verwenden',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Agent anzeigen',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Vollständiges Profil anzeigen'
|
|
40
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
17
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
18
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
19
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
20
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
21
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
22
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
23
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount} {starCount, plural, one {user} other {users}}',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
25
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarize what I'm looking at",
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
28
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
29
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
30
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
31
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favorited, click to favorite',
|
|
32
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
33
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favorites',
|
|
34
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
35
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
36
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
37
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
38
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
39
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
40
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
41
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
42
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
43
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
44
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//English (United Kingdom)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
17
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
18
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
19
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
20
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
21
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
22
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
23
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount} {starCount, plural, one {user} other {users}}',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
25
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarise what I'm looking at",
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
28
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
29
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
30
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
31
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favourited, click to favourite',
|
|
32
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
33
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favourites',
|
|
34
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
35
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
36
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
37
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
38
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
39
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
40
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
41
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
42
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
43
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
44
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
17
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
18
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
19
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
20
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
21
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
22
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
23
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} user} other {{starCount} users}}',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
25
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarize what I'm looking at",
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
28
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
29
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
30
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
31
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favourited, click to favourite',
|
|
32
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
33
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favourites',
|
|
34
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
35
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
36
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
37
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
38
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
39
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
40
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
41
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
42
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
43
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
44
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Spanish (International)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(desactivado)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'El agente no se mostrará en los resultados de búsqueda',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Se marcará al agente como favorito',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuario} other {{starCount} usuarios}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Háblame un poco de ti',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '¿Con qué me puedes ayudar?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Resumir lo que estoy viendo',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': '¿Alguno de mis tickets ha vencido?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': '¿En qué debo trabajar a continuación?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Escribir una actualización de mi semana',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Buscar agentes',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copiar enlace al agente',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Hablar con el agente',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copiar enlace',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Eliminar agente',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicar agente',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Editar agente',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Más acciones',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Ver agente',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Finnish
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agentin tekijä: {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(poistettu käytöstä)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Piilotettu',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Asiakaspalvelija ei näy hakutuloksissa',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Merkitse asiakaspalvelija tärkeäksi',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} käyttäjä} other {{starCount} käyttäjää}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Kerro itsestäsi',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miten voit auttaa minua?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Tee yhteenveto siitä, mitä näen',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Onko jokin tukipyynnöistäni myöhässä?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Mitä minun tulee työstää seuraavaksi?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Kirjoita päivitys viikostani',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Selaa asiakaspalvelijoita',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopioi asiakaspalvelijan linkki',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Keskustele asiakaspalvelijan kanssa',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopioi linkki',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Poista asiakaspalvelija',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Kopioi asiakaspalvelija',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Muokkaa asiakaspalvelijaa',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Kopioitu URL-osoite',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Lisää toimintoja',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Käytä sivupohjaa',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Näytä asiakaspalvelija',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Näytä koko profiili'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//French (France)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo par {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(désactivé)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Masqué',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "L'agent n'apparaîtra pas dans les résultats de la recherche",
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': "Ajouter l'agent aux favoris",
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utilisateur} other {{starCount} utilisateurs}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlez-moi de vous',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': "Avec quoi pouvez-vous m'aider ?",
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Pouvez-vous résumer ce que je vois',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Certains de mes tickets sont-ils en retard ?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Sur quoi devrais-je travailler ensuite ?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Rédiger une mise à jour sur ma semaine',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Parcourir les agents',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': "Copier le lien vers l'agent",
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Discuter avec un agent',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copier le lien',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': "Supprimer l'agent",
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': "Dupliquer l'agent",
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': "Modifier l'agent",
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiée',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': "Plus d'actions",
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Utiliser le modèle',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': "Voir l'agent",
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Afficher le profil complet'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Hungarian
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} Rovo-ügynöke',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(inaktiválva)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Rejtett',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Az ügynök nem fog megjelenni a keresési találatokban',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Ügynök csillagozása',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} felhasználó} other {{starCount} felhasználó}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Mondj néhány szót magadról',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miben tudsz segíteni?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Foglald össze, amit látok',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Késedelmes valamelyik jegyem?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Min dolgozzak legközelebb?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Írj egy frissítést a hetemről',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Ügynökök böngészése',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Ügynökre mutató link másolása',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Csevegés ügynökkel',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link másolása',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Ügynök törlése',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Ügynök duplikálása',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Ügynök szerkesztése',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL másolva',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'További műveletek',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Sablon használata',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Ügynök megtekintése',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'A teljes profil megtekintése'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Italian (Italy)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo di {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(disattivato)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Nascosto',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "L'agente non comparirà nei risultati di ricerca",
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Segna agente come preferito',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utente} other {{starCount} utenti}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlami di te',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'In cosa puoi aiutarmi?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Riassumi quello che sto guardando',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Ho dei ticket scaduti?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Di cosa dovrei occuparmi dopo?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Scrivi un aggiornamento sulla settimana',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Sfoglia agenti',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': "Copia link all'agente",
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': "Chatta con l'agente",
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copia il link',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': "Elimina l'agente",
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': "Duplica l'agente",
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': "Modifica l'agente",
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiato',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Altre azioni',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Usa modello',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': "Visualizza l'agente",
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Visualizza il profilo completo'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Japanese
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} さんによる Rovo エージェント',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(非アクティブ)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': '非表示',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'エージェントは検索結果に表示されません',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'エージェントにスターを付ける',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} 人のユーザー}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '自己紹介をお願いします',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'どのようなことを助けてくれますか?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'これを見ている私に要約してください',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': '自分のチケットの中で期限切れになっているものはありますか?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': '次は何に取り組めばよいですか?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': '私の今週の作業のまとめを書いてください',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'エージェントを参照する',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'エージェントへのリンクをコピー',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'エージェントとチャット',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'リンクをコピー',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'エージェントを削除',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'エージェントを複製',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'エージェントを編集する',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL をコピーしました',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'その他のアクション',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'テンプレートを使用',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'エージェントを表示',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': '完全なプロファイルを表示'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Korean
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink}의 Rovo 에이전트',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(비활성화됨)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': '숨김',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': '에이전트는 검색 결과에 표시되지 않습니다',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': '에이전트 별표 표시',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount}명의 사용자}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '자기 소개를 해주세요',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '무엇을 도와 드릴까요?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': '지금 보고 있는 것을 요약해 주세요',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': '내 티켓 중에 기한이 초과된 것이 있습니까?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': '다음에는 어떤 작업을 해야 합니까?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': '한 주에 대한 업데이트를 작성하세요',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': '에이전트 찾아보기',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': '에이전트에 링크 복사',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': '에이전트와 채팅',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': '링크 복사',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': '에이전트 삭제',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': '에이전트 복제',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': '에이전트 편집',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL 복사함',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': '추가 작업',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': '템플릿 사용',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': '에이전트 보기',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': '전체 프로필 보기'
|
|
40
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//Norwegian (Bokmål)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agent av {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktivert)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Skjult',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten vises ikke i søkeresultatene',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Merk agent med stjerne',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} bruker} other {{starCount} brukere}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fortell meg om deg',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Hva kan du hjelpe meg med?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Oppsummer det jeg ser på',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Er noen av støtteforespørslene mine forsinket?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Hva bør jeg jobbe på nå?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en oppdatering om uken min',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Bla gjennom agenter',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopier koblingen til agenten',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat med agent',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopier kobling',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Slett agent',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Dupliser agent',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Rediger agent',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Kopierte nettadresse',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Flere handlinger',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Bruk mal',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Vis agent',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Vis hele profilen'
|
|
40
|
+
};
|