botframework-webchat-api 4.15.9 → 4.15.10-main.20230911.d62393e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,6 +56,8 @@
56
56
  "_CAROUSEL_FLIPPER_NEXT_ALT.comment": "This is for screen reader for the label of the right flipper button for carousels for left-to-right language or left flipper button for right-to-left (RTL) languages. To support RTL, the language used in this text should be less directional.",
57
57
  "CAROUSEL_FLIPPER_PREVIOUS_ALT": "Previous",
58
58
  "_CAROUSEL_FLIPPER_PREVIOUS_ALT.comment": "This is for screen reader for the label of the left flipper button for carousels for left-to-right language or right flipper button for right-to-left (RTL) languages. To support RTL, the language used in this text should be less directional.",
59
+ "CITATION_MODEL_DIALOG_ALT": "Citation",
60
+ "_CITATION_MODEL_DIALOG_ALT.comment": "This is for screen reader. This is the title of a modal dialog showing citation. When end-user clicks on a citation marker in the bot response, this citation modal dialog will open and show citation related to the marker.",
59
61
  "CONNECTIVITY_STATUS_ALT_CONNECTED": "Connected",
60
62
  "CONNECTIVITY_STATUS_ALT_CONNECTING": "Connecting…",
61
63
  "CONNECTIVITY_STATUS_ALT_FATAL": "Unable to connect.",
@@ -91,6 +93,16 @@
91
93
  "RECEIPT_CARD_TAX": "Tax",
92
94
  "RECEIPT_CARD_TOTAL": "Total",
93
95
  "RECEIPT_CARD_VAT": "VAT",
96
+ "REFERENCE_LIST_HEADER_ONE": "$1 reference",
97
+ "_REFERENCE_LIST_HEADER_ONE.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"one\".",
98
+ "REFERENCE_LIST_HEADER_FEW": "$1 references",
99
+ "_REFERENCE_LIST_HEADER_FEW.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"few\".",
100
+ "REFERENCE_LIST_HEADER_MANY": "$1 references",
101
+ "_REFERENCE_LIST_HEADER_MANY.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"many\".",
102
+ "REFERENCE_LIST_HEADER_OTHER": "$1 references",
103
+ "_REFERENCE_LIST_HEADER_OTHER.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"other\".",
104
+ "REFERENCE_LIST_HEADER_TWO": "$1 references",
105
+ "_REFERENCE_LIST_HEADER_TWO.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"two\".",
94
106
  "SEND_BOX_IS_EMPTY_TOOLTIP_ALT": "Cannot send empty message.",
95
107
  "_SEND_BOX_IS_EMPTY_TOOLTIP_ALT.comment": "This is for screen reader on the send button. When the send text box is empty, the send button is disabled and this text on the send button explain why the button is disabled.",
96
108
  "SPEECH_INPUT_LISTENING": "Listening…",
@@ -149,5 +161,9 @@
149
161
  "_TYPING_INDICATOR_SINGLE_TEXT.comment": "This shows when a single user is typing.",
150
162
  "TYPING_INDICATOR_SINGLE_TEXT": "$1 is typing.",
151
163
  "_TYPING_INDICATOR_MULTIPLE_TEXT.comment": "This shows when two or more users are typing simultaneously.",
152
- "TYPING_INDICATOR_MULTIPLE_TEXT": "$1 and others are typing."
164
+ "TYPING_INDICATOR_MULTIPLE_TEXT": "$1 and others are typing.",
165
+ "VOTE_DISLIKE_ALT": "Dislike",
166
+ "_VOTE_DISLIKE_ALT.comment": "This is for screen reader. The label of a button with a thumb up icon and is placed next to the timestamp. The button is for giving feedback that the end-user don't think the response is useful.",
167
+ "VOTE_LIKE_ALT": "Like",
168
+ "_VOTE_LIKE_ALT.comment": "This is for screen reader. The label of a button with a thumb up icon and is placed next to the timestamp. The button is for giving feedback that the end-user think the response is useful."
153
169
  }
@@ -34,6 +34,7 @@
34
34
  "ATTACHMENT_VIDEO": "一段錄像",
35
35
  "CAROUSEL_FLIPPER_NEXT_ALT": "後",
36
36
  "CAROUSEL_FLIPPER_PREVIOUS_ALT": "前",
37
+ "CITATION_MODEL_DIALOG_ALT": "引文",
37
38
  "CONNECTIVITY_STATUS_ALT_CONNECTED": "接駁到",
38
39
  "CONNECTIVITY_STATUS_ALT_CONNECTING": "接駁緊…",
39
40
  "CONNECTIVITY_STATUS_ALT_FATAL": "接駁唔倒。",
@@ -65,6 +66,11 @@
65
66
  "RECEIPT_CARD_TAX": "稅",
66
67
  "RECEIPT_CARD_TOTAL": "總共",
67
68
  "RECEIPT_CARD_VAT": "消費稅",
69
+ "REFERENCE_LIST_HEADER_ONE": "一篇參考",
70
+ "REFERENCE_LIST_HEADER_FEW": "$1 篇參考",
71
+ "REFERENCE_LIST_HEADER_MANY": "$1 篇參考",
72
+ "REFERENCE_LIST_HEADER_OTHER": "$1 篇參考",
73
+ "REFERENCE_LIST_HEADER_TWO": "兩篇參考",
68
74
  "SEND_BOX_IS_EMPTY_TOOLTIP_ALT": "唔可以傳送空白嘅訊息。",
69
75
  "SPEECH_INPUT_LISTENING": "聽緊你講嘢…",
70
76
  "SPEECH_INPUT_MICROPHONE_BUTTON_CLOSE_ALT": "閂咪",
@@ -98,5 +104,7 @@
98
104
  "TRANSCRIPT_MORE_MESSAGES": "更多訊息",
99
105
  "TRANSCRIPT_NEW_MESSAGES": "新訊息",
100
106
  "TRANSCRIPT_TERMINATOR_TEXT": "聊天記錄結束",
101
- "TYPING_INDICATOR_ALT": "對方打緊字"
107
+ "TYPING_INDICATOR_ALT": "對方打緊字",
108
+ "VOTE_DISLIKE_ALT": "唔啱",
109
+ "VOTE_LIKE_ALT": "啱"
102
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat-api",
3
- "version": "4.15.9",
3
+ "version": "4.15.10-main.20230911.d62393e",
4
4
  "description": "React DOM component of botframework-webchat",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -56,7 +56,7 @@
56
56
  "@types/react": "^18.0.28",
57
57
  "babel-plugin-istanbul": "^6.1.1",
58
58
  "babel-plugin-transform-inline-environment-variables": "^0.4.4",
59
- "cldr-data": "4.15.9",
59
+ "cldr-data": "4.15.10-main.20230911.d62393e",
60
60
  "concurrently": "^7.6.0",
61
61
  "core-js": "^3.28.0",
62
62
  "globalize-compiler": "^1.1.1",
@@ -65,7 +65,7 @@
65
65
  "typescript": "^4.9.5"
66
66
  },
67
67
  "dependencies": {
68
- "botframework-webchat-core": "4.15.9",
68
+ "botframework-webchat-core": "4.15.10-main.20230911.d62393e",
69
69
  "globalize": "1.7.0",
70
70
  "math-random": "2.0.1",
71
71
  "prop-types": "15.8.1",
@@ -56,6 +56,8 @@
56
56
  "_CAROUSEL_FLIPPER_NEXT_ALT.comment": "This is for screen reader for the label of the right flipper button for carousels for left-to-right language or left flipper button for right-to-left (RTL) languages. To support RTL, the language used in this text should be less directional.",
57
57
  "CAROUSEL_FLIPPER_PREVIOUS_ALT": "Previous",
58
58
  "_CAROUSEL_FLIPPER_PREVIOUS_ALT.comment": "This is for screen reader for the label of the left flipper button for carousels for left-to-right language or right flipper button for right-to-left (RTL) languages. To support RTL, the language used in this text should be less directional.",
59
+ "CITATION_MODEL_DIALOG_ALT": "Citation",
60
+ "_CITATION_MODEL_DIALOG_ALT.comment": "This is for screen reader. This is the title of a modal dialog showing citation. When end-user clicks on a citation marker in the bot response, this citation modal dialog will open and show citation related to the marker.",
59
61
  "CONNECTIVITY_STATUS_ALT_CONNECTED": "Connected",
60
62
  "CONNECTIVITY_STATUS_ALT_CONNECTING": "Connecting…",
61
63
  "CONNECTIVITY_STATUS_ALT_FATAL": "Unable to connect.",
@@ -91,6 +93,16 @@
91
93
  "RECEIPT_CARD_TAX": "Tax",
92
94
  "RECEIPT_CARD_TOTAL": "Total",
93
95
  "RECEIPT_CARD_VAT": "VAT",
96
+ "REFERENCE_LIST_HEADER_ONE": "$1 reference",
97
+ "_REFERENCE_LIST_HEADER_ONE.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"one\".",
98
+ "REFERENCE_LIST_HEADER_FEW": "$1 references",
99
+ "_REFERENCE_LIST_HEADER_FEW.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"few\".",
100
+ "REFERENCE_LIST_HEADER_MANY": "$1 references",
101
+ "_REFERENCE_LIST_HEADER_MANY.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"many\".",
102
+ "REFERENCE_LIST_HEADER_OTHER": "$1 references",
103
+ "_REFERENCE_LIST_HEADER_OTHER.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"other\".",
104
+ "REFERENCE_LIST_HEADER_TWO": "$1 references",
105
+ "_REFERENCE_LIST_HEADER_TWO.comment": "Header of the expand/collapse of reference list. This is for plural rule of \"two\".",
94
106
  "SEND_BOX_IS_EMPTY_TOOLTIP_ALT": "Cannot send empty message.",
95
107
  "_SEND_BOX_IS_EMPTY_TOOLTIP_ALT.comment": "This is for screen reader on the send button. When the send text box is empty, the send button is disabled and this text on the send button explain why the button is disabled.",
96
108
  "SPEECH_INPUT_LISTENING": "Listening…",
@@ -149,5 +161,9 @@
149
161
  "_TYPING_INDICATOR_SINGLE_TEXT.comment": "This shows when a single user is typing.",
150
162
  "TYPING_INDICATOR_SINGLE_TEXT": "$1 is typing.",
151
163
  "_TYPING_INDICATOR_MULTIPLE_TEXT.comment": "This shows when two or more users are typing simultaneously.",
152
- "TYPING_INDICATOR_MULTIPLE_TEXT": "$1 and others are typing."
164
+ "TYPING_INDICATOR_MULTIPLE_TEXT": "$1 and others are typing.",
165
+ "VOTE_DISLIKE_ALT": "Dislike",
166
+ "_VOTE_DISLIKE_ALT.comment": "This is for screen reader. The label of a button with a thumb up icon and is placed next to the timestamp. The button is for giving feedback that the end-user don't think the response is useful.",
167
+ "VOTE_LIKE_ALT": "Like",
168
+ "_VOTE_LIKE_ALT.comment": "This is for screen reader. The label of a button with a thumb up icon and is placed next to the timestamp. The button is for giving feedback that the end-user think the response is useful."
153
169
  }
@@ -34,6 +34,7 @@
34
34
  "ATTACHMENT_VIDEO": "一段錄像",
35
35
  "CAROUSEL_FLIPPER_NEXT_ALT": "後",
36
36
  "CAROUSEL_FLIPPER_PREVIOUS_ALT": "前",
37
+ "CITATION_MODEL_DIALOG_ALT": "引文",
37
38
  "CONNECTIVITY_STATUS_ALT_CONNECTED": "接駁到",
38
39
  "CONNECTIVITY_STATUS_ALT_CONNECTING": "接駁緊…",
39
40
  "CONNECTIVITY_STATUS_ALT_FATAL": "接駁唔倒。",
@@ -65,6 +66,11 @@
65
66
  "RECEIPT_CARD_TAX": "稅",
66
67
  "RECEIPT_CARD_TOTAL": "總共",
67
68
  "RECEIPT_CARD_VAT": "消費稅",
69
+ "REFERENCE_LIST_HEADER_ONE": "一篇參考",
70
+ "REFERENCE_LIST_HEADER_FEW": "$1 篇參考",
71
+ "REFERENCE_LIST_HEADER_MANY": "$1 篇參考",
72
+ "REFERENCE_LIST_HEADER_OTHER": "$1 篇參考",
73
+ "REFERENCE_LIST_HEADER_TWO": "兩篇參考",
68
74
  "SEND_BOX_IS_EMPTY_TOOLTIP_ALT": "唔可以傳送空白嘅訊息。",
69
75
  "SPEECH_INPUT_LISTENING": "聽緊你講嘢…",
70
76
  "SPEECH_INPUT_MICROPHONE_BUTTON_CLOSE_ALT": "閂咪",
@@ -98,5 +104,7 @@
98
104
  "TRANSCRIPT_MORE_MESSAGES": "更多訊息",
99
105
  "TRANSCRIPT_NEW_MESSAGES": "新訊息",
100
106
  "TRANSCRIPT_TERMINATOR_TEXT": "聊天記錄結束",
101
- "TYPING_INDICATOR_ALT": "對方打緊字"
107
+ "TYPING_INDICATOR_ALT": "對方打緊字",
108
+ "VOTE_DISLIKE_ALT": "唔啱",
109
+ "VOTE_LIKE_ALT": "啱"
102
110
  }