@atlaskit/rovo-agent-components 2.2.0 → 2.2.2
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 +12 -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 +4 -4
|
@@ -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
|
+
//Dutch (Netherlands)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent van {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(gedeactiveerd)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Verborgen',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent wordt niet weergegeven in de zoekresultaten',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Agent een ster geven',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} gebruiker} other {{starCount} gebruikers}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Vertel eens iets over jezelf',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Waar kun je me mee helpen?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Vat samen waar ik naar kijk',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Heb ik achterstallige tickets?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Waar moet ik nu aan werken?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Schrijf een update over mijn week',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Agents zoeken',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Link naar agent kopiëren',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatten met een Agent',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link kopiëren',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Agent verwijderen',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Agent kopiëren',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Agent bewerken',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL is gekopieerd',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Meer acties',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Sjabloon gebruiken',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Agent bekijken',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Volledig profiel bekijken'
|
|
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
|
+
//Polish (Poland)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo opracowany przez {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(dezaktywowano)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Ukryte',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent nie wyświetli się w wynikach wyszukiwania',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Oznacz agenta gwiazdką',
|
|
21
|
+
'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}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Podaj informacje na swój temat',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'W czym możesz mi pomóc?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Podsumuj wyświetlaną treść',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Czy któreś z moich zgłoszeń jest zaległe?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Nad czym mam pracować w następnej kolejności?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Napisz komunikat dotyczący mojego tygodnia',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Przeglądaj agenty',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiuj łącze do agenta',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Czat z agentem',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiuj łącze',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Usuń agenta',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplikuj agenta',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Edytuj agenta',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Skopiowano adres URL',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Więcej czynności',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Użyj szablonu',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Wyświetl agenta',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Wyświetl pełny 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
|
+
//Portuguese (Brazil)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo por {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(desativado)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'O agente não vai aparecer nos resultados da pesquisa',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Marcar agente com estrela',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuário} other {{starCount} usuários}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fale um pouco sobre você',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Com o que você pode me ajudar?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Faça um resumo do que está sendo exibido',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Algum dos tickets está atrasado?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'No que devo trabalhar em seguida?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Escreva uma atualização sobre minha semana',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Pesquisar agentes',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copiar o link para o agente',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Bate-papo com agente',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copiar link',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Excluir 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': 'Mais ações',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Usar template',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Visualizar 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
|
+
//Russian
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Агент Rovo от автора {creatorNameWithLink}',
|
|
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, one {{starCount} пользователь} few {{starCount} пользователя} many {{starCount} пользователей} 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
|
+
//Swedish
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agenten har skapats av {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(inaktiverad)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Dold',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten visas inte i sökresultaten',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Stjärnmärk agent',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} användare} other {{starCount} användare}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Berätta om dig själv',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Vad kan du hjälpa mig med?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Sammanfatta vad jag ser',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Är några av mina ärenden försenade?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Vad ska jag arbeta med nu?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en uppdatering om min vecka',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Bläddra bland agenter',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiera länk till agent',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatta med en agent',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiera länk',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Ta bort agent',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicera agent',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Redigera agent',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopierad',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Fler åtgärder',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Använd mall',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Visa agent',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Visa hela 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
|
+
//Thai (Thailand)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo เอเจนท์โดย {creatorNameWithLink}',
|
|
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
|
+
//Turkish (Turkey)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} tarafından oluşturulan Rovo Aracısı',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(devre dışı bırakıldı)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Gizli',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Temsilci, arama sonuçlarında görünmez',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Temsilciyi favori olarak işaretler',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} kullanıcı} other {{starCount} kullanıcı}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Bana biraz kendinizden bahseder misiniz?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Bana ne konuda yardımcı olabilirsiniz?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Gördüğüm içeriği özetler misiniz?',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Biletlerimden herhangi birinin süresi geçti mi?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Bundan sonra ne üzerinde çalışmalıyım?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Haftam hakkında bir güncelleme yaz',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Temsilcilere Göz Atın',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Bağlantıyı temsilciye kopyala',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Temsilci ile sohbet et',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Bağlantıyı kopyala',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Temsilciyi Sil',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Temsilciyi Yinele',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Temsilciyi Düzenle',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopyalandı',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Daha fazla işlem',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Şablonu kullan',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Temsilciyi Görüntüle',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Tam profili görüntüle'
|
|
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
|
+
//Ukrainian (Ukraine)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Агент Rovo, автор {creatorNameWithLink}',
|
|
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, one {{starCount} користувач} few {{starCount} користувачі} many {{starCount} користувачів} 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
|
+
//Vietnamese (Vietnam)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Nhân viên hỗ trợ Rovo của {creatorNameWithLink}',
|
|
17
|
+
'ai-mate.agent-profile-info.deactivated': '(đã hủy kích hoạt)',
|
|
18
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Bị ẩn',
|
|
19
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Nhân viên sẽ không hiển thị trong kết quả tìm kiếm',
|
|
20
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Gắn sao nhân viên',
|
|
21
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} người dùng}}',
|
|
22
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Hãy tự giới thiệu bản thân',
|
|
23
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Bạn có thể giúp gì cho tôi?',
|
|
24
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Tóm tắt nội dung tôi đang xem',
|
|
25
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Có phiếu yêu cầu nào của tôi quá hạn không?',
|
|
26
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Tôi nên làm gì tiếp theo?',
|
|
27
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Viết một bản cập nhật về tuần của tôi',
|
|
28
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Duyệt tìm nhân viên',
|
|
29
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Sao chép liên kết đến nhân viên',
|
|
30
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Trò chuyện với Nhân viên',
|
|
31
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Sao chép liên kết',
|
|
32
|
+
'rovo-chat.view-agent.delete-agent': 'Xóa Nhân viên',
|
|
33
|
+
'rovo-chat.view-agent.duplicate-agent': 'Sao chép Nhân viên',
|
|
34
|
+
'rovo-chat.view-agent.edit-agent': 'Sửa nhân viên',
|
|
35
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Đã sao chép URL',
|
|
36
|
+
'rovo-chat.view-agent.more-actions-label': 'Hành động khác',
|
|
37
|
+
'rovo-chat.view-agents.use-template-button': 'Sử dụng mẫu',
|
|
38
|
+
'rovo-chat.view-agents.view-agent': 'Xem Nhân viên',
|
|
39
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Xem hồ sơ đầy đủ'
|
|
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
|
+
//Chinese (Simplified)
|
|
15
|
+
var _default = exports.default = {
|
|
16
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo 支持人员创建者:{creatorNameWithLink}',
|
|
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
|
+
//Chinese (Traditional)
|
|
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,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Czech
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo od {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktivováno)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Skryté',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent se nezobrazí ve výsledcích vyhledávání.',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Přidat agenta do oblíbených',
|
|
15
|
+
'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ů}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Povězte mi o sobě',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'S čím mi můžete pomoci?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Shrnout, na co se dívám',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Jsou některé z mých ticketů po termínu?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Na čem mám pracovat dále?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Napsat aktualizaci o mém týdnu',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Procházet agenty',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopírovat odkaz na agenta',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatovat s agentem',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopírovat odkaz',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Odstranit agenta',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplikovat agenta',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Upravit agenta',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Zkopírovaná adresa URL',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Další akce',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Použít šablonu',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Zobrazit agenta',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Zobrazit úplný profil'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Danish (Denmark)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-medarbejder af {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktiveret)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Skjult',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten vises ikke i søgeresultaterne',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Stjernemarkér agent',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} bruger} other {{starCount} brugere}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Fortæl mig lidt om dig selv',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Hvad kan du hjælpe mig med?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Sammenfat, hvad jeg ser på',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Er nogen af mine supportanmodninger overskredet?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Hvad skal jeg arbejde på som det næste?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en opdatering om min uge',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Gennemse agenter',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiér link til agent',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat med agent',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiér link',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Slet agent',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Kopiér agent',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Rediger agent',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL blev kopieret',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Flere handlinger',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Anvend skabelon',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Vis agent',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Vis hele profilen'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//German (Germany)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-Agent von {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(deaktiviert)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Ausgeblendet',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agent wird nicht in den Suchergebnissen angezeigt',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Agent mit Stern markieren',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} Benutzer} other {{starCount} Benutzer}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Erzählen Sie mir etwas über sich.',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Wobei können Sie mir helfen?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Fassen Sie zusammen, was ich mir gerade ansehe.',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Habe ich überfällige Tickets?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Woran soll ich als Nächstes arbeiten?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Schreibe ein Update über meine Woche',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Agenten durchsuchen',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Link in Agent kopieren',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Mit Agent chatten',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link kopieren',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Agent löschen',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Agent duplizieren',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Agent bearbeiten',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopiert',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Weitere Aktionen',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Vorlage verwenden',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Agent anzeigen',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Vollständiges Profil anzeigen'
|
|
34
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount} {starCount, plural, one {user} other {users}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarize what I'm looking at",
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favorited, click to favorite',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favorites',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
35
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
36
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
37
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
38
|
+
};
|