Skip to content

Commit 9171901

Browse files
committed
v7.3.0
1 parent c5caf65 commit 9171901

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

languages/en.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"input_ariaLabel": "Message to send",
1818
"input_placeholder": "Type something...",
1919
"input_buttonLabel": "Click to send message",
20+
"input_uploadButtonLabel": "Add files to upload",
2021
"window_title": "Chat window",
2122
"window_ariaTourRegion": "Tour",
2223
"window_ariaTourRegionNamespace": "Tour {namespace}",
@@ -46,6 +47,7 @@
4647
"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.",
4748
"messages_scrollHandleEnd": "Chat history end",
4849
"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",
4951
"buttons_cancel": "Cancel",
5052
"buttons_retry": "Retry",
5153
"options_select": "Select an option",
@@ -102,6 +104,7 @@
102104
"agent_connectButtonCancel": "Cancel",
103105
"agent_connectedButtonEndChat": "Disconnect",
104106
"agent_connectWaiting": "Waiting...",
107+
"agent_defaultMessageToAgent": "Begin conversation",
105108
"agent_inputPlaceholderConnecting": "Waiting for agent...",
106109
"icon_ariaUnreadMessages": "There {count, plural, one {is} other {are}} {count, number} unread {count, plural, one {message} other {messages}}",
107110
"showMore": "See more",
@@ -163,5 +166,16 @@
163166
"tour_instructions": "Use the previous and next buttons to navigate between steps of the tour. Use the {chatButtonText} button to open that chat window.",
164167
"tour_errorFetchingStep": "There was a problem fetching the next step.",
165168
"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}."
167181
}

last-published.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
050123 134009
1+
053023 132827

0 commit comments

Comments
 (0)