@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,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
|
+
//Ukrainian (Ukraine)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Агент Rovo, автор {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(деактивовано)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Приховано',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Агент не відображатиметься в результатах пошуку',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Позначення агента як важливого',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} користувач} few {{starCount} користувачі} many {{starCount} користувачів} other {{starCount} користувачів}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Розкажіть про себе',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Чим ти можеш мені допомогти?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Створити підсумок цієї сторінки',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Чи маю я прострочені заявки?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Над чим мені слід працювати далі?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Створення опису новин за тиждень',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Пошук агентів',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Копіювати посилання на агента',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Почати чат з агентом',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Копіювати посилання',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Видалити агента',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Копіювати агента',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Редагування відомостей про агента',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL-адресу скопійовано',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Інші дії',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Використати шаблон',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Переглянути агента',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Переглянути весь профіль'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Vietnamese (Vietnam)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Nhân viên hỗ trợ Rovo của {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(đã hủy kích hoạt)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Bị ẩn',
|
|
13
|
+
'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',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Gắn sao nhân viên',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} người dùng}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Hãy tự giới thiệu bản thân',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Bạn có thể giúp gì cho tôi?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Tóm tắt nội dung tôi đang xem',
|
|
19
|
+
'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?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Tôi nên làm gì tiếp theo?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Viết một bản cập nhật về tuần của tôi',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Duyệt tìm nhân viên',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Sao chép liên kết đến nhân viên',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Trò chuyện với Nhân viên',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Sao chép liên kết',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Xóa Nhân viên',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Sao chép Nhân viên',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Sửa nhân viên',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Đã sao chép URL',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Hành động khác',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Sử dụng mẫu',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Xem Nhân viên',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Xem hồ sơ đầy đủ'
|
|
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
|
+
//Chinese (Simplified)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo 支持人员创建者:{creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(已停用)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': '隐藏',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': '支持人员不会显示在搜索结果中',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': '为支持人员加星',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} 位用户}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '请进行自我介绍',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '您能为我提供哪些帮助?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': '对我正在查看的内容生成摘要',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '我的工作单是否有已经过期的?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '接下来我应该做什么?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': '撰写我这一周的最新情况',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': '浏览支持人员',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': '复制支持人员链接',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': '与支持人员聊天',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': '复制链接',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': '删除支持人员',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': '复制支持人员',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': '编辑支持人员',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': '已复制 URL',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': '更多操作',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': '使用模板',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': '查看支持人员',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': '查看完整个人资料'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Chinese (Traditional)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '由 {creatorNameWithLink} 建立的 Rovo 客服人員',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(已停用)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': '隱藏',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': '客服人員不會顯示在搜尋結果中',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': '為客服人員標上星號',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} 位使用者}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '請自我介紹',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '您可以為我提供什麼協助?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': '將我正在閱讀的內容做摘要',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '我是否有任何過期的工單?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '接下來我應該處理什麼?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': '撰寫本週更新',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': '瀏覽客服人員',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': '複製客服人員的連結',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': '與客服人員聊天',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': '複製連結',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': '刪除客服人員',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': '複製客服人員',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': '編輯客服人員',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': '已複製 URL',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': '更多動作',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': '使用範本',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': '檢視客服人員',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': '檢視完整的設定檔'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//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
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//English (United Kingdom)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount} {starCount, plural, one {user} other {users}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarise what I'm looking at",
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favourited, click to favourite',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favourites',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
35
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
36
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
37
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-avatar-label': 'Agent avatar',
|
|
11
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo Agent by {creatorNameWithLink}',
|
|
12
|
+
'ai-mate.agent-profile-info.creator': 'Creator',
|
|
13
|
+
'ai-mate.agent-profile-info.deactivated': '(deactivated)',
|
|
14
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Hidden',
|
|
15
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "Agent won't show in search results",
|
|
16
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Star Agent',
|
|
17
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} user} other {{starCount} users}}',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Tell me about yourself',
|
|
19
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'What can you help me with?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': "Summarize what I'm looking at",
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Are any of my tickets overdue?',
|
|
22
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'What should I work on next?',
|
|
23
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Write an update about my week',
|
|
24
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Browse Agents',
|
|
25
|
+
'rovo-chat.browse-agents.click-to-favourite-label': 'Not favourited, click to favourite',
|
|
26
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copy link to agent',
|
|
27
|
+
'rovo-chat.browse-agents.remove-from-favourites-label': 'Remove from favourites',
|
|
28
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chat to Agent',
|
|
29
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copy link',
|
|
30
|
+
'rovo-chat.view-agent.delete-agent': 'Delete Agent',
|
|
31
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicate Agent',
|
|
32
|
+
'rovo-chat.view-agent.edit-agent': 'Edit Agent',
|
|
33
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Copied URL',
|
|
34
|
+
'rovo-chat.view-agent.more-actions-label': 'More actions',
|
|
35
|
+
'rovo-chat.view-agents.use-template-button': 'Use template',
|
|
36
|
+
'rovo-chat.view-agents.view-agent': 'View Agent',
|
|
37
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'View full profile'
|
|
38
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Spanish (International)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo de {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(desactivado)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Oculto',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'El agente no se mostrará en los resultados de búsqueda',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Se marcará al agente como favorito',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} usuario} other {{starCount} usuarios}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Háblame un poco de ti',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '¿Con qué me puedes ayudar?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Resumir lo que estoy viendo',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '¿Alguno de mis tickets ha vencido?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '¿En qué debo trabajar a continuación?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Escribir una actualización de mi semana',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Buscar agentes',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Copiar enlace al agente',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Hablar con el agente',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copiar enlace',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Eliminar agente',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicar agente',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Editar agente',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiada',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Más acciones',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Usar plantilla',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Ver agente',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Ver perfil completo'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agentin tekijä: {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(poistettu käytöstä)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Piilotettu',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Asiakaspalvelija ei näy hakutuloksissa',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Merkitse asiakaspalvelija tärkeäksi',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} käyttäjä} other {{starCount} käyttäjää}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Kerro itsestäsi',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miten voit auttaa minua?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Tee yhteenveto siitä, mitä näen',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Onko jokin tukipyynnöistäni myöhässä?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Mitä minun tulee työstää seuraavaksi?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Kirjoita päivitys viikostani',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Selaa asiakaspalvelijoita',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopioi asiakaspalvelijan linkki',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Keskustele asiakaspalvelijan kanssa',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopioi linkki',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Poista asiakaspalvelija',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Kopioi asiakaspalvelija',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Muokkaa asiakaspalvelijaa',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'Kopioitu URL-osoite',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Lisää toimintoja',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Käytä sivupohjaa',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Näytä asiakaspalvelija',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Näytä koko profiili'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agent Rovo par {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(désactivé)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Masqué',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "L'agent n'apparaîtra pas dans les résultats de la recherche",
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': "Ajouter l'agent aux favoris",
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utilisateur} other {{starCount} utilisateurs}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlez-moi de vous',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': "Avec quoi pouvez-vous m'aider ?",
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Pouvez-vous résumer ce que je vois',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Certains de mes tickets sont-ils en retard ?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Sur quoi devrais-je travailler ensuite ?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Rédiger une mise à jour sur ma semaine',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Parcourir les agents',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': "Copier le lien vers l'agent",
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Discuter avec un agent',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copier le lien',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': "Supprimer l'agent",
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': "Dupliquer l'agent",
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': "Modifier l'agent",
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiée',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': "Plus d'actions",
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Utiliser le modèle',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': "Voir l'agent",
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Afficher le profil complet'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} Rovo-ügynöke',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(inaktiválva)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Rejtett',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Az ügynök nem fog megjelenni a keresési találatokban',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Ügynök csillagozása',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} felhasználó} other {{starCount} felhasználó}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Mondj néhány szót magadról',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Miben tudsz segíteni?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Foglald össze, amit látok',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Késedelmes valamelyik jegyem?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Min dolgozzak legközelebb?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Írj egy frissítést a hetemről',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Ügynökök böngészése',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Ügynökre mutató link másolása',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Csevegés ügynökkel',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Link másolása',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Ügynök törlése',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Ügynök duplikálása',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Ügynök szerkesztése',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL másolva',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'További műveletek',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Sablon használata',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Ügynök megtekintése',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'A teljes profil megtekintése'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Italian (Italy)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Agente Rovo di {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(disattivato)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Nascosto',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': "L'agente non comparirà nei risultati di ricerca",
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Segna agente come preferito',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} utente} other {{starCount} utenti}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Parlami di te',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'In cosa puoi aiutarmi?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Riassumi quello che sto guardando',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Ho dei ticket scaduti?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Di cosa dovrei occuparmi dopo?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Scrivi un aggiornamento sulla settimana',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Sfoglia agenti',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': "Copia link all'agente",
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': "Chatta con l'agente",
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Copia il link',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': "Elimina l'agente",
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': "Duplica l'agente",
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': "Modifica l'agente",
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL copiato',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Altre azioni',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Usa modello',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': "Visualizza l'agente",
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Visualizza il profilo completo'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Japanese
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} さんによる Rovo エージェント',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(非アクティブ)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': '非表示',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'エージェントは検索結果に表示されません',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'エージェントにスターを付ける',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount} 人のユーザー}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '自己紹介をお願いします',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'どのようなことを助けてくれますか?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'これを見ている私に要約してください',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '自分のチケットの中で期限切れになっているものはありますか?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '次は何に取り組めばよいですか?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': '私の今週の作業のまとめを書いてください',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'エージェントを参照する',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'エージェントへのリンクをコピー',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'エージェントとチャット',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'リンクをコピー',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'エージェントを削除',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'エージェントを複製',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'エージェントを編集する',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL をコピーしました',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'その他のアクション',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'テンプレートを使用',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'エージェントを表示',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': '完全なプロファイルを表示'
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Korean
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink}의 Rovo 에이전트',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(비활성화됨)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': '숨김',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': '에이전트는 검색 결과에 표시되지 않습니다',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': '에이전트 별표 표시',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, other {{starCount}명의 사용자}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': '자기 소개를 해주세요',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': '무엇을 도와 드릴까요?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': '지금 보고 있는 것을 요약해 주세요',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': '내 티켓 중에 기한이 초과된 것이 있습니까?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': '다음에는 어떤 작업을 해야 합니까?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': '한 주에 대한 업데이트를 작성하세요',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': '에이전트 찾아보기',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': '에이전트에 링크 복사',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': '에이전트와 채팅',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': '링크 복사',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': '에이전트 삭제',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': '에이전트 복제',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': '에이전트 편집',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL 복사함',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': '추가 작업',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': '템플릿 사용',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': '에이전트 보기',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': '전체 프로필 보기'
|
|
34
|
+
};
|