├── README.md
├── docs
├── README.md
├── carbon-components.min.css
├── index.html
├── style.css
└── webchat.jpg
├── languages
├── README.md
├── ar.json
├── cs.json
├── de.json
├── en.json
├── es.json
├── fr.json
├── it.json
├── ja.json
├── ko.json
├── nl.json
├── pt-br.json
├── zh-tw.json
└── zh.json
├── last-published.txt
└── tutorials
├── README.md
├── setting-context.json
├── user-defined-color-picker.json
├── user-defined-response-types.json
└── user_defined_templates
├── carousel.css
├── carousel.js
├── color-box.js
├── left.svg
└── right.svg
/README.md:
--------------------------------------------------------------------------------
1 | # Web chat
2 |
3 | Welcome to [watsonx Assistant](https://www.ibm.com/cloud/watson-assistant/) web chat. With just a few lines of code, you can add a web chat widget to your website and take advantage of all the best and newest that watsonx Assistant has to offer.
4 |
5 | This repository holds language strings that you can pass into watsonx Assistant web chat to match your language, tone and brand.
6 |
7 | See https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html?to=api-instance-methods#languages for more information.
8 |
9 | **[Documentation](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html)**
10 |
11 | **[Examples](https://github.com/watson-developer-cloud/assistant-toolkit/tree/master/integrations/webchat)**
12 |
13 | **[Changelog for each version](https://cloud.ibm.com/docs/assistant?topic=assistant-release-notes-chat)**
14 |
--------------------------------------------------------------------------------
/docs/README.md:
--------------------------------------------------------------------------------
1 | # Web chat
2 |
3 | [Documentation and coding examples](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html) have moved.
4 |
--------------------------------------------------------------------------------
/docs/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | watsonx web chat documentation
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
30 |
31 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/docs/style.css:
--------------------------------------------------------------------------------
1 | @charset "UTF-8";
2 |
3 | /* Tomorrow Night Blue Theme */
4 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
5 | /* Original theme - https://github.com/chriskempson/tomorrow-theme */
6 | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
7 |
8 | /* Tomorrow Comment */
9 | .hljs-comment,
10 | .hljs-quote {
11 | color: #7285b7;
12 | }
13 |
14 | /* Tomorrow Red */
15 | .hljs-variable,
16 | .hljs-template-variable,
17 | .hljs-tag,
18 | .hljs-name,
19 | .hljs-selector-id,
20 | .hljs-selector-class,
21 | .hljs-regexp,
22 | .hljs-deletion {
23 | color: #ff9da4;
24 | }
25 |
26 | /* Tomorrow Orange */
27 | .hljs-number,
28 | .hljs-built_in,
29 | .hljs-builtin-name,
30 | .hljs-literal,
31 | .hljs-type,
32 | .hljs-params,
33 | .hljs-meta,
34 | .hljs-link {
35 | color: #ffc58f;
36 | }
37 |
38 | /* Tomorrow Yellow */
39 | .hljs-attribute {
40 | color: #ffeead;
41 | }
42 |
43 | /* Tomorrow Green */
44 | .hljs-string,
45 | .hljs-symbol,
46 | .hljs-bullet,
47 | .hljs-addition {
48 | color: #d1f1a9;
49 | }
50 |
51 | /* Tomorrow Blue */
52 | .hljs-title,
53 | .hljs-section {
54 | color: #bbdaff;
55 | }
56 |
57 | /* Tomorrow Purple */
58 | .hljs-keyword,
59 | .hljs-selector-tag {
60 | color: #ebbbff;
61 | }
62 |
63 | .hljs {
64 | display: block;
65 | overflow-x: auto;
66 | background: #002451;
67 | color: white;
68 | padding: 0.5em;
69 | }
70 |
71 | .hljs-emphasis {
72 | font-style: italic;
73 | }
74 |
75 | .hljs-strong {
76 | font-weight: bold;
77 | }
78 |
79 | .dark {
80 | background-color: #000;
81 | }
82 |
83 | .hero {
84 | color:#fff;
85 | border-bottom: 1px solid #393939;
86 | position: relative;
87 | }
88 |
89 | .hero-image-background {
90 | background-image: url('webchat.jpg');
91 | filter: blur(2px);
92 | background-size: cover;
93 | z-index: 1;
94 | width:100%;
95 | height:100%;
96 | top: 0;
97 | left: 0;
98 | position: absolute;
99 | }
100 |
101 | .hero-background {
102 | background: #000;
103 | opacity: 0.7;
104 | position:absolute;
105 | z-index:2;
106 | width:100%;
107 | height:100%;
108 | top: 0;
109 | left: 0;
110 | }
111 |
112 | .hero--content {
113 | position: relative;
114 | text-align:center;
115 | padding: 8rem 6rem;
116 | height: 100vh;
117 | z-index: 5;
118 | }
119 |
120 | .hero--content--buttons {
121 | display: flex;
122 | justify-content: space-around;
123 | padding-top: 2rem;
124 | width: 320px;
125 | margin: auto;
126 | }
127 |
128 | .hero--content--buttons a {
129 | margin: 0 0.5rem;
130 | flex-basis: calc(50% - 1rem);
131 | }
132 |
133 | .homepage--dots{
134 | position:absolute;
135 | z-index:3;
136 | width:100%;
137 | height:100%;
138 | background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16' xml:space='preserve'%3E%3Crect width='16' fill='none' height='16'/%3E%3Crect x='0' y='0' fill='white' width='1' height='1'/%3E%3C/svg%3E");
139 | background-size:16px;
140 | opacity:.35;
141 | }
142 |
143 | h2, h3, p {
144 | margin-bottom: 0.75rem;
145 | }
146 |
147 | .bx--header {
148 | position: relative;
149 | }
150 |
151 | .bx--header ~ .bx--content {
152 | margin-top: 0;
153 | }
154 |
155 | .bx--content {
156 | padding: 3rem;
157 | }
158 |
159 | .content {
160 | margin-top: 1.5rem;
161 | }
162 |
163 | .dark .content {
164 | padding: 3rem;
165 | margin-top: 0;
166 | }
167 |
168 | #documentation h1 { display: none; }
169 |
170 | #documentation h2 { margin-top: 3rem;}
171 |
172 | #documentation h3 { margin-top: 2rem;}
173 |
174 | #documentation h4 { margin-top: 2rem;}
175 |
176 | #documentation table { margin-bottom: 1rem;}
177 |
178 | #documentation pre { margin-bottom: 1rem; }
179 |
180 | #template_html { display: none; }
181 |
182 | .files .bx--structured-list {
183 | margin-bottom: 0;
184 | }
185 |
186 | .files {
187 | margin-top: 1.5rem;
188 | }
189 |
190 | #try_it_out button.bx--btn.bx--btn--primary.bx--btn--sm:not([disabled]) {
191 | animation: fadeInFromNone 0.2s ease-out;
192 | }
193 |
194 | #try_it_out button.bx--btn.bx--btn--primary.bx--btn--sm[disabled] {
195 | opacity: 0;
196 | }
197 |
198 | @keyframes fadeInFromNone {
199 | 0% {
200 | opacity: 0;
201 | }
202 | 100% {
203 | opacity: 1;
204 | }
205 | }
206 |
--------------------------------------------------------------------------------
/docs/webchat.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/watson-developer-cloud/assistant-web-chat/b1c5452291e4ab5c49849e6088738780ffe97a74/docs/webchat.jpg
--------------------------------------------------------------------------------
/languages/README.md:
--------------------------------------------------------------------------------
1 | # Web chat language configuration
2 |
3 | ## Overview
4 |
5 | This folder contains [ICU Message Format](http://userguide.icu-project.org/formatparse/messages) JSON representations of all of the languages that are supported by watsonx Assistant action skills, dialog skills and the web chat widget. Web chat defaults to English (US), but you can pass in an object of language strings with
6 | [the updateLanguagePack](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html?to=api-instance-methods#languages) method.
--------------------------------------------------------------------------------
/languages/ar.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "مدعوم بواسطة IBM watsonx",
3 | "ai_slug_description": "يتم تشغيل IBM watsonx بواسطة أحدث نماذج الذكاء الاصطناعي للمعالجة الذكية للمحادثات وتقديم المساعدة متى وأينما كنت في حاجة إليها.",
4 | "components_overflow_ariaLabel": "فتح وإغلاق كشف الاختيارات",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} غير متاح الآن. تمنع المشكلات المتعلقة بالنظام ذي الصلة توفير البيانات.",
7 | "errors_imageSource": "الصورة غير متاحة.",
8 | "errors_videoSource": "الفيديو غير متاح.",
9 | "errors_audioSource": "الصوت غير متاح.",
10 | "errors_iframeSource": "صفحة الانترنت غير متاحة.",
11 | "errors_singleMessage": "يوجد خطأ في الرسالة التي قمت بارسالها للتو، لكن لا تتردد في طلب شيء آخر.",
12 | "errors_ariaMessageRetrying": "نواجه بعض المشاكل في ارسال رسالتك ولكننا لا نزال نحاول",
13 | "errors_ariaMessageFailed": "فشل في ارسال رسالتك",
14 | "errors_noAgentsAvailable": "لا توجد أية أدوات برمجية متاحة.",
15 | "errors_noAgentsJoined": "لم يقم أي مسؤول خدمة عملاء بقبول المحادثة",
16 | "errors_connectingToAgent": "عفوا. حدث خطأ ما ولا يمكنني توصيلك بالوكيل الآن.",
17 | "errors_busy": "عفوا، لا يمكنني مساعدتك الآن. أنا أجيب على أسئلة الكثير من الأشخاص في الوقت الحالي. يرجى اعادة المحاولة لاحقا.",
18 | "errors_agentAppSessionExpired": "عفوا، لقد انتهت مدة التوصل إلى السجل التاريخي للمحادثات.",
19 | "errors_generalContent": "حدث خطأ أثناء عرض هذا المحتوى",
20 | "errors_somethingWrong": "حدث خطأ ما",
21 | "input_ariaLabel": "الرسالة التي سيتم ارسالها",
22 | "input_placeholder": "أدخل شيء...",
23 | "input_buttonLabel": "اضغط لارسال الرسالة",
24 | "input_uploadButtonLabel": "إضافة ملفات ليتم تحميلها",
25 | "window_title": "نافذة المحادثة",
26 | "window_ariaTourRegion": "جولة",
27 | "window_ariaTourRegionNamespace": "الجولة {namespace}",
28 | "window_ariaChatRegion": "محادثة",
29 | "window_ariaChatRegionNamespace": "المحادثة {namespace}",
30 | "window_ariaWindowOpened": "تم فتح نافذة المحادثة",
31 | "window_ariaWindowClosed": "تم اغلاق نافذة المحادثة",
32 | "window_ariaWindowLoading": "ج.اري تحميل المحادثة.",
33 | "launcher_isOpen": "اغلاق نافذة المحادثة",
34 | "launcher_isClosed": "فتح نافذة المحادثة",
35 | "launcher_isTourOpen": "إغلاق نافذة الجولة",
36 | "launcher_isTourClosed": "فتح نافذة الجولة",
37 | "launcher_desktopGreeting": "مرحبًا! أنا مساعد افتراضي. كيف يمكنني مساعدتك اليوم؟",
38 | "launcher_mobileGreeting": "مرحبًا! كيف يمكنني مساعدتك اليوم؟",
39 | "launcher_ariaIsExpanded": "إغلاق برنامج استعراض المحادثة",
40 | "launcher_closeButton": "إغلاق",
41 | "messages_youSaid": "أنت قلت",
42 | "messages_botSaid": "{botName} قال",
43 | "messages_agentSaid": "الوكيل المباشر قال",
44 | "messages_searchResults": "نتائج البحث",
45 | "messages_searchResultsLink": "فتح نتيجة البحث هذه في نافذة جديدة.",
46 | "messages_searchResultsOpenDocument": "فتح وثيقة",
47 | "messages_searchResultsOpenDocumentWithLabel": "فتح الوثيقة \"{documentName}\"",
48 | "messages_searchResultsExpand": "توسيع",
49 | "messages_searchResultsCollapse": "طي",
50 | "messages_botIsLoading": "يتم تحميل {botName}",
51 | "messages_botIsTyping": "{botName} يقوم بالكتابة",
52 | "messages_agentIsTyping": "الوكيل المباشر يقوم بالكتابة",
53 | "messages_scrollHandle": "بدء السجل التاريخي للمحادثات",
54 | "messages_scrollHandleDetailed": "بدء السجل التاريخي للمحادثات. قم بتفعيله للتركيز على الرسالة الأولى ثم استخدم مفاتيح الأسهم وHome وEnd للتنقل بين الرسائل. اضغط Escape للخروج.",
55 | "messages_scrollHandleEnd": "انهاء السجل التاريخي للمحادثات",
56 | "messages_scrollHandleEndDetailed": "انهاء السجل التاريخي للمحادثات. قم بتفعيله للتركيز على الرسالة الأخيرة ثم استخدم مفاتيح الأسهم وHome وEnd للتنقل بين الرسائل. اضغط Escape للخروج.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "أنت {timestamp}",
59 | "notifications_toastClose": "إغلاق الإخطار",
60 | "buttons_restart": "إعادة بدء المحادثة",
61 | "buttons_cancel": "الغاء",
62 | "buttons_retry": "إعادة المحاولة",
63 | "options_select": "تحديد اختيار",
64 | "options_ariaOptionsDisabled": "سيتم الغاء اتاحة هذه الاختيارات ولا يمكن تحديدها",
65 | "header_previewLinkTitle": "معاينة المساعد",
66 | "header_ariaCloseRestart": "إنهاء المحادثة وإغلاق النافذة",
67 | "header_ariaBotAvatar": "صورة {botName} الرمزية",
68 | "header_overflowMenu_options": "الاختيارات",
69 | "homeScreen_returnToAssistant": "العودة إلى المساعد",
70 | "homeScreen_returnToHome": "العودة إلى الشاشة الرئيسية",
71 | "homeScreen_overflowMenuHomeScreen": "الشاشة الرئيسية",
72 | "homeScreen_ariaQuickStartListButton": "قائمة البدء السريع",
73 | "homeScreen_ariaQuickStartListOpened": "تم فتح قائمة البدء السريع.",
74 | "homeScreen_ariaQuickStartListClosed": "تم اغلاق قائمة البدء السريع.",
75 | "default_agent_availableMessage": "أطلب وكيلا، وسأعلمك عندما يصبح جاهزا. قد يختلف وقت الانتظار وفقا للاتاحة.",
76 | "default_agent_unavailableMessage": "عفوا، لا يوجد وكلاء متاحون الآن",
77 | "agent_reason_error": "أممم... أواجه بعض الصعوبات. أحتاج إلى مسؤول خدمة عملاء بشري لمواصلة المحادثة يدويا.",
78 | "agent_sdMissingWarning": "لم يتم توصيف أي مكتب خدمة. ما لم يكن يتوافر لديك مكتب خدمة مهيأ تم إعداده، سيرى المستخدمون خطأ بدلا من الرسالة أدناه. ارجع إلى المطبوعات الفنية للحصول على المزيد من المعلومات.",
79 | "agent_noName": "مسؤول خدمة العملاء المباشر",
80 | "agent_chatTitle": "دعم مسؤول خدمة العملاء المباشر",
81 | "agent_startChat": "الاتصال بمسؤول خدمة العملاء",
82 | "agent_connecting": "تم ارسال طلب الوكيل...",
83 | "agent_agentNoNameTitle": "وكيل",
84 | "agent_agentJoinedName": "{personName} متصل.",
85 | "agent_agentJoinedNoName": "مسؤول خدمة العملاء المباشر متصل.",
86 | "agent_youConnectedWarning": "إذا قمت بتجديد أو ترك الصفحة الحالية، فسيتطلب منك طلب مسؤول خدمة عملاء جديد.",
87 | "agent_connectingMinutes": "وقت الانتظار الحالي هو {time, number} {time, plural, one {minute} other {minutes}}.",
88 | "agent_connectingQueue": "رقمك هو {position, number} في قائمة الانتظار.",
89 | "agent_ariaAgentAvatar": "صورة رمزية للوكيل المباشر",
90 | "agent_ariaGenericAvatar": "صورة Avatar",
91 | "agent_ariaGenericBotAvatar": "صورة Avatar",
92 | "agent_youEndedChat": "قمت بإنهاء الاتصال مع مسؤول خدمة العملاء المباشر.",
93 | "agent_conversationWasEnded": "قمت بإنهاء الاتصال مع مسؤول خدمة العملاء المباشر.",
94 | "agent_disconnected": "حدث خطأ ما وتم فقد الاتصال بمسؤول خدمة العملاء المباشر. تحقق من وصلة الإنترنت لديك وأعد محاولة الاتصال بمسؤول خدمة العملاء مرة أخرى.",
95 | "agent_reconnected": "تم إعادة الاتصال بمسؤول خدمة العملاء.",
96 | "agent_agentLeftChat": "قام {personName} بإنهاء الاتصال.",
97 | "agent_agentLeftChatNoName": "قام مسؤول خدمة العملاء المباشر بإنهاء الاتصال.",
98 | "agent_agentEndedChat": "قام {personName} بإنهاء المحادثة.",
99 | "agent_agentEndedChatNoName": "قام مسؤول خدمة العملاء المباشر بإنهاء المحادثة.",
100 | "agent_transferring": "يتم تحويلك.",
101 | "agent_transferringNoName": "يتم تحويلك.",
102 | "agent_endChat": "هل تريد إنهاء الاتصال مع مسؤول خدمة العملاء المباشر؟",
103 | "agent_confirmSuspendedEndChatTitle": "هل تريد قطع الاتصال بالوكيل السابق؟",
104 | "agent_confirmSuspendedEndChatMessage": "أنت متصل حاليًا بوكيل. سيؤدي الاستمرار إلى قطع الاتصال بالوكيل الحالي والاتصال بوكيل جديد. هل تريد الاستمرار؟",
105 | "agent_confirmCancelRequestTitle": "هل تريد إلغاء الطلب؟",
106 | "agent_confirmCancelRequestMessage": "إذا قمت بالاستمرار، ستقوم بإلغاء الطلب الخاص بك للحصول على مسؤول خدمة عملاء.",
107 | "agent_confirmCancelRequestNo": "العودة للخلف",
108 | "agent_confirmCancelRequestYes": "إلغاء الطلب",
109 | "agent_confirmEndChat": "إذا قمت بإنهاء الاتصال، فسيتطلب منك طلب مسؤول خدمة عملاء مباشر جديد.",
110 | "agent_confirmEndChatNo": "العودة للخلف",
111 | "agent_confirmEndChatYes": "إنهاء الاتصال",
112 | "agent_confirmEndSuspendedYes": "استمرار",
113 | "agent_botReturned": "هل يمكنني مساعدتك بأي شيء آخر؟",
114 | "agent_newMessage": "رسالة جديدة",
115 | "agent_cardButtonChatRequested": "جاري الاتصال...",
116 | "agent_cardButtonConnected": "متصل",
117 | "agent_cardButtonChatEnded": "غير متصل",
118 | "agent_cardMessageChatEnded": "قمت بإنهاء الاتصال مع مسؤول خدمة العملاء المباشر.",
119 | "agent_cardMessageConnected": "أنت متصل الآن.",
120 | "agent_connectButtonCancel": "إلغاء",
121 | "agent_connectedButtonEndChat": "إنهاء الاتصال",
122 | "agent_connectWaiting": "جاري الانتظار...",
123 | "agent_defaultMessageToAgent": "بدء المحادثة",
124 | "agent_inputPlaceholderConnecting": "في انتظار مسؤول خدمة العملاء...",
125 | "agent_inputPlaceholderReconnecting": "إعادة الاتصال بمسؤول خدمة العملاء...",
126 | "agent_sharingStopSharingButton": "إيقاف مشاركة الشاشة",
127 | "agent_sharingRequestTitle": "مشاركة الشاشة",
128 | "agent_sharingRequestMessage": "قام مسؤول خدمة العملاء بطلب مشاركة الشاشة الخاصة بك. يمكنك إيقاف المشاركة في أي وقت.",
129 | "agent_sharingAcceptButton": "مشاركة الشاشة",
130 | "agent_sharingDeclineButton": "رفض",
131 | "agent_sharingRequested": "طلب منك مشاركة الشاشة الخاصة بك.",
132 | "agent_sharingAccepted": "قمت بمشاركة الشاشة الخاصة بك.",
133 | "agent_sharingDeclined": "قمت برفض مشاركة الشاشة الخاصة بك.",
134 | "agent_sharingCancelled": "تم إلغاء طلب مشاركة الشاشة.",
135 | "agent_sharingEnded": "قمت بإيقاف مشاركة الشاشة الخاصة بك",
136 | "agent_suspendedWarning": "أنت متصل حاليًا بوكيل.",
137 | "icon_ariaUnreadMessages": "يوجد {count, plural, one { } other { }zero{ }two{ }few{ }many{ }} من {count, number} رسالة/رسائل{count, plural, one {رسالة/رسائل} other {رسالة/رسائل}zero{رسالة/رسائل}two{رسالة/رسائل}few{رسالة/رسائل}many{رسالة/رسائل}} لم يتم قراءتها",
138 | "showMore": "مشاهدة المزيد",
139 | "suggestions_title": "الاقتراحات",
140 | "suggestions_sectionTitleAlternateResponses": "ارسال أحد هذه الرسائل",
141 | "suggestions_sectionTitleSearch": "مشاهدة المحتوى المتعلق",
142 | "suggestions_sectionTitleContact": "الحصول على المساعدة بطريقة أخرى",
143 | "suggestions_sectionTitleStarters": "الأشخاص مهتمون أيضا بما يلي",
144 | "suggestions_noSearchResults": "لم أتمكن من ايجاد أي شيء لمشاركته معك فيما يتعلق بالمحادثة الحالية.",
145 | "suggestions_connectToAgent": "الاتصال بالوكيل",
146 | "suggestions_ariaButtonToClose": "اضغط لاغلاق الاقتراحات.",
147 | "suggestions_ariaMessageButtons": "اختيارات رسالة الاقتراحات",
148 | "suggestions_ariaButtonToOpen": "اختيار الاقتراحات. اضغط لفتح الاقتراحات.",
149 | "suggestions_ariaPanelButtonToggle": "اضغط للتبديل بين المزيد أو القليل من الاقتراحات.",
150 | "suggestions_ariaAnnounceButtonShow": "اضغط على اختيار الاقتراحات لمشاهدة الاقتراحات.",
151 | "suggestions_ariaAnnounceListOpen": "تم فتح الاقتراحات. اضغط Escape للاغلاق.",
152 | "suggestions_ariaAnnounceListClosed": "تم اغلاق الاقتراحات.",
153 | "suggestions_ariaAnnounceListExpanded": "تم عرض الاقتراحات.",
154 | "suggestions_ariaAnnounceListCollapsed": "تم طي الاقتراحات.",
155 | "suggestions_searchBookmarkHeader": "يسرني عثورك على المحتويات المتعلقة. سأحفظ هذا لك هنا في محادثتنا.",
156 | "suggestions_searchBookmarkFooter": "هل يمكنني مساعدتك بأي شيء آخر؟",
157 | "suggestions_searchBookmarkButtonDescription": "علامة توقف",
158 | "showMoreResults": "مشاهدة المزيد",
159 | "disclaimer_title": "اخلاء المسؤولية",
160 | "disclaimer_accept": "أوافق",
161 | "sessionHistory_expired": "جلسة المحادثة غير فعالة. أرسل أي رسالة للاستمرار. إذا قمت بتجديد الصفحة الآن، يجب أن تقوم ببدء محادثة جديدة.",
162 | "sessionHistory_expiredNoCopy": "جلسة المحادثة غير فعالة.",
163 | "branding_headline": "تم بناؤه باستخدام IBM watsonx",
164 | "branding_description": "تخلص من الإحباط الناتج عن أوقات الانتظار الطويلة، والعمليات البحثية المملة، وروبوتات الدردشة غير المفيدة مع watsonx Assistant. وفر المال والوقت عن طريق تزويد عملائك بأجوبة سريعة ودقيقة في أي مكان يحتاجون إليها.",
165 | "branding_sign_up": "قم بالتسجيل اليوم.",
166 | "general_ariaCloseInformationOverlay": "قم باغلاق شاشة المعلومات.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "تم فتح شاشة المعلومات.",
168 | "general_ariaAnnounceClosedInformationOverlay": "تم اغلاق شاشة المعلومات.",
169 | "general_ariaAnnounceEscapeOverlay": "اضغط على Escape أو اضغط على الاختيار اغلاق للاغلاق.",
170 | "general_returnToAssistant": "العودة إلى المساعد",
171 | "branding_ariaInformationButton": "معرفة المزيد عن IBM Watson.",
172 | "channelTransfer_failed": "كانت هناك مشكلة أثناء عملية النقل الخاصة بك. لاعادة المحاولة مرة أخرى، قم بالضغط على الرابط الأصلي أو ارسال رسالتك إلى المساعد هنا.",
173 | "conversationalSearch_streamingIncomplete": "لم يتم إكمال هذه الرسالة. يُرجى إعادة المحاولة.",
174 | "conversationalSearch_viewPDF": "مشاهدة PDF",
175 | "conversationalSearch_viewSourceDocument": "مشاهدة المصدر",
176 | "conversationalSearch_toggleCitations": "فتح أو إغلاق كشف المصادر",
177 | "conversationalSearch_responseStopped": "توقفت الاستجابة",
178 | "launcher_chatNow": "اجراء محادثة الآن",
179 | "iframe_ariaSourceLoaded": "تم تحميل صفحة الانترنت.",
180 | "iframe_ariaImageAltText": "معاينة صورة لشاشة صفحة الانترنت.",
181 | "iframe_ariaClosePanel": "اغلاق شاشة صفحة الانترنت.",
182 | "iframe_ariaOpenedPanel": "تم فتح شاشة صفحة الانترنت.",
183 | "iframe_ariaClosedPanel": "تم غلق شاشة صفحة الانترنت.",
184 | "iframe_ariaClickPreviewCard": "اضغط لفتح شاشة صفحة الانترنت وزيارة {source}.",
185 | "closeAndRestartModal_title": "إنهاء المحادثة",
186 | "closeAndRestartModal_message": "هل تريد بالفعل إنهاء المحادثة الخاصة بك؟",
187 | "closeAndRestartModal_confirm": "نعم",
188 | "closeAndRestartModal_cancel": "لا",
189 | "datePicker_chooseDate": "اختر تاريخ ({format})",
190 | "datePicker_confirmDate": "تأكيد التاريخ",
191 | "tour_resumeButton": "استئناف",
192 | "tour_restartButton": "إعادة بدء",
193 | "tour_startButton": "البدء",
194 | "tour_doneButton": "إتمام",
195 | "tour_ariaMinimizeButton": "إخفاء نافذة الجولة",
196 | "tour_ariaCloseButton": "إغلاق نافذة الجولة",
197 | "tour_ariaChatButton": "فتح نافذة المحادثة",
198 | "tour_ariaPreviousButton": "الانتقال إلى الخطوة السابقة",
199 | "tour_ariaNextButton": "الانتقال إلى الخطوة التالية",
200 | "tour_instructions": "استخدم الاختيارات السابقة والتالية للتجول بين خطوات الجولة. استخدم الاختيار {chatButtonText} لفتح نافذة المحادثة هذه.",
201 | "tour_errorFetchingStep": "حدثت مشكلة في إحضار الخطوة التالية.",
202 | "tour_errorTitle": "لا يمكن الاستمرار",
203 | "tour_errorBody": "فشل في تحميل المحتوى. برجاء اعادة المحاولة.",
204 | "fileSharing_fileTooLarge": "الحد الأقصى المسموح به لحجم الملف هو {maxSize}.",
205 | "fileSharing_ariaAnnounceSuccess": "تم تحميل الملف بنجاح.",
206 | "fileSharing_fileIcon": "شارة الملف",
207 | "fileSharing_removeButtonTitle": "إزالة ملف",
208 | "fileSharing_statusUploading": "تحميل ملف",
209 | "fileSharing_uploadFailed": "حدث خطأ أثناء تحميل الملف.",
210 | "fileSharing_agentMessageText": "تحميل الملف",
211 | "fileSharing_request": "طلب منك الوكيل تحميل ملف.",
212 | "serviceDesk_niceDFO_fileUploadError": "الحد الأقصى لحجم الملف هو {fileSize} ميجابايت. أنواع الملفات المسموح بها هي {allowedTypes}.",
213 | "documentViewer_ariaRoleLabel": "برنامج مشاهدة PDF",
214 | "documentViewer_title": "معاينة الوثيقة",
215 | "documentViewer_zoomIn": "تكبير",
216 | "documentViewer_zoomOut": "تصغير",
217 | "documentViewer_zoomReset": "إرجاع مستوى التكبير/التصغير",
218 | "documentViewer_download": "تحميل",
219 | "documentViewer_close": "إغلاق",
220 | "documentViewer_previousPage": "الصفحة السابقة",
221 | "documentViewer_nextPage": "الصفحة التالية",
222 | "documentViewer_previousMatch": "المطابقة السابقة",
223 | "documentViewer_nextMatch": "المطابقة التالية",
224 | "documentViewer_search": "بحث",
225 | "documentViewer_currentPage": "الصفحة الحالية",
226 | "documentViewer_clearSearch": "محو البحث",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, zero {صفحات} other {صفحات} one {صفحة} few {صفحات} many {صفحات} two {صفحات}}",
228 | "documentViewer_loadErrorTitle": "هناك خطأ ما.",
229 | "documentViewer_loadError": "لم نتمكن من تحميل الوثيقة. اضغط إعادة المحاولة لإعادة المحاولة مرة أخرى، أو حاول تنزيل الوثيقة.",
230 | "documentViewer_loadErrorRetry": "إعادة المحاولة",
231 | "carousel_prevNavButton": "انتقل إلى الشريحة السابقة.",
232 | "carousel_nextNavButton": "انتقل إلى الشريحة التالية.",
233 | "input_completionsTagApp": "تطبيق",
234 | "input_completionsTagAssistant": "المساعد",
235 | "table_filterPlaceholder": "جدول ترشيح البيانات",
236 | "table_previousPage": "الصفحة السابقة",
237 | "table_nextPage": "الصفحة التالية",
238 | "table_itemsPerPage": "البنود بكل صفحة:",
239 | "table_paginationSupplementalText": "من {pagesCount, number}{pagesCount, plural, zero {صفحات} other {صفحات} one {صفحة} few {صفحات} many {صفحات} two {صفحات}}",
240 | "table_paginationStatus": "{start, number}–{end, number} من {count, number} {count, plural, zero {البنود} other {البنود} one {البند} few {البنود} many {البنود} two {البنود}}",
241 | "feedback_positiveLabel": "استجابة جيدة",
242 | "feedback_negativeLabel": "استجابة سيئة",
243 | "feedback_defaultTitle": "ملاحظات إضافية",
244 | "feedback_defaultPrompt": "لماذا اخترت هذا التقييم؟",
245 | "feedback_defaultPlaceholder": "أضف تعليق",
246 | "feedback_submitLabel": "إحالة",
247 | "feedback_cancelLabel": "إلغاء",
248 | "input_stopResponse": "إيقاف الاستجابة",
249 | "messages_responseStopped": "توقفت الاستجابة",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "المدخلات",
252 | "chainOfThought_outputLabel": "المخرجات",
253 | "chainOfThought_toolLabel": "أداة",
254 | "chainOfThought_statusSucceededLabel": "نجح",
255 | "chainOfThought_statusFailedLabel": "فشل",
256 | "chainOfThought_statusProcessingLabel": "تشغيل",
257 | "chainOfThought_explainabilityLabel": "كيف توصلتُ إلى هذه الإجابة؟"
258 | }
--------------------------------------------------------------------------------
/languages/cs.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "Založeno na produktu IBM watsonx",
3 | "ai_slug_description": "Produkt IBM watsonx je založený na nejnovějších modelech AI, které inteligentně zpracovávají konverzace a poskytují nápovědu, kdykoli a kdekoli ji budete potřebovat.",
4 | "components_overflow_ariaLabel": "Otevřít a zavřít seznam voleb",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} není momentálně k dispozici. Problémy se souvisejícím systémem brání v dodání dat.",
7 | "errors_imageSource": "Obrázek není k dispozici.",
8 | "errors_videoSource": "Video není k dispozici.",
9 | "errors_audioSource": "Zvuk není k dispozici.",
10 | "errors_iframeSource": "Webová stránka není k dispozici.",
11 | "errors_singleMessage": "Došlo k chybě s vaší právě odeslanou zprávou, ale klidně se zeptejte na něco jiného.",
12 | "errors_ariaMessageRetrying": "Máme nějaké potíže s odesláním vaší zprávy, ale zkoušíme to dál.",
13 | "errors_ariaMessageFailed": "Vaši zprávu se nepodařilo odeslat.",
14 | "errors_noAgentsAvailable": "Nejsou k dispozici žádní agenti.",
15 | "errors_noAgentsJoined": "Konverzaci nepřijali žádní agenti",
16 | "errors_connectingToAgent": "Omlouvám se. Něco se pokazilo a nemohu Vás teď připojit k agentovi.",
17 | "errors_busy": "Omlouvám se, ale nemohu Vám hned teď pomoci. Vyřizuji spoustu dotazů, které položila dlouhá řada lidí před vámi. Zkuste to znovu později, prosím.",
18 | "errors_agentAppSessionExpired": "Je mi líto, ale přístup k historii konverzace vypršel.",
19 | "errors_generalContent": "Při zobrazení tohoto obsahu došlo k chybě",
20 | "errors_somethingWrong": "Něco se pokazilo",
21 | "input_ariaLabel": "Zpráva k odeslání",
22 | "input_placeholder": "Napište něco...",
23 | "input_buttonLabel": "Klepnutím odešlete zprávu.",
24 | "input_uploadButtonLabel": "Přidat soubory k odeslání",
25 | "window_title": "Okno konverzace",
26 | "window_ariaTourRegion": "Prohlídka",
27 | "window_ariaTourRegionNamespace": "Prohlídka {namespace}",
28 | "window_ariaChatRegion": "Konverzace",
29 | "window_ariaChatRegionNamespace": "Konverzace {namespace}",
30 | "window_ariaWindowOpened": "Okno konverzace bylo otevřeno.",
31 | "window_ariaWindowClosed": "Okno konverzace bylo zavřeno.",
32 | "window_ariaWindowLoading": "Konverzace se načítá.",
33 | "launcher_isOpen": "Zavřít okno konverzace",
34 | "launcher_isClosed": "Otevřít okno konverzace",
35 | "launcher_isTourOpen": "Zavřít okno prohlídky",
36 | "launcher_isTourClosed": "Otevřít okno prohlídky",
37 | "launcher_desktopGreeting": "Ahoj! Jsem virtuální asistent. Jak Vám dnes mohu pomoci?",
38 | "launcher_mobileGreeting": "Ahoj! Jak Vám dnes mohu pomoci?",
39 | "launcher_ariaIsExpanded": "Zavřít spouštěcí program konverzace",
40 | "launcher_closeButton": "Zavřít",
41 | "messages_youSaid": "Vy jste řekli",
42 | "messages_botSaid": "Robot {botName} řekl",
43 | "messages_agentSaid": "Lidský agent řekl",
44 | "messages_searchResults": "Výsledky hledání",
45 | "messages_searchResultsLink": "Otevřít tento výsledek hledání v novém okně",
46 | "messages_searchResultsOpenDocument": "Otevřít dokument",
47 | "messages_searchResultsOpenDocumentWithLabel": "Otevřít dokument \"{documentName}\"",
48 | "messages_searchResultsExpand": "Rozbalit",
49 | "messages_searchResultsCollapse": "Sbalit",
50 | "messages_botIsLoading": "{botName} se načítá",
51 | "messages_botIsTyping": "Robot {botName} píše",
52 | "messages_agentIsTyping": "Lidský agent píše",
53 | "messages_scrollHandle": "Začátek historie konverzace",
54 | "messages_scrollHandleDetailed": "Začátek historie konverzace. Aktivací se zaměříte na první zprávu, a pak se můžete pomocí šipek a kláves Home a End pohybovat mezi zprávami. Stisknutím klávesy Esc odejdete.",
55 | "messages_scrollHandleEnd": "Konec historie konverzace",
56 | "messages_scrollHandleEndDetailed": "Konec historie konverzace. Aktivací se zaměříte na poslední zprávu, a pak se můžete pomocí šipek a kláves Home a End pohybovat mezi zprávami. Stisknutím klávesy Esc odejdete.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "Vy {timestamp}",
59 | "notifications_toastClose": "Zavřít oznámení",
60 | "buttons_restart": "Restartovat konverzaci",
61 | "buttons_cancel": "Storno",
62 | "buttons_retry": "Opakovat",
63 | "options_select": "Vyberte volbu",
64 | "options_ariaOptionsDisabled": "Tyto volby jsou zakázány a nelze je vybrat.",
65 | "header_previewLinkTitle": "Náhled asistenta",
66 | "header_ariaCloseRestart": "Ukončit konverzaci a zavřít okno",
67 | "header_ariaBotAvatar": "Avatarový obrázek robota {botName}",
68 | "header_overflowMenu_options": "Volby",
69 | "homeScreen_returnToAssistant": "Návrat na asistenta",
70 | "homeScreen_returnToHome": "Návrat na domovskou obrazovku",
71 | "homeScreen_overflowMenuHomeScreen": "Domovská obrazovka",
72 | "homeScreen_ariaQuickStartListButton": "Nabídka stručného úvodu",
73 | "homeScreen_ariaQuickStartListOpened": "Byla otevřena nabídka stručného úvodu.",
74 | "homeScreen_ariaQuickStartListClosed": "Byla zavřena nabídka stručného úvodu.",
75 | "default_agent_availableMessage": "Požádejte o agenta, a až bude připravený, dostanete oznámení. Doba čekání se může lišit podle dostupnosti.",
76 | "default_agent_unavailableMessage": "V tuto chvíli bohužel není k dispozici žádný agent.",
77 | "agent_reason_error": "Hmmm... Mám nějaké potíže. Potřebuji, aby v konverzaci ručně pokračoval lidský agent.",
78 | "agent_sdMissingWarning": "Není nakonfigurována žádná služba Service Desk. Pokud nemáte implementovanou vlastní službu Service Desk, uvidí uživatelé místo níže uvedené správy chybu. Další informace viz documentation.",
79 | "agent_noName": "Lidský agent",
80 | "agent_chatTitle": "Podpora od živého agenta",
81 | "agent_startChat": "Připojit k agentovi",
82 | "agent_connecting": "Požadavek na agenta byl odeslán...",
83 | "agent_agentNoNameTitle": "Agent",
84 | "agent_agentJoinedName": "{personName} se připojil.",
85 | "agent_agentJoinedNoName": "Lidský agent připojen.",
86 | "agent_youConnectedWarning": "Pokud aktuální stránku aktualizujete nebo opustíte, budete muset požádat o nového agenta.",
87 | "agent_connectingMinutes": "Aktuální doba čekání je {time, number} {time, plural, one {minuta} other {minut}}.",
88 | "agent_connectingQueue": "Jste na {position, number}. pozici ve frontě.",
89 | "agent_ariaAgentAvatar": "Avatarový obrázek lidského agenta",
90 | "agent_ariaGenericAvatar": "Obrázek avatara",
91 | "agent_ariaGenericBotAvatar": "Obrázek avatara",
92 | "agent_youEndedChat": "Odpojili jste se od živého agenta.",
93 | "agent_conversationWasEnded": "Odpojili jste se od živého agenta.",
94 | "agent_disconnected": "Něco se pokazilo a vaše připojení k lidskému agentovi bylo ztraceno. Zkontrolujte své připojení k Internetu a zkuste se připojit k agentovi znovu.",
95 | "agent_reconnected": "Agent znovu připojen.",
96 | "agent_agentLeftChat": "{personName} se odpojil.",
97 | "agent_agentLeftChatNoName": "Živý agent odpojen.",
98 | "agent_agentEndedChat": "{personName} ukončil konverzaci.",
99 | "agent_agentEndedChatNoName": "Lidský agent ukončil konverzaci.",
100 | "agent_transferring": "Nyní jste přesměrováváni.",
101 | "agent_transferringNoName": "Nyní jste přesměrováváni.",
102 | "agent_endChat": "Odpojit od živého agenta?",
103 | "agent_confirmSuspendedEndChatTitle": "Odpojit se od předchozího agenta?",
104 | "agent_confirmSuspendedEndChatMessage": "Momentálně jste připojeni k agentovi. Pokračováním se od tohoto agenta odpojíte a připojíte se k novému. Chcete pokračovat?",
105 | "agent_confirmCancelRequestTitle": "Zrušit požadavek?",
106 | "agent_confirmCancelRequestMessage": "Budete-li pokračovat, zrušíte požadavek na agenta.",
107 | "agent_confirmCancelRequestNo": "Přejít zpět",
108 | "agent_confirmCancelRequestYes": "Zrušit požadavek",
109 | "agent_confirmEndChat": "Pokud se odpojíte, budete muset požádat o nového lidského agenta.",
110 | "agent_confirmEndChatNo": "Přejít zpět",
111 | "agent_confirmEndChatYes": "Odpojit",
112 | "agent_confirmEndSuspendedYes": "Pokračovat",
113 | "agent_botReturned": "Mohu vám pomoci s něčím jiným?",
114 | "agent_newMessage": "Nová zpráva",
115 | "agent_cardButtonChatRequested": "Připojování...",
116 | "agent_cardButtonConnected": "Připojeno",
117 | "agent_cardButtonChatEnded": "Odpojeno",
118 | "agent_cardMessageChatEnded": "Odpojili jste se od živého agenta.",
119 | "agent_cardMessageConnected": "Jste připojeni.",
120 | "agent_connectButtonCancel": "Storno",
121 | "agent_connectedButtonEndChat": "Odpojit",
122 | "agent_connectWaiting": "Čekání...",
123 | "agent_defaultMessageToAgent": "Začít konverzaci",
124 | "agent_inputPlaceholderConnecting": "Čekání na agenta...",
125 | "agent_inputPlaceholderReconnecting": "Opětovné připojování k agentovi...",
126 | "agent_sharingStopSharingButton": "Přestat sdílet obrazovku",
127 | "agent_sharingRequestTitle": "Sdílení obrazovky",
128 | "agent_sharingRequestMessage": "Agent požádal o sdílení obrazovky. Obrazovku můžete kdykoli přestat sdílet.",
129 | "agent_sharingAcceptButton": "Sdílet obrazovku",
130 | "agent_sharingDeclineButton": "Odmítnout",
131 | "agent_sharingRequested": "Byli jste požádáni o sdílení obrazovky.",
132 | "agent_sharingAccepted": "Sdíleli jste obrazovku.",
133 | "agent_sharingDeclined": "Odmítli jste sdílení obrazovky.",
134 | "agent_sharingCancelled": "Požadavek na sdílení obrazovky byl zrušen.",
135 | "agent_sharingEnded": "Zastavili jste sdílení obrazovky.",
136 | "agent_suspendedWarning": "Momentálně jste připojeni k agentovi.",
137 | "icon_ariaUnreadMessages": "Existuje{count, plural, one {} other {}few{}} {count, number} {count, plural, one {nepřečtená zpráva} other {nepřečtených zpráv}few{nepřečtené zprávy}}",
138 | "showMore": "Zobrazit více",
139 | "suggestions_title": "Návrhy",
140 | "suggestions_sectionTitleAlternateResponses": "Odeslat jednu z těchto zpráv",
141 | "suggestions_sectionTitleSearch": "Zobrazit související obsah",
142 | "suggestions_sectionTitleContact": "Získat pomoc jinak",
143 | "suggestions_sectionTitleStarters": "Lidi také zajímá",
144 | "suggestions_noSearchResults": "Nenašel jsem nic, co by se týkalo aktuální konverzace, s čím bych se s Vámi podělil.",
145 | "suggestions_connectToAgent": "Připojit k agentovi",
146 | "suggestions_ariaButtonToClose": "Klepnutím zavřete návrhy.",
147 | "suggestions_ariaMessageButtons": "Tlačítka zpráv návrhů",
148 | "suggestions_ariaButtonToOpen": "Tlačítko návrhů. Klepnutím otevřete návrhy.",
149 | "suggestions_ariaPanelButtonToggle": "Klepnutím přepnete mezi více a méně návrhy.",
150 | "suggestions_ariaAnnounceButtonShow": "Klepnutím na tlačítko návrhů zobrazíte návrhy.",
151 | "suggestions_ariaAnnounceListOpen": "Byly otevřeny návrhy. Stisknutím klávesy Esc je zavřete.",
152 | "suggestions_ariaAnnounceListClosed": "Byly zavřeny návrhy.",
153 | "suggestions_ariaAnnounceListExpanded": "Návrhy byly rozbaleny.",
154 | "suggestions_ariaAnnounceListCollapsed": "Návrhy byly sbaleny.",
155 | "suggestions_searchBookmarkHeader": "Jsem rád, že jste našli související obsah. Uložím to pro Vás zde v naší konverzaci.",
156 | "suggestions_searchBookmarkFooter": "Mohu Vám pomoct s něčím dalším?",
157 | "suggestions_searchBookmarkButtonDescription": "Přidat do záložek",
158 | "showMoreResults": "Zobrazit více",
159 | "disclaimer_title": "Prohlášení",
160 | "disclaimer_accept": "Přijímám",
161 | "sessionHistory_expired": "Relace konverzace je neaktivní. Pokračujte odesláním jakékoli zprávy. Pokud nyní aktualizujete stránku, budete muset začít novou konverzaci.",
162 | "sessionHistory_expiredNoCopy": "Relace konverzace je neaktivní.",
163 | "branding_headline": "Sestaveno pomocí produktu IBM watsonx",
164 | "branding_description": "Pomocí produktu watsonx Assistant můžete odstranit frustraci z dlouhých dob čekání, zdlouhavého vyhledávání a neužitečných konverzačních robotů. Ušetřete peníze a čas tím, že svým zákazníkům poskytnete rychlé a přesné odpovědi kdekoli, kde je potřebují.",
165 | "branding_sign_up": "Zaregistrujte se ještě dnes.",
166 | "general_ariaCloseInformationOverlay": "Zavřete informační panel.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "Informační panel byl otevřen.",
168 | "general_ariaAnnounceClosedInformationOverlay": "Informační panel byl zavřen.",
169 | "general_ariaAnnounceEscapeOverlay": "Stisknutím klávesy Esc nebo klepnutím na tlačítko pro zavření ho zavřete.",
170 | "general_returnToAssistant": "Návrat na asistenta",
171 | "branding_ariaInformationButton": "Další informace o produktu IBM Watson.",
172 | "channelTransfer_failed": "Při vašem přepojování se vyskytl problém. Chcete-li pokus zopakovat, klepněte na původní odkaz nebo zde odešlete zprávu asistentovi.",
173 | "conversationalSearch_streamingIncomplete": "Tato zpráva nebyla dokončena. Zkuste to prosím znovu.",
174 | "conversationalSearch_viewPDF": "Zobrazit PDF",
175 | "conversationalSearch_viewSourceDocument": "Zobrazit zdroj",
176 | "conversationalSearch_toggleCitations": "Otevřít nebo zavřít seznam zdrojů",
177 | "conversationalSearch_responseStopped": "Odpověď zastavena",
178 | "launcher_chatNow": "Konverzovat nyní",
179 | "iframe_ariaSourceLoaded": "Webová stránka se načetla.",
180 | "iframe_ariaImageAltText": "Náhled obrázku pro panel webové stránky.",
181 | "iframe_ariaClosePanel": "Zavřete panel webové stránky.",
182 | "iframe_ariaOpenedPanel": "Otevřel se panel webové stránky.",
183 | "iframe_ariaClosedPanel": "Panel webové stránky se zavřel.",
184 | "iframe_ariaClickPreviewCard": "Kliknutím otevřete panel webové stránky a navštivte {source}.",
185 | "closeAndRestartModal_title": "Ukončit konverzaci",
186 | "closeAndRestartModal_message": "Opravdu chcete ukončit konverzaci?",
187 | "closeAndRestartModal_confirm": "Ano",
188 | "closeAndRestartModal_cancel": "Ne",
189 | "datePicker_chooseDate": "Zvolte datum ({format})",
190 | "datePicker_confirmDate": "Potvrdit datum",
191 | "tour_resumeButton": "Pokračovat",
192 | "tour_restartButton": "Restartovat",
193 | "tour_startButton": "Začínáme",
194 | "tour_doneButton": "Hotovo",
195 | "tour_ariaMinimizeButton": "Skrýt okno prohlídky",
196 | "tour_ariaCloseButton": "Zavřít okno prohlídky",
197 | "tour_ariaChatButton": "Otevřete okno konverzace",
198 | "tour_ariaPreviousButton": "Přejít na předchozí krok",
199 | "tour_ariaNextButton": "Přejít na další krok",
200 | "tour_instructions": "Pomocí tlačítek Předchozí a Další můžete procházet mezi kroky prohlídky. Pomocí tlačítka {chatButtonText} otevřete toto okno konverzace.",
201 | "tour_errorFetchingStep": "Při načítání dalšího kroku se vyskytl problém.",
202 | "tour_errorTitle": "Nelze pokračovat",
203 | "tour_errorBody": "Načtení obsahu se nezdařilo. Zkuste to prosím znovu.",
204 | "fileSharing_fileTooLarge": "Maximální povolená velikost souboru je {maxSize}.",
205 | "fileSharing_ariaAnnounceSuccess": "Soubor byl úspěšně odeslán.",
206 | "fileSharing_fileIcon": "Ikona souboru",
207 | "fileSharing_removeButtonTitle": "Odebrat soubor",
208 | "fileSharing_statusUploading": "Odesílání souboru",
209 | "fileSharing_uploadFailed": "Při odesílání souboru došlo k chybě.",
210 | "fileSharing_agentMessageText": "Odeslání souboru",
211 | "fileSharing_request": "Agent vás požádal o přenesení souboru.",
212 | "serviceDesk_niceDFO_fileUploadError": "Maximální velikost souboru je {fileSize} MB. Povolené typy souborů jsou {allowedTypes}.",
213 | "documentViewer_ariaRoleLabel": "Prohlížeč PDF",
214 | "documentViewer_title": "Náhled dokumentu",
215 | "documentViewer_zoomIn": "Zvětšit",
216 | "documentViewer_zoomOut": "Zmenšit",
217 | "documentViewer_zoomReset": "Resetovat přiblížení",
218 | "documentViewer_download": "Stáhnout",
219 | "documentViewer_close": "Zavřít",
220 | "documentViewer_previousPage": "Předchozí stránek",
221 | "documentViewer_nextPage": "Následující stránka",
222 | "documentViewer_previousMatch": "Předchozí shoda",
223 | "documentViewer_nextMatch": "Další shoda",
224 | "documentViewer_search": "Hledat",
225 | "documentViewer_currentPage": "Aktuální stránka",
226 | "documentViewer_clearSearch": "Vymazat hledání",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {stránek} one {stránka} few {stránek} many {stránek}}",
228 | "documentViewer_loadErrorTitle": "Něco je špatně.",
229 | "documentViewer_loadError": "Nepodařilo se načíst dokument. Chcete-li operaci zopakovat, klepněte na volbu Opakovat, nebo zkuste dokument stáhnout.",
230 | "documentViewer_loadErrorRetry": "Opakovat",
231 | "carousel_prevNavButton": "Přejít na předchozí snímek.",
232 | "carousel_nextNavButton": "Přejít na další snímek.",
233 | "input_completionsTagApp": "Aplikace",
234 | "input_completionsTagAssistant": "Asistent",
235 | "table_filterPlaceholder": "Filtrovat tabulku",
236 | "table_previousPage": "Předchozí stránka",
237 | "table_nextPage": "Následující stránka",
238 | "table_itemsPerPage": "Položek na stránce:",
239 | "table_paginationSupplementalText": "z {pagesCount, number} {pagesCount, plural, other {stránek} one {stránka} few {stránek} many {stránek}}",
240 | "table_paginationStatus": "{start, number}–{end, number} z {count, number} {count, plural, other {položek} one {položka} few {položek} many {položek}}",
241 | "feedback_positiveLabel": "Dobrá odpověď",
242 | "feedback_negativeLabel": "Špatná odpověď",
243 | "feedback_defaultTitle": "Další zpětná vazba",
244 | "feedback_defaultPrompt": "Proč jste zvolili toto hodnocení?",
245 | "feedback_defaultPlaceholder": "Přidejte komentář",
246 | "feedback_submitLabel": "Odeslat",
247 | "feedback_cancelLabel": "Storno",
248 | "input_stopResponse": "Zastavit odezvu",
249 | "messages_responseStopped": "Odezva zastavena",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "Vstup",
252 | "chainOfThought_outputLabel": "Výstup",
253 | "chainOfThought_toolLabel": "Nástroj",
254 | "chainOfThought_statusSucceededLabel": "Úspěch",
255 | "chainOfThought_statusFailedLabel": "Nezdařený",
256 | "chainOfThought_statusProcessingLabel": "Zpracování",
257 | "chainOfThought_explainabilityLabel": "Jak jsem dostal tuto odpověď?"
258 | }
--------------------------------------------------------------------------------
/languages/en.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "Powered by IBM watsonx",
3 | "ai_slug_description": "IBM watsonx is powered by the latest AI models to intelligently process conversations and provide help whenever and wherever you may need it.",
4 | "components_overflow_ariaLabel": "Open and close list of options",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} isn't available right now. Problems with a related system are preventing the data from being supplied.",
7 | "errors_imageSource": "Image is not available.",
8 | "errors_videoSource": "Video is not available.",
9 | "errors_audioSource": "Audio is not available.",
10 | "errors_iframeSource": "The web page is not available.",
11 | "errors_singleMessage": "There is an error with the message you just sent, but feel free to ask me something else.",
12 | "errors_ariaMessageRetrying": "We are having some trouble sending your message but are still trying",
13 | "errors_ariaMessageFailed": "Your message failed to be sent",
14 | "errors_noAgentsAvailable": "No agents are available.",
15 | "errors_noAgentsJoined": "No agents accepted the chat",
16 | "errors_connectingToAgent": "I'm sorry. Something went wrong and I cannot connect you to an agent right now.",
17 | "errors_busy": "I'm sorry, but I can't help you right now. I'm answering questions from lots of people at the moment. Please try again later.",
18 | "errors_agentAppSessionExpired": "I'm sorry, but access to the chat history has expired.",
19 | "errors_generalContent": "There was an error displaying this content",
20 | "errors_somethingWrong": "Something went wrong",
21 | "input_ariaLabel": "Message to send",
22 | "input_placeholder": "Type something...",
23 | "input_buttonLabel": "Click to send message",
24 | "input_uploadButtonLabel": "Add files to upload",
25 | "window_title": "Chat window",
26 | "window_ariaTourRegion": "Tour",
27 | "window_ariaTourRegionNamespace": "Tour {namespace}",
28 | "window_ariaChatRegion": "Chat",
29 | "window_ariaChatRegionNamespace": "Chat {namespace}",
30 | "window_ariaWindowOpened": "The chat window has been opened",
31 | "window_ariaWindowClosed": "The chat window has been closed",
32 | "window_ariaWindowLoading": "The chat is loading.",
33 | "launcher_isOpen": "Close the chat window",
34 | "launcher_isClosed": "Open the chat window",
35 | "launcher_isTourOpen": "Close the tour window",
36 | "launcher_isTourClosed": "Open the tour window",
37 | "launcher_desktopGreeting": "Hi! I’m a virtual assistant. How can I help you today?",
38 | "launcher_mobileGreeting": "Hi! How can I help you today?",
39 | "launcher_ariaIsExpanded": "Close the chat launcher",
40 | "launcher_closeButton": "Close",
41 | "messages_youSaid": "You said",
42 | "messages_botSaid": "{botName} said",
43 | "messages_agentSaid": "The live agent said",
44 | "messages_searchResults": "Search results",
45 | "messages_searchResultsLink": "Open this search result in a new window",
46 | "messages_searchResultsOpenDocument": "Open document",
47 | "messages_searchResultsOpenDocumentWithLabel": "Open document \"{documentName}\"",
48 | "messages_searchResultsExpand": "Expand",
49 | "messages_searchResultsCollapse": "Collapse",
50 | "messages_botIsLoading": "{botName} is loading",
51 | "messages_botIsTyping": "{botName} is typing",
52 | "messages_agentIsTyping": "The live agent is typing",
53 | "messages_scrollHandle": "Chat history begin",
54 | "messages_scrollHandleDetailed": "Chat history begin. Activate to focus the first message then use the arrow, home, and end keys to move between messages. Press escape to exit.",
55 | "messages_scrollHandleEnd": "Chat history end",
56 | "messages_scrollHandleEndDetailed": "Chat history end. Activate to focus the last message then use the arrow, home, and end keys to move between messages. Press escape to exit.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "You {timestamp}",
59 | "notifications_toastClose": "Close notification",
60 | "buttons_restart": "Restart conversation",
61 | "buttons_cancel": "Cancel",
62 | "buttons_retry": "Retry",
63 | "options_select": "Select an option",
64 | "options_ariaOptionsDisabled": "These options are disabled and cannot be selected",
65 | "header_previewLinkTitle": "Assistant preview",
66 | "header_ariaCloseRestart": "End chat and close the window",
67 | "header_ariaBotAvatar": "{botName} avatar image",
68 | "header_overflowMenu_options": "Options",
69 | "homeScreen_returnToAssistant": "Return to assistant",
70 | "homeScreen_returnToHome": "Return to the home screen",
71 | "homeScreen_overflowMenuHomeScreen": "Home screen",
72 | "homeScreen_ariaQuickStartListButton": "Quick start menu",
73 | "homeScreen_ariaQuickStartListOpened": "The quick start menu has been opened.",
74 | "homeScreen_ariaQuickStartListClosed": "The quick start menu has been closed.",
75 | "default_agent_availableMessage": "Request an agent, and I'll notify you when they're ready. Your wait time may vary based on availability.",
76 | "default_agent_unavailableMessage": "Sorry, no agents are available right now.",
77 | "agent_reason_error": "Hmmm... I'm experiencing some difficulties. I need a human agent to manually continue the chat.",
78 | "agent_sdMissingWarning": "No service desk is configured. Unless you have a custom service desk implemented, users will see an error instead of the message below. See the documentation for more information.",
79 | "agent_noName": "Live agent",
80 | "agent_chatTitle": "Live agent support",
81 | "agent_startChat": "Connect to agent",
82 | "agent_connecting": "Request for agent sent...",
83 | "agent_agentNoNameTitle": "Agent",
84 | "agent_agentJoinedName": "{personName} connected.",
85 | "agent_agentJoinedNoName": "A live agent connected.",
86 | "agent_youConnectedWarning": "If you refresh or leave the current page, you'll have to request a new agent.",
87 | "agent_connectingMinutes": "Current wait time is {time, number} {time, plural, one {minute} other {minutes}}.",
88 | "agent_connectingQueue": "You're number {position, number} in line.",
89 | "agent_ariaAgentAvatar": "Live agent avatar image",
90 | "agent_ariaGenericAvatar": "Avatar image",
91 | "agent_ariaGenericBotAvatar": "Avatar image",
92 | "agent_youEndedChat": "You disconnected from the live agent.",
93 | "agent_conversationWasEnded": "You disconnected from the live agent.",
94 | "agent_disconnected": "Something went wrong and your connection to the live agent was lost. Check your internet connection and then try again to connect to an agent.",
95 | "agent_reconnected": "The agent reconnected.",
96 | "agent_agentLeftChat": "{personName} disconnected.",
97 | "agent_agentLeftChatNoName": "The live agent disconnected.",
98 | "agent_agentEndedChat": "{personName} ended the chat.",
99 | "agent_agentEndedChatNoName": "The live agent ended the chat.",
100 | "agent_transferring": "You're being transferred.",
101 | "agent_transferringNoName": "You're being transferred.",
102 | "agent_endChat": "Disconnect from live agent?",
103 | "agent_confirmSuspendedEndChatTitle": "Disconnect from previous agent?",
104 | "agent_confirmSuspendedEndChatMessage": "You are currently connected to an agent. Continuing will disconnect you from the agent and connect you to a new one. Do you want to continue?",
105 | "agent_confirmCancelRequestTitle": "Cancel request?",
106 | "agent_confirmCancelRequestMessage": "If you continue, you'll cancel your request for an agent.",
107 | "agent_confirmCancelRequestNo": "Go back",
108 | "agent_confirmCancelRequestYes": "Cancel request",
109 | "agent_confirmEndChat": "If you disconnect, you'll have to request a new live agent.",
110 | "agent_confirmEndChatNo": "Go back",
111 | "agent_confirmEndChatYes": "Disconnect",
112 | "agent_confirmEndSuspendedYes": "Continue",
113 | "agent_botReturned": "Can I help you with anything else?",
114 | "agent_newMessage": "New message",
115 | "agent_cardButtonChatRequested": "Connecting...",
116 | "agent_cardButtonConnected": "Connected",
117 | "agent_cardButtonChatEnded": "Disconnected",
118 | "agent_cardMessageChatEnded": "You disconnected from the live agent.",
119 | "agent_cardMessageConnected": "You're now connected.",
120 | "agent_connectButtonCancel": "Cancel",
121 | "agent_connectedButtonEndChat": "Disconnect",
122 | "agent_connectWaiting": "Waiting...",
123 | "agent_defaultMessageToAgent": "Begin conversation",
124 | "agent_inputPlaceholderConnecting": "Waiting for agent...",
125 | "agent_inputPlaceholderReconnecting": "Reconnecting to agent...",
126 | "agent_sharingStopSharingButton": "Stop sharing screen",
127 | "agent_sharingRequestTitle": "Screen sharing",
128 | "agent_sharingRequestMessage": "The agent has requested you share your screen. You can stop sharing at any time.",
129 | "agent_sharingAcceptButton": "Share screen",
130 | "agent_sharingDeclineButton": "Decline",
131 | "agent_sharingRequested": "You were requested to share your screen.",
132 | "agent_sharingAccepted": "You shared your screen.",
133 | "agent_sharingDeclined": "You declined to share your screen.",
134 | "agent_sharingCancelled": "The screen sharing request was cancelled.",
135 | "agent_sharingEnded": "You stopped sharing your screen.",
136 | "agent_suspendedWarning": "You are currently connected to an agent.",
137 | "icon_ariaUnreadMessages": "There {count, plural, one {is} other {are}} {count, number} unread {count, plural, one {message} other {messages}}",
138 | "showMore": "See more",
139 | "suggestions_title": "Suggestions",
140 | "suggestions_sectionTitleAlternateResponses": "Send one of these messages",
141 | "suggestions_sectionTitleSearch": "View related content",
142 | "suggestions_sectionTitleContact": "Get help another way",
143 | "suggestions_sectionTitleStarters": "People are also interested in",
144 | "suggestions_noSearchResults": "I couldn't find anything to share with you that's related to the current chat.",
145 | "suggestions_connectToAgent": "Connect to agent",
146 | "suggestions_ariaButtonToClose": "Click to close suggestions.",
147 | "suggestions_ariaMessageButtons": "Suggestions message buttons",
148 | "suggestions_ariaButtonToOpen": "Suggestions button. Click to open suggestions.",
149 | "suggestions_ariaPanelButtonToggle": "Click to toggle more or fewer suggestions.",
150 | "suggestions_ariaAnnounceButtonShow": "Click the suggestions button to view suggestions.",
151 | "suggestions_ariaAnnounceListOpen": "Suggestions has been opened. Press escape to close.",
152 | "suggestions_ariaAnnounceListClosed": "Suggestions has been closed.",
153 | "suggestions_ariaAnnounceListExpanded": "Suggestions has been expanded.",
154 | "suggestions_ariaAnnounceListCollapsed": "Suggestions has been collapsed.",
155 | "suggestions_searchBookmarkHeader": "Glad you found related content. I'll save this for you here in our chat.",
156 | "suggestions_searchBookmarkFooter": "Can I help you with anything else?",
157 | "suggestions_searchBookmarkButtonDescription": "Bookmark",
158 | "showMoreResults": "See more",
159 | "disclaimer_title": "Disclaimer",
160 | "disclaimer_accept": "I accept",
161 | "sessionHistory_expired": "Chat session inactive. Send any message to continue. If you refresh the page now, you'll have to start a new chat.",
162 | "sessionHistory_expiredNoCopy": "Chat session inactive.",
163 | "branding_headline": "Built with IBM watsonx",
164 | "branding_description": "Remove the frustration of long wait times, tedious searches, and unhelpful chatbots with watsonx Assistant. Save money and time by providing your customers with fast and accurate answers anywhere they need it.",
165 | "branding_sign_up": "Sign up today.",
166 | "general_ariaCloseInformationOverlay": "Close information panel.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "An information panel has been opened.",
168 | "general_ariaAnnounceClosedInformationOverlay": "An information panel has been closed.",
169 | "general_ariaAnnounceEscapeOverlay": "Press escape or click the close button to close.",
170 | "general_returnToAssistant": "Return to assistant",
171 | "branding_ariaInformationButton": "Learn more about IBM Watson.",
172 | "channelTransfer_failed": "There was a problem transferring you. To try again either click the original link or send your message to the assistant here.",
173 | "conversationalSearch_streamingIncomplete": "This message was not completed. Please try again.",
174 | "conversationalSearch_viewPDF": "View PDF",
175 | "conversationalSearch_viewSourceDocument": "View source",
176 | "conversationalSearch_toggleCitations": "Open or close the list of sources",
177 | "conversationalSearch_responseStopped": "Response stopped",
178 | "launcher_chatNow": "Chat now",
179 | "iframe_ariaSourceLoaded": "The web page has loaded.",
180 | "iframe_ariaImageAltText": "Preview image for the web page panel.",
181 | "iframe_ariaClosePanel": "Close the web page panel.",
182 | "iframe_ariaOpenedPanel": "Web page panel has opened.",
183 | "iframe_ariaClosedPanel": "Web page panel has closed.",
184 | "iframe_ariaClickPreviewCard": "Click to open the web page panel and visit {source}.",
185 | "closeAndRestartModal_title": "End chat",
186 | "closeAndRestartModal_message": "Are you sure you want to end your chat?",
187 | "closeAndRestartModal_confirm": "Yes",
188 | "closeAndRestartModal_cancel": "No",
189 | "datePicker_chooseDate": "Choose a date ({format})",
190 | "datePicker_confirmDate": "Confirm date",
191 | "tour_resumeButton": "Resume",
192 | "tour_restartButton": "Restart",
193 | "tour_startButton": "Get started",
194 | "tour_doneButton": "Done",
195 | "tour_ariaMinimizeButton": "Hide tour window",
196 | "tour_ariaCloseButton": "Close tour window",
197 | "tour_ariaChatButton": "Open the chat window",
198 | "tour_ariaPreviousButton": "Go to previous step",
199 | "tour_ariaNextButton": "Go to next step",
200 | "tour_instructions": "Use the previous and next buttons to navigate between steps of the tour. Use the {chatButtonText} button to open that chat window.",
201 | "tour_errorFetchingStep": "There was a problem fetching the next step.",
202 | "tour_errorTitle": "Unable to continue",
203 | "tour_errorBody": "The content failed to load. Please try again.",
204 | "fileSharing_fileTooLarge": "The maximum file size allowed is {maxSize}.",
205 | "fileSharing_ariaAnnounceSuccess": "The file was uploaded successfully.",
206 | "fileSharing_fileIcon": "File icon",
207 | "fileSharing_removeButtonTitle": "Remove file",
208 | "fileSharing_statusUploading": "Uploading file",
209 | "fileSharing_uploadFailed": "There was an error uploading the file.",
210 | "fileSharing_agentMessageText": "File upload",
211 | "fileSharing_request": "The agent has requested you upload a file.",
212 | "serviceDesk_niceDFO_fileUploadError": "The maximum file size is {fileSize}MB. The allowed file types are {allowedTypes}.",
213 | "documentViewer_ariaRoleLabel": "PDF Viewer",
214 | "documentViewer_title": "Document preview",
215 | "documentViewer_zoomIn": "Zoom in",
216 | "documentViewer_zoomOut": "Zoom out",
217 | "documentViewer_zoomReset": "Reset zoom",
218 | "documentViewer_download": "Download",
219 | "documentViewer_close": "Close",
220 | "documentViewer_previousPage": "Previous page",
221 | "documentViewer_nextPage": "Next page",
222 | "documentViewer_previousMatch": "Previous match",
223 | "documentViewer_nextMatch": "Next match",
224 | "documentViewer_search": "Search",
225 | "documentViewer_currentPage": "Current page",
226 | "documentViewer_clearSearch": "Clear search",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, one {page} other {pages}}",
228 | "documentViewer_loadErrorTitle": "Something's wrong.",
229 | "documentViewer_loadError": "We were unable to load the document. Click Retry to try again, or try downloading the document.",
230 | "documentViewer_loadErrorRetry": "Retry",
231 | "carousel_prevNavButton": "Go to previous slide.",
232 | "carousel_nextNavButton": "Go to next slide.",
233 | "input_completionsTagApp": "App",
234 | "input_completionsTagAssistant": "Assistant",
235 | "table_filterPlaceholder": "Filter table",
236 | "table_previousPage": "Previous page",
237 | "table_nextPage": "Next page",
238 | "table_itemsPerPage": "Items per page:",
239 | "table_paginationSupplementalText": "of {pagesCount, number} {pagesCount, plural, one {page} other {pages}}",
240 | "table_paginationStatus": "{start, number}–{end, number} of {count, number} {count, plural, one {item} other {items}}",
241 | "feedback_positiveLabel": "Good response",
242 | "feedback_negativeLabel": "Bad response",
243 | "feedback_defaultTitle": "Additional feedback",
244 | "feedback_defaultPrompt": "Why did you choose this rating?",
245 | "feedback_defaultPlaceholder": "Add a comment",
246 | "feedback_submitLabel": "Submit",
247 | "feedback_cancelLabel": "Cancel",
248 | "input_stopResponse": "Stop response",
249 | "messages_responseStopped": "Response stopped",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "Input",
252 | "chainOfThought_outputLabel": "Output",
253 | "chainOfThought_toolLabel": "Tool",
254 | "chainOfThought_statusSucceededLabel": "Succeeded",
255 | "chainOfThought_statusFailedLabel": "Failed",
256 | "chainOfThought_statusProcessingLabel": "Processing",
257 | "chainOfThought_explainabilityLabel": "How did I get this answer?"
258 | }
259 |
--------------------------------------------------------------------------------
/languages/es.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "Con tecnología IBM watsonx",
3 | "ai_slug_description": "IBM watsonx se basa en los últimos modelos de IA para procesar de forma inteligente las conversaciones y proporcionar ayuda siempre y cuando sea necesario.",
4 | "components_overflow_ariaLabel": "Abrir y cerrar lista de opciones",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} no está disponible en este momento. Los problemas con un sistema relacionado están impidiendo que se suministren los datos.",
7 | "errors_imageSource": "La imagen no está disponible.",
8 | "errors_videoSource": "El vídeo no está disponible.",
9 | "errors_audioSource": "El audio no está disponible.",
10 | "errors_iframeSource": "La página web no está disponible.",
11 | "errors_singleMessage": "Se ha producido un error con el mensaje que acaba de enviar, pero puede preguntarme otra cosa.",
12 | "errors_ariaMessageRetrying": "Tenemos problemas para enviar su mensaje, pero seguimos intentándolo",
13 | "errors_ariaMessageFailed": "No se ha podido enviar su mensaje",
14 | "errors_noAgentsAvailable": "No hay agentes disponibles.",
15 | "errors_noAgentsJoined": "Ningún agente ha aceptado la conversación",
16 | "errors_connectingToAgent": "Lo sentimos. Se ha producido un error y no es posible pasarle con un agente en estos momentos.",
17 | "errors_busy": "Lo siento, pero en estos momentos no puedo ayudarle. Estoy respondiendo a muchas preguntas de otros usuarios. Inténtelo de nuevo más tarde.",
18 | "errors_agentAppSessionExpired": "Lamentablemente el acceso al historial de conversaciones ha caducado.",
19 | "errors_generalContent": "Se ha producido un error al visualizar este contenido",
20 | "errors_somethingWrong": "Se ha producido un error",
21 | "input_ariaLabel": "Mensaje a enviar",
22 | "input_placeholder": "Escriba algo...",
23 | "input_buttonLabel": "Pulse para enviar el mensaje",
24 | "input_uploadButtonLabel": "Añadir archivos para cargar",
25 | "window_title": "Ventana de conversación",
26 | "window_ariaTourRegion": "Visita guiada",
27 | "window_ariaTourRegionNamespace": "Visita guiada {namespace}",
28 | "window_ariaChatRegion": "Conversación",
29 | "window_ariaChatRegionNamespace": "Conversación \"{namespace}\"",
30 | "window_ariaWindowOpened": "La ventana de conversación se ha abierto",
31 | "window_ariaWindowClosed": "La ventana de conversación se ha cerrado",
32 | "window_ariaWindowLoading": "La conversación se está cargando.",
33 | "launcher_isOpen": "Cerrar la ventana de conversación",
34 | "launcher_isClosed": "Abrir la ventana de conversación",
35 | "launcher_isTourOpen": "Cerrar la ventana de visita guiada",
36 | "launcher_isTourClosed": "Abrir la ventana de visita guiada",
37 | "launcher_desktopGreeting": "¡Hola! Soy un asistente virtual. ¿Cómo puedo ayudarle hoy?",
38 | "launcher_mobileGreeting": "¡Hola! ¿Cómo puedo ayudarle hoy?",
39 | "launcher_ariaIsExpanded": "Cerrar el iniciador de conversación",
40 | "launcher_closeButton": "Cerrar",
41 | "messages_youSaid": "Usted ha dicho",
42 | "messages_botSaid": "{botName} ha dicho",
43 | "messages_agentSaid": "El agente en directo ha dicho",
44 | "messages_searchResults": "Resultado de la búsqueda",
45 | "messages_searchResultsLink": "Abrir este resultado de búsqueda en otra ventana",
46 | "messages_searchResultsOpenDocument": "Abrir documento",
47 | "messages_searchResultsOpenDocumentWithLabel": "Abrir documento \"{documentName}\"",
48 | "messages_searchResultsExpand": "Expandir",
49 | "messages_searchResultsCollapse": "Contraer",
50 | "messages_botIsLoading": "{botName} se está cargando",
51 | "messages_botIsTyping": "{botName} está escribiendo",
52 | "messages_agentIsTyping": "El agente en directo está escribiendo",
53 | "messages_scrollHandle": "Inicio del historial de conversaciones",
54 | "messages_scrollHandleDetailed": "Inicio del historial de conversaciones. Active para establecer el foco en el primer mensaje y, a continuación, utilice las teclas de dirección, inicio y fin para moverse entre los mensajes. Pulse la tecla Esc para salir.",
55 | "messages_scrollHandleEnd": "Fin del historial de conversaciones",
56 | "messages_scrollHandleEndDetailed": "Fin del historial de conversaciones. Active para establecer el foco en el último mensaje y, a continuación, utilice las teclas de dirección, inicio y fin para moverse entre los mensajes. Pulse la tecla Esc para salir.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "Usted {timestamp}",
59 | "notifications_toastClose": "Cerrar notificación",
60 | "buttons_restart": "Reiniciar conversación",
61 | "buttons_cancel": "Cancelar",
62 | "buttons_retry": "Reintento",
63 | "options_select": "Seleccionar una opción",
64 | "options_ariaOptionsDisabled": "Estas opciones están inhabilitadas y no se pueden seleccionar",
65 | "header_previewLinkTitle": "Vista previa del asistente",
66 | "header_ariaCloseRestart": "Finalizar la conversación y cerrar la ventana",
67 | "header_ariaBotAvatar": "Imagen de atavar de {botName}",
68 | "header_overflowMenu_options": "Opciones",
69 | "homeScreen_returnToAssistant": "Volver al asistente",
70 | "homeScreen_returnToHome": "Volver a la pantalla de inicio",
71 | "homeScreen_overflowMenuHomeScreen": "Pantalla de inicio",
72 | "homeScreen_ariaQuickStartListButton": "Menú de inicio rápido",
73 | "homeScreen_ariaQuickStartListOpened": "Se ha abierto el menú de inicio rápido.",
74 | "homeScreen_ariaQuickStartListClosed": "Se ha cerrado el menú de inicio rápido.",
75 | "default_agent_availableMessage": "Solicite un agente. Se le informará cuando esté preparado. El tiempo de espera puede variar según la disponibilidad.",
76 | "default_agent_unavailableMessage": "Lo sentimos, en estos momentos no hay disponible ningún agente.",
77 | "agent_reason_error": "Mmm... Estoy teniendo algunas dificultades. Quisiera un agente humano para continuar la conversación.",
78 | "agent_sdMissingWarning": "No hay ningún centro de servicio al usuario configurado. A menos que haya implementado un centro de servicio al usuario personalizado, los usuarios verán un error en lugar del mensaje siguiente. Consulte la documentación para obtener más información.",
79 | "agent_noName": "Agente en directo",
80 | "agent_chatTitle": "Soporte de agente en directo",
81 | "agent_startChat": "Conectar con agente",
82 | "agent_connecting": "Se ha enviado una solicitud de agente...",
83 | "agent_agentNoNameTitle": "Agente",
84 | "agent_agentJoinedName": "{personName} se ha conectado.",
85 | "agent_agentJoinedNoName": "Un agente en directo se ha conectado.",
86 | "agent_youConnectedWarning": "Si renueva o abandona la página actual, tendrá que solicitar un nuevo agente.",
87 | "agent_connectingMinutes": "El tiempo de espera actual es de {time, number} {time, plural, one {minuto} other {minutos}}.",
88 | "agent_connectingQueue": "Ocupa la posición {position, number} de la cola.",
89 | "agent_ariaAgentAvatar": "Imagen de avatar del agente en directo",
90 | "agent_ariaGenericAvatar": "Imagen de avatar",
91 | "agent_ariaGenericBotAvatar": "Imagen de avatar",
92 | "agent_youEndedChat": "Se ha desconectado del agente en directo.",
93 | "agent_conversationWasEnded": "Se ha desconectado del agente en directo.",
94 | "agent_disconnected": "Se ha producido un error y se ha perdido su conexión con el agente en directo. Compruebe su conexión a Internet y vuelva a intentar establecer contacto con un agente.",
95 | "agent_reconnected": "El agente se ha vuelto a conectar.",
96 | "agent_agentLeftChat": "{personName} se ha desconectado.",
97 | "agent_agentLeftChatNoName": "El agente en directo se ha desconectado.",
98 | "agent_agentEndedChat": "{personName} ha finalizado la conversación.",
99 | "agent_agentEndedChatNoName": "El agente en directo ha finalizado la conversación.",
100 | "agent_transferring": "Está siendo transferido.",
101 | "agent_transferringNoName": "Está siendo transferido.",
102 | "agent_endChat": "¿Desea finalizar la conversación con el agente en directo?",
103 | "agent_confirmSuspendedEndChatTitle": "¿Desconectarse del agente anterior?",
104 | "agent_confirmSuspendedEndChatMessage": "Actualmente está conectado a un agente. Si continua, se le desconectará del agente y se le conectará a uno nuevo. ¿Desea continuar?",
105 | "agent_confirmCancelRequestTitle": "¿Desea cancelar la solicitud?",
106 | "agent_confirmCancelRequestMessage": "Si continúa, cancelará la solicitud de un agente.",
107 | "agent_confirmCancelRequestNo": "Retroceder",
108 | "agent_confirmCancelRequestYes": "Cancelar solicitud",
109 | "agent_confirmEndChat": "Si finaliza la conversación, deberá solicitar un nuevo agente en directo.",
110 | "agent_confirmEndChatNo": "Retroceder",
111 | "agent_confirmEndChatYes": "Desconectar",
112 | "agent_confirmEndSuspendedYes": "Continuar",
113 | "agent_botReturned": "¿Puedo ayudarle en algo más?",
114 | "agent_newMessage": "Mensaje nuevo",
115 | "agent_cardButtonChatRequested": "Conectando...",
116 | "agent_cardButtonConnected": "Conectado",
117 | "agent_cardButtonChatEnded": "Desconectado",
118 | "agent_cardMessageChatEnded": "Se ha desconectado del agente en directo.",
119 | "agent_cardMessageConnected": "Ahora está conectado.",
120 | "agent_connectButtonCancel": "Cancelar",
121 | "agent_connectedButtonEndChat": "Desconectar",
122 | "agent_connectWaiting": "En espera...",
123 | "agent_defaultMessageToAgent": "Iniciar conversación",
124 | "agent_inputPlaceholderConnecting": "Esperando agente...",
125 | "agent_inputPlaceholderReconnecting": "Reconectando con el agente...",
126 | "agent_sharingStopSharingButton": "Dejar de compartir pantalla",
127 | "agent_sharingRequestTitle": "Uso compartido de pantalla",
128 | "agent_sharingRequestMessage": "El agente le ha solicitado que comparta la pantalla. Puede dejar de compartir en cualquier momento.",
129 | "agent_sharingAcceptButton": "Compartir pantalla",
130 | "agent_sharingDeclineButton": "Rechazar",
131 | "agent_sharingRequested": "Se le ha solicitado que comparta la pantalla.",
132 | "agent_sharingAccepted": "Ha compartido la pantalla.",
133 | "agent_sharingDeclined": "Ha rechazado compartir la pantalla.",
134 | "agent_sharingCancelled": "Se ha cancelado la solicitud de uso compartido de pantalla.",
135 | "agent_sharingEnded": "Ha dejado de compartir la pantalla.",
136 | "agent_suspendedWarning": "Actualmente está conectado a un agente.",
137 | "icon_ariaUnreadMessages": "{count, plural, one {Hay} other {Hay}} {count, number} {count, plural, one {mensaje} other {mensajes}} sin leer",
138 | "showMore": "Más información",
139 | "suggestions_title": "Sugerencias",
140 | "suggestions_sectionTitleAlternateResponses": "Enviar uno de estos mensajes",
141 | "suggestions_sectionTitleSearch": "Ver contenido relacionado",
142 | "suggestions_sectionTitleContact": "Obtener ayuda de otra manera",
143 | "suggestions_sectionTitleStarters": "Otros usuarios también están interesados en",
144 | "suggestions_noSearchResults": "No he encontrado nada para compartir con usted relacionado con el chat actual.",
145 | "suggestions_connectToAgent": "Conectar con un agente",
146 | "suggestions_ariaButtonToClose": "Pulse para cerrar las sugerencias.",
147 | "suggestions_ariaMessageButtons": "Botones de mensajes de sugerencias.",
148 | "suggestions_ariaButtonToOpen": "Botón de sugerencias. Pulse para abrir las sugerencias.",
149 | "suggestions_ariaPanelButtonToggle": "Pulse para recibir más o menos sugerencias.",
150 | "suggestions_ariaAnnounceButtonShow": "Pulse el botón de sugerencias para poder verlas.",
151 | "suggestions_ariaAnnounceListOpen": "Se han abierto las sugerencias. Pulse la tecla Esc para cerrar.",
152 | "suggestions_ariaAnnounceListClosed": "Se han cerrado las sugerencias.",
153 | "suggestions_ariaAnnounceListExpanded": "Se han ampliado las sugerencias.",
154 | "suggestions_ariaAnnounceListCollapsed": "Se han contraido las sugerencias.",
155 | "suggestions_searchBookmarkHeader": "Me alegro de que haya encontrado contenido relacionado. Se lo guardaré aquí en nuestro chat.",
156 | "suggestions_searchBookmarkFooter": "¿Puedo ayudarle en algo más?",
157 | "suggestions_searchBookmarkButtonDescription": "Marcador",
158 | "showMoreResults": "Más información",
159 | "disclaimer_title": "Declaración de limitación de responsabilidad",
160 | "disclaimer_accept": "Acepto",
161 | "sessionHistory_expired": "Sesión de conversación inactiva. Envíe cualquier mensaje para continuar. Si renueva la página ahora, tendrá que iniciar una nueva conversación.",
162 | "sessionHistory_expiredNoCopy": "Sesión de conversación inactiva.",
163 | "branding_headline": "Desarrollado con IBM watsonx",
164 | "branding_description": "Con watsonx Assistant, deje atrás la frustración de largos tiempos de espera, búsquedas tediosas y chatbots inútiles. Ahorre dinero y tiempo proporcionando a sus clientes respuestas rápidas y precisas en cualquier lugar que necesiten.",
165 | "branding_sign_up": "Regístrese hoy mismo.",
166 | "general_ariaCloseInformationOverlay": "Cerrar el panel de información.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "Se ha abierto un panel de información.",
168 | "general_ariaAnnounceClosedInformationOverlay": "Se ha cerrado un panel de información.",
169 | "general_ariaAnnounceEscapeOverlay": "Para cerrar, pulse la tecla Esc o pulse el botón de cierre.",
170 | "general_returnToAssistant": "Volver al asistente",
171 | "branding_ariaInformationButton": "Obtener más información sobre IBM Watson.",
172 | "channelTransfer_failed": "Se ha producido un problema en la transferencia. Para intentarlo de nuevo, haga clic en el enlace original o envíe su mensaje al asistente aquí.",
173 | "conversationalSearch_streamingIncomplete": "Este mensaje no se ha completado. Inténtelo de nuevo.",
174 | "conversationalSearch_viewPDF": "Ver PDF",
175 | "conversationalSearch_viewSourceDocument": "Ver origen",
176 | "conversationalSearch_toggleCitations": "Abrir o cerrar la lista de orígenes",
177 | "conversationalSearch_responseStopped": "Respuesta detenida",
178 | "launcher_chatNow": "Conversar ahora",
179 | "iframe_ariaSourceLoaded": "Se ha cargado la página web.",
180 | "iframe_ariaImageAltText": "Imagen de vista previa del panel de la página web.",
181 | "iframe_ariaClosePanel": "Cerrar el panel de la página web.",
182 | "iframe_ariaOpenedPanel": "Se ha abierto el panel de la página web.",
183 | "iframe_ariaClosedPanel": "Se ha cerrado el panel de la página web.",
184 | "iframe_ariaClickPreviewCard": "Pulse para abrir el panel de la página web y visite {source}.",
185 | "closeAndRestartModal_title": "Finalizar conversación",
186 | "closeAndRestartModal_message": "¿Seguro que desea finalizar la conversación?",
187 | "closeAndRestartModal_confirm": "Sí",
188 | "closeAndRestartModal_cancel": "No",
189 | "datePicker_chooseDate": "Elija una fecha ({format})",
190 | "datePicker_confirmDate": "Confirme la fecha",
191 | "tour_resumeButton": "Reanudar",
192 | "tour_restartButton": "Reiniciar",
193 | "tour_startButton": "Cómo empezar",
194 | "tour_doneButton": "Terminado",
195 | "tour_ariaMinimizeButton": "Ocultar ventana de visita guiada",
196 | "tour_ariaCloseButton": "Cerrar ventana de visita guiada",
197 | "tour_ariaChatButton": "Abrir la ventana de conversación",
198 | "tour_ariaPreviousButton": "Ir al paso anterior",
199 | "tour_ariaNextButton": "Ir al paso siguiente",
200 | "tour_instructions": "Utilice los botones anterior y siguiente para navegar entre los pasos de la visita guiada. Utilice el botón {chatButtonText} para abrir la ventana de conversación.",
201 | "tour_errorFetchingStep": "Se ha producido un problema al captar el paso siguiente.",
202 | "tour_errorTitle": "No se puede continuar",
203 | "tour_errorBody": "El contenido no se ha podido cargar. Inténtelo de nuevo.",
204 | "fileSharing_fileTooLarge": "El tamaño máximo de archivo permitido es {maxSize}.",
205 | "fileSharing_ariaAnnounceSuccess": "El archivo se ha cargado correctamente.",
206 | "fileSharing_fileIcon": "Icono de archivo",
207 | "fileSharing_removeButtonTitle": "Eliminar archivo",
208 | "fileSharing_statusUploading": "Cargando el archivo",
209 | "fileSharing_uploadFailed": "Se ha producido un error al cargar el archivo.",
210 | "fileSharing_agentMessageText": "Carga de archivo",
211 | "fileSharing_request": "El agente le ha solicitado que cargue un archivo.",
212 | "serviceDesk_niceDFO_fileUploadError": "El tamaño máximo de archivo es {fileSize} MB. Los tipos de archivo permitidos son {allowedTypes}.",
213 | "documentViewer_ariaRoleLabel": "Visor de PDF",
214 | "documentViewer_title": "Vista previa del documento",
215 | "documentViewer_zoomIn": "Acercar",
216 | "documentViewer_zoomOut": "Alejar",
217 | "documentViewer_zoomReset": "Restablecer zoom",
218 | "documentViewer_download": "Descargar",
219 | "documentViewer_close": "Cerrar",
220 | "documentViewer_previousPage": "Página anterior",
221 | "documentViewer_nextPage": "Página siguiente",
222 | "documentViewer_previousMatch": "Coincidencia anterior",
223 | "documentViewer_nextMatch": "Coincidencia siguiente",
224 | "documentViewer_search": "Búsqueda",
225 | "documentViewer_currentPage": "Página actual",
226 | "documentViewer_clearSearch": "Borrar búsqueda",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {páginas} one {página} many {páginas}}",
228 | "documentViewer_loadErrorTitle": "Algo ha fallado.",
229 | "documentViewer_loadError": "No se ha podido cargar el documento. Pulse Reintentar para volver a intentarlo o intente descargar el documento.",
230 | "documentViewer_loadErrorRetry": "Reintentar",
231 | "carousel_prevNavButton": "Vaya a la diapositiva anterior.",
232 | "carousel_nextNavButton": "Vaya a la siguiente diapositiva.",
233 | "input_completionsTagApp": "App",
234 | "input_completionsTagAssistant": "Asistente",
235 | "table_filterPlaceholder": "Filtrar tabla",
236 | "table_previousPage": "Página anterior",
237 | "table_nextPage": "Página siguiente",
238 | "table_itemsPerPage": "Elementos por página:",
239 | "table_paginationSupplementalText": "de {pagesCount, number} {pagesCount, plural, other {páginas} one {página} many {páginas}}",
240 | "table_paginationStatus": "{start, number}–{end, number} de {count, number} {count, plural, other {elementos} one {elemento} many {elementos}}",
241 | "feedback_positiveLabel": "Respuesta correcta",
242 | "feedback_negativeLabel": "Respuesta incorrecta",
243 | "feedback_defaultTitle": "Comentarios adicionales",
244 | "feedback_defaultPrompt": "¿Por qué ha elegido esta calificación?",
245 | "feedback_defaultPlaceholder": "Añada un comentario",
246 | "feedback_submitLabel": "Enviar",
247 | "feedback_cancelLabel": "Cancelar",
248 | "input_stopResponse": "Detener respuesta",
249 | "messages_responseStopped": "Respuesta detenida",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "Entrada",
252 | "chainOfThought_outputLabel": "Resultado",
253 | "chainOfThought_toolLabel": "Herramienta",
254 | "chainOfThought_statusSucceededLabel": "Satisfactorio",
255 | "chainOfThought_statusFailedLabel": "Fallido",
256 | "chainOfThought_statusProcessingLabel": "Proceso",
257 | "chainOfThought_explainabilityLabel": "¿Cómo he conseguido esta respuesta?"
258 | }
--------------------------------------------------------------------------------
/languages/it.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "Con tecnologia IBM watsonx",
3 | "ai_slug_description": "IBM watsonx è basato sugli ultimi modelli AI per elaborare in modo intelligente le conversazioni e fornire assistenza quando e dove è necessario.",
4 | "components_overflow_ariaLabel": "Apri e chiudi l'elenco di opzioni",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} non è disponibile al momento. I problemi con un sistema correlato impediscono la fornitura dei dati.",
7 | "errors_imageSource": "Immagine non disponibile.",
8 | "errors_videoSource": "Video non disponibile.",
9 | "errors_audioSource": "Audio non disponibile.",
10 | "errors_iframeSource": "Pagina Web non disponibile.",
11 | "errors_singleMessage": "Si è verificato un errore con il messaggio che hai appena inviato, ma puoi chiedermi qualcos'altro.",
12 | "errors_ariaMessageRetrying": "Si sono verificati dei problemi durante l'invio del tuo messaggio, ma sono in corso ulteriori tentativi",
13 | "errors_ariaMessageFailed": "Non è stato possibile inviare il tuo messaggio",
14 | "errors_noAgentsAvailable": "Non ci sono agenti disponibili.",
15 | "errors_noAgentsJoined": "Nessun agente ha accettato la chat",
16 | "errors_connectingToAgent": "Mi dispiace. Si è verificato un problema e al momento non ti posso collegare a un agente.",
17 | "errors_busy": "Mi dispiace ma non posso aiutarti in questo momento. Sto rispondendo alle domande di molte persone. Riprova più tardi.",
18 | "errors_agentAppSessionExpired": "Mi dispiace, ma l'accesso alla cronologia della chat è scaduto.",
19 | "errors_generalContent": "Si è verificato un errore durante la visualizzazione di questo contenuto",
20 | "errors_somethingWrong": "Si è verificato un problema",
21 | "input_ariaLabel": "Messaggio da inviare",
22 | "input_placeholder": "Scrivi qualcosa...",
23 | "input_buttonLabel": "Fai clic per inviare il messaggio",
24 | "input_uploadButtonLabel": "Aggiungi file da caricare",
25 | "window_title": "Finestra di chat",
26 | "window_ariaTourRegion": "Presentazione",
27 | "window_ariaTourRegionNamespace": "Presentazione {namespace}",
28 | "window_ariaChatRegion": "Chat",
29 | "window_ariaChatRegionNamespace": "Chat \"{namespace}\"",
30 | "window_ariaWindowOpened": "La finestra di chat è stata aperta",
31 | "window_ariaWindowClosed": "La finestra di chat è stata chiusa",
32 | "window_ariaWindowLoading": "La chat è in fase di caricamento.",
33 | "launcher_isOpen": "Chiudi la finestra di chat",
34 | "launcher_isClosed": "Apri la finestra di chat",
35 | "launcher_isTourOpen": "Chiudi la finestra presentazione",
36 | "launcher_isTourClosed": "Apri la finestra presentazione",
37 | "launcher_desktopGreeting": "Ciao! Sono un assistente virtuale. Come posso aiutarti oggi?",
38 | "launcher_mobileGreeting": "Ciao! Come posso aiutarti oggi?",
39 | "launcher_ariaIsExpanded": "Chiudi l'utilità di avvio della chat",
40 | "launcher_closeButton": "Chiudi",
41 | "messages_youSaid": "Hai detto",
42 | "messages_botSaid": "{botName} ha detto",
43 | "messages_agentSaid": "L'agente live ha detto",
44 | "messages_searchResults": "Risultati della ricerca",
45 | "messages_searchResultsLink": "Apri i risultati della ricerca in un'altra finestra",
46 | "messages_searchResultsOpenDocument": "Apri documento",
47 | "messages_searchResultsOpenDocumentWithLabel": "Apri documento \"{documentName}\"",
48 | "messages_searchResultsExpand": "Espandi",
49 | "messages_searchResultsCollapse": "Comprimi",
50 | "messages_botIsLoading": "{botName} è in fase di caricamento",
51 | "messages_botIsTyping": "{botName} sta scrivendo",
52 | "messages_agentIsTyping": "L'agente live sta scrivendo",
53 | "messages_scrollHandle": "Inizio cronologia della chat",
54 | "messages_scrollHandleDetailed": "Inizio cronologia della chat. Attiva per spostare lo stato attivo sul primo messaggio, poi utilizza le frecce, il tasto home e quello fine per spostarti tra i messaggi. Premi il tasto Esc per uscire.",
55 | "messages_scrollHandleEnd": "Fine cronologia della chat",
56 | "messages_scrollHandleEndDetailed": "Fine cronologia della chat. Attiva per spostare lo stato attivo sull'ultimo messaggio, poi utilizza le frecce, il tasto home e quello fine per spostarti tra i messaggi. Premi il tasto Esc per uscire.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "{timestamp}",
59 | "notifications_toastClose": "Chiudi notifica",
60 | "buttons_restart": "Riavvia conversazione",
61 | "buttons_cancel": "Annulla",
62 | "buttons_retry": "Riprova",
63 | "options_select": "Seleziona un'opzione",
64 | "options_ariaOptionsDisabled": "Queste opzioni sono disabilitate e non possono essere selezionate",
65 | "header_previewLinkTitle": "Anteprima assistente",
66 | "header_ariaCloseRestart": "Termina la chat e chiudi la finestra",
67 | "header_ariaBotAvatar": "Immagine avatar {botName}",
68 | "header_overflowMenu_options": "Opzioni",
69 | "homeScreen_returnToAssistant": "Torna all'assistente",
70 | "homeScreen_returnToHome": "Torna alla schermata home",
71 | "homeScreen_overflowMenuHomeScreen": "Schermata home",
72 | "homeScreen_ariaQuickStartListButton": "Menu di avvio rapido",
73 | "homeScreen_ariaQuickStartListOpened": "Il menu di avvio rapido è stato aperto.",
74 | "homeScreen_ariaQuickStartListClosed": "Il menu di avvio rapido è stato chiuso.",
75 | "default_agent_availableMessage": "Richiedi un agente e ti informerò quando sarà pronto. Il tempo di attesa potrà variare in base alla disponibilità.",
76 | "default_agent_unavailableMessage": "Spiacente, al momento non ci sono agenti disponibili.",
77 | "agent_reason_error": "Mmm... Sto avendo delle difficoltà. Ho bisogno che un agente umano continui manualmente la chat.",
78 | "agent_sdMissingWarning": "Nessun service desk configurato. A meno che non sia stato implementato un service desk personalizzato, gli utenti visualizzeranno un errore invece del messaggio seguente. Per ulteriori informazioni, consultare la documentazione.",
79 | "agent_noName": "Agente live",
80 | "agent_chatTitle": "Supporto agente live",
81 | "agent_startChat": "Connetti all'agente",
82 | "agent_connecting": "Richiesta per l'agente inviata...",
83 | "agent_agentNoNameTitle": "Agente",
84 | "agent_agentJoinedName": "{personName} connesso.",
85 | "agent_agentJoinedNoName": "Un agente live si è connesso.",
86 | "agent_youConnectedWarning": "Se aggiorni o lasci la pagina corrente, dovrai richiedere un nuovo agente.",
87 | "agent_connectingMinutes": "Il tempo di attesa corrente è {time, number} {time, plural, one {minuto} other {minuti}}.",
88 | "agent_connectingQueue": "La tua posizione in coda è {position, number}.",
89 | "agent_ariaAgentAvatar": "Immagine avatar dell'agente live",
90 | "agent_ariaGenericAvatar": "Immagine Avatar",
91 | "agent_ariaGenericBotAvatar": "Immagine Avatar",
92 | "agent_youEndedChat": "Ti sei disconnesso dall'agente live.",
93 | "agent_conversationWasEnded": "Ti sei disconnesso dall'agente live.",
94 | "agent_disconnected": "Si è verificato un errore e la connessione all'agente live è stata persa. Controllare la connessione internet e poi riprovare a connettersi a un agente.",
95 | "agent_reconnected": "L'agente è stato riconnesso.",
96 | "agent_agentLeftChat": "{personName} si è disconnesso.",
97 | "agent_agentLeftChatNoName": "L'agente live si è disconnesso.",
98 | "agent_agentEndedChat": "{personName} ha terminato la chat",
99 | "agent_agentEndedChatNoName": "L'agente live ha terminato la chat",
100 | "agent_transferring": "Stai per essere trasferito.",
101 | "agent_transferringNoName": "Stai per essere trasferito.",
102 | "agent_endChat": "Disconnettersi dall'agente live?",
103 | "agent_confirmSuspendedEndChatTitle": "Disconnettersi dall'agente precedente?",
104 | "agent_confirmSuspendedEndChatMessage": "Attualmente sei connesso a un agente. Continuando, sarai disconnesso dall'agente e sarai connesso a un nuovo agente. Continuare?",
105 | "agent_confirmCancelRequestTitle": "Annullare la richiesta?",
106 | "agent_confirmCancelRequestMessage": "Se si continua, si annullerà la richiesta di un agente.",
107 | "agent_confirmCancelRequestNo": "Torna indietro",
108 | "agent_confirmCancelRequestYes": "Annulla richiesta",
109 | "agent_confirmEndChat": "Se ti disconnetti, dovrai richiedere un nuovo agente live.",
110 | "agent_confirmEndChatNo": "Torna indietro",
111 | "agent_confirmEndChatYes": "Disconnetti",
112 | "agent_confirmEndSuspendedYes": "Continua",
113 | "agent_botReturned": "Posso aiutarti in qualcos'altro?",
114 | "agent_newMessage": "Nuovo messaggio",
115 | "agent_cardButtonChatRequested": "Connessione in corso...",
116 | "agent_cardButtonConnected": "Connesso",
117 | "agent_cardButtonChatEnded": "Disconnesso",
118 | "agent_cardMessageChatEnded": "Disconnesso dall'agente live.",
119 | "agent_cardMessageConnected": "Ora sei connesso.",
120 | "agent_connectButtonCancel": "Annulla",
121 | "agent_connectedButtonEndChat": "Disconnetti",
122 | "agent_connectWaiting": "In attesa...",
123 | "agent_defaultMessageToAgent": "Inizia conversazione",
124 | "agent_inputPlaceholderConnecting": "In attesa dell'agente...",
125 | "agent_inputPlaceholderReconnecting": "Riconnessione all'agente in corso...",
126 | "agent_sharingStopSharingButton": "Interrompi condivisione dello schermo",
127 | "agent_sharingRequestTitle": "Condivisione dello schermo",
128 | "agent_sharingRequestMessage": "L'agente ha richiesto di condividere lo schermo. È possibile interrompere la condivisione in qualsiasi momento.",
129 | "agent_sharingAcceptButton": "Condividi lo schermo",
130 | "agent_sharingDeclineButton": "Rifiuta",
131 | "agent_sharingRequested": "Ti è stato richiesto di condividere lo schermo.",
132 | "agent_sharingAccepted": "Hai condiviso il tuo schermo.",
133 | "agent_sharingDeclined": "Hai rifiutato di condividere lo schermo.",
134 | "agent_sharingCancelled": "La richiesta di condivisione dello schermo è stata annullata.",
135 | "agent_sharingEnded": "Hai smesso di condividere lo schermo.",
136 | "agent_suspendedWarning": "L'utente è attualmente connesso a un agent.",
137 | "icon_ariaUnreadMessages": "Vi {count, plural, one {è} other {sono}} {count, number} {count, plural, one {messaggio} other {messaggi}} non letti",
138 | "showMore": "Visualizza altro",
139 | "suggestions_title": "Suggerimenti",
140 | "suggestions_sectionTitleAlternateResponses": "Invia uno dei seguenti messaggi",
141 | "suggestions_sectionTitleSearch": "Visualizza contenuti correlati",
142 | "suggestions_sectionTitleContact": "Ottieni assistenza in un altro modo",
143 | "suggestions_sectionTitleStarters": "Le persone sono interessate anche a",
144 | "suggestions_noSearchResults": "Non ho trovato nulla da condividere con te che sia correlato alla chat corrente.",
145 | "suggestions_connectToAgent": "Connetti all'agente",
146 | "suggestions_ariaButtonToClose": "Fai clic per chiudere i suggerimenti.",
147 | "suggestions_ariaMessageButtons": "Pulsanti dei messaggi di suggerimenti",
148 | "suggestions_ariaButtonToOpen": "Pulsante Suggerimenti. Fai clic per aprire i suggerimenti.",
149 | "suggestions_ariaPanelButtonToggle": "Fai clic per attivare/disattivare un numero maggiore o minore di suggerimenti.",
150 | "suggestions_ariaAnnounceButtonShow": "Fai clic sul pulsante Suggerimenti per visualizzare i suggerimenti.",
151 | "suggestions_ariaAnnounceListOpen": "I suggerimenti sono stati aperti. Premi Esc per chiudere.",
152 | "suggestions_ariaAnnounceListClosed": "I suggerimenti sono stati chiusi.",
153 | "suggestions_ariaAnnounceListExpanded": "I suggerimenti sono stati espansi.",
154 | "suggestions_ariaAnnounceListCollapsed": "I suggerimenti sono stati compressi.",
155 | "suggestions_searchBookmarkHeader": "Sono contento che hai trovato contenuti correlati. Li salverò qui nella nostra chat.",
156 | "suggestions_searchBookmarkFooter": "C'è qualcos'altro con cui posso aiutarti?",
157 | "suggestions_searchBookmarkButtonDescription": "Segnalibro",
158 | "showMoreResults": "Visualizza altro",
159 | "disclaimer_title": "Dichiarazione di non responsabilità",
160 | "disclaimer_accept": "Accetto",
161 | "sessionHistory_expired": "Sessione chat inattiva. Invia un messaggio per continuare. Se aggiorni la pagina ora, dovrai avviare una nuova chat.",
162 | "sessionHistory_expiredNoCopy": "Sessione chat inattiva.",
163 | "branding_headline": "Realizzato con IBM watsonx",
164 | "branding_description": "Evita il fastidio dei lunghi tempi di attesa, le ricerche noiose e i chatbot inutili con watsonx Assistant. Risparmia tempo e denaro fornendo ai tuoi clienti risposte rapide e accurate ovunque ne abbiano bisogno.",
165 | "branding_sign_up": "Registrati oggi stesso.",
166 | "general_ariaCloseInformationOverlay": "Chiudi pannello delle informazioni.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "È stato aperto un pannello delle informazioni.",
168 | "general_ariaAnnounceClosedInformationOverlay": "È stato chiuso un pannello delle informazioni.",
169 | "general_ariaAnnounceEscapeOverlay": "Premi Esc o fai clic sul pulsante Chiudi per chiudere.",
170 | "general_returnToAssistant": "Torna all'assistente",
171 | "branding_ariaInformationButton": "Ulteriori informazioni su IBM Watson.",
172 | "channelTransfer_failed": "Si è verificato un errore nel trasferimento. Per provare di nuovo, fai clic sul link originale o invia il tuo messaggio all'assistente qui.",
173 | "conversationalSearch_streamingIncomplete": "Questo messaggio non era completato. Riprovare.",
174 | "conversationalSearch_viewPDF": "Visualizza PDF",
175 | "conversationalSearch_viewSourceDocument": "Visualizza origine",
176 | "conversationalSearch_toggleCitations": "Apri o chiudi l'elenco di origini",
177 | "conversationalSearch_responseStopped": "Risposta arrestata",
178 | "launcher_chatNow": "Avvia chat",
179 | "iframe_ariaSourceLoaded": "La pagina Web è stata caricata.",
180 | "iframe_ariaImageAltText": "Immagine di anteprima per il pannello della pagina Web.",
181 | "iframe_ariaClosePanel": "Chiudi il pannello della pagina Web.",
182 | "iframe_ariaOpenedPanel": "Il pannello della pagina Web è stato aperto.",
183 | "iframe_ariaClosedPanel": "Il pannello della pagina Web è stato chiuso.",
184 | "iframe_ariaClickPreviewCard": "Fai clic per aprire il pannello della pagina Web e visita {source}.",
185 | "closeAndRestartModal_title": "Termina la chat",
186 | "closeAndRestartModal_message": "Sei sicuro di voler terminare la chat?",
187 | "closeAndRestartModal_confirm": "Sì",
188 | "closeAndRestartModal_cancel": "No",
189 | "datePicker_chooseDate": "Scegli una data ({format})",
190 | "datePicker_confirmDate": "Conferma data",
191 | "tour_resumeButton": "Riprendi",
192 | "tour_restartButton": "Riavvia",
193 | "tour_startButton": "Inizia",
194 | "tour_doneButton": "Fine",
195 | "tour_ariaMinimizeButton": "Nascondi finestra presentazione",
196 | "tour_ariaCloseButton": "Chiudi finestra presentazione",
197 | "tour_ariaChatButton": "Apri la finestra di chat",
198 | "tour_ariaPreviousButton": "Vai al passo precedente",
199 | "tour_ariaNextButton": "Vai al passo successivo",
200 | "tour_instructions": "Utilizza i pulsanti avanti e indietro per spostarti tra i passi della presentazione. Utilizza il pulsante {chatButtonText} per aprire la finestra di chat.",
201 | "tour_errorFetchingStep": "Si è verificato un problema durante il recupero della fase successiva.",
202 | "tour_errorTitle": "Impossibile continuare",
203 | "tour_errorBody": "Impossibile caricare il contenuto. Riprovare.",
204 | "fileSharing_fileTooLarge": "La dimensione file massima consentita è {maxSize}.",
205 | "fileSharing_ariaAnnounceSuccess": "Il file è stato caricato correttamente.",
206 | "fileSharing_fileIcon": "Icona file",
207 | "fileSharing_removeButtonTitle": "Rimuovi file",
208 | "fileSharing_statusUploading": "Caricamento file",
209 | "fileSharing_uploadFailed": "Si è verificato un errore durante il caricamento del file.",
210 | "fileSharing_agentMessageText": "Caricamento file",
211 | "fileSharing_request": "L'agente ti ha chiesto di caricare un file.",
212 | "serviceDesk_niceDFO_fileUploadError": "La dimensione massima del file è {fileSize}MB. I tipi di file consentiti sono {allowedTypes}.",
213 | "documentViewer_ariaRoleLabel": "Visualizzatore PDF",
214 | "documentViewer_title": "Anteprima del documento",
215 | "documentViewer_zoomIn": "Zoom avanti",
216 | "documentViewer_zoomOut": "Zoom indietro",
217 | "documentViewer_zoomReset": "Reimposta zoom",
218 | "documentViewer_download": "Scarica",
219 | "documentViewer_close": "Chiudi",
220 | "documentViewer_previousPage": "Pagina precedente",
221 | "documentViewer_nextPage": "Pagina successiva",
222 | "documentViewer_previousMatch": "Corrispondenza precedente",
223 | "documentViewer_nextMatch": "Corrispondenza successiva",
224 | "documentViewer_search": "Ricerca",
225 | "documentViewer_currentPage": "Pagina corrente",
226 | "documentViewer_clearSearch": "Cancella ricerca",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {pagine} one {pagina} many {pagine}}",
228 | "documentViewer_loadErrorTitle": "Si è verificato un problema.",
229 | "documentViewer_loadError": "Non è stato possibile caricare il documento. Fare clic su Riprova per prova di nuovo oppure provare a scaricare il documento.",
230 | "documentViewer_loadErrorRetry": "Riprova",
231 | "carousel_prevNavButton": "Vai alla diapositiva precedente.",
232 | "carousel_nextNavButton": "Vai alla diapositiva successiva.",
233 | "input_completionsTagApp": "App",
234 | "input_completionsTagAssistant": "Assistente",
235 | "table_filterPlaceholder": "Filtra tabella",
236 | "table_previousPage": "Pagina precedente",
237 | "table_nextPage": "Pagina successiva",
238 | "table_itemsPerPage": "Elementi per pagina:",
239 | "table_paginationSupplementalText": "di {pagesCount, number} {pagesCount, plural, other {pagine} one {pagina} many {pagine}}",
240 | "table_paginationStatus": "{start, number}–{end, number} di {count, number} {count, plural, other {elementi} one {elemento} many {elementi}}",
241 | "feedback_positiveLabel": "Risposta positiva",
242 | "feedback_negativeLabel": "Risposta negativa",
243 | "feedback_defaultTitle": "Feedback aggiuntivo",
244 | "feedback_defaultPrompt": "Perché hai scelto questa valutazione?",
245 | "feedback_defaultPlaceholder": "Aggiungi un commento",
246 | "feedback_submitLabel": "Inoltra",
247 | "feedback_cancelLabel": "Annulla",
248 | "input_stopResponse": "Interrompi risposta",
249 | "messages_responseStopped": "Risposta interrotta",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "Input",
252 | "chainOfThought_outputLabel": "Output",
253 | "chainOfThought_toolLabel": "Strumento",
254 | "chainOfThought_statusSucceededLabel": "Riuscito",
255 | "chainOfThought_statusFailedLabel": "Non riuscito",
256 | "chainOfThought_statusProcessingLabel": "Elaborazione",
257 | "chainOfThought_explainabilityLabel": "Come ho ottenuto questa risposta?"
258 | }
--------------------------------------------------------------------------------
/languages/ja.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "IBM watsonx を搭載しています",
3 | "ai_slug_description": "IBM watsonx は最新の AI モデルを搭載し、会話をインテリジェントに処理し、必要なときや場所でサポートを提供します。",
4 | "components_overflow_ariaLabel": "オプション・リストのオープンおよびクローズ",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} は現在使用できません。 関連システムの問題により、データの提供が妨げられています。",
7 | "errors_imageSource": "画像はご利用になれません。",
8 | "errors_videoSource": "動画を使用できません。",
9 | "errors_audioSource": "音声を使用できません。",
10 | "errors_iframeSource": "Web ページを使用できません。",
11 | "errors_singleMessage": "先ほど送信されたメッセージにエラーがありました。別のご質問をお願いします。",
12 | "errors_ariaMessageRetrying": "メッセージの送信で問題が発生していますが、送信を続けています",
13 | "errors_ariaMessageFailed": "あなたのメッセージを送信できませんでした",
14 | "errors_noAgentsAvailable": "利用可能なエージェントがありません。",
15 | "errors_noAgentsJoined": "チャットを受け入れたエージェントがありません",
16 | "errors_connectingToAgent": "申し訳ございません。 問題が発生し、現在エージェントにおつなぎできません。",
17 | "errors_busy": "申し訳ございません。 多くの方からお問合せをいただいており、ご対応できない状況です。 後ほど再度お試しください。",
18 | "errors_agentAppSessionExpired": "申し訳ありませんが、チャット履歴へのアクセスが期限切れになりました。",
19 | "errors_generalContent": "このコンテンツの表示中にエラーが発生しました",
20 | "errors_somethingWrong": "何らかの問題が発生しました",
21 | "input_ariaLabel": "送信するメッセージ",
22 | "input_placeholder": "何かを入力してください...",
23 | "input_buttonLabel": "クリックしてメッセージを送信",
24 | "input_uploadButtonLabel": "アップロードするファイルの追加",
25 | "window_title": "チャット・ウィンドウ",
26 | "window_ariaTourRegion": "ツアー",
27 | "window_ariaTourRegionNamespace": "ツアー {namespace}",
28 | "window_ariaChatRegion": "チャット",
29 | "window_ariaChatRegionNamespace": "チャット {namespace}",
30 | "window_ariaWindowOpened": "チャット・ウィンドウが開かれました",
31 | "window_ariaWindowClosed": "チャット・ウィンドウが閉じられました",
32 | "window_ariaWindowLoading": "チャットをロードしています。",
33 | "launcher_isOpen": "チャット・ウィンドウを閉じる",
34 | "launcher_isClosed": "チャット・ウィンドウを開く",
35 | "launcher_isTourOpen": "ツアー・ウィンドウを閉じる",
36 | "launcher_isTourClosed": "ツアー・ウィンドウを開く",
37 | "launcher_desktopGreeting": "こんにちは。 わたしは仮想アシスタントです。 今日はどのようなご相談ですか?",
38 | "launcher_mobileGreeting": "こんにちは。 今日はどのようなご相談ですか?",
39 | "launcher_ariaIsExpanded": "チャット・ランチャーを閉じる",
40 | "launcher_closeButton": "閉じる",
41 | "messages_youSaid": "あなたの発言:",
42 | "messages_botSaid": "{botName} の発言",
43 | "messages_agentSaid": "ライブ・エージェントの発言",
44 | "messages_searchResults": "検索結果",
45 | "messages_searchResultsLink": "この検索結果を新しいウィンドウで開く",
46 | "messages_searchResultsOpenDocument": "文書を開く",
47 | "messages_searchResultsOpenDocumentWithLabel": "文書「{documentName}」を開く",
48 | "messages_searchResultsExpand": "展開",
49 | "messages_searchResultsCollapse": "省略",
50 | "messages_botIsLoading": "{botName} をロードしています",
51 | "messages_botIsTyping": "{botName} が入力中",
52 | "messages_agentIsTyping": "ライブ・エージェントが入力中",
53 | "messages_scrollHandle": "チャット履歴の先頭",
54 | "messages_scrollHandleDetailed": "チャット履歴の先頭です。アクティブにすると最初のメッセージにフォーカスが移動します。次に、矢印、Home、および End の各キーを使用してメッセージ間を移動します。終了するには、Esc キーを押します。",
55 | "messages_scrollHandleEnd": "チャット履歴の末尾",
56 | "messages_scrollHandleEndDetailed": "チャット履歴の末尾です。アクティブにすると最後のメッセージにフォーカスが移動します。次に、矢印、Home、および End の各キーを使用してメッセージ間を移動します。終了するには、Esc キーを押します。",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "{timestamp}",
59 | "notifications_toastClose": "通知を閉じる",
60 | "buttons_restart": "会話の再開",
61 | "buttons_cancel": "キャンセル",
62 | "buttons_retry": "再試行",
63 | "options_select": "オプションの選択",
64 | "options_ariaOptionsDisabled": "オプションは使用不可のため選択できません",
65 | "header_previewLinkTitle": "Assistant プレビュー",
66 | "header_ariaCloseRestart": "チャットを終了してウィンドウを閉じる",
67 | "header_ariaBotAvatar": "{botName} アバター・イメージ",
68 | "header_overflowMenu_options": "オプション",
69 | "homeScreen_returnToAssistant": "アシスタントに戻る",
70 | "homeScreen_returnToHome": "ホーム画面に戻ります。",
71 | "homeScreen_overflowMenuHomeScreen": "ホーム画面",
72 | "homeScreen_ariaQuickStartListButton": "クイック・スタート・メニュー",
73 | "homeScreen_ariaQuickStartListOpened": "クイック・スタート・メニューが開きました。",
74 | "homeScreen_ariaQuickStartListClosed": "クイック・スタート・メニューが閉じました。",
75 | "default_agent_availableMessage": "エージェントをリクエストしてください。エージェントの準備が整いましたら、ご連絡します。 エージェントの空き状況により、待ち時間が異なります。",
76 | "default_agent_unavailableMessage": "申し訳ございません。エージェントに空きがないようです。",
77 | "agent_reason_error": "... 何らかの問題が発生しているようです。 手動でチャットを続行するには、人間のエージェントのサポートが必要です。",
78 | "agent_sdMissingWarning": "サービス・デスクが構成されていません。カスタム・サービス・デスクを実装していない場合は、以下のカードの代わりにエラーが表示されます。詳しくは、資料を参照してください。",
79 | "agent_noName": "ライブ・エージェント",
80 | "agent_chatTitle": "ライブ・エージェント・サポート",
81 | "agent_startChat": "エージェントにつなぐ",
82 | "agent_connecting": "エージェント・リクエストを送信...",
83 | "agent_agentNoNameTitle": "エージェント",
84 | "agent_agentJoinedName": "{personName} が接続されました。",
85 | "agent_agentJoinedNoName": "ライブ・エージェントが接続されました。",
86 | "agent_youConnectedWarning": "現在のページをリフレッシュするか、現在のページから移動した場合、新しいエージェントをリクエストする必要があります。",
87 | "agent_connectingMinutes": "現在の待機時間は {time, number} {time, plural, one {分} other {分}} です。",
88 | "agent_connectingQueue": "現在、{position, number}番目でお待ちいただいています。",
89 | "agent_ariaAgentAvatar": "ライブ・エージェントのアバター・イメージ",
90 | "agent_ariaGenericAvatar": "Avatar 画像",
91 | "agent_ariaGenericBotAvatar": "Avatar 画像",
92 | "agent_youEndedChat": "ライブ・エージェントから切断されました。",
93 | "agent_conversationWasEnded": "ライブ・エージェントから切断されました。",
94 | "agent_disconnected": "問題が発生し、ライブ・エージェントへの接続が切断されました。インターネット接続をご確認になり、エージェントへ再接続してみてください。",
95 | "agent_reconnected": "エージェントが再接続されました。",
96 | "agent_agentLeftChat": "{personName} が切断されました。",
97 | "agent_agentLeftChatNoName": "ライブ・エージェントが切断されました。",
98 | "agent_agentEndedChat": "{personName} はチャットを終了しました。",
99 | "agent_agentEndedChatNoName": "ライブ・エージェントがチャットを終了しました。",
100 | "agent_transferring": "転送中です。",
101 | "agent_transferringNoName": "転送中です。",
102 | "agent_endChat": "ライブ・エージェントから切断しますか?",
103 | "agent_confirmSuspendedEndChatTitle": "前のエージェントとの接続を切断しますか?",
104 | "agent_confirmSuspendedEndChatMessage": "現在エージェントに接続しています。 続行すると、そのエージェントから切断され、新しいエージェントに接続されます。 続行しますか?",
105 | "agent_confirmCancelRequestTitle": "要求をキャンセルしますか?",
106 | "agent_confirmCancelRequestMessage": "続行すると、エージェントの要求がキャンセルされます。",
107 | "agent_confirmCancelRequestNo": "戻る",
108 | "agent_confirmCancelRequestYes": "要求をキャンセル",
109 | "agent_confirmEndChat": "接続を切断する場合は、新しいライブ・エージェントを要求する必要があります。",
110 | "agent_confirmEndChatNo": "戻る",
111 | "agent_confirmEndChatYes": "切断",
112 | "agent_confirmEndSuspendedYes": "続行",
113 | "agent_botReturned": "他に御用はありませんか?",
114 | "agent_newMessage": "新規メッセージ",
115 | "agent_cardButtonChatRequested": "接続中...",
116 | "agent_cardButtonConnected": "接続済み",
117 | "agent_cardButtonChatEnded": "切断",
118 | "agent_cardMessageChatEnded": "ライブ・エージェントから切断しました。",
119 | "agent_cardMessageConnected": "接続が完了しました。",
120 | "agent_connectButtonCancel": "キャンセル",
121 | "agent_connectedButtonEndChat": "切断",
122 | "agent_connectWaiting": "待機中...",
123 | "agent_defaultMessageToAgent": "会話の開始",
124 | "agent_inputPlaceholderConnecting": "エージェントを待機中...",
125 | "agent_inputPlaceholderReconnecting": "エージェントへの再接続...",
126 | "agent_sharingStopSharingButton": "画面の共有を停止",
127 | "agent_sharingRequestTitle": "画面の共有",
128 | "agent_sharingRequestMessage": "エージェントから画面の共有を要求されています。 共有はいつでも停止できます。",
129 | "agent_sharingAcceptButton": "画面の共有",
130 | "agent_sharingDeclineButton": "同意しない",
131 | "agent_sharingRequested": "画面を共有するよう要求されました。",
132 | "agent_sharingAccepted": "画面を共有しました。",
133 | "agent_sharingDeclined": "画面の共有を拒否しました。",
134 | "agent_sharingCancelled": "画面の共有要求がキャンセルされました。",
135 | "agent_sharingEnded": "画面の共有を停止しました。",
136 | "agent_suspendedWarning": "現在エージェントに接続しています。",
137 | "icon_ariaUnreadMessages": "{count, plural, one {} other {}} {count, number} 件の未読{count, plural, one {メッセージ} other {メッセージ}}があります",
138 | "showMore": "詳細表示",
139 | "suggestions_title": "案",
140 | "suggestions_sectionTitleAlternateResponses": "これらのメッセージのいずれかを送信",
141 | "suggestions_sectionTitleSearch": "関連するコンテンツを表示",
142 | "suggestions_sectionTitleContact": "別の方法でサポートを受ける",
143 | "suggestions_sectionTitleStarters": "他の人はこちらにも感心をお持ちです",
144 | "suggestions_noSearchResults": "現在のチャットに関連して共有できる情報は見つかりませんでした。",
145 | "suggestions_connectToAgent": "エージェントに接続",
146 | "suggestions_ariaButtonToClose": "案を閉じるにはクリックしてください。",
147 | "suggestions_ariaMessageButtons": "案のメッセージ・ボタン",
148 | "suggestions_ariaButtonToOpen": "案のボタンです。 クリックすると、案を開きます。",
149 | "suggestions_ariaPanelButtonToggle": "クリックすると、案の数が増加または減少します。",
150 | "suggestions_ariaAnnounceButtonShow": "案のボタンをクリックすると、案が表示されます。",
151 | "suggestions_ariaAnnounceListOpen": "案を開きました。閉じるには、Esc キーを押します。",
152 | "suggestions_ariaAnnounceListClosed": "案を閉じました。",
153 | "suggestions_ariaAnnounceListExpanded": "案を展開しました。",
154 | "suggestions_ariaAnnounceListCollapsed": "案を省略しました。",
155 | "suggestions_searchBookmarkHeader": "関連コンテンツが見つかりました。 この情報を私たちのチャットに保存しておきますね。",
156 | "suggestions_searchBookmarkFooter": "何かお困りですか?",
157 | "suggestions_searchBookmarkButtonDescription": "ブックマーク",
158 | "showMoreResults": "詳細表示",
159 | "disclaimer_title": "特記事項",
160 | "disclaimer_accept": "同意します",
161 | "sessionHistory_expired": "チャット・セッションが非アクティブです。 続行するには、メッセージを送信してください。 この時点でページを最新表示すると、新しいチャットを開始する必要があります。",
162 | "sessionHistory_expiredNoCopy": "チャット・セッションが非アクティブです。",
163 | "branding_headline": "IBM watsonxで構築されています",
164 | "branding_description": "watsonx Assistantを使用すると、長い待ち時間、単調で退屈な検索、役に立たないチャットボットなどのフラストレーションを解消できます。 お客様が必要とする正確な情報をすぐに提供できますので、コストと時間を削減できます。",
165 | "branding_sign_up": "今すぐご登録ください。",
166 | "general_ariaCloseInformationOverlay": "情報パネルを閉じます。",
167 | "general_ariaAnnounceOpenedInformationOverlay": "情報パネルを開きました。",
168 | "general_ariaAnnounceClosedInformationOverlay": "情報パネルを閉じました。",
169 | "general_ariaAnnounceEscapeOverlay": "閉じるには、Esc キーを押すか、「閉じる」ボタンをクリックします。",
170 | "general_returnToAssistant": "アシスタントに戻る",
171 | "branding_ariaInformationButton": "IBM Watson についての詳細。",
172 | "channelTransfer_failed": "転送中に問題が発生しました。再度試すには、元のリンクをクリックするか、こちらのアシスタントにメッセージを送信してください。",
173 | "conversationalSearch_streamingIncomplete": "このメッセージは完了しませんでした。 再試行してください。",
174 | "conversationalSearch_viewPDF": "PDFの表示",
175 | "conversationalSearch_viewSourceDocument": "ソースの表示",
176 | "conversationalSearch_toggleCitations": "ソースのリストを開く/閉じる",
177 | "conversationalSearch_responseStopped": "応答停止",
178 | "launcher_chatNow": "今すぐチャット",
179 | "iframe_ariaSourceLoaded": "Web ページがロードされました。",
180 | "iframe_ariaImageAltText": "Web ページ・パネルのイメージをプレビューします。",
181 | "iframe_ariaClosePanel": "Web ページ・パネルを閉じます。",
182 | "iframe_ariaOpenedPanel": "Web ページ・パネルが開きました。",
183 | "iframe_ariaClosedPanel": "Web ページ・パネルが閉じました。",
184 | "iframe_ariaClickPreviewCard": "クリックして Web ページ・パネルを開き、{source} にアクセスしてください。",
185 | "closeAndRestartModal_title": "チャットの終了",
186 | "closeAndRestartModal_message": "チャットを終了してもよろしいですか?",
187 | "closeAndRestartModal_confirm": "はい",
188 | "closeAndRestartModal_cancel": "いいえ",
189 | "datePicker_chooseDate": "日付 ({format}) の選択",
190 | "datePicker_confirmDate": "日付の確認",
191 | "tour_resumeButton": "再開",
192 | "tour_restartButton": "再始動",
193 | "tour_startButton": "使用を開始する",
194 | "tour_doneButton": "完了",
195 | "tour_ariaMinimizeButton": "ツアー・ウィンドウの非表示",
196 | "tour_ariaCloseButton": "ツアー・ウィンドウを閉じる",
197 | "tour_ariaChatButton": "チャット・ウィンドウを開く",
198 | "tour_ariaPreviousButton": "前のステップに進む",
199 | "tour_ariaNextButton": "次のステップに進む",
200 | "tour_instructions": "ツアーのステップ間を移動するには、「前へ」ボタンと「次へ」ボタンを使用します。 {chatButtonText} ボタンを使用して、そのチャット・ウィンドウを開きます。",
201 | "tour_errorFetchingStep": "次のステップの取り出し中に問題が発生しました。",
202 | "tour_errorTitle": "続行できません",
203 | "tour_errorBody": "コンテンツのロードに失敗しました。 再試行してください。",
204 | "fileSharing_fileTooLarge": "許可される最大ファイル・サイズは {maxSize} です。",
205 | "fileSharing_ariaAnnounceSuccess": "ファイルが正常にアップロードされました。",
206 | "fileSharing_fileIcon": "ファイル・アイコン",
207 | "fileSharing_removeButtonTitle": "ファイルを除去します。",
208 | "fileSharing_statusUploading": "ファイルのアップロード中",
209 | "fileSharing_uploadFailed": "ファイルのアップロード中にエラーが発生しました。",
210 | "fileSharing_agentMessageText": "ファイルのアップロード",
211 | "fileSharing_request": "エージェントがファイルのアップロードを要求しました。",
212 | "serviceDesk_niceDFO_fileUploadError": "最大ファイル・サイズは {fileSize} MB です。 許可されるファイル・タイプは {allowedTypes} です。",
213 | "documentViewer_ariaRoleLabel": "PDF ビューアー",
214 | "documentViewer_title": "文書のプレビュー",
215 | "documentViewer_zoomIn": "ズームイン",
216 | "documentViewer_zoomOut": "ズームアウト",
217 | "documentViewer_zoomReset": "ズームのリセット",
218 | "documentViewer_download": "ダウンロード",
219 | "documentViewer_close": "閉じる",
220 | "documentViewer_previousPage": "前のページ",
221 | "documentViewer_nextPage": "次のページ",
222 | "documentViewer_previousMatch": "前の一致",
223 | "documentViewer_nextMatch": "次の一致",
224 | "documentViewer_search": "検索",
225 | "documentViewer_currentPage": "現行ページ",
226 | "documentViewer_clearSearch": "検索のクリア",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {ページ}}",
228 | "documentViewer_loadErrorTitle": "問題が発生しました。",
229 | "documentViewer_loadError": "文書をロードできませんでした。 「再試行」をクリックして再試行するか、または文書をダウンロードしてください。",
230 | "documentViewer_loadErrorRetry": "再試行",
231 | "carousel_prevNavButton": "前のスライドに移動します。",
232 | "carousel_nextNavButton": "次のスライドに移動します。",
233 | "input_completionsTagApp": "アプリ",
234 | "input_completionsTagAssistant": "アシスタント",
235 | "table_filterPlaceholder": "テーブルのフィルター操作",
236 | "table_previousPage": "前のページ",
237 | "table_nextPage": "次のページ",
238 | "table_itemsPerPage": "ページあたりの項目数:",
239 | "table_paginationSupplementalText": "/ {pagesCount, number} {pagesCount, plural, other {ページ}}",
240 | "table_paginationStatus": "全 {count, number} 個中 {start, number}–{end, number} 個目の{count, plural, other {項目}}",
241 | "feedback_positiveLabel": "役に立った",
242 | "feedback_negativeLabel": "役に立たなかった",
243 | "feedback_defaultTitle": "追加のフィードバック",
244 | "feedback_defaultPrompt": "なぜこの評価を選択されましたか?",
245 | "feedback_defaultPlaceholder": "コメントの追加",
246 | "feedback_submitLabel": "送信",
247 | "feedback_cancelLabel": "キャンセル",
248 | "input_stopResponse": "応答の停止",
249 | "messages_responseStopped": "応答が停止されています",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "入力",
252 | "chainOfThought_outputLabel": "出力",
253 | "chainOfThought_toolLabel": "ツール",
254 | "chainOfThought_statusSucceededLabel": "成功",
255 | "chainOfThought_statusFailedLabel": "失敗",
256 | "chainOfThought_statusProcessingLabel": "処理中",
257 | "chainOfThought_explainabilityLabel": "私がこの回答に至った経緯"
258 | }
--------------------------------------------------------------------------------
/languages/ko.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "IBM watsonx 기반",
3 | "ai_slug_description": "IBM watsonx는 최신 AI 모델을 기반으로 대화를 지능적으로 처리하고 언제 어디서든 도움을 제공합니다.",
4 | "components_overflow_ariaLabel": "옵션 목록 열기 및 닫기",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "지금은 {botName}을(를) 사용할 수 없습니다. 관련 시스템의 문제점으로 인해 데이터가 제공되지 않습니다.",
7 | "errors_imageSource": "이미지를 사용할 수 없습니다.",
8 | "errors_videoSource": "동영상을 사용할 수 없습니다.",
9 | "errors_audioSource": "오디오를 사용할 수 없습니다.",
10 | "errors_iframeSource": "웹 페이지를 사용할 수 없습니다.",
11 | "errors_singleMessage": "방금 전송한 메시지에 오류가 있습니다. 기타 다른 사항을 문의하십시오.",
12 | "errors_ariaMessageRetrying": "메시지를 전송하는 데 문제가 있지만 계속 시도하고 있습니다.",
13 | "errors_ariaMessageFailed": "메시지를 전송하는 데 실패했습니다.",
14 | "errors_noAgentsAvailable": "사용 가능한 에이전트가 없습니다.",
15 | "errors_noAgentsJoined": "대화를 수락한 상담원이 없습니다.",
16 | "errors_connectingToAgent": "죄송합니다. 문제가 발생하여 사용자를 에이전트에 현재 연결할 수 없습니다.",
17 | "errors_busy": "지금 도움을 드리지 못해 죄송합니다. 현재 문의사항이 많아 답변하는 중입니다. 나중에 다시 시도하십시오.",
18 | "errors_agentAppSessionExpired": "죄송합니다. 대화 기록에 대한 액세스가 만료되었습니다.",
19 | "errors_generalContent": "이 컨텐츠를 표시하는 중에 오류가 발생했습니다.",
20 | "errors_somethingWrong": "문제가 발생함",
21 | "input_ariaLabel": "전송할 메시지",
22 | "input_placeholder": "내용 입력...",
23 | "input_buttonLabel": "메시지를 전송하려면 클릭하십시오.",
24 | "input_uploadButtonLabel": "업로드할 파일 추가",
25 | "window_title": "대화 창",
26 | "window_ariaTourRegion": "둘러보기",
27 | "window_ariaTourRegionNamespace": "{namespace} 둘러보기",
28 | "window_ariaChatRegion": "대화",
29 | "window_ariaChatRegionNamespace": "{namespace} 대화",
30 | "window_ariaWindowOpened": "대화 창이 열림",
31 | "window_ariaWindowClosed": "대화 창이 닫힘",
32 | "window_ariaWindowLoading": "대화를 로드 중입니다.",
33 | "launcher_isOpen": "대화 창 닫기",
34 | "launcher_isClosed": "대화 창 열기",
35 | "launcher_isTourOpen": "둘러보기 창 닫기",
36 | "launcher_isTourClosed": "둘러보기 창 열기",
37 | "launcher_desktopGreeting": "안녕하세요! 저는 Virtual Assistant입니다. 오늘은 어떻게 도와드릴까요?",
38 | "launcher_mobileGreeting": "안녕하세요! 오늘은 어떻게 도와드릴까요?",
39 | "launcher_ariaIsExpanded": "대화 실행 프로그램 닫기",
40 | "launcher_closeButton": "닫기",
41 | "messages_youSaid": "사용자가 말한 내용:",
42 | "messages_botSaid": "{botName}이 말한 내용",
43 | "messages_agentSaid": "라이브 에이전트가 말한 내용:",
44 | "messages_searchResults": "검색 결과",
45 | "messages_searchResultsLink": "이 검색 결과를 새 창에서 열기",
46 | "messages_searchResultsOpenDocument": "문서 열기",
47 | "messages_searchResultsOpenDocumentWithLabel": "\"{documentName}\" 문서 열기",
48 | "messages_searchResultsExpand": "펼치기",
49 | "messages_searchResultsCollapse": "접기",
50 | "messages_botIsLoading": "{botName} 로드 중",
51 | "messages_botIsTyping": "{botName}이 입력한 내용:",
52 | "messages_agentIsTyping": "라이브 에이전트가 입력한 내용:",
53 | "messages_scrollHandle": "대화 내역 시작",
54 | "messages_scrollHandleDetailed": "대화 내역이 시작됩니다. 활성화하여 첫 번째 메시지에 초점을 맞춘 다음 화살표, 홈 및 종료 키를 사용하여 메시지 간에 이동하십시오. 종료하려면 Escape를 누르십시오.",
55 | "messages_scrollHandleEnd": "대화 내역 종료",
56 | "messages_scrollHandleEndDetailed": "대화 내역이 종료됩니다. 활성화하여 마지막 메시지에 초점을 맞춘 다음 화살표, 홈 및 종료 키를 사용하여 메시지 간에 이동하십시오. 종료하려면 Escape를 누르십시오.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "사용자 {timestamp}",
59 | "notifications_toastClose": "알림 닫기",
60 | "buttons_restart": "대화 재시작",
61 | "buttons_cancel": "취소",
62 | "buttons_retry": "재시도",
63 | "options_select": "옵션 선택",
64 | "options_ariaOptionsDisabled": "이 옵션은 사용 안함으로 설정되어 있으므로 선택할 수 없습니다.",
65 | "header_previewLinkTitle": "Assistant 미리보기",
66 | "header_ariaCloseRestart": "대화 종료 후 창 닫기",
67 | "header_ariaBotAvatar": "{botName} 아바타 이미지",
68 | "header_overflowMenu_options": "옵션",
69 | "homeScreen_returnToAssistant": "어시스턴트로 돌아가기",
70 | "homeScreen_returnToHome": "홈 화면으로 돌아가기",
71 | "homeScreen_overflowMenuHomeScreen": "홈 화면",
72 | "homeScreen_ariaQuickStartListButton": "빠른 시작 메뉴",
73 | "homeScreen_ariaQuickStartListOpened": "빠른 시작 메뉴가 열렸습니다.",
74 | "homeScreen_ariaQuickStartListClosed": "빠른 시작 메뉴가 닫혔습니다.",
75 | "default_agent_availableMessage": "에이전트를 요청하면 준비가 되었을 때 알려드리겠습니다. 대기 시간은 사용 가능성에 따라 달라집니다.",
76 | "default_agent_unavailableMessage": "죄송합니다. 지금 사용 가능한 에이전트가 없습니다.",
77 | "agent_reason_error": "그런데 몇 가지 어려움이 있습니다. 수동으로 대화를 계속하려면 휴먼 에이전트가 필요합니다.",
78 | "agent_sdMissingWarning": "구성된 서비스 데스크가 없습니다. 사용자 정의 서비스 데스크를 구현하지 않은 경우 사용자에게 아래 메시지 대신 오류가 표시됩니다. 자세한 내용은 문서를 참조하십시오.",
79 | "agent_noName": "실시간 상담원",
80 | "agent_chatTitle": "실시간 상담원 지원",
81 | "agent_startChat": "상담원에 연결",
82 | "agent_connecting": "에이전트에 대한 요청이 전송됨...",
83 | "agent_agentNoNameTitle": "에이전트",
84 | "agent_agentJoinedName": "{personName}님이 연결되었습니다.",
85 | "agent_agentJoinedNoName": "실시간 상담원이 연결되었습니다.",
86 | "agent_youConnectedWarning": "현재 페이지를 나가거나 새로 고치면 새 상담원을 요청해야 합니다.",
87 | "agent_connectingMinutes": "현재 대기 시간은 {time, number} {time, plural, one {minute} other {minutes}}입니다.",
88 | "agent_connectingQueue": "귀하는 대기 {position, number}번째입니다.",
89 | "agent_ariaAgentAvatar": "라이브 에이전트 아바타 이미지",
90 | "agent_ariaGenericAvatar": "Avatar 이미지",
91 | "agent_ariaGenericBotAvatar": "Avatar 이미지",
92 | "agent_youEndedChat": "실시간 상담원과의 연결을 끊었습니다.",
93 | "agent_conversationWasEnded": "실시간 상담원과의 연결을 끊었습니다.",
94 | "agent_disconnected": "문제가 발생하여 실시간 상담원과의 연결이 끊어졌습니다. 인터넷 연결을 확인한 후 다시 상담원 연결을 시도하십시오.",
95 | "agent_reconnected": "상담원이 다시 연결되었습니다.",
96 | "agent_agentLeftChat": "{personName}님의 연결이 끊어졌습니다.",
97 | "agent_agentLeftChatNoName": "실시간 상담원의 연결이 끊어졌습니다.",
98 | "agent_agentEndedChat": "{personName}님이 대화를 종료했습니다.",
99 | "agent_agentEndedChatNoName": "실시간 상담원이 대화를 종료했습니다.",
100 | "agent_transferring": "귀하를 연결하는 중입니다.",
101 | "agent_transferringNoName": "귀하를 연결하는 중입니다.",
102 | "agent_endChat": "실시간 상담원과의 연결을 끊으시겠습니까?",
103 | "agent_confirmSuspendedEndChatTitle": "이전 에이전트와의 연결을 끊으시겠습니까?",
104 | "agent_confirmSuspendedEndChatMessage": "현재 에이전트와 연결되어 있습니다. 계속하면 에이전트와의 연결이 끊어지고 새 에이전트에 연결됩니다. 계속하시겠습니까?",
105 | "agent_confirmCancelRequestTitle": "요청을 취소하시겠습니까?",
106 | "agent_confirmCancelRequestMessage": "계속하면 상담원 요청을 취소할 수 있습니다.",
107 | "agent_confirmCancelRequestNo": "되돌아가기",
108 | "agent_confirmCancelRequestYes": "요청 취소",
109 | "agent_confirmEndChat": "연결을 끊으면 새 실시간 상담원을 요청해야 합니다.",
110 | "agent_confirmEndChatNo": "뒤로",
111 | "agent_confirmEndChatYes": "연결 끊기",
112 | "agent_confirmEndSuspendedYes": "계속",
113 | "agent_botReturned": "다른 도움이 필요하십니까?",
114 | "agent_newMessage": "새 메시지",
115 | "agent_cardButtonChatRequested": "연결 중...",
116 | "agent_cardButtonConnected": "연결됨",
117 | "agent_cardButtonChatEnded": "연결 끊김",
118 | "agent_cardMessageChatEnded": "실시간 상담원과의 연결을 끊었습니다.",
119 | "agent_cardMessageConnected": "이제 연결되었습니다.",
120 | "agent_connectButtonCancel": "취소",
121 | "agent_connectedButtonEndChat": "연결 끊기",
122 | "agent_connectWaiting": "기다리는 중 ...",
123 | "agent_defaultMessageToAgent": "대화 시작",
124 | "agent_inputPlaceholderConnecting": "상담원을 기다리는 중 ...",
125 | "agent_inputPlaceholderReconnecting": "에이전트에 다시 연결 중...",
126 | "agent_sharingStopSharingButton": "화면 공유 중지",
127 | "agent_sharingRequestTitle": "화면 공유",
128 | "agent_sharingRequestMessage": "에이전트에서 화면을 공유하도록 요청했습니다. 언제든지 공유를 중지할 수 있습니다.",
129 | "agent_sharingAcceptButton": "화면 공유",
130 | "agent_sharingDeclineButton": "거부",
131 | "agent_sharingRequested": "화면 공유를 요청받았습니다.",
132 | "agent_sharingAccepted": "화면을 공유했습니다.",
133 | "agent_sharingDeclined": "화면 공유를 거부했습니다.",
134 | "agent_sharingCancelled": "화면 공유 요청이 취소되었습니다.",
135 | "agent_sharingEnded": "화면 공유를 중지했습니다.",
136 | "agent_suspendedWarning": "현재 에이전트와 연결되어 있습니다.",
137 | "icon_ariaUnreadMessages": "읽지 않은 {count, plural, other {메시지}}가 {count, number}개 {count, plural, other {있음}}",
138 | "showMore": "추가 정보",
139 | "suggestions_title": "제안",
140 | "suggestions_sectionTitleAlternateResponses": "다음 메시지 중 하나 발송",
141 | "suggestions_sectionTitleSearch": "관련 내용 보기",
142 | "suggestions_sectionTitleContact": "다른 방법으로 도움말 가져오기",
143 | "suggestions_sectionTitleStarters": "사용자의 관심이 있는 다른 주제",
144 | "suggestions_noSearchResults": "현재의 대화와 관련하여 공유할 사항을 찾을 수 없습니다.",
145 | "suggestions_connectToAgent": "에이전트에 연결",
146 | "suggestions_ariaButtonToClose": "제안을 닫으려면 클릭하십시오.",
147 | "suggestions_ariaMessageButtons": "제안 메시지 단추",
148 | "suggestions_ariaButtonToOpen": "제안사항 단추입니다. 제안을 열려면 클릭하십시오.",
149 | "suggestions_ariaPanelButtonToggle": "제안을 자세히 또는 간략히 보려면 클릭하십시오.",
150 | "suggestions_ariaAnnounceButtonShow": "제안을 보려면 제안 단추를 클릭하십시오.",
151 | "suggestions_ariaAnnounceListOpen": "제안이 열렸습니다. 닫으려면 Escape를 누르십시오.",
152 | "suggestions_ariaAnnounceListClosed": "제안이 닫혔습니다.",
153 | "suggestions_ariaAnnounceListExpanded": "제안을 펼쳤습니다.",
154 | "suggestions_ariaAnnounceListCollapsed": "제안을 접었습니다.",
155 | "suggestions_searchBookmarkHeader": "관련 컨텐츠를 찾았습니다. 해당 내용을 이 대화에 저장합니다.",
156 | "suggestions_searchBookmarkFooter": "다른 도움이 필요하십니까?",
157 | "suggestions_searchBookmarkButtonDescription": "책갈피",
158 | "showMoreResults": "추가 정보",
159 | "disclaimer_title": "면책사항",
160 | "disclaimer_accept": "동의함",
161 | "sessionHistory_expired": "대화 세션이 비활성 상태입니다. 계속하려면 어떠한 메시지라도 전송하십시오. 지금 페이지를 새로 고치면 새로 대화를 시작해야 합니다.",
162 | "sessionHistory_expiredNoCopy": "대화 세션이 비활성 상태입니다.",
163 | "branding_headline": "IBM watsonx를 사용하여 빌드됨",
164 | "branding_description": "watsonx Assistant를 사용하여 긴 대기 시간, 지루한 검색 및 유용하지 않은 챗봇에 대한 불만을 제거하십시오. 고객이 필요할 때 언제든 빠르고 정확한 응답을 제공하여 비용과 시간을 절약하십시오.",
165 | "branding_sign_up": "지금 가입하세요.",
166 | "general_ariaCloseInformationOverlay": "정보 패널을 닫습니다.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "정보 패널이 열렸습니다.",
168 | "general_ariaAnnounceClosedInformationOverlay": "정보 패널이 닫혔습니다.",
169 | "general_ariaAnnounceEscapeOverlay": "닫으려면 Escape를 누르거나 닫기 단추를 클릭하십시오.",
170 | "general_returnToAssistant": "어시스턴트로 돌아가기",
171 | "branding_ariaInformationButton": "IBM Watson에 대해 자세히 알아보십시오.",
172 | "channelTransfer_failed": "전송하는 중에 문제가 발생했습니다. 다시 시도하려면 원본 링크를 클릭하거나 여기에서 어시스턴트에게 메시지를 보내십시오.",
173 | "conversationalSearch_streamingIncomplete": "이 메시지가 완료되지 않았습니다. 다시 시도하십시오.",
174 | "conversationalSearch_viewPDF": "PDF 보기",
175 | "conversationalSearch_viewSourceDocument": "소스 보기",
176 | "conversationalSearch_toggleCitations": "소스 목록 열기 또는 닫기",
177 | "conversationalSearch_responseStopped": "응답이 중지됨",
178 | "launcher_chatNow": "지금 대화하기",
179 | "iframe_ariaSourceLoaded": "웹 페이지가 로드되었습니다.",
180 | "iframe_ariaImageAltText": "웹 페이지 패널의 미리보기 이미지입니다.",
181 | "iframe_ariaClosePanel": "웹 페이지 패널을 닫으십시오.",
182 | "iframe_ariaOpenedPanel": "웹 페이지 패널이 열렸습니다.",
183 | "iframe_ariaClosedPanel": "웹 페이지 패널이 닫혔습니다.",
184 | "iframe_ariaClickPreviewCard": "웹 페이지 패널을 열고 {source}에 방문하려면 클릭하십시오.",
185 | "closeAndRestartModal_title": "대화 종료",
186 | "closeAndRestartModal_message": "대화를 종료하시겠습니까?",
187 | "closeAndRestartModal_confirm": "예",
188 | "closeAndRestartModal_cancel": "아니오",
189 | "datePicker_chooseDate": "날짜 선택({format})",
190 | "datePicker_confirmDate": "날짜 확인",
191 | "tour_resumeButton": "재개",
192 | "tour_restartButton": "다시 시작",
193 | "tour_startButton": "시작하기",
194 | "tour_doneButton": "완료",
195 | "tour_ariaMinimizeButton": "둘러보기 창 숨기기",
196 | "tour_ariaCloseButton": "둘러보기 창 닫기",
197 | "tour_ariaChatButton": "대화 창 열기",
198 | "tour_ariaPreviousButton": "이전 단계로 이동",
199 | "tour_ariaNextButton": "다음 단계로 이동",
200 | "tour_instructions": "이전 및 다음 단추를 사용하여 둘러보기의 단계를 탐색하십시오. 해당 대화 창을 열려면 {chatButtonText} 단추를 사용하십시오.",
201 | "tour_errorFetchingStep": "다음 단계를 페치하는 중에 문제점이 발생했습니다.",
202 | "tour_errorTitle": "계속할 수 없음",
203 | "tour_errorBody": "내용을 로드하는 데 실패했습니다. 다시 시도하십시오.",
204 | "fileSharing_fileTooLarge": "허용되는 최대 파일 크기는 {maxSize}입니다.",
205 | "fileSharing_ariaAnnounceSuccess": "파일이 업로드되었습니다.",
206 | "fileSharing_fileIcon": "파일 아이콘",
207 | "fileSharing_removeButtonTitle": "파일 제거",
208 | "fileSharing_statusUploading": "파일 업로드",
209 | "fileSharing_uploadFailed": "파일을 업로드하는 중에 오류가 발생했습니다.",
210 | "fileSharing_agentMessageText": "파일 업로드",
211 | "fileSharing_request": "에이전트가 사용자에게 파일 업로드를 요청했습니다.",
212 | "serviceDesk_niceDFO_fileUploadError": "최대 파일 크기는 {fileSize}MB입니다. 허용되는 파일 유형은 {allowedTypes}입니다.",
213 | "documentViewer_ariaRoleLabel": "PDF 뷰어",
214 | "documentViewer_title": "문서 미리보기",
215 | "documentViewer_zoomIn": "확대",
216 | "documentViewer_zoomOut": "축소",
217 | "documentViewer_zoomReset": "확대/축소 재설정",
218 | "documentViewer_download": "다운로드",
219 | "documentViewer_close": "닫기",
220 | "documentViewer_previousPage": "이전 페이지",
221 | "documentViewer_nextPage": "다음 페이지",
222 | "documentViewer_previousMatch": "이전 일치",
223 | "documentViewer_nextMatch": "다음 일치",
224 | "documentViewer_search": "검색",
225 | "documentViewer_currentPage": "현재 페이지",
226 | "documentViewer_clearSearch": "검색 지우기",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {페이지}}",
228 | "documentViewer_loadErrorTitle": "문제가 발생했습니다.",
229 | "documentViewer_loadError": "문서를 로드할 수 없습니다. 재시도를 클릭하여 다시 시도하거나 문서 다운로드를 시도하십시오.",
230 | "documentViewer_loadErrorRetry": "재시도",
231 | "carousel_prevNavButton": "이전 슬라이드로 이동하십시오.",
232 | "carousel_nextNavButton": "다음 슬라이드로 이동하십시오.",
233 | "input_completionsTagApp": "앱",
234 | "input_completionsTagAssistant": "어시스턴트",
235 | "table_filterPlaceholder": "필터 테이블",
236 | "table_previousPage": "이전 페이지",
237 | "table_nextPage": "다음 페이지",
238 | "table_itemsPerPage": "페이지당 항목 수",
239 | "table_paginationSupplementalText": "{pagesCount, number} {pagesCount, plural, other {페이지}} 중",
240 | "table_paginationStatus": "{start, number}–{end, number}/{count, number} {count, plural, other {항목}}",
241 | "feedback_positiveLabel": "공감",
242 | "feedback_negativeLabel": "비공감",
243 | "feedback_defaultTitle": "추가 피드백",
244 | "feedback_defaultPrompt": "이 등급을 선택한 이유가 무엇입니까?",
245 | "feedback_defaultPlaceholder": "주석 추가",
246 | "feedback_submitLabel": "제출",
247 | "feedback_cancelLabel": "취소",
248 | "input_stopResponse": "응답 중지",
249 | "messages_responseStopped": "응답이 중지됨",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "입력",
252 | "chainOfThought_outputLabel": "출력",
253 | "chainOfThought_toolLabel": "도구",
254 | "chainOfThought_statusSucceededLabel": "성공",
255 | "chainOfThought_statusFailedLabel": "실패함",
256 | "chainOfThought_statusProcessingLabel": "처리",
257 | "chainOfThought_explainabilityLabel": "이 답변은 어떻게 얻으셨습니까?"
258 | }
--------------------------------------------------------------------------------
/languages/nl.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "Powered by IBM watsonx",
3 | "ai_slug_description": "IBM watsonx is gebouwd op de nieuwste AI-modellen om gesprekken op intelligente wijze te verwerken en hulp te bieden wanneer en waar u het nodig hebt.",
4 | "components_overflow_ariaLabel": "Lijst van opties openen en sluiten",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} is momenteel niet beschikbaar. Problemen met een gerelateerd systeem voorkomen dat de gegevens worden aangeleverd.",
7 | "errors_imageSource": "Afbeelding is niet beschikbaar.",
8 | "errors_videoSource": "Video is niet beschikbaar.",
9 | "errors_audioSource": "Audio is niet beschikbaar.",
10 | "errors_iframeSource": "De webpagina is niet beschikbaar.",
11 | "errors_singleMessage": "Er is iets fout gegaan bij het bericht dat u net hebt gestuurd; u kunt me wel iets anders vragen.",
12 | "errors_ariaMessageRetrying": "Er zijn wat problemen bij het verzenden van uw bericht, maar we blijven het proberen.",
13 | "errors_ariaMessageFailed": "Het verzenden van uw bericht is mislukt.",
14 | "errors_noAgentsAvailable": "Er zijn geen agents beschikbaar.",
15 | "errors_noAgentsJoined": "Er zijn geen agenten beschikbaar",
16 | "errors_connectingToAgent": "Sorry. Er is iets misgegaan en ik kan u op dit moment niet met een agent verbinden.",
17 | "errors_busy": "Sorry, ik kan u op dit moment niet helpen. Ik beantwoord op dit moment vragen van veel mensen. Probeer het later nogmaals.",
18 | "errors_agentAppSessionExpired": "Het spijt me, maar de toegang tot de chathistorie is verlopen.",
19 | "errors_generalContent": "Er is een fout opgetreden bij het afbeelden van deze content",
20 | "errors_somethingWrong": "Er is iets misgegaan",
21 | "input_ariaLabel": "Te verzenden bericht",
22 | "input_placeholder": "Typ iets...",
23 | "input_buttonLabel": "Klik om een bericht te verzenden",
24 | "input_uploadButtonLabel": "Te uploaden bestanden toevoegen",
25 | "window_title": "Chatvenster",
26 | "window_ariaTourRegion": "Rondleiding",
27 | "window_ariaTourRegionNamespace": "Rondleiding {namespace}",
28 | "window_ariaChatRegion": "Chatten",
29 | "window_ariaChatRegionNamespace": "Chatregio \"{namespace}\"",
30 | "window_ariaWindowOpened": "Het chatvenster is geopend",
31 | "window_ariaWindowClosed": "Het chatvenster is gesloten",
32 | "window_ariaWindowLoading": "De chat wordt geladen.",
33 | "launcher_isOpen": "Het chatvenster sluiten",
34 | "launcher_isClosed": "Het chatvenster openen",
35 | "launcher_isTourOpen": "Het venster sluiten",
36 | "launcher_isTourClosed": "Rondleiding venster openen",
37 | "launcher_desktopGreeting": "Hallo! Ik ben een virtuele assistent. Hoe kan ik u vandaag helpen?",
38 | "launcher_mobileGreeting": "Hallo! Hoe kan ik u vandaag helpen?",
39 | "launcher_ariaIsExpanded": "De chatstarter sluiten",
40 | "launcher_closeButton": "Sluiten",
41 | "messages_youSaid": "U zei",
42 | "messages_botSaid": "{botName} zei",
43 | "messages_agentSaid": "De live agent zei",
44 | "messages_searchResults": "Zoekresultaten",
45 | "messages_searchResultsLink": "Dit zoekresultaat in een nieuw venster openen",
46 | "messages_searchResultsOpenDocument": "Document openen",
47 | "messages_searchResultsOpenDocumentWithLabel": "Document openen \"{documentName}\"",
48 | "messages_searchResultsExpand": "Uitvouwen",
49 | "messages_searchResultsCollapse": "Samenvouwen",
50 | "messages_botIsLoading": "{botName} wordt geladen",
51 | "messages_botIsTyping": "{botName} is bezig met typen",
52 | "messages_agentIsTyping": "De live agent is bezig met typen",
53 | "messages_scrollHandle": "Begin van chathistorie",
54 | "messages_scrollHandleDetailed": "Begin van chathistorie. Activeer dit om te focussen op het eerste bericht en ga dan van bericht naar bericht met de pijl- home- en end-toetsen. Druk op escape om af te sluiten.",
55 | "messages_scrollHandleEnd": "Einde chathistorie",
56 | "messages_scrollHandleEndDetailed": "Einde chathistorie. Activeer dit om te focussen op het laatste bericht en ga dan van bericht naar bericht met de pijl- home- en end-toetsen. Druk op escape om af te sluiten.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "U {timestamp}",
59 | "notifications_toastClose": "Melding sluiten",
60 | "buttons_restart": "Conversatie opnieuw starten",
61 | "buttons_cancel": "Annuleren",
62 | "buttons_retry": "Herhalen",
63 | "options_select": "Selecteer een optie",
64 | "options_ariaOptionsDisabled": "Deze opties zijn uitgeschakeld en kunnen niet geselecteerd worden",
65 | "header_previewLinkTitle": "Assistant-preview",
66 | "header_ariaCloseRestart": "Chat beëindigen en het venster sluiten",
67 | "header_ariaBotAvatar": "Afbeelding van {botName}-avatar",
68 | "header_overflowMenu_options": "Opties",
69 | "homeScreen_returnToAssistant": "Terug naar assistent",
70 | "homeScreen_returnToHome": "Terug naar het homescherm",
71 | "homeScreen_overflowMenuHomeScreen": "Beginscherm",
72 | "homeScreen_ariaQuickStartListButton": "Snelstartmenu",
73 | "homeScreen_ariaQuickStartListOpened": "Het snelstartmenu is geopend.",
74 | "homeScreen_ariaQuickStartListClosed": "Het snelstartmenu is gesloten.",
75 | "default_agent_availableMessage": "Vraag een agent aan, en ik laat u weten wanneer deze beschikbaar is. De wachttijd is afhankelijk van de beschikbaarheid.",
76 | "default_agent_unavailableMessage": "Sorry, op dit moment zijn er geen agents beschikbaar.",
77 | "agent_reason_error": "Hmmm ... Ik heb wat problemen. Ik heb een menselijke agent nodig om handmatig doorgaan met de chat.",
78 | "agent_sdMissingWarning": "Er is geen servicedesk geconfigureerd. Tenzij u een aangepaste servicedesk hebt geïmplementeerd, zien gebruikers een fout in plaats van de onderstaande kaart. Zie de documentatie voor meer informatie.",
79 | "agent_noName": "Live agent",
80 | "agent_chatTitle": "Ondersteuning via live agent",
81 | "agent_startChat": "Verbinden met agent",
82 | "agent_connecting": "Aanvraag voor agent verzonden...",
83 | "agent_agentNoNameTitle": "Agent",
84 | "agent_agentJoinedName": "{personName} neemt nu deel aan de chat.",
85 | "agent_agentJoinedNoName": "Een agent neemt nu deel aan de chat.",
86 | "agent_youConnectedWarning": "Als u de huidige pagina vernieuwt of verlaat, moet u een nieuwe agent aanvragen.",
87 | "agent_connectingMinutes": "Huidige wachttijd is {time, number} {time, plural, one {minute} other {minutes}}.",
88 | "agent_connectingQueue": "U bent nummer {position, number} in de rij.",
89 | "agent_ariaAgentAvatar": "Avatarafbeelding van live agent",
90 | "agent_ariaGenericAvatar": "Avatar-afbeelding",
91 | "agent_ariaGenericBotAvatar": "Avatar-afbeelding",
92 | "agent_youEndedChat": "U hebt de chat beëindigd met de live agent.",
93 | "agent_conversationWasEnded": "U hebt de chat beëindigd met de live agent.",
94 | "agent_disconnected": "Er is iets misgegaan en uw verbinding met de agent van de servicedesk is verbroken. Controleer uw internetverbinding en probeer daarna nogmaals verbinding met een agent te maken.",
95 | "agent_reconnected": "De agent is weer verbonden.",
96 | "agent_agentLeftChat": "{personName} heeft de chat verlaten.",
97 | "agent_agentLeftChatNoName": "De live agent heeft de chat verlaten.",
98 | "agent_agentEndedChat": "{personName} heeft de chat beëindigd",
99 | "agent_agentEndedChatNoName": "De live agent heeft de chat beëindigd",
100 | "agent_transferring": "U wordt overgezet.",
101 | "agent_transferringNoName": "U wordt overgezet.",
102 | "agent_endChat": "Gesprek beëindigen met live agent?",
103 | "agent_confirmSuspendedEndChatTitle": "Verbinding met vorige agent verbreken?",
104 | "agent_confirmSuspendedEndChatMessage": "U bent momenteel verbonden met een agent. Als u doorgaat, wordt de verbinding met de agent verbroken en wordt u doorverbonden met een nieuwe agent. Wilt u doorgaan?",
105 | "agent_confirmCancelRequestTitle": "Aanvraag annuleren?",
106 | "agent_confirmCancelRequestMessage": "Als u doorgaat, annuleert u uw aanvraag voor een agent.",
107 | "agent_confirmCancelRequestNo": "Ga terug",
108 | "agent_confirmCancelRequestYes": "Aanvraag annuleren",
109 | "agent_confirmEndChat": "Als u de verbinding verbreekt, moet u een nieuwe agent aanvragen.",
110 | "agent_confirmEndChatNo": "Ga terug",
111 | "agent_confirmEndChatYes": "Verbreken",
112 | "agent_confirmEndSuspendedYes": "Doorgaan",
113 | "agent_botReturned": "Kan ik je ergens anders mee helpen?",
114 | "agent_newMessage": "Nieuw bericht",
115 | "agent_cardButtonChatRequested": "Verbinding maken...",
116 | "agent_cardButtonConnected": "Verbonden",
117 | "agent_cardButtonChatEnded": "Verbinding verbroken",
118 | "agent_cardMessageChatEnded": "U hebt de chat beëindigd met de live agent",
119 | "agent_cardMessageConnected": "Je bent nu verbonden.",
120 | "agent_connectButtonCancel": "Annuleren",
121 | "agent_connectedButtonEndChat": "Verbreken",
122 | "agent_connectWaiting": "Wachten...",
123 | "agent_defaultMessageToAgent": "Gesprek beginnen",
124 | "agent_inputPlaceholderConnecting": "Wachten op agent...",
125 | "agent_inputPlaceholderReconnecting": "Opnieuw verbinden met agent...",
126 | "agent_sharingStopSharingButton": "Delen van scherm stoppen",
127 | "agent_sharingRequestTitle": "Scherm delen",
128 | "agent_sharingRequestMessage": "De agent heeft gevraagd om uw scherm te delen. U kunt op elk moment stoppen met delen.",
129 | "agent_sharingAcceptButton": "Scherm delen",
130 | "agent_sharingDeclineButton": "Niet accepteren",
131 | "agent_sharingRequested": "U bent gevraagd om uw scherm te delen.",
132 | "agent_sharingAccepted": "U hebt uw scherm gedeeld.",
133 | "agent_sharingDeclined": "U hebt geweigerd uw scherm te delen.",
134 | "agent_sharingCancelled": "De opdracht voor het delen van het scherm is geannuleerd.",
135 | "agent_sharingEnded": "U hebt uw scherm niet meer gedeeld.",
136 | "agent_suspendedWarning": "U bent momenteel verbonden met een agent.",
137 | "icon_ariaUnreadMessages": "Er {count, plural, one {is} other {zijn}} {count, number} ongelezen {count, plural, one {bericht} other {berichten}}",
138 | "showMore": "Meer info",
139 | "suggestions_title": "Suggesties",
140 | "suggestions_sectionTitleAlternateResponses": "Een van deze berichten verzenden",
141 | "suggestions_sectionTitleSearch": "Gerelateerde content bekijken",
142 | "suggestions_sectionTitleContact": "Op een andere manier hulp krijgen",
143 | "suggestions_sectionTitleStarters": "Mensen zijn ook geïnteresseerd in",
144 | "suggestions_noSearchResults": "Ik kon niets vinden om te delen met u dat is gerelateerd aan de huidige chat.",
145 | "suggestions_connectToAgent": "Verbinding met agent maken",
146 | "suggestions_ariaButtonToClose": "Klik om de suggesties te sluiten.",
147 | "suggestions_ariaMessageButtons": "Knoppen voor suggestiebericht",
148 | "suggestions_ariaButtonToOpen": "Knop voor suggesties. Klik om de suggesties te openen.",
149 | "suggestions_ariaPanelButtonToggle": "Klik om meer of minder suggesties te zien.",
150 | "suggestions_ariaAnnounceButtonShow": "Klik op de knop voor suggesties om suggesties te zien.",
151 | "suggestions_ariaAnnounceListOpen": "Suggesties is geopend. Druk op escape om te sluiten.",
152 | "suggestions_ariaAnnounceListClosed": "Suggesties is gesloten.",
153 | "suggestions_ariaAnnounceListExpanded": "Suggesties is uitgevouwen",
154 | "suggestions_ariaAnnounceListCollapsed": "Suggesties is samengevouwen",
155 | "suggestions_searchBookmarkHeader": "Blij dat u gerelateerde inhoud hebt gevonden. Ik bewaar dit voor je in ons gesprek.",
156 | "suggestions_searchBookmarkFooter": "Kan ik u nog met iets anders helpen?",
157 | "suggestions_searchBookmarkButtonDescription": "Bladwijzer",
158 | "showMoreResults": "Meer info",
159 | "disclaimer_title": "Disclaimer",
160 | "disclaimer_accept": "Ik ga akkoord",
161 | "sessionHistory_expired": "Chatsessie inactief. Stuur een bericht om door te gaan. Als u de pagina nu vernieuwt, moet u een nieuwe chatsessie starten.",
162 | "sessionHistory_expiredNoCopy": "Chatsessie inactief.",
163 | "branding_headline": "Gebouwd met IBM watsonx",
164 | "branding_description": "Maak een einde aan de frustraties van lange wachttijden, vervelende zoekopdrachten en nutteloze chatbots met watsonx Assistant. Bespaar geld en tijd door uw klant snelle en nauwkeurige antwoorden te geven, waar dit ook nodig is.",
165 | "branding_sign_up": "Registreer u nu.",
166 | "general_ariaCloseInformationOverlay": "Informatiescherm sluiten.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "Er is een informatiescherm geopend.",
168 | "general_ariaAnnounceClosedInformationOverlay": "Er is een informatiescherm gesloten.",
169 | "general_ariaAnnounceEscapeOverlay": "Druk op escape of klik op de knop voor sluiten om te sluiten.",
170 | "general_returnToAssistant": "Terug naar assistent",
171 | "branding_ariaInformationButton": "Meer informatie over IBM Watson.",
172 | "channelTransfer_failed": "Het is niet gelukt u over te dragen. Om het opnieuw te proberen, klikt u op de oorspronkelijke link of stuurt u uw bericht naar de assistent hier.",
173 | "conversationalSearch_streamingIncomplete": "Dit bericht is niet voltooid. Probeer het opnieuw.",
174 | "conversationalSearch_viewPDF": "PDF bekijken",
175 | "conversationalSearch_viewSourceDocument": "Bron bekijken",
176 | "conversationalSearch_toggleCitations": "De lijst van bronnen openen of sluiten",
177 | "conversationalSearch_responseStopped": "Respons gestopt",
178 | "launcher_chatNow": "Nu chatten",
179 | "iframe_ariaSourceLoaded": "De webpagina is geladen.",
180 | "iframe_ariaImageAltText": "Previewafbeelding voor het venster van de webpagina.",
181 | "iframe_ariaClosePanel": "Het venster van de webpagina sluiten.",
182 | "iframe_ariaOpenedPanel": "Het venster van de webpagina is geopend.",
183 | "iframe_ariaClosedPanel": "Het venster van de webpagina is gesloten.",
184 | "iframe_ariaClickPreviewCard": "Klik op het venster van de webpagina en ga naar {source}.",
185 | "closeAndRestartModal_title": "Gesprek beëindigen",
186 | "closeAndRestartModal_message": "Weet u zeker dat u uw chat wilt beëindigen?",
187 | "closeAndRestartModal_confirm": "Ja",
188 | "closeAndRestartModal_cancel": "Nee",
189 | "datePicker_chooseDate": "Kies een datum ({format})",
190 | "datePicker_confirmDate": "Datum bevestigen",
191 | "tour_resumeButton": "Hervatten",
192 | "tour_restartButton": "Opnieuw starten",
193 | "tour_startButton": "Aan de slag",
194 | "tour_doneButton": "Klaar",
195 | "tour_ariaMinimizeButton": "Rondleiding venster verbergen",
196 | "tour_ariaCloseButton": "Rondleiding venster sluiten",
197 | "tour_ariaChatButton": "Chatvenster openen",
198 | "tour_ariaPreviousButton": "Ga naar vorige stap",
199 | "tour_ariaNextButton": "Ga naar de volgende stap",
200 | "tour_instructions": "Gebruik de vorige en volgende knoppen om te navigeren tussen de stappen van de rondleiding. Gebruik de knop {chatButtonText} om het chatvenster te openen.",
201 | "tour_errorFetchingStep": "Er is een probleem opgetreden bij het ophalen van de volgende stap.",
202 | "tour_errorTitle": "Kan niet doorgaan",
203 | "tour_errorBody": "Het laden van de content is mislukt. Probeer het opnieuw.",
204 | "fileSharing_fileTooLarge": "De maximaal toegestane bestandsgrootte is {maxSize}.",
205 | "fileSharing_ariaAnnounceSuccess": "Het bestand is geüpload.",
206 | "fileSharing_fileIcon": "Bestandspictogram",
207 | "fileSharing_removeButtonTitle": "Bestand verwijderen",
208 | "fileSharing_statusUploading": "Bestand wordt geüpload",
209 | "fileSharing_uploadFailed": "Er is een fout opgetreden bij het uploaden van het bestand.",
210 | "fileSharing_agentMessageText": "Bestand uploaden",
211 | "fileSharing_request": "De agent heeft gevraagd om een bestand te uploaden.",
212 | "serviceDesk_niceDFO_fileUploadError": "De maximale bestandsgrootte is {fileSize} MB. De toegestane bestandstypen zijn {allowedTypes}.",
213 | "documentViewer_ariaRoleLabel": "PDF Viewer",
214 | "documentViewer_title": "Documentvoorbeeld",
215 | "documentViewer_zoomIn": "Inzoomen",
216 | "documentViewer_zoomOut": "Uitzoomen",
217 | "documentViewer_zoomReset": "Zoom resetten",
218 | "documentViewer_download": "Downloaden",
219 | "documentViewer_close": "Sluiten",
220 | "documentViewer_previousPage": "Vorige pagina",
221 | "documentViewer_nextPage": "Volgende pagina",
222 | "documentViewer_previousMatch": "Vorige overeenkomst",
223 | "documentViewer_nextMatch": "Volgende overeenkomst",
224 | "documentViewer_search": "Zoeken",
225 | "documentViewer_currentPage": "Huidige pagina",
226 | "documentViewer_clearSearch": "Zoekopdracht wissen",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {pagina's} one {pagina}}",
228 | "documentViewer_loadErrorTitle": "Er is iets mis.",
229 | "documentViewer_loadError": "Het document kon niet worden geladen. Klik op Opnieuw proberen om het opnieuw te proberen, of probeer het document te downloaden.",
230 | "documentViewer_loadErrorRetry": "Opnieuw proberen",
231 | "carousel_prevNavButton": "Ga naar de vorige dia.",
232 | "carousel_nextNavButton": "Ga naar de volgende dia.",
233 | "input_completionsTagApp": "App",
234 | "input_completionsTagAssistant": "Assistent",
235 | "table_filterPlaceholder": "Filtertabel",
236 | "table_previousPage": "Vorige pagina",
237 | "table_nextPage": "Volgende pagina",
238 | "table_itemsPerPage": "Items per pagina:",
239 | "table_paginationSupplementalText": "van {pagesCount, number} {pagesCount, plural, other {pagina's} one {pagina}}",
240 | "table_paginationStatus": "{start, number} – {end, number} van {count, number} {count, plural, other {items} one {item}}",
241 | "feedback_positiveLabel": "Goede respons",
242 | "feedback_negativeLabel": "Slechte respons",
243 | "feedback_defaultTitle": "Aanvullende feedback",
244 | "feedback_defaultPrompt": "Waarom hebt u voor deze beoordeling gekozen?",
245 | "feedback_defaultPlaceholder": "Voeg een opmerking toe",
246 | "feedback_submitLabel": "Indienen",
247 | "feedback_cancelLabel": "Annuleren",
248 | "input_stopResponse": "Respons stoppen",
249 | "messages_responseStopped": "Respons gestopt",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "Invoer",
252 | "chainOfThought_outputLabel": "Uitvoer",
253 | "chainOfThought_toolLabel": "Tool",
254 | "chainOfThought_statusSucceededLabel": "Geslaagd",
255 | "chainOfThought_statusFailedLabel": "Mislukt",
256 | "chainOfThought_statusProcessingLabel": "Bezig met verwerken",
257 | "chainOfThought_explainabilityLabel": "Hoe kom ik aan dit antwoord?"
258 | }
--------------------------------------------------------------------------------
/languages/pt-br.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "Potencializado por IBM watsonx",
3 | "ai_slug_description": "O IBM watsonx é desenvolvido com os modelos de IA mais recentes para processar conversas de forma inteligente e fornecer ajuda quando e onde for necessário.",
4 | "components_overflow_ariaLabel": "Abrir e fechar a lista de opções",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} não está disponível agora. Problemas com um sistema relacionado estão impedindo que os dados sejam fornecidos.",
7 | "errors_imageSource": "A imagem não está disponível.",
8 | "errors_videoSource": "O vídeo não está disponível.",
9 | "errors_audioSource": "O áudio não está disponível.",
10 | "errors_iframeSource": "A página da web não está disponível.",
11 | "errors_singleMessage": "Ocorreu um erro na mensagem que você acabou de enviar, mas fique à vontade para me perguntar outra coisa.",
12 | "errors_ariaMessageRetrying": "Estamos com problemas para enviar sua mensagem, mas continuaremos tentando",
13 | "errors_ariaMessageFailed": "Não foi possível enviar a sua mensagem",
14 | "errors_noAgentsAvailable": "Nenhum agente está disponível.",
15 | "errors_noAgentsJoined": "Nenhum agente aceitou o bate-papo",
16 | "errors_connectingToAgent": "Sinto muito. Algo deu errado e não é possível conectar você a um agente no momento.",
17 | "errors_busy": "Não é possível ajudá-lo agora. Estamos respondendo perguntas de muitas pessoas no momento. Por favor, tente novamente mais tarde.",
18 | "errors_agentAppSessionExpired": "O acesso ao histórico do bate-papo expirou.",
19 | "errors_generalContent": "Houve um erro ao exibir este conteúdo",
20 | "errors_somethingWrong": "Ocorreu um problema",
21 | "input_ariaLabel": "Mensagem para enviar",
22 | "input_placeholder": "Digite alguma coisa...",
23 | "input_buttonLabel": "Clique para enviar a mensagem",
24 | "input_uploadButtonLabel": "Incluir arquivos para fazer upload",
25 | "window_title": "Janela de bate-papo",
26 | "window_ariaTourRegion": "Tour",
27 | "window_ariaTourRegionNamespace": "Tour {namespace}",
28 | "window_ariaChatRegion": "Bate-papo",
29 | "window_ariaChatRegionNamespace": "Bate-papo {namespace}",
30 | "window_ariaWindowOpened": "A janela de bate-papo foi aberta",
31 | "window_ariaWindowClosed": "A janela de bate-papo foi encerrada",
32 | "window_ariaWindowLoading": "O bate-papo está carregando.",
33 | "launcher_isOpen": "Fechar a janela de bate-papo",
34 | "launcher_isClosed": "Abrir a janela de bate-papo",
35 | "launcher_isTourOpen": "Fechar a janela do tour",
36 | "launcher_isTourClosed": "Abrir a janela do tour",
37 | "launcher_desktopGreeting": "Oi! Eu sou um assistente virtual. Como posso ajudá-lo hoje?",
38 | "launcher_mobileGreeting": "Oi! Como posso ajudá-lo hoje?",
39 | "launcher_ariaIsExpanded": "Fechar o ativador de bate-papo",
40 | "launcher_closeButton": "Fechar",
41 | "messages_youSaid": "Você disse",
42 | "messages_botSaid": "{botName} disse",
43 | "messages_agentSaid": "O agente em tempo real disse",
44 | "messages_searchResults": "Resultados da procura",
45 | "messages_searchResultsLink": "Abra este resultado da pesquisa em uma nova janela",
46 | "messages_searchResultsOpenDocument": "Abrir documento",
47 | "messages_searchResultsOpenDocumentWithLabel": "Abrir o documento \"{documentName}\"",
48 | "messages_searchResultsExpand": "Expandir",
49 | "messages_searchResultsCollapse": "Reduzir",
50 | "messages_botIsLoading": "{botName} está carregando",
51 | "messages_botIsTyping": "{botName} está digitando",
52 | "messages_agentIsTyping": "O agente em tempo real está digitando",
53 | "messages_scrollHandle": "Início do histórico do bate-papo",
54 | "messages_scrollHandleDetailed": "Início do histórico do bate-papo. Ative para focar na primeira mensagem e, então, use as teclas de seta, Home e End para mover entre as mensagens. Pressione Escape para sair.",
55 | "messages_scrollHandleEnd": "Término do histórico do bate-papo",
56 | "messages_scrollHandleEndDetailed": "Término do histórico do bate-papo. Ative para focar na última mensagem e, então, use as teclas de seta, Home e End para mover entre as mensagens. Pressione Escape para sair.",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "Você {timestamp}",
59 | "notifications_toastClose": "Fechar notificação",
60 | "buttons_restart": "Reiniciar conversa",
61 | "buttons_cancel": "Cancelar",
62 | "buttons_retry": "Tentar novamente",
63 | "options_select": "Selecione uma opção",
64 | "options_ariaOptionsDisabled": "Essas opções estão desativadas e não podem ser selecionadas",
65 | "header_previewLinkTitle": "Visualização prévia do Assistente",
66 | "header_ariaCloseRestart": "Terminar o bate-papo e fechar a janela",
67 | "header_ariaBotAvatar": "Imagem do avatar do {botName}",
68 | "header_overflowMenu_options": "Opções",
69 | "homeScreen_returnToAssistant": "Retornar ao assistente",
70 | "homeScreen_returnToHome": "Voltar para a tela inicial",
71 | "homeScreen_overflowMenuHomeScreen": "Tela inicial",
72 | "homeScreen_ariaQuickStartListButton": "Menu de iniciação rápida",
73 | "homeScreen_ariaQuickStartListOpened": "O menu de iniciação rápida foi aberto.",
74 | "homeScreen_ariaQuickStartListClosed": "O menu de iniciação rápida foi fechado.",
75 | "default_agent_availableMessage": "Solicite um agente, e eu avisarei quando ele estiver pronto. Seu tempo de espera pode variar de acordo com a disponibilidade.",
76 | "default_agent_unavailableMessage": "Nenhum agente está disponível agora.",
77 | "agent_reason_error": "Hmmm... Estou tendo algumas dificuldades. Preciso de um agente humano para continuar manualmente o bate-papo.",
78 | "agent_sdMissingWarning": "Nenhuma central de serviço está configurada. A menos que você tenha uma central de serviço customizado implementada, um erro será exibido aos usuários em vez da mensagem abaixo. Consulte a documentação para obter mais informações.",
79 | "agent_noName": "Agente em tempo real",
80 | "agent_chatTitle": "Suporte com agente em tempo real",
81 | "agent_startChat": "Conectar-se a um agente",
82 | "agent_connecting": "Solicitação por agente enviada...",
83 | "agent_agentNoNameTitle": "Agente",
84 | "agent_agentJoinedName": "{personName} conectou-se.",
85 | "agent_agentJoinedNoName": "Um agente em tempo real conectou-se.",
86 | "agent_youConnectedWarning": "Se atualizar ou sair da página atual, será necessário solicitar um novo agente.",
87 | "agent_connectingMinutes": "O tempo de espera atual é de {time, number} {time, plural, one {minute} other {minutes}}.",
88 | "agent_connectingQueue": "Você é número {position, number} na fila.",
89 | "agent_ariaAgentAvatar": "Imagem do avatar do agente em tempo real",
90 | "agent_ariaGenericAvatar": "Imagem Avatar",
91 | "agent_ariaGenericBotAvatar": "Imagem Avatar",
92 | "agent_youEndedChat": "Você se desconectou do agente em tempo real.",
93 | "agent_conversationWasEnded": "Você se desconectou do agente em tempo real.",
94 | "agent_disconnected": "Algo deu errado e sua conexão com o agente em tempo real foi perdida. Verifique sua conexão de Internet e, em seguida, tente se conectar novamente a um agente.",
95 | "agent_reconnected": "O agente reconectou-se.",
96 | "agent_agentLeftChat": "{personName} desconectou-se.",
97 | "agent_agentLeftChatNoName": "O agente em tempo real desconectou-se.",
98 | "agent_agentEndedChat": "{personName} encerrou o bate-papo.",
99 | "agent_agentEndedChatNoName": "O agente em tempo real encerrou o bate-papo.",
100 | "agent_transferring": "Você está sendo transferido.",
101 | "agent_transferringNoName": "Você está sendo transferido.",
102 | "agent_endChat": "Deseja desconectar-se do agente em tempo real?",
103 | "agent_confirmSuspendedEndChatTitle": "Deseja desconectar-se do agente anterior?",
104 | "agent_confirmSuspendedEndChatMessage": "No momento, está conectado a um agente. Se optar por continuar, será desconectado do agente e se conectará a um novo agente. Deseja continuar?",
105 | "agent_confirmCancelRequestTitle": "Cancelar solicitação?",
106 | "agent_confirmCancelRequestMessage": "Se continuar, cancelará sua solicitação de agente.",
107 | "agent_confirmCancelRequestNo": "Voltar",
108 | "agent_confirmCancelRequestYes": "Cancelar solicitação",
109 | "agent_confirmEndChat": "Se você se desconectar, será necessário solicitar um novo agente em tempo real.",
110 | "agent_confirmEndChatNo": "Voltar",
111 | "agent_confirmEndChatYes": "Desconectar",
112 | "agent_confirmEndSuspendedYes": "Continuar",
113 | "agent_botReturned": "Posso te ajudar com mais alguma coisa?",
114 | "agent_newMessage": "Nova mensagem",
115 | "agent_cardButtonChatRequested": "Conectando...",
116 | "agent_cardButtonConnected": "Conectado",
117 | "agent_cardButtonChatEnded": "Desconectado",
118 | "agent_cardMessageChatEnded": "Você se desconectou do agente em tempo real.",
119 | "agent_cardMessageConnected": "Você está conectado agora.",
120 | "agent_connectButtonCancel": "Cancelar",
121 | "agent_connectedButtonEndChat": "Desconectar",
122 | "agent_connectWaiting": "Aguardando...",
123 | "agent_defaultMessageToAgent": "Iniciar conversa",
124 | "agent_inputPlaceholderConnecting": "Aguardando o agente...",
125 | "agent_inputPlaceholderReconnecting": "Reconectando ao agente...",
126 | "agent_sharingStopSharingButton": "Parar compartilhamento de tela",
127 | "agent_sharingRequestTitle": "Compartilhamento de tela",
128 | "agent_sharingRequestMessage": "O agente solicitou o compartilhamento da tela. Pode-se parar de compartilhá-la a qualquer momento.",
129 | "agent_sharingAcceptButton": "Compartilhar tela",
130 | "agent_sharingDeclineButton": "Recusar",
131 | "agent_sharingRequested": "Você foi solicitado a compartilhar a tela.",
132 | "agent_sharingAccepted": "Você compartilhou a tela.",
133 | "agent_sharingDeclined": "Você se recusou a compartilhar a tela.",
134 | "agent_sharingCancelled": "A solicitação de compartilhamento de tela foi cancelada.",
135 | "agent_sharingEnded": "Você parou de compartilhar a tela.",
136 | "agent_suspendedWarning": "No momento, você está conectado a um agente.",
137 | "icon_ariaUnreadMessages": "Há {count, plural, one {} other {}} {count, number} {count, plural, one {mensagem} other {mensagens}} não lidas",
138 | "showMore": "Ver mais",
139 | "suggestions_title": "Sugestões",
140 | "suggestions_sectionTitleAlternateResponses": "Enviar uma dessas mensagens",
141 | "suggestions_sectionTitleSearch": "Visualizar o conteúdo relacionado",
142 | "suggestions_sectionTitleContact": "Obter ajuda de outra forma",
143 | "suggestions_sectionTitleStarters": "As pessoas também têm se interessado por",
144 | "suggestions_noSearchResults": "Não foi possível localizar nada para compartilhar com você que esteja relacionado com o bate-papo atual.",
145 | "suggestions_connectToAgent": "Falar com um agente",
146 | "suggestions_ariaButtonToClose": "Clique para fechar as sugestões.",
147 | "suggestions_ariaMessageButtons": "Botões de mensagem de sugestões",
148 | "suggestions_ariaButtonToOpen": "Botão de sugestões. Clique para abrir as sugestões.",
149 | "suggestions_ariaPanelButtonToggle": "Clique para alternar entre mais ou menos sugestões.",
150 | "suggestions_ariaAnnounceButtonShow": "Clique no botão de sugestões para visualizá-las.",
151 | "suggestions_ariaAnnounceListOpen": "Sugestões foi aberto. Pressione a tecla Esc para fechar.",
152 | "suggestions_ariaAnnounceListClosed": "Sugestões foi fechado.",
153 | "suggestions_ariaAnnounceListExpanded": "Sugestões foi expandido.",
154 | "suggestions_ariaAnnounceListCollapsed": "Sugestões foi reduzido.",
155 | "suggestions_searchBookmarkHeader": "Que bom que encontrou o conteúdo relacionado. Isso será salvo para você aqui no nosso bate-papo.",
156 | "suggestions_searchBookmarkFooter": "Posso ajudá-lo com alguma outra coisa?",
157 | "suggestions_searchBookmarkButtonDescription": "Marcar",
158 | "showMoreResults": "Ver mais",
159 | "disclaimer_title": "Renúncia de responsabilidade",
160 | "disclaimer_accept": "Aceito",
161 | "sessionHistory_expired": "Sessão de bate-papo inativa. Envie qualquer mensagem para continuar. Se você atualizar a página agora, terá que iniciar um novo bate-papo.",
162 | "sessionHistory_expiredNoCopy": "Sessão de bate-papo inativa.",
163 | "branding_headline": "Desenvolvido com IBM watsonx.",
164 | "branding_description": "Acabe com a frustração de longos tempos de espera, pesquisas tediosas e robôs de chat inúteis com o watsonx Assistant. Economize tempo e dinheiro ao oferecer aos seus clientes respostas rápidas e precisas, onde quer que eles precisem.",
165 | "branding_sign_up": "Inscreva-se hoje.",
166 | "general_ariaCloseInformationOverlay": "Fechar o painel de informações.",
167 | "general_ariaAnnounceOpenedInformationOverlay": "Um painel de informações foi aberto.",
168 | "general_ariaAnnounceClosedInformationOverlay": "Um painel de informações foi fechado.",
169 | "general_ariaAnnounceEscapeOverlay": "Pressione Esc ou clique no botão Fechar para fechar.",
170 | "general_returnToAssistant": "Retornar ao assistente",
171 | "branding_ariaInformationButton": "Saiba mais sobre o IBM Watson.",
172 | "channelTransfer_failed": "Houve um problema ao transferir você. Para tentar novamente, clique no link original ou envie sua mensagem para o assistente aqui.",
173 | "conversationalSearch_streamingIncomplete": "Essa mensagem não foi concluída. Tente novamente.",
174 | "conversationalSearch_viewPDF": "Visualizar PDF",
175 | "conversationalSearch_viewSourceDocument": "Visualizar fonte",
176 | "conversationalSearch_toggleCitations": "Abrir ou fechar a lista de origens",
177 | "conversationalSearch_responseStopped": "Resposta interrompida",
178 | "launcher_chatNow": "Inicie um bate-papo agora",
179 | "iframe_ariaSourceLoaded": "A página da web foi carregada.",
180 | "iframe_ariaImageAltText": "Visualizar imagem do painel da página da web.",
181 | "iframe_ariaClosePanel": "Fechar o painel da página da web.",
182 | "iframe_ariaOpenedPanel": "O painel da página da web foi aberto.",
183 | "iframe_ariaClosedPanel": "O painel da página da web foi fechado.",
184 | "iframe_ariaClickPreviewCard": "Clique para abrir o painel da página da web e visite {source}.",
185 | "closeAndRestartModal_title": "Encerrar o bate-papo",
186 | "closeAndRestartModal_message": "Tem certeza de que deseja encerrar seu bate-papo?",
187 | "closeAndRestartModal_confirm": "Sim",
188 | "closeAndRestartModal_cancel": "Não",
189 | "datePicker_chooseDate": "Escolha uma data ({format})",
190 | "datePicker_confirmDate": "Confirmar a data",
191 | "tour_resumeButton": "Continuar",
192 | "tour_restartButton": "Reiniciar",
193 | "tour_startButton": "Iniciar",
194 | "tour_doneButton": "Concluído",
195 | "tour_ariaMinimizeButton": "Ocultar janela do tour",
196 | "tour_ariaCloseButton": "Fechar janela do tour",
197 | "tour_ariaChatButton": "Abrir janela de bate-papo",
198 | "tour_ariaPreviousButton": "Ir para a etapa anterior",
199 | "tour_ariaNextButton": "Ir para a próxima etapa",
200 | "tour_instructions": "Use os botões anterior e avançar para navegar entre as etapas do tour. Use o botão {chatButtonText} para abrir essa janela de bate-papo.",
201 | "tour_errorFetchingStep": "Houve um problema ao buscar a próxima etapa.",
202 | "tour_errorTitle": "Impossível continuar",
203 | "tour_errorBody": "O carregamento do conteúdo falhou. Tente novamente.",
204 | "fileSharing_fileTooLarge": "O tamanho máximo do arquivo permitido é {maxSize}.",
205 | "fileSharing_ariaAnnounceSuccess": "O arquivo foi transferido por upload com sucesso.",
206 | "fileSharing_fileIcon": "Ícone de arquivo",
207 | "fileSharing_removeButtonTitle": "Remover arquivo",
208 | "fileSharing_statusUploading": "Fazendo upload do arquivo",
209 | "fileSharing_uploadFailed": "Houve um erro ao fazer upload do arquivo.",
210 | "fileSharing_agentMessageText": "Upload de arquivo",
211 | "fileSharing_request": "O agente solicitou fazer o upload de um arquivo.",
212 | "serviceDesk_niceDFO_fileUploadError": "O tamanho máximo do arquivo é {fileSize} MB. Os tipos de arquivo permitidos são {allowedTypes}.",
213 | "documentViewer_ariaRoleLabel": "Visualizador de PDF",
214 | "documentViewer_title": "Visualização do documento",
215 | "documentViewer_zoomIn": "Aumentar zoom",
216 | "documentViewer_zoomOut": "Diminuir zoom",
217 | "documentViewer_zoomReset": "Reconfigurar zoom",
218 | "documentViewer_download": "Fazer download",
219 | "documentViewer_close": "Fechar",
220 | "documentViewer_previousPage": "Voltar página",
221 | "documentViewer_nextPage": "Avançar página",
222 | "documentViewer_previousMatch": "Voltar correspondência",
223 | "documentViewer_nextMatch": "Avançar correspondência",
224 | "documentViewer_search": "Procura",
225 | "documentViewer_currentPage": "Página atual",
226 | "documentViewer_clearSearch": "Limpar procura",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {páginas} one {página} many {páginas}}",
228 | "documentViewer_loadErrorTitle": "Ocorreu algum erro.",
229 | "documentViewer_loadError": "Não foi possível carregar o documento. Clique em Tentar novamente para fazer uma nova tentativa ou tente fazer download do documento.",
230 | "documentViewer_loadErrorRetry": "Tentar novamente",
231 | "carousel_prevNavButton": "Acesse o slide anterior.",
232 | "carousel_nextNavButton": "Acesse o próximo slide.",
233 | "input_completionsTagApp": "Aplicativo",
234 | "input_completionsTagAssistant": "Assistente",
235 | "table_filterPlaceholder": "Filtrar tabela",
236 | "table_previousPage": "Página anterior",
237 | "table_nextPage": "Página seguinte",
238 | "table_itemsPerPage": "Itens por página:",
239 | "table_paginationSupplementalText": "de {pagesCount, number} {pagesCount, plural, other {páginas} one {página} many {páginas}}",
240 | "table_paginationStatus": "{start, number}-{end, number} de {count, number} {count, plural, other {itens} one {item} many {itens}}",
241 | "feedback_positiveLabel": "Resposta positiva",
242 | "feedback_negativeLabel": "Resposta negativa",
243 | "feedback_defaultTitle": "Feedback adicional",
244 | "feedback_defaultPrompt": "Qual foi o critério usado para essa classificação?",
245 | "feedback_defaultPlaceholder": "Incluir um comentário",
246 | "feedback_submitLabel": "Enviar",
247 | "feedback_cancelLabel": "Cancelar",
248 | "input_stopResponse": "Parar resposta",
249 | "messages_responseStopped": "Resposta interrompida",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "Entrada",
252 | "chainOfThought_outputLabel": "Saída",
253 | "chainOfThought_toolLabel": "Ferramenta",
254 | "chainOfThought_statusSucceededLabel": "Bem-sucedido",
255 | "chainOfThought_statusFailedLabel": "Com falha",
256 | "chainOfThought_statusProcessingLabel": "Processando",
257 | "chainOfThought_explainabilityLabel": "Como obtive essa resposta?"
258 | }
--------------------------------------------------------------------------------
/languages/zh-tw.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "採用 IBM watsonx 技術",
3 | "ai_slug_description": "IBM watsonx 採用最新 AI 模型的技術,可智慧地處理交談,並在您可能需要時隨時隨地提供協助。",
4 | "components_overflow_ariaLabel": "開啟並關閉選項清單",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} 目前無法使用。 相關系統出現問題,導致無法提供資料。",
7 | "errors_imageSource": "影像無法使用。",
8 | "errors_videoSource": "視訊無法使用。",
9 | "errors_audioSource": "音訊無法使用。",
10 | "errors_iframeSource": "網頁無法使用。",
11 | "errors_singleMessage": "您剛傳送的訊息出錯,但您可以隨時向我諮詢其他事宜。",
12 | "errors_ariaMessageRetrying": "我們在傳送您的訊息時遇到一些問題,但我們仍在嘗試",
13 | "errors_ariaMessageFailed": "您的訊息傳送失敗",
14 | "errors_noAgentsAvailable": "客服人員均忙線中。",
15 | "errors_noAgentsJoined": "沒有客服人員接受會談。",
16 | "errors_connectingToAgent": "很抱歉!出問題了,我目前無法為您聯絡客服人員。",
17 | "errors_busy": "很抱歉,現在無法幫到您。目前,我要回答許多人的問題。請稍後重試。",
18 | "errors_agentAppSessionExpired": "抱歉,但會談歷程的存取權已過期。",
19 | "errors_generalContent": "顯示此內容時發生錯誤",
20 | "errors_somethingWrong": "出了一些問題",
21 | "input_ariaLabel": "要傳送的訊息",
22 | "input_placeholder": "輸入一些內容...",
23 | "input_buttonLabel": "按一下以傳送訊息",
24 | "input_uploadButtonLabel": "新增要上傳的檔案",
25 | "window_title": "會談視窗",
26 | "window_ariaTourRegion": "導覽",
27 | "window_ariaTourRegionNamespace": "導覽 {namespace}",
28 | "window_ariaChatRegion": "會談",
29 | "window_ariaChatRegionNamespace": "會談 \"{namespace}\"",
30 | "window_ariaWindowOpened": "會談視窗已開啟",
31 | "window_ariaWindowClosed": "會談視窗已關閉",
32 | "window_ariaWindowLoading": "正在載入會談。",
33 | "launcher_isOpen": "關閉會談視窗",
34 | "launcher_isClosed": "開啟會談視窗",
35 | "launcher_isTourOpen": "關閉導覽視窗",
36 | "launcher_isTourClosed": "開啟導覽視窗",
37 | "launcher_desktopGreeting": "您好! 我是個虛擬助理。 您今天需要我提供怎樣的幫助?",
38 | "launcher_mobileGreeting": "您好! 您今天需要我提供怎樣的幫助?",
39 | "launcher_ariaIsExpanded": "關閉會談啟動程式",
40 | "launcher_closeButton": "關閉",
41 | "messages_youSaid": "您說",
42 | "messages_botSaid": "{botName} 說",
43 | "messages_agentSaid": "在線客服人員說",
44 | "messages_searchResults": "搜尋結果",
45 | "messages_searchResultsLink": "在新視窗中開啟此搜尋結果",
46 | "messages_searchResultsOpenDocument": "開啟文件",
47 | "messages_searchResultsOpenDocumentWithLabel": "開啟文件 \"{documentName}\"",
48 | "messages_searchResultsExpand": "展開",
49 | "messages_searchResultsCollapse": "收合",
50 | "messages_botIsLoading": "{botName} 正在載入",
51 | "messages_botIsTyping": "{botName} 正在輸入",
52 | "messages_agentIsTyping": "在線客服人員正在輸入",
53 | "messages_scrollHandle": "會談歷程開始",
54 | "messages_scrollHandleDetailed": "會談歷程開始。啟動以將焦點置於第一則訊息,然後使用箭頭、Home 鍵和 End 鍵在訊息之間移動。按 Esc 鍵以離開。",
55 | "messages_scrollHandleEnd": "會談歷程結束",
56 | "messages_scrollHandleEndDetailed": "會談歷程結束。啟動以將焦點置於最後一則訊息,然後使用箭頭、Home 鍵和 End 鍵在訊息之間移動。按 Esc 鍵以離開。",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "您的 {timestamp}",
59 | "notifications_toastClose": "關閉通知",
60 | "buttons_restart": "重新啟動交談",
61 | "buttons_cancel": "取消",
62 | "buttons_retry": "重試",
63 | "options_select": "選取選項",
64 | "options_ariaOptionsDisabled": "這些選項已停用,且無法選取",
65 | "header_previewLinkTitle": "Assistant 預覽",
66 | "header_ariaCloseRestart": "結束會談並關閉視窗",
67 | "header_ariaBotAvatar": "{botName} 頭像",
68 | "header_overflowMenu_options": "選項",
69 | "homeScreen_returnToAssistant": "回到助理",
70 | "homeScreen_returnToHome": "回到主畫面",
71 | "homeScreen_overflowMenuHomeScreen": "主畫面",
72 | "homeScreen_ariaQuickStartListButton": "快速啟動功能表",
73 | "homeScreen_ariaQuickStartListOpened": "快速啟動功能表已開啟。",
74 | "homeScreen_ariaQuickStartListClosed": "快速啟動功能表已關閉。",
75 | "default_agent_availableMessage": "收到您的客服人員需求,會在備妥時通知您。等候時間可能會因客服人員忙碌情況而不同。",
76 | "default_agent_unavailableMessage": "很抱歉,客服人員目前都在忙碌中。",
77 | "agent_reason_error": "嗯... 我遇到一些困難。 我需要真人服務專員真人繼續進行會談。",
78 | "agent_sdMissingWarning": "未配置服務台。除非您已實作自訂服務台,否則使用者會看到錯誤,而不是下面的訊息。如需相關資訊,請參閱:文件。",
79 | "agent_noName": "即時客服人員",
80 | "agent_chatTitle": "即時客服人員支援",
81 | "agent_startChat": "連接至客服人員",
82 | "agent_connecting": "已傳送客服人員服務申請...",
83 | "agent_agentNoNameTitle": "客服人員",
84 | "agent_agentJoinedName": "{personName} 已連接。",
85 | "agent_agentJoinedNoName": "即時客服人員已連接。",
86 | "agent_youConnectedWarning": "如果您重新整理或離開現行頁面,您必須要求新的客服人員。",
87 | "agent_connectingMinutes": "現行等待時間為 {time, number} {time, plural, one {minute} other {minutes}}。",
88 | "agent_connectingQueue": "您位於佇列中的第 {position, number} 位。",
89 | "agent_ariaAgentAvatar": "在線客服人員頭像",
90 | "agent_ariaGenericAvatar": "Avatar 影像",
91 | "agent_ariaGenericBotAvatar": "Avatar 影像",
92 | "agent_youEndedChat": "您已與即時客服人員中斷連線。",
93 | "agent_conversationWasEnded": "您已與即時客服人員中斷連線。",
94 | "agent_disconnected": "出問題了,與在線客服人員的連線已中斷。請檢查您的網際網路連線,然後再重試連接至客服人員。",
95 | "agent_reconnected": "客服人員已重新連線。",
96 | "agent_agentLeftChat": "{personName} 已中斷連線。",
97 | "agent_agentLeftChatNoName": "即時客服人員已中斷連線。",
98 | "agent_agentEndedChat": "{personName} 已結束會談。",
99 | "agent_agentEndedChatNoName": "在線客服人員已結束會談。",
100 | "agent_transferring": "正在為您轉接。",
101 | "agent_transferringNoName": "正在為您轉接。",
102 | "agent_endChat": "要中斷與即時客服人員的連線嗎?",
103 | "agent_confirmSuspendedEndChatTitle": "與上一位客服人員斷開連線?",
104 | "agent_confirmSuspendedEndChatMessage": "您目前已連接到客服人員。 繼續將斷開您與該客服人員的連線,並將您連接至新的客服人員。 要繼續嗎?",
105 | "agent_confirmCancelRequestTitle": "要取消要求?",
106 | "agent_confirmCancelRequestMessage": "如果繼續,您將取消對客服人員的要求。",
107 | "agent_confirmCancelRequestNo": "返回",
108 | "agent_confirmCancelRequestYes": "取消要求",
109 | "agent_confirmEndChat": "如果中斷連線,您將必須要求新的即時客服人員。",
110 | "agent_confirmEndChatNo": "返回",
111 | "agent_confirmEndChatYes": "中斷連線",
112 | "agent_confirmEndSuspendedYes": "繼續",
113 | "agent_botReturned": "我還可以協助您做些什麼?",
114 | "agent_newMessage": "新訊息",
115 | "agent_cardButtonChatRequested": "連線中...",
116 | "agent_cardButtonConnected": "已連接",
117 | "agent_cardButtonChatEnded": "已中斷連線",
118 | "agent_cardMessageChatEnded": "您已與在線客服人員斷開連接。",
119 | "agent_cardMessageConnected": "您現在已連接。",
120 | "agent_connectButtonCancel": "取消",
121 | "agent_connectedButtonEndChat": "中斷連線",
122 | "agent_connectWaiting": "等待中...",
123 | "agent_defaultMessageToAgent": "開始交談",
124 | "agent_inputPlaceholderConnecting": "正在等待客服人員...",
125 | "agent_inputPlaceholderReconnecting": "正在重新連接至客服人員…",
126 | "agent_sharingStopSharingButton": "停止共用畫面",
127 | "agent_sharingRequestTitle": "畫面共用",
128 | "agent_sharingRequestMessage": "代理程式已要求您共用您的畫面。 您隨時可以停止共用。",
129 | "agent_sharingAcceptButton": "共用畫面",
130 | "agent_sharingDeclineButton": "拒絕",
131 | "agent_sharingRequested": "已要求您共用您的畫面。",
132 | "agent_sharingAccepted": "您已共用您的畫面。",
133 | "agent_sharingDeclined": "您已拒絕共用您的畫面。",
134 | "agent_sharingCancelled": "已取消畫面共用要求。",
135 | "agent_sharingEnded": "您已停止共用您的畫面。",
136 | "agent_suspendedWarning": "您目前已連線到代理程式。",
137 | "icon_ariaUnreadMessages": "有 {count, plural, other {}} {count, number} 則未讀取{count, plural, other {訊息}}",
138 | "showMore": "請參閱更多",
139 | "suggestions_title": "建議",
140 | "suggestions_sectionTitleAlternateResponses": "傳送其中一則訊息",
141 | "suggestions_sectionTitleSearch": "檢視相關內容",
142 | "suggestions_sectionTitleContact": "以其他方式取得協助",
143 | "suggestions_sectionTitleStarters": "其他人也感興趣的內容",
144 | "suggestions_noSearchResults": "我找不到任何與目前會談相關的內容來與您分享。",
145 | "suggestions_connectToAgent": "連接至客服人員",
146 | "suggestions_ariaButtonToClose": "按一下以關閉建議。",
147 | "suggestions_ariaMessageButtons": "建議訊息按鈕",
148 | "suggestions_ariaButtonToOpen": "「建議」按鈕。按一下以開啟建議。",
149 | "suggestions_ariaPanelButtonToggle": "按一下以切換顯示更多或更少建議。",
150 | "suggestions_ariaAnnounceButtonShow": "按一下「建議」按鈕以檢視建議。",
151 | "suggestions_ariaAnnounceListOpen": "建議已開啟。按 Esc 鍵以關閉。",
152 | "suggestions_ariaAnnounceListClosed": "建議已關閉。",
153 | "suggestions_ariaAnnounceListExpanded": "建議已展開。",
154 | "suggestions_ariaAnnounceListCollapsed": "建議已收合。",
155 | "suggestions_searchBookmarkHeader": "很高興您找到相關內容。 我會在我們的會談中為您保留此內容。",
156 | "suggestions_searchBookmarkFooter": "還有什麼任何的事我可以幫您的嗎?",
157 | "suggestions_searchBookmarkButtonDescription": "書籤",
158 | "showMoreResults": "請參閱更多",
159 | "disclaimer_title": "免責聲明",
160 | "disclaimer_accept": "我接受",
161 | "sessionHistory_expired": "會談階段作業非作用中。 傳送任何訊息以繼續。 如果您現在重新整理頁面,則必須開始新的會談。",
162 | "sessionHistory_expiredNoCopy": "會談階段作業非作用中。",
163 | "branding_headline": "使用 IBM watsonx 建置",
164 | "branding_description": "使用 watsonx Assistant 消除漫長的等待時間、繁瑣的搜尋和無用的聊天機器人所帶來的挫折感。 在任何您的客戶需要的位置為他們提供快速、準確的答案,以節省金錢和時間。",
165 | "branding_sign_up": "立即註冊。",
166 | "general_ariaCloseInformationOverlay": "關閉資訊畫面。",
167 | "general_ariaAnnounceOpenedInformationOverlay": "資訊畫面已開啟。",
168 | "general_ariaAnnounceClosedInformationOverlay": "資訊畫面已關閉。",
169 | "general_ariaAnnounceEscapeOverlay": "按 Esc 鍵或按一下「關閉」按鈕以關閉。",
170 | "general_returnToAssistant": "回到助理",
171 | "branding_ariaInformationButton": "進一步瞭解 IBM Watson。",
172 | "channelTransfer_failed": "轉接您時發生問題。如果要重試,請按一下原始鏈結,或將您的訊息傳送給這裡的助理。",
173 | "conversationalSearch_streamingIncomplete": "此訊息未完成。 請再試一次。",
174 | "conversationalSearch_viewPDF": "檢視 PDF",
175 | "conversationalSearch_viewSourceDocument": "檢視來源",
176 | "conversationalSearch_toggleCitations": "開啟或關閉來源清單",
177 | "conversationalSearch_responseStopped": "已停止回應",
178 | "launcher_chatNow": "立即會談",
179 | "iframe_ariaSourceLoaded": "已載入網頁。",
180 | "iframe_ariaImageAltText": "預覽網頁畫面的影像。",
181 | "iframe_ariaClosePanel": "關閉網頁畫面。",
182 | "iframe_ariaOpenedPanel": "網頁畫面已開啟。",
183 | "iframe_ariaClosedPanel": "網頁畫面已關閉。",
184 | "iframe_ariaClickPreviewCard": "按一下以開啟網頁畫面並造訪 {source}。",
185 | "closeAndRestartModal_title": "結束會談",
186 | "closeAndRestartModal_message": "您確定要結束會談嗎?",
187 | "closeAndRestartModal_confirm": "是",
188 | "closeAndRestartModal_cancel": "否",
189 | "datePicker_chooseDate": "選擇日期 ({format})",
190 | "datePicker_confirmDate": "確認日期",
191 | "tour_resumeButton": "回復",
192 | "tour_restartButton": "重新啟動",
193 | "tour_startButton": "開始使用",
194 | "tour_doneButton": "完成",
195 | "tour_ariaMinimizeButton": "隱藏導覽視窗",
196 | "tour_ariaCloseButton": "關閉導覽視窗",
197 | "tour_ariaChatButton": "開啟會談視窗",
198 | "tour_ariaPreviousButton": "移至上一步",
199 | "tour_ariaNextButton": "移至下一步",
200 | "tour_instructions": "使用上一步和下一步按鈕,在導覽步驟之間導覽。 使用 {chatButtonText} 按鈕來開啟該會談視窗。",
201 | "tour_errorFetchingStep": "提取下一步時發生問題。",
202 | "tour_errorTitle": "無法繼續",
203 | "tour_errorBody": "無法載入內容。 請再試一次。",
204 | "fileSharing_fileTooLarge": "容許的檔案大小上限為 {maxSize}。",
205 | "fileSharing_ariaAnnounceSuccess": "已順利上傳檔案。",
206 | "fileSharing_fileIcon": "檔案圖示",
207 | "fileSharing_removeButtonTitle": "移除檔案",
208 | "fileSharing_statusUploading": "正在上傳檔案",
209 | "fileSharing_uploadFailed": "上傳檔案時發生錯誤。",
210 | "fileSharing_agentMessageText": "檔案上傳",
211 | "fileSharing_request": "客服人員已要求您上傳檔案。",
212 | "serviceDesk_niceDFO_fileUploadError": "檔案大小上限為 {fileSize} MB。 容許的檔案類型為 {allowedTypes}。",
213 | "documentViewer_ariaRoleLabel": "PDF 檢視器",
214 | "documentViewer_title": "文件預覽",
215 | "documentViewer_zoomIn": "放大",
216 | "documentViewer_zoomOut": "縮小",
217 | "documentViewer_zoomReset": "重設縮放",
218 | "documentViewer_download": "下載",
219 | "documentViewer_close": "關閉",
220 | "documentViewer_previousPage": "前一頁",
221 | "documentViewer_nextPage": "下一頁",
222 | "documentViewer_previousMatch": "上一個相符項",
223 | "documentViewer_nextMatch": "下一個相符項",
224 | "documentViewer_search": "搜尋",
225 | "documentViewer_currentPage": "現行頁面",
226 | "documentViewer_clearSearch": "清除搜尋",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {頁}}",
228 | "documentViewer_loadErrorTitle": "發生錯誤。",
229 | "documentViewer_loadError": "我們無法載入文件。 請按一下「重試」以進行重試,或嘗試下載文件。",
230 | "documentViewer_loadErrorRetry": "重試",
231 | "carousel_prevNavButton": "移至前一張投影片。",
232 | "carousel_nextNavButton": "移至下一張投影片。",
233 | "input_completionsTagApp": "應用程式",
234 | "input_completionsTagAssistant": "助理",
235 | "table_filterPlaceholder": "過濾表格",
236 | "table_previousPage": "上一頁",
237 | "table_nextPage": "下一頁",
238 | "table_itemsPerPage": "每頁項目數:",
239 | "table_paginationSupplementalText": "/ {pagesCount, number} {pagesCount, plural, other {頁}}",
240 | "table_paginationStatus": "{start, number}–{end, number} / {count, number} {count, plural, other {項}}",
241 | "feedback_positiveLabel": "回應良好",
242 | "feedback_negativeLabel": "回應不正確",
243 | "feedback_defaultTitle": "其他回饋意見",
244 | "feedback_defaultPrompt": "您為何選擇此評比?",
245 | "feedback_defaultPlaceholder": "新增評論",
246 | "feedback_submitLabel": "提交",
247 | "feedback_cancelLabel": "取消",
248 | "input_stopResponse": "停止回應",
249 | "messages_responseStopped": "已停止回應",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "輸入",
252 | "chainOfThought_outputLabel": "輸出",
253 | "chainOfThought_toolLabel": "工具",
254 | "chainOfThought_statusSucceededLabel": "成功",
255 | "chainOfThought_statusFailedLabel": "失敗",
256 | "chainOfThought_statusProcessingLabel": "正在處理",
257 | "chainOfThought_explainabilityLabel": "我是怎麼得到這個答案的?"
258 | }
--------------------------------------------------------------------------------
/languages/zh.json:
--------------------------------------------------------------------------------
1 | {
2 | "ai_slug_title": "由 IBM watsonx 提供技术支持",
3 | "ai_slug_description": "IBM watsonx 由最新的 AI 模型提供支持,用于智能处理对话,并随时随地提供帮助。",
4 | "components_overflow_ariaLabel": "打开和关闭选项列表",
5 | "components_swiper_currentLabel": "{currentSlideNumber}/{totalSlideCount}",
6 | "errors_communicating": "{botName} 现在不可用。 相关系统出现问题,导致无法提供数据。",
7 | "errors_imageSource": "图片不可用。",
8 | "errors_videoSource": "视频不可用。",
9 | "errors_audioSource": "音频不可用。",
10 | "errors_iframeSource": "网页不可用。",
11 | "errors_singleMessage": "您刚刚发送的消息存在一个错误,不过可以随时向我咨询其他问题。",
12 | "errors_ariaMessageRetrying": "在我们发送您的消息时出现问题,但仍在尝试发送",
13 | "errors_ariaMessageFailed": "无法发送您的消息",
14 | "errors_noAgentsAvailable": "无代理可用。",
15 | "errors_noAgentsJoined": "无客服接受此聊天",
16 | "errors_connectingToAgent": "抱歉,出现了问题,我现在无法将您连接到代理。",
17 | "errors_busy": "抱歉,我现在无法为您服务。我现在正在回答很多人的问题。请稍后再试。",
18 | "errors_agentAppSessionExpired": "抱歉,对聊天历史记录的访问已过期。",
19 | "errors_generalContent": "显示此内容时发生错误",
20 | "errors_somethingWrong": "出错了!",
21 | "input_ariaLabel": "要发送的消息",
22 | "input_placeholder": "输入一些内容…",
23 | "input_buttonLabel": "单击以发送消息",
24 | "input_uploadButtonLabel": "添加要上载的文件",
25 | "window_title": "聊天窗口",
26 | "window_ariaTourRegion": "导览",
27 | "window_ariaTourRegionNamespace": "导览 {namespace}",
28 | "window_ariaChatRegion": "聊天",
29 | "window_ariaChatRegionNamespace": "聊天 {namespace}",
30 | "window_ariaWindowOpened": "聊天窗口已打开",
31 | "window_ariaWindowClosed": "聊天窗口已关闭",
32 | "window_ariaWindowLoading": "正在加载聊天。",
33 | "launcher_isOpen": "关闭聊天窗口",
34 | "launcher_isClosed": "打开聊天窗口",
35 | "launcher_isTourOpen": "关闭导览窗口",
36 | "launcher_isTourClosed": "打开教程窗口",
37 | "launcher_desktopGreeting": "您好!我是个虚拟助理。我今天能帮您什么忙?",
38 | "launcher_mobileGreeting": "你好! 我今天能帮您什么忙?",
39 | "launcher_ariaIsExpanded": "关闭聊天启动程序",
40 | "launcher_closeButton": "关闭",
41 | "messages_youSaid": "您说",
42 | "messages_botSaid": "{botName} 说",
43 | "messages_agentSaid": "实时代理说",
44 | "messages_searchResults": "搜索结果",
45 | "messages_searchResultsLink": "在新窗口中打开此搜索结果",
46 | "messages_searchResultsOpenDocument": "打开文档",
47 | "messages_searchResultsOpenDocumentWithLabel": "打开文档“{documentName}”",
48 | "messages_searchResultsExpand": "展开",
49 | "messages_searchResultsCollapse": "折叠",
50 | "messages_botIsLoading": "正在装入 {botName}",
51 | "messages_botIsTyping": "{botName} 正在输入",
52 | "messages_agentIsTyping": "实时代理正在输入",
53 | "messages_scrollHandle": "聊天历史记录开始",
54 | "messages_scrollHandleDetailed": "聊天历史记录开始。激活以定位到第一条消息,然后使用箭头、HOME 键和 END 键在消息间移动。按下 ESC 键以退出。",
55 | "messages_scrollHandleEnd": "聊天历史记录结束",
56 | "messages_scrollHandleEndDetailed": "聊天历史记录结束。激活以定位到最后一条消息,然后使用箭头、HOME 键和 END 键在消息间移动。按下 ESC 键以退出。",
57 | "message_labelBot": "{actorName} {timestamp}",
58 | "message_labelYou": "您 {timestamp}",
59 | "notifications_toastClose": "关闭通知",
60 | "buttons_restart": "重新启动对话",
61 | "buttons_cancel": "取消",
62 | "buttons_retry": "重试",
63 | "options_select": "选择选项",
64 | "options_ariaOptionsDisabled": "这些选项已禁用,无法选择",
65 | "header_previewLinkTitle": "Assistant 预览",
66 | "header_ariaCloseRestart": "结束聊天并关闭窗口",
67 | "header_ariaBotAvatar": "{botName} 头像",
68 | "header_overflowMenu_options": "选项",
69 | "homeScreen_returnToAssistant": "返回到助手",
70 | "homeScreen_returnToHome": "返回到主屏",
71 | "homeScreen_overflowMenuHomeScreen": "主屏",
72 | "homeScreen_ariaQuickStartListButton": "快速入门菜单",
73 | "homeScreen_ariaQuickStartListOpened": "快速入门菜单已打开。",
74 | "homeScreen_ariaQuickStartListClosed": "快速入门菜单已关闭。",
75 | "default_agent_availableMessage": "请求代理,我将在代理准备就绪时通知您。等待时间会有所不同,这取决于代理的空闲情况。",
76 | "default_agent_unavailableMessage": "抱歉,目前没有空闲代理。",
77 | "agent_reason_error": "嗯... 我遇到了一些困难。 我需要接入人工代理继续聊天。",
78 | "agent_sdMissingWarning": "未配置服务台。除非您实施了定制服务台,否则用户将看到错误,而不是下面的消息。请参阅文档以获取更多信息。",
79 | "agent_noName": "实时客服",
80 | "agent_chatTitle": "实时客服支持",
81 | "agent_startChat": "连接客服",
82 | "agent_connecting": "已发送代理请求...",
83 | "agent_agentNoNameTitle": "代理",
84 | "agent_agentJoinedName": "{personName} 已加入聊天会话。",
85 | "agent_agentJoinedNoName": "一位实时客服已加入聊天会话。",
86 | "agent_youConnectedWarning": "如果您刷新或离开当前页面,将必须请求新客服。",
87 | "agent_connectingMinutes": "当前等待时间为 {time, number} {time, plural, 1 {minute} other {minutes}}。",
88 | "agent_connectingQueue": "您排在第 {position, number} 位。",
89 | "agent_ariaAgentAvatar": "实时代理头像",
90 | "agent_ariaGenericAvatar": "Avatar 图像",
91 | "agent_ariaGenericBotAvatar": "Avatar 图像",
92 | "agent_youEndedChat": "您已结束与实时客服的聊天。",
93 | "agent_conversationWasEnded": "您已结束与实时客服的聊天。",
94 | "agent_disconnected": "出现了问题,您与实时客服的聊天已断开。请检查您的因特网连接,然后重试连接到客服。",
95 | "agent_reconnected": "该客服已重新加入聊天会话。",
96 | "agent_agentLeftChat": "{personName} 已离开聊天会话。",
97 | "agent_agentLeftChatNoName": "该实时客服已离开聊天会话。",
98 | "agent_agentEndedChat": "{personName} 已结束聊天。",
99 | "agent_agentEndedChatNoName": "实时客服已结束聊天。",
100 | "agent_transferring": "正在为您转接新客服。",
101 | "agent_transferringNoName": "正在为您转接新客服。",
102 | "agent_endChat": "结束与实时客服的聊天?",
103 | "agent_confirmSuspendedEndChatTitle": "结束与上一位客服的聊天?",
104 | "agent_confirmSuspendedEndChatMessage": "您目前正在与客服聊天。 如果继续,将结束您与该客服的聊天,并连接新的客服。 要继续吗?",
105 | "agent_confirmCancelRequestTitle": "取消请求?",
106 | "agent_confirmCancelRequestMessage": "如果继续,您将取消对客服的请求。",
107 | "agent_confirmCancelRequestNo": "后退",
108 | "agent_confirmCancelRequestYes": "取消请求",
109 | "agent_confirmEndChat": "如果您结束聊天,将必须请求新的实时客服。",
110 | "agent_confirmEndChatNo": "后退",
111 | "agent_confirmEndChatYes": "结束聊天",
112 | "agent_confirmEndSuspendedYes": "继续",
113 | "agent_botReturned": "还有什么能为您效劳的吗?",
114 | "agent_newMessage": "新消息",
115 | "agent_cardButtonChatRequested": "正在连接...",
116 | "agent_cardButtonConnected": "已加入聊天会话",
117 | "agent_cardButtonChatEnded": "已结束聊天",
118 | "agent_cardMessageChatEnded": "您已结束与实时客服的聊天。",
119 | "agent_cardMessageConnected": "您现已加入聊天会话。",
120 | "agent_connectButtonCancel": "取消",
121 | "agent_connectedButtonEndChat": "结束聊天",
122 | "agent_connectWaiting": "正在等待...",
123 | "agent_defaultMessageToAgent": "开始对话",
124 | "agent_inputPlaceholderConnecting": "正在等待客服...",
125 | "agent_inputPlaceholderReconnecting": "正在重新连接客服...",
126 | "agent_sharingStopSharingButton": "停止共享屏幕",
127 | "agent_sharingRequestTitle": "屏幕共享",
128 | "agent_sharingRequestMessage": "客服已请求您共享屏幕。 您可以随时停止共享。",
129 | "agent_sharingAcceptButton": "共享屏幕",
130 | "agent_sharingDeclineButton": "拒绝",
131 | "agent_sharingRequested": "已请求您共享屏幕。",
132 | "agent_sharingAccepted": "您已共享屏幕。",
133 | "agent_sharingDeclined": "您已拒绝共享屏幕。",
134 | "agent_sharingCancelled": "已取消屏幕共享请求。",
135 | "agent_sharingEnded": "您已停止共享屏幕。",
136 | "agent_suspendedWarning": "您目前正与一个代理程序连接。",
137 | "icon_ariaUnreadMessages": "有{count, plural, other {}} {count, number} 条未读{count, plural, other {消息}}",
138 | "showMore": "查看更多",
139 | "suggestions_title": "建议",
140 | "suggestions_sectionTitleAlternateResponses": "发送其中一条消息",
141 | "suggestions_sectionTitleSearch": "查看相关内容",
142 | "suggestions_sectionTitleContact": "通过其他方法获取帮助",
143 | "suggestions_sectionTitleStarters": "人们对以下内容也感兴趣",
144 | "suggestions_noSearchResults": "我找不到任何与当前聊天相关的内容来与您分享。",
145 | "suggestions_connectToAgent": "连接到代理",
146 | "suggestions_ariaButtonToClose": "单击以关闭建议。",
147 | "suggestions_ariaMessageButtons": "“建议”消息按钮",
148 | "suggestions_ariaButtonToOpen": "“建议”按钮。单击以打开建议。",
149 | "suggestions_ariaPanelButtonToggle": "单击以在更多或更少建议间切换。",
150 | "suggestions_ariaAnnounceButtonShow": "单击“建议”按钮以查看建议。",
151 | "suggestions_ariaAnnounceListOpen": "已打开建议。按下 ESC 键以关闭。",
152 | "suggestions_ariaAnnounceListClosed": "已关闭建议。",
153 | "suggestions_ariaAnnounceListExpanded": "已展开建议。",
154 | "suggestions_ariaAnnounceListCollapsed": "已折叠建议。",
155 | "suggestions_searchBookmarkHeader": "很高兴您找到了相关内容。 在我们的聊天中,我将在这里为您保存此信息。",
156 | "suggestions_searchBookmarkFooter": "还有什么能为您效劳的吗?",
157 | "suggestions_searchBookmarkButtonDescription": "书签",
158 | "showMoreResults": "查看更多",
159 | "disclaimer_title": "免责声明",
160 | "disclaimer_accept": "我接受",
161 | "sessionHistory_expired": "聊天会话处于不活动状态。 发送任何消息以继续。 如果您现在刷新页面,那么就必须开始新的聊天会话。",
162 | "sessionHistory_expiredNoCopy": "聊天会话处于不活动状态。",
163 | "branding_headline": "使用 IBM watsonx 构建",
164 | "branding_description": "使用 watsonx Assistant 可以消除长时间等待、枯燥乏味的搜索和无用聊天机器人带来的烦恼。 随时随地为客户提供所需的快速准确的答案,从而节省金钱和时间。",
165 | "branding_sign_up": "立即注册。",
166 | "general_ariaCloseInformationOverlay": "关闭信息面板。",
167 | "general_ariaAnnounceOpenedInformationOverlay": "已打开一个信息面板。",
168 | "general_ariaAnnounceClosedInformationOverlay": "已关闭一个信息面板。",
169 | "general_ariaAnnounceEscapeOverlay": "按下 ESC 键或者单击“关闭”按钮以关闭。",
170 | "general_returnToAssistant": "返回到助手",
171 | "branding_ariaInformationButton": "进一步了解 IBM Watson。",
172 | "channelTransfer_failed": "转移您时出现问题。如果要重试,请单击原始链接或将您的消息发送给此处的助手。",
173 | "conversationalSearch_streamingIncomplete": "此信息未完成。 请重试。",
174 | "conversationalSearch_viewPDF": "查看 PDF",
175 | "conversationalSearch_viewSourceDocument": "查看源",
176 | "conversationalSearch_toggleCitations": "打开或关闭源列表",
177 | "conversationalSearch_responseStopped": "响应已停止",
178 | "launcher_chatNow": "立即聊天",
179 | "iframe_ariaSourceLoaded": "网页已加载。",
180 | "iframe_ariaImageAltText": "预览网页面板的图像。",
181 | "iframe_ariaClosePanel": "关闭网页面板。",
182 | "iframe_ariaOpenedPanel": "王爷面板已打开。",
183 | "iframe_ariaClosedPanel": "网页面板已关闭。",
184 | "iframe_ariaClickPreviewCard": "单击以打开网页面板并访问 {source}。",
185 | "closeAndRestartModal_title": "结束聊天",
186 | "closeAndRestartModal_message": "确定要结束聊天吗?",
187 | "closeAndRestartModal_confirm": "是",
188 | "closeAndRestartModal_cancel": "否",
189 | "datePicker_chooseDate": "选择日期 ({format})",
190 | "datePicker_confirmDate": "确认日期",
191 | "tour_resumeButton": "继续",
192 | "tour_restartButton": "重新开始",
193 | "tour_startButton": "开始",
194 | "tour_doneButton": "完成",
195 | "tour_ariaMinimizeButton": "隐藏教程窗口",
196 | "tour_ariaCloseButton": "关闭教程窗口",
197 | "tour_ariaChatButton": "打开聊天窗口",
198 | "tour_ariaPreviousButton": "转至上一步",
199 | "tour_ariaNextButton": "转至下一步",
200 | "tour_instructions": "使用“上一步”和“下一步”按钮来浏览教程步骤。 使用 {chatButtonText} 按钮打开聊天窗口。",
201 | "tour_errorFetchingStep": "获取下一步时发生问题。",
202 | "tour_errorTitle": "无法继续",
203 | "tour_errorBody": "未能装入内容。 请重试。",
204 | "fileSharing_fileTooLarge": "允许的最大文件大小为 {maxSize}。",
205 | "fileSharing_ariaAnnounceSuccess": "已成功上载文件。",
206 | "fileSharing_fileIcon": "文件图标",
207 | "fileSharing_removeButtonTitle": "移除文件",
208 | "fileSharing_statusUploading": "正在上载文件",
209 | "fileSharing_uploadFailed": "上载文件时发生错误。",
210 | "fileSharing_agentMessageText": "文件上载",
211 | "fileSharing_request": "客服已请求您上传文件。",
212 | "serviceDesk_niceDFO_fileUploadError": "最大文件大小为 {fileSize}MB。 允许的文件类型为 {allowedTypes}。",
213 | "documentViewer_ariaRoleLabel": "PDF 查看器",
214 | "documentViewer_title": "文档预览",
215 | "documentViewer_zoomIn": "放大",
216 | "documentViewer_zoomOut": "缩小",
217 | "documentViewer_zoomReset": "重置缩放",
218 | "documentViewer_download": "下载",
219 | "documentViewer_close": "关闭",
220 | "documentViewer_previousPage": "上一页",
221 | "documentViewer_nextPage": "下一页",
222 | "documentViewer_previousMatch": "上一个匹配项",
223 | "documentViewer_nextMatch": "下一个匹配项",
224 | "documentViewer_search": "搜索",
225 | "documentViewer_currentPage": "当前页面",
226 | "documentViewer_clearSearch": "清除搜索",
227 | "documentViewer_pagesLabel": "{count, number} {count, plural, other {页}}",
228 | "documentViewer_loadErrorTitle": "出错了。",
229 | "documentViewer_loadError": "无法装入文档。 请单击“重试”以重试,或者尝试下载文档。",
230 | "documentViewer_loadErrorRetry": "重试",
231 | "carousel_prevNavButton": "转至上一张幻灯片。",
232 | "carousel_nextNavButton": "转至下一张幻灯片。",
233 | "input_completionsTagApp": "应用程序",
234 | "input_completionsTagAssistant": "助手",
235 | "table_filterPlaceholder": "过滤器表",
236 | "table_previousPage": "上一页",
237 | "table_nextPage": "下一页",
238 | "table_itemsPerPage": "每页项数:",
239 | "table_paginationSupplementalText": "(共 {pagesCount, number}){pagesCount, plural, other {页}}",
240 | "table_paginationStatus": "{start, number}–{end, number}(共 {count, number}){count, plural, other {项}}",
241 | "feedback_positiveLabel": "回应良好",
242 | "feedback_negativeLabel": "回应不佳",
243 | "feedback_defaultTitle": "其他反馈",
244 | "feedback_defaultPrompt": "为什么选择此评级?",
245 | "feedback_defaultPlaceholder": "添加注释",
246 | "feedback_submitLabel": "提交",
247 | "feedback_cancelLabel": "取消",
248 | "input_stopResponse": "停止响应",
249 | "messages_responseStopped": "响应已停止",
250 | "chainOfThought_stepTitle": "{stepNumber, number}: {stepTitle}",
251 | "chainOfThought_inputLabel": "输入",
252 | "chainOfThought_outputLabel": "输出",
253 | "chainOfThought_toolLabel": "工具",
254 | "chainOfThought_statusSucceededLabel": "已成功",
255 | "chainOfThought_statusFailedLabel": "失败",
256 | "chainOfThought_statusProcessingLabel": "正在处理",
257 | "chainOfThought_explainabilityLabel": "我是如何得到这个答案的?"
258 | }
--------------------------------------------------------------------------------
/last-published.txt:
--------------------------------------------------------------------------------
1 | 050925 160832
2 |
--------------------------------------------------------------------------------
/tutorials/README.md:
--------------------------------------------------------------------------------
1 | # Web chat
2 |
3 | This folder holds support assets for our [tutorials](https://web-chat.global.assistant.watson.cloud.ibm.com/docs.html?to=tutorials-getting-started).
--------------------------------------------------------------------------------
/tutorials/setting-context.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Party Time",
3 | "intents": [
4 | {
5 | "intent": "party_time_query",
6 | "examples": [
7 | {
8 | "text": "Can I party now?"
9 | },
10 | {
11 | "text": "Is it time to party?"
12 | },
13 | {
14 | "text": "Is it party time?"
15 | }
16 | ],
17 | "description": ""
18 | }
19 | ],
20 | "entities": [],
21 | "language": "en",
22 | "metadata": {
23 | "api_version": {
24 | "major_version": "v1",
25 | "minor_version": "2018-09-20"
26 | }
27 | },
28 | "skill_id": "58612f3b-0b2e-4bfa-b928-d6210437fd63",
29 | "description": "",
30 | "dialog_nodes": [
31 | {
32 | "type": "standard",
33 | "output": {
34 | "generic": [
35 | {
36 | "values": [
37 | {
38 | "text": "It is not party time."
39 | }
40 | ],
41 | "response_type": "text",
42 | "selection_policy": "sequential"
43 | }
44 | ]
45 | },
46 | "context": {},
47 | "conditions": "#party_time_query",
48 | "dialog_node": "node_8_1571757419434",
49 | "previous_sibling": "node_7_1571754782107"
50 | },
51 | {
52 | "type": "standard",
53 | "title": "Anything else",
54 | "output": {
55 | "generic": [
56 | {
57 | "values": [
58 | {
59 | "text": "I didn't understand. You can try rephrasing."
60 | },
61 | {
62 | "text": "Can you reword your statement? I'm not understanding."
63 | },
64 | {
65 | "text": "I didn't get your meaning."
66 | }
67 | ],
68 | "response_type": "text",
69 | "selection_policy": "sequential"
70 | }
71 | ]
72 | },
73 | "conditions": "anything_else",
74 | "dialog_node": "Anything else",
75 | "previous_sibling": "Welcome"
76 | },
77 | {
78 | "type": "standard",
79 | "title": "Welcome",
80 | "output": {
81 | "generic": [
82 | {
83 | "values": [
84 | {
85 | "text": "This dialog skill is configured with an environment variable \"party_time\" that is set to \"false\". We have a \"pre:send\" event handler that will set it to \"true\" the first time a message is sent."
86 | }
87 | ],
88 | "response_type": "text",
89 | "selection_policy": "sequential"
90 | },
91 | {
92 | "title": "Select a response",
93 | "options": [
94 | {
95 | "label": "Is it party time?",
96 | "value": {
97 | "input": {
98 | "text": "Is it party time?"
99 | }
100 | }
101 | }
102 | ],
103 | "description": "When you ask \"Is it party time?\" we will set \"party_time\" to true.",
104 | "response_type": "option"
105 | }
106 | ]
107 | },
108 | "context": {
109 | "party_time": false
110 | },
111 | "conditions": "welcome",
112 | "dialog_node": "Welcome",
113 | "previous_sibling": "node_8_1571757419434"
114 | },
115 | {
116 | "type": "standard",
117 | "output": {
118 | "generic": [
119 | {
120 | "values": [
121 | {
122 | "text": "It is party time!"
123 | }
124 | ],
125 | "response_type": "text",
126 | "selection_policy": "sequential"
127 | }
128 | ]
129 | },
130 | "conditions": "#party_time_query && $party_time",
131 | "digress_in": "does_not_return",
132 | "dialog_node": "node_7_1571754782107"
133 | }
134 | ],
135 | "workspace_id": "58612f3b-0b2e-4bfa-b928-d6210437fd63",
136 | "counterexamples": [],
137 | "system_settings": {
138 | "tooling": {
139 | "store_generic_responses": true
140 | },
141 | "disambiguation": {
142 | "prompt": "Did you mean:",
143 | "none_of_the_above_prompt": "None of the above"
144 | },
145 | "human_agent_assist": {
146 | "prompt": "Did you mean:"
147 | },
148 | "spelling_auto_correct": true
149 | },
150 | "learning_opt_out": false,
151 | "status": "Available"
152 | }
153 |
--------------------------------------------------------------------------------
/tutorials/user-defined-color-picker.json:
--------------------------------------------------------------------------------
1 | {
2 | "intents": [
3 | {
4 | "intent": "color_picker",
5 | "examples": [
6 | {
7 | "text": "Let me set the color of some text."
8 | }
9 | ],
10 | "description": ""
11 | }
12 | ],
13 | "entities": [],
14 | "metadata": {
15 | "api_version": {
16 | "major_version": "v2",
17 | "minor_version": "2018-11-08"
18 | }
19 | },
20 | "dialog_nodes": [
21 | {
22 | "type": "standard",
23 | "title": "Anything else",
24 | "output": {
25 | "generic": [
26 | {
27 | "values": [
28 | {
29 | "text": "I didn't understand. You can try rephrasing."
30 | },
31 | {
32 | "text": "Can you reword your statement? I'm not understanding."
33 | },
34 | {
35 | "text": "I didn't get your meaning."
36 | }
37 | ],
38 | "response_type": "text",
39 | "selection_policy": "sequential"
40 | }
41 | ]
42 | },
43 | "conditions": "anything_else",
44 | "dialog_node": "Anything else",
45 | "previous_sibling": "node_8_1571943631595"
46 | },
47 | {
48 | "type": "standard",
49 | "title": "color picker",
50 | "output": {
51 | "generic": [
52 | {
53 | "user_defined": {
54 | "default_color": "blue",
55 | "user_defined_type": "color_picker"
56 | },
57 | "response_type": "user_defined"
58 | }
59 | ]
60 | },
61 | "context": {},
62 | "conditions": "#color_picker",
63 | "dialog_node": "node_8_1571943631595",
64 | "previous_sibling": "Welcome"
65 | },
66 | {
67 | "type": "standard",
68 | "title": "Welcome",
69 | "output": {
70 | "generic": [
71 | {
72 | "values": [
73 | {
74 | "text": "This dialog skill is configured to send a \"user_defined\" response type."
75 | }
76 | ],
77 | "response_type": "text",
78 | "selection_policy": "sequential"
79 | },
80 | {
81 | "title": "If you declare \"Let me set the color of some text.\", a user_defined response type will be returned that creates an element with an input field that can be used to control text color.",
82 | "options": [
83 | {
84 | "label": "Let me set the color of some text.",
85 | "value": {
86 | "input": {
87 | "text": "Let me set the color of some text."
88 | }
89 | }
90 | }
91 | ],
92 | "description": "",
93 | "response_type": "option"
94 | }
95 | ]
96 | },
97 | "conditions": "welcome",
98 | "dialog_node": "Welcome"
99 | }
100 | ],
101 | "counterexamples": [],
102 | "system_settings": {
103 | "tooling": {
104 | "store_generic_responses": true
105 | },
106 | "off_topic": {
107 | "enabled": true
108 | },
109 | "disambiguation": {
110 | "prompt": "Did you mean:",
111 | "none_of_the_above_prompt": "None of the above"
112 | },
113 | "human_agent_assist": {
114 | "prompt": "Did you mean:"
115 | },
116 | "spelling_auto_correct": true
117 | },
118 | "learning_opt_out": false,
119 | "name": "User Defined Color Picker",
120 | "language": "en",
121 | "description": "A sample skill to show off creating a user_defined response type."
122 | }
--------------------------------------------------------------------------------
/tutorials/user-defined-response-types.json:
--------------------------------------------------------------------------------
1 | {
2 | "intents": [
3 | {
4 | "intent": "color_block",
5 | "examples": [
6 | {
7 | "text": "Show me a color block"
8 | },
9 | {
10 | "text": "color block"
11 | }
12 | ],
13 | "description": ""
14 | }
15 | ],
16 | "entities": [],
17 | "metadata": {
18 | "api_version": {
19 | "major_version": "v2",
20 | "minor_version": "2018-11-08"
21 | }
22 | },
23 | "dialog_nodes": [
24 | {
25 | "type": "standard",
26 | "title": "Anything else",
27 | "output": {
28 | "generic": [
29 | {
30 | "values": [
31 | {
32 | "text": "I didn't understand. You can try rephrasing."
33 | },
34 | {
35 | "text": "Can you reword your statement? I'm not understanding."
36 | },
37 | {
38 | "text": "I didn't get your meaning."
39 | }
40 | ],
41 | "response_type": "text",
42 | "selection_policy": "sequential"
43 | }
44 | ]
45 | },
46 | "conditions": "anything_else",
47 | "dialog_node": "Anything else",
48 | "previous_sibling": "node_8_1571943631595"
49 | },
50 | {
51 | "type": "standard",
52 | "title": "color block",
53 | "output": {
54 | "generic": [
55 | {
56 | "values": [
57 | {
58 | "text": "Below is a block with a button in it. When you click the button, a random background color will be chosen."
59 | }
60 | ],
61 | "response_type": "text",
62 | "selection_policy": "sequential"
63 | },
64 | {
65 | "user_defined": {
66 | "user_defined_type": "color_box"
67 | },
68 | "response_type": "user_defined"
69 | },
70 | {
71 | "values": [
72 | {
73 | "text": "Isn't that fun?"
74 | }
75 | ],
76 | "response_type": "text",
77 | "selection_policy": "sequential"
78 | }
79 | ]
80 | },
81 | "context": {},
82 | "conditions": "#color_block",
83 | "dialog_node": "node_8_1571943631595",
84 | "previous_sibling": "Welcome"
85 | },
86 | {
87 | "type": "standard",
88 | "title": "Welcome",
89 | "output": {
90 | "generic": [
91 | {
92 | "values": [
93 | {
94 | "text": "This dialog skill is configured to send a \"user_defined\" response type."
95 | }
96 | ],
97 | "response_type": "text",
98 | "selection_policy": "sequential"
99 | },
100 | {
101 | "title": "Select a response",
102 | "options": [
103 | {
104 | "label": "Show me a color block.",
105 | "value": {
106 | "input": {
107 | "text": "Show me a color block."
108 | }
109 | }
110 | }
111 | ],
112 | "description": "If you declare \"Show me a color block\", a user_defined response type will be returned that creates an element with a random background color.",
113 | "response_type": "option"
114 | }
115 | ]
116 | },
117 | "conditions": "welcome",
118 | "dialog_node": "Welcome"
119 | }
120 | ],
121 | "counterexamples": [],
122 | "system_settings": {
123 | "tooling": {
124 | "store_generic_responses": true
125 | },
126 | "off_topic": {
127 | "enabled": true
128 | },
129 | "disambiguation": {
130 | "prompt": "Did you mean:",
131 | "none_of_the_above_prompt": "None of the above"
132 | },
133 | "human_agent_assist": {
134 | "prompt": "Did you mean:"
135 | },
136 | "spelling_auto_correct": true
137 | },
138 | "learning_opt_out": false,
139 | "name": "User Defined Response Types",
140 | "language": "en",
141 | "description": "A sample skill to show off creating a user_defined response type."
142 | }
143 |
--------------------------------------------------------------------------------
/tutorials/user_defined_templates/carousel.css:
--------------------------------------------------------------------------------
1 | .carousel_container {
2 | display: block;
3 | width: 100px;
4 | position: relative;
5 | margin: 1em;
6 | overflow: hidden;
7 | }
8 |
9 | .carousel_container ol.carousel_container_content {
10 | margin: 0 0 1rem 0;
11 | padding: 0;
12 | }
13 |
14 | .carousel_container ol.carousel_container_content li {
15 | margin: 0;
16 | padding: 0;
17 | width: 100%;
18 | list-style: none;
19 | }
20 |
21 | .carousel_container.carousel_container_active ol li {
22 | display: none;
23 | }
24 |
25 | .carousel_container.carousel_container_active ol li.carousel_container_current {
26 | display: block;
27 | }
28 |
29 | .carousel_container .carousel_container_buttons {
30 | display: none;
31 | }
32 |
33 | .carousel_container.carousel_container_active .carousel_container_buttons {
34 | display: block;
35 | position: relative;
36 | }
37 |
38 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_next {
39 | position: absolute;
40 | right: -1.6rem;
41 | top: 6rem;
42 | z-index: 10;
43 | display: none;
44 | }
45 |
46 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_prev {
47 | position: absolute;
48 | left: -1.6rem;
49 | top: 6rem;
50 | z-index: 10;
51 | display: none;
52 | }
53 |
54 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_next.carousel_container_visible,
55 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_prev.carousel_container_visible {
56 | display: block;
57 | border-radius: 0;
58 | background: #0f62fe;
59 | color: #fff;
60 | border: none;
61 | margin: 0;
62 | padding: 0;
63 | width: auto;
64 | overflow: visible;
65 | font: inherit;
66 | line-height: normal;
67 | -webkit-font-smoothing: inherit;
68 | -moz-osx-font-smoothing: inherit;
69 | -webkit-appearance: none;
70 | }
71 |
72 | .carousel_container_icon img {
73 | cursor: pointer;
74 | fill: #fff;
75 | height: 32px;
76 | width: 32px;
77 | }
78 |
79 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_next.carousel_container_visible .carousel_container_icon,
80 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_prev.carousel_container_visible .carousel_container_icon {
81 | cursor: pointer;
82 | padding: 0px;
83 | }
84 |
85 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_next.carousel_container_visible:hover,
86 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_prev.carousel_container_visible:hover {
87 | background: #0353e9;
88 | }
89 |
90 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_next.carousel_container_visible:focus,
91 | .carousel_container.carousel_container_active .carousel_container_buttons .carousel_container_prev.carousel_container_visible:focus {
92 | outline: 1px solid #0f62fe;
93 | outline-offset: 2px;
94 | }
95 |
96 | .carousel_container.carousel_container_active ol li img.carousel_slide_image {
97 | display: block;
98 | width: 100%;
99 | margin-bottom: 16px;
100 | }
101 |
102 | .carousel_container.carousel_container_active ol li .carousel_slide_title {
103 | font-weight: bold;
104 | margin-bottom: 4px;
105 | }
--------------------------------------------------------------------------------
/tutorials/user_defined_templates/carousel.js:
--------------------------------------------------------------------------------
1 | // Setting your instance in the handleCarouselTemplate method gives access to instance methods like doAutoScroll.
2 | let myInstance;
3 |
4 | /* eslint-disable header/header */
5 | function MySimpleCarousel(event) {
6 | this.event = event;
7 | // Because we render Web Chat to Shadow DOM, we should use `style` tags rather than `link` tags to bring in our CSS.
8 | this.css = '@import "user_defined_templates/carousel.css"';
9 | }
10 |
11 | /**
12 | * Moves the pointer for which is the current active slide.
13 | *
14 | * @param direction A number of slides to move pointer from. Usually 1 or -1.
15 | */
16 | MySimpleCarousel.prototype.navigate = function(direction) {
17 | // Hide the old current list item
18 | this.current.classList.remove('carousel_container_current');
19 |
20 | // Calculate th new position
21 | this.counter = this.counter + direction;
22 |
23 | // If the previous one was chosen and the counter is less than 0 make the counter the last element, thus looping the carousel
24 | if (direction === -1 && this.counter < 0) {
25 | this.counter = this.amount - 1;
26 | }
27 | // If the next button was clicked and there is no items element, set the counter to 0
28 | if (direction === 1 && !this.items[this.counter]) {
29 | this.counter = 0;
30 | }
31 | // set new current element and add CSS class
32 | this.current = this.items[this.counter];
33 | this.current.classList.add('carousel_container_current');
34 | if (this.counter === 0) {
35 | // First slide. Remove "Back".
36 | this.prev.classList.remove('carousel_container_visible');
37 | this.next.classList.add('carousel_container_visible');
38 | } else if (this.counter === this.amount - 1) {
39 | // Last slide. Remove "Next".
40 | this.prev.classList.add('carousel_container_visible');
41 | this.next.classList.remove('carousel_container_visible');
42 | } else {
43 | // Show both buttons for all other slides.
44 | this.prev.classList.add('carousel_container_visible');
45 | this.next.classList.add('carousel_container_visible');
46 | }
47 | };
48 |
49 | /**
50 | * Adds HTML and CSS and starts the class.
51 | */
52 | MySimpleCarousel.prototype.start = function() {
53 | const self = this;
54 |
55 | // Scaffold.
56 | this.writeCSS();
57 | this.writeHTML();
58 |
59 | // Read necessary elements from the DOM once
60 | this.box = this.event.data.element.querySelector('.carousel_container');
61 | this.next = this.box.querySelector('.carousel_container_next');
62 | this.prev = this.box.querySelector('.carousel_container_prev');
63 |
64 | // Define the global counter, the items and the current item.
65 | this.counter = 0;
66 | this.items = this.box.querySelectorAll('.carousel_container_content li');
67 | this.amount = this.items.length;
68 | this.current = this.items[0];
69 |
70 | // Mark the carousel as started.
71 | this.box.classList.add('carousel_container_active');
72 |
73 | // Add event handlers to buttons
74 | this.next.addEventListener('click', function(ev) {
75 | self.navigate(1);
76 | });
77 | this.prev.addEventListener('click', function(ev) {
78 | self.navigate(-1);
79 | });
80 |
81 | // Show the first element (when direction is 0 counter doesn't change)
82 | this.navigate(0);
83 | };
84 |
85 | /**
86 | * Adds CSS.
87 | */
88 | MySimpleCarousel.prototype.writeCSS = function() {
89 | const element = document.createElement('style');
90 | element.setAttribute('type', 'text/css');
91 | element.innerHTML = this.css;
92 | this.event.data.element.appendChild(element);
93 | }
94 |
95 | /**
96 | * Adds HTML scaffolding.
97 | */
98 | MySimpleCarousel.prototype.writeHTML = function() {
99 | const element = document.createElement('div');
100 | element.classList.add('carousel_container');
101 | element.innerHTML =
102 | '';
103 | const content = element.querySelector('.carousel_container_content');
104 | const message = this.event.data.message;
105 | //Call doAutoScroll on image loads to move the carousel to the bottom of the web chat after they load.
106 | message.user_defined.slides.forEach(function(slide) {
107 | content.innerHTML +=
108 | '
' +
111 | slide.title +
112 | '
' +
113 | slide.description +
114 | '
';
115 | });
116 | this.event.data.element.appendChild(element);
117 | };
118 |
119 | /**
120 | * Handler for the Carousel template.
121 | *
122 | * @param event The event passed from Watson Assistant.
123 | * @param event.type The type of event, in this case "customResponse".
124 | * @param event.data.message The original message.
125 | * @param event.data.element An HTML element that is rendered in Web Chat for you to manipulate. If you have set
126 | * user_defined.silent to true, no HTML element will be created.
127 | */
128 | function handleCarouselTemplate(event, instance) {
129 | myInstance = instance;
130 | const carousel = new MySimpleCarousel(event);
131 | carousel.start();
132 | }
133 |
--------------------------------------------------------------------------------
/tutorials/user_defined_templates/color-box.js:
--------------------------------------------------------------------------------
1 | /* eslint-disable header/header */
2 | /**
3 | * Handler for the color box template.
4 | *
5 | * @param event The event passed from Watson Assistant.
6 | * @param event.type The type of event, in this case "customResponse".
7 | * @param event.data.message The original message.
8 | * @param event.data.element An HTML element that is rendered in Web Chat for you to manipulate.
9 | */
10 | function handleColorBoxTemplate(event) {
11 | // The event is of the shape: { type, data: { message, element }}.
12 | const colors = [
13 | 'AliceBlue',
14 | 'AntiqueWhite',
15 | 'Aqua',
16 | 'Aquamarine',
17 | 'Azure',
18 | 'Beige',
19 | 'Bisque',
20 | 'Black',
21 | 'BlanchedAlmond',
22 | 'Blue',
23 | 'BlueViolet',
24 | 'Brown',
25 | 'BurlyWood',
26 | 'CadetBlue',
27 | 'Chartreuse',
28 | 'Chocolate',
29 | 'Coral',
30 | 'CornflowerBlue',
31 | 'Cornsilk',
32 | 'Crimson',
33 | 'Cyan',
34 | 'DarkBlue',
35 | 'DarkCyan',
36 | 'DarkGoldenRod',
37 | 'DarkGray',
38 | 'DarkGrey',
39 | 'DarkGreen',
40 | 'DarkKhaki',
41 | 'DarkMagenta',
42 | 'DarkOliveGreen',
43 | 'DarkOrange',
44 | 'DarkOrchid',
45 | 'DarkRed',
46 | 'DarkSalmon',
47 | 'DarkSeaGreen',
48 | 'DarkSlateBlue',
49 | 'DarkSlateGray',
50 | 'DarkSlateGrey',
51 | 'DarkTurquoise',
52 | 'DarkViolet',
53 | 'DeepPink',
54 | 'DeepSkyBlue',
55 | 'DimGray',
56 | 'DimGrey',
57 | 'DodgerBlue',
58 | 'FireBrick',
59 | 'FloralWhite',
60 | 'ForestGreen',
61 | 'Fuchsia',
62 | 'Gainsboro',
63 | 'GhostWhite',
64 | 'Gold',
65 | 'GoldenRod',
66 | 'Gray',
67 | 'Grey',
68 | 'Green',
69 | 'GreenYellow',
70 | 'HoneyDew',
71 | 'HotPink',
72 | 'IndianRed',
73 | 'Indigo',
74 | 'Ivory',
75 | 'Khaki',
76 | 'Lavender',
77 | 'LavenderBlush',
78 | 'LawnGreen',
79 | 'LemonChiffon',
80 | 'LightBlue',
81 | 'LightCoral',
82 | 'LightCyan',
83 | 'LightGoldenRodYellow',
84 | 'LightGray',
85 | 'LightGrey',
86 | 'LightGreen',
87 | 'LightPink',
88 | 'LightSalmon',
89 | 'LightSeaGreen',
90 | 'LightSkyBlue',
91 | 'LightSlateGray',
92 | 'LightSlateGrey',
93 | 'LightSteelBlue',
94 | 'LightYellow',
95 | 'Lime',
96 | 'LimeGreen',
97 | 'Linen',
98 | 'Magenta',
99 | 'Maroon',
100 | 'MediumAquaMarine',
101 | 'MediumBlue',
102 | 'MediumOrchid',
103 | 'MediumPurple',
104 | 'MediumSeaGreen',
105 | 'MediumSlateBlue',
106 | 'MediumSpringGreen',
107 | 'MediumTurquoise',
108 | 'MediumVioletRed',
109 | 'MidnightBlue',
110 | 'MintCream',
111 | 'MistyRose',
112 | 'Moccasin',
113 | 'NavajoWhite',
114 | 'Navy',
115 | 'OldLace',
116 | 'Olive',
117 | 'OliveDrab',
118 | 'Orange',
119 | 'OrangeRed',
120 | 'Orchid',
121 | 'PaleGoldenRod',
122 | 'PaleGreen',
123 | 'PaleTurquoise',
124 | 'PaleVioletRed',
125 | 'PapayaWhip',
126 | 'PeachPuff',
127 | 'Peru',
128 | 'Pink',
129 | 'Plum',
130 | 'PowderBlue',
131 | 'Purple',
132 | 'RebeccaPurple',
133 | 'Red',
134 | 'RosyBrown',
135 | 'RoyalBlue',
136 | 'SaddleBrown',
137 | 'Salmon',
138 | 'SandyBrown',
139 | 'SeaGreen',
140 | 'SeaShell',
141 | 'Sienna',
142 | 'Silver',
143 | 'SkyBlue',
144 | 'SlateBlue',
145 | 'SlateGray',
146 | 'SlateGrey',
147 | 'Snow',
148 | 'SpringGreen',
149 | 'SteelBlue',
150 | 'Tan',
151 | 'Teal',
152 | 'Thistle',
153 | 'Tomato',
154 | 'Turquoise',
155 | 'Violet',
156 | 'Wheat',
157 | 'White',
158 | 'WhiteSmoke',
159 | 'Yellow',
160 | 'YellowGreen'
161 | ];
162 | const parent = document.createElement('div');
163 |
164 | // Create a element with the 'ibm-web-chat-card' class we will add our content to.
165 | // This class will make the element look like one of the cards used in Web Chat.
166 | const card = document.createElement('div');
167 | card.classList.add('ibm-web-chat-card');
168 |
169 | const element = document.createElement('div');
170 | element.setAttribute('style', 'width:100%; height:100%; background-color: red; padding: 24px; text-align: center;');
171 | element.innerHTML = '';
172 | element.querySelector('button').addEventListener('click', function addBackgroundColor(e) {
173 | element.style.backgroundColor = colors[Math.floor(Math.random() * colors.length)];
174 | });
175 |
176 | // Add our color picker inside the card.
177 | card.innerHTML = '