|
17 | 17 | "input_ariaLabel": "Message to send", |
18 | 18 | "input_placeholder": "Type something...", |
19 | 19 | "input_buttonLabel": "Click to send message", |
| 20 | + "input_uploadButtonLabel": "Add files to upload", |
20 | 21 | "window_title": "Chat window", |
21 | 22 | "window_ariaTourRegion": "Tour", |
22 | 23 | "window_ariaTourRegionNamespace": "Tour {namespace}", |
|
46 | 47 | "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.", |
47 | 48 | "messages_scrollHandleEnd": "Chat history end", |
48 | 49 | "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.", |
| 50 | + "buttons_restart": "Restart conversation", |
49 | 51 | "buttons_cancel": "Cancel", |
50 | 52 | "buttons_retry": "Retry", |
51 | 53 | "options_select": "Select an option", |
|
102 | 104 | "agent_connectButtonCancel": "Cancel", |
103 | 105 | "agent_connectedButtonEndChat": "Disconnect", |
104 | 106 | "agent_connectWaiting": "Waiting...", |
| 107 | + "agent_defaultMessageToAgent": "Begin conversation", |
105 | 108 | "agent_inputPlaceholderConnecting": "Waiting for agent...", |
106 | 109 | "icon_ariaUnreadMessages": "There {count, plural, one {is} other {are}} {count, number} unread {count, plural, one {message} other {messages}}", |
107 | 110 | "showMore": "See more", |
|
163 | 166 | "tour_instructions": "Use the previous and next buttons to navigate between steps of the tour. Use the {chatButtonText} button to open that chat window.", |
164 | 167 | "tour_errorFetchingStep": "There was a problem fetching the next step.", |
165 | 168 | "tour_errorTitle": "Unable to continue", |
166 | | - "tour_errorBody": "The content failed to load. Please try again." |
| 169 | + "tour_errorBody": "The content failed to load. Please try again.", |
| 170 | + "fileSharing_fileTooLarge": "The maximum file size allowed is {maxSize}.", |
| 171 | + "fileSharing_ariaAnnounceSuccess": "The file was uploaded successfully.", |
| 172 | + "fileSharing_fileIcon": "File icon", |
| 173 | + "fileSharing_removeButtonTitle": "Remove file", |
| 174 | + "fileSharing_statusUploading": "Uploading file", |
| 175 | + "fileSharing_uploadFailed": "There was an error uploading the file.", |
| 176 | + "fileSharing_agentMessageText": "File upload", |
| 177 | + "serviceDesk_niceDFO_fileUploadError": "The maximum file size is {fileSize}MB. The allowed file types are {allowedTypes}.", |
| 178 | + "carousel_prevNavButton": "Go to previous slide.", |
| 179 | + "carousel_nextNavButton": "Go to next slide.", |
| 180 | + "carousel_bulletNavButton": "Go to slide {number}." |
167 | 181 | } |
0 commit comments