@atlaskit/rovo-agent-components 2.1.1 → 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 +14 -0
- package/dist/cjs/common/ui/chat-pill/index.compiled.css +1 -1
- package/dist/cjs/common/ui/chat-pill/index.js +2 -2
- 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/cjs/ui/agent-avatar/index.js +5 -1
- package/dist/cjs/ui/agent-avatar/messages.js +14 -0
- package/dist/cjs/ui/agent-profile-info/agent-star-count/index.compiled.css +1 -1
- package/dist/cjs/ui/agent-profile-info/agent-star-count/index.js +1 -1
- package/dist/cjs/ui/agent-profile-info/index.js +1 -0
- package/dist/cjs/ui/agent-profile-info/messages.js +5 -0
- package/dist/es2019/common/ui/chat-pill/index.compiled.css +1 -1
- package/dist/es2019/common/ui/chat-pill/index.js +2 -2
- 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/es2019/ui/agent-avatar/index.js +6 -1
- package/dist/es2019/ui/agent-avatar/messages.js +8 -0
- package/dist/es2019/ui/agent-profile-info/agent-star-count/index.compiled.css +1 -1
- package/dist/es2019/ui/agent-profile-info/agent-star-count/index.js +1 -1
- package/dist/es2019/ui/agent-profile-info/index.js +1 -0
- package/dist/es2019/ui/agent-profile-info/messages.js +5 -0
- package/dist/esm/common/ui/chat-pill/index.compiled.css +1 -1
- package/dist/esm/common/ui/chat-pill/index.js +2 -2
- 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/esm/ui/agent-avatar/index.js +5 -1
- package/dist/esm/ui/agent-avatar/messages.js +8 -0
- package/dist/esm/ui/agent-profile-info/agent-star-count/index.compiled.css +1 -1
- package/dist/esm/ui/agent-profile-info/agent-star-count/index.js +1 -1
- package/dist/esm/ui/agent-profile-info/index.js +1 -0
- package/dist/esm/ui/agent-profile-info/messages.js +5 -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/ui/agent-avatar/messages.d.ts +7 -0
- package/dist/types/ui/agent-profile-info/messages.d.ts +5 -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/dist/types-ts4.5/ui/agent-avatar/messages.d.ts +7 -0
- package/dist/types-ts4.5/ui/agent-profile-info/messages.d.ts +5 -0
- package/package.json +8 -8
|
@@ -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
|
+
//Swedish
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': 'Rovo-agenten har skapats av {creatorNameWithLink}',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(inaktiverad)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Dold',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Agenten visas inte i sökresultaten',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Stjärnmärk agent',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} användare} other {{starCount} användare}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Berätta om dig själv',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Vad kan du hjälpa mig med?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Sammanfatta vad jag ser',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Är några av mina ärenden försenade?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Vad ska jag arbeta med nu?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Skriv en uppdatering om min vecka',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Bläddra bland agenter',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Kopiera länk till agent',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Chatta med en agent',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Kopiera länk',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Ta bort agent',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Duplicera agent',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Redigera agent',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopierad',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Fler åtgärder',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Använd mall',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Visa agent',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Visa hela 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
|
+
//Thai (Thailand)
|
|
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
|
+
//Turkish (Turkey)
|
|
9
|
+
export default {
|
|
10
|
+
'ai-mate.agent-profile-info.created-by': '{creatorNameWithLink} tarafından oluşturulan Rovo Aracısı',
|
|
11
|
+
'ai-mate.agent-profile-info.deactivated': '(devre dışı bırakıldı)',
|
|
12
|
+
'ai-mate.agent-profile-info.hidden-icon': 'Gizli',
|
|
13
|
+
'ai-mate.agent-profile-info.hidden-tooltip': 'Temsilci, arama sonuçlarında görünmez',
|
|
14
|
+
'ai-mate.agent-profile-info.star-agent-tooltip': 'Temsilciyi favori olarak işaretler',
|
|
15
|
+
'ai-mate.agent-profile-info.starred-count': '{starCount, plural, one {{starCount} kullanıcı} other {{starCount} kullanıcı}}',
|
|
16
|
+
'ai-mate.chat-history.empty-state.agent-suggestion1': 'Bana biraz kendinizden bahseder misiniz?',
|
|
17
|
+
'ai-mate.chat-history.empty-state.agent-suggestion2': 'Bana ne konuda yardımcı olabilirsiniz?',
|
|
18
|
+
'ai-mate.chat-history.empty-state.agent-suggestion3': 'Gördüğüm içeriği özetler misiniz?',
|
|
19
|
+
'ai-mate.chat-history.empty-state.suggestion1': 'Biletlerimden herhangi birinin süresi geçti mi?',
|
|
20
|
+
'ai-mate.chat-history.empty-state.suggestion2': 'Bundan sonra ne üzerinde çalışmalıyım?',
|
|
21
|
+
'ai-mate.chat-history.empty-state.suggestion3': 'Haftam hakkında bir güncelleme yaz',
|
|
22
|
+
'ai-mate.rovo-agent-components.browse-agents-pill.label': 'Temsilcilere Göz Atın',
|
|
23
|
+
'rovo-chat.browse-agents.copy-agent-label': 'Bağlantıyı temsilciye kopyala',
|
|
24
|
+
'rovo-chat.view-agent.chat-to-agent-button': 'Temsilci ile sohbet et',
|
|
25
|
+
'rovo-chat.view-agent.copy-link-to-profile': 'Bağlantıyı kopyala',
|
|
26
|
+
'rovo-chat.view-agent.delete-agent': 'Temsilciyi Sil',
|
|
27
|
+
'rovo-chat.view-agent.duplicate-agent': 'Temsilciyi Yinele',
|
|
28
|
+
'rovo-chat.view-agent.edit-agent': 'Temsilciyi Düzenle',
|
|
29
|
+
'rovo-chat.view-agent.link-copied-to-profile': 'URL kopyalandı',
|
|
30
|
+
'rovo-chat.view-agent.more-actions-label': 'Daha fazla işlem',
|
|
31
|
+
'rovo-chat.view-agents.use-template-button': 'Şablonu kullan',
|
|
32
|
+
'rovo-chat.view-agents.view-agent': 'Temsilciyi Görüntüle',
|
|
33
|
+
'rovo-chat.view-agents.view-agent-full-profile': 'Tam profili görüntüle'
|
|
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
|
+
//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
|
+
};
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
+
import { useIntl } from 'react-intl-next';
|
|
5
6
|
import { AVATAR_SIZES } from '@atlaskit/avatar';
|
|
6
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
7
8
|
import { GeneratedAvatar } from './generated-avatars';
|
|
9
|
+
import { messages } from './messages';
|
|
8
10
|
const styles = {
|
|
9
11
|
agentAvatar: "_1e0c1txw _1bah1h6o _4cvr1h6o _mkrz1k6g",
|
|
10
12
|
image: "_5ral1dfr _4t3i1osq _1bsb1osq",
|
|
@@ -25,6 +27,9 @@ export const AgentAvatar = ({
|
|
|
25
27
|
isForgeAgent,
|
|
26
28
|
forgeAgentIconUrl
|
|
27
29
|
}) => {
|
|
30
|
+
const {
|
|
31
|
+
formatMessage
|
|
32
|
+
} = useIntl();
|
|
28
33
|
const imgUrl = isForgeAgent && forgeAgentIconUrl ? forgeAgentIconUrl : imageUrl;
|
|
29
34
|
return /*#__PURE__*/React.createElement(Box, {
|
|
30
35
|
"aria-label": label,
|
|
@@ -47,7 +52,7 @@ export const AgentAvatar = ({
|
|
|
47
52
|
as: "img",
|
|
48
53
|
xcss: styles.image,
|
|
49
54
|
src: imgUrl,
|
|
50
|
-
alt: name
|
|
55
|
+
alt: name || label || formatMessage(messages.agentAvatarLabel)
|
|
51
56
|
}) : /*#__PURE__*/React.createElement(GeneratedAvatar, {
|
|
52
57
|
agentId: agentId,
|
|
53
58
|
agentNamedId: agentNamedId,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._zulp1b66{gap:var(--ds-space-050,4px)}
|
|
3
3
|
._1e0c1txw{display:flex}
|
|
4
4
|
._4cvr1h6o{align-items:center}
|
|
@@ -9,7 +9,7 @@ import Skeleton from '@atlaskit/skeleton';
|
|
|
9
9
|
import { messages } from './messages';
|
|
10
10
|
import { formatNumber } from './utils';
|
|
11
11
|
const styles = {
|
|
12
|
-
count: "
|
|
12
|
+
count: "_11c81o8v _zulp1b66 _1e0c1txw _4cvr1h6o _bozgv77o"
|
|
13
13
|
};
|
|
14
14
|
export const AgentStarCount = ({
|
|
15
15
|
starCount,
|
|
@@ -56,6 +56,7 @@ export const AgentProfileCreator = ({
|
|
|
56
56
|
if (creator.type === 'CUSTOMER') {
|
|
57
57
|
return formatMessage(messages.agentCreatedBy, {
|
|
58
58
|
creatorNameWithLink: /*#__PURE__*/React.createElement("a", {
|
|
59
|
+
"aria-label": creator.name || formatMessage(messages.creatorLabel),
|
|
59
60
|
href: creator.profileLink,
|
|
60
61
|
onClick: () => onCreatorLinkClick(),
|
|
61
62
|
target: "_blank"
|
|
@@ -29,5 +29,10 @@ export const messages = defineMessages({
|
|
|
29
29
|
id: 'ai-mate.agent-profile-info.star-agent-tooltip',
|
|
30
30
|
defaultMessage: 'Star Agent',
|
|
31
31
|
description: 'Tooltip to explain what star icon does'
|
|
32
|
+
},
|
|
33
|
+
creatorLabel: {
|
|
34
|
+
id: 'ai-mate.agent-profile-info.creator',
|
|
35
|
+
defaultMessage: 'Creator',
|
|
36
|
+
description: 'Accessible label for creator link'
|
|
32
37
|
}
|
|
33
38
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._2rkopd34{border-radius:var(--ds-border-radius-200,8px)}
|
|
3
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._18zrv77o{padding-inline:var(--ds-space-025,2px)}
|
|
@@ -17,8 +17,8 @@ var stylesCompiled = {
|
|
|
17
17
|
pillLineHeight: "_vwz47vkz"
|
|
18
18
|
};
|
|
19
19
|
var styles = {
|
|
20
|
-
conversationStarterPill: "_2rkopd34
|
|
21
|
-
button: "_2rkopd34
|
|
20
|
+
conversationStarterPill: "_2rkopd34 _11c82smr _189ee4h9 _1dqonqa1 _1h6dmuej _syaz1fxt _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _1o0zgqwt _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhk1j28 _1bsb1osq _irr315ej _1di6ip91",
|
|
21
|
+
button: "_2rkopd34 _11c82smr _syaz1fxt _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _1o0zgqwt _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhkm7j4 _irr315ej _1di6ip91",
|
|
22
22
|
buttonInline: "_18zrv77o",
|
|
23
23
|
queryText: "_1nmz1hna _y3gn1e5h",
|
|
24
24
|
whiteSpacePreWrap: "_o5721jtm"
|
|
@@ -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
|
+
};
|