@ray-js/t-agent-ui-ray 0.1.0-beta-3 → 0.1.0-beta-5

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.
Files changed (34) hide show
  1. package/dist/ChatContainer/index.js +1 -2
  2. package/dist/MessageInput/index.js +2 -4
  3. package/dist/contexts.d.ts +1 -1
  4. package/dist/hooks/index.d.ts +1 -0
  5. package/dist/hooks/index.js +2 -1
  6. package/dist/hooks/useLongPress.js +40 -23
  7. package/dist/hooks/useTranslate.d.ts +2 -0
  8. package/dist/hooks/useTranslate.js +62 -0
  9. package/dist/i18n/strings.d.ts +499 -0
  10. package/dist/i18n/strings.js +498 -0
  11. package/dist/tiles/BubbleTile/index.js +2 -5
  12. package/dist/tiles/DividerTile/index.d.ts +8 -0
  13. package/dist/tiles/DividerTile/index.js +16 -0
  14. package/dist/tiles/DividerTile/index.less +26 -0
  15. package/dist/tiles/ExecuteCardTile/bookmark.png +0 -0
  16. package/dist/tiles/ExecuteCardTile/index.d.ts +10 -0
  17. package/dist/tiles/ExecuteCardTile/index.js +231 -0
  18. package/dist/tiles/ExecuteCardTile/index.less +154 -0
  19. package/dist/tiles/OperateCardTile/Expand.d.ts +17 -0
  20. package/dist/tiles/OperateCardTile/Expand.js +167 -0
  21. package/dist/tiles/OperateCardTile/Expand.less +135 -0
  22. package/dist/tiles/OperateCardTile/Tabs.d.ts +16 -0
  23. package/dist/tiles/OperateCardTile/Tabs.js +39 -0
  24. package/dist/tiles/OperateCardTile/Tabs.less +72 -0
  25. package/dist/tiles/OperateCardTile/index.d.ts +21 -0
  26. package/dist/tiles/OperateCardTile/index.js +226 -0
  27. package/dist/tiles/OperateCardTile/index.less +18 -0
  28. package/dist/tiles/OperateCardTile/lock.png +0 -0
  29. package/dist/tiles/map.js +7 -1
  30. package/dist/utils/formatMessage.d.ts +11 -0
  31. package/dist/utils/formatMessage.js +28 -0
  32. package/dist/utils/index.d.ts +2 -0
  33. package/dist/utils/index.js +13 -0
  34. package/package.json +2 -2
@@ -0,0 +1,499 @@
1
+ declare const _default: {
2
+ 'zh-Hans': {
3
+ 't-agent.build-in.button.create_scene_manually': string;
4
+ 't-agent.build-in.button.enter_home_manage': string;
5
+ 't-agent.build-in.button.enter_room_manage': string;
6
+ 't-agent.build-in.button.enter_alarm_message': string;
7
+ 't-agent.build-in.button.enter_home_message': string;
8
+ 't-agent.build-in.button.enter_bulletin': string;
9
+ 't-agent.build-in.button.enter_notification_setting': string;
10
+ 't-agent.build-in.button.enter_personal_information': string;
11
+ 't-agent.build-in.button.enter_account_security': string;
12
+ 't-agent.build-in.button.enter_setting': string;
13
+ 't-agent.build-in.button.enter_paring': string;
14
+ 't-agent.build-in.button.enter_share_device': string;
15
+ 't-agent.build-in.button.enter_faq_feedback': string;
16
+ 't-agent.build-in.button.questionnaire_take': string;
17
+ 't-agent.build-in.button.set_home_location': string;
18
+ 't-agent.input.voice.require-permission': string;
19
+ 't-agent.input.upload.failed': string;
20
+ 't-agent.message.feedback.success': string;
21
+ 't-agent.message.bubble.aborted': string;
22
+ 't-agent.message.action.copy': string;
23
+ 't-agent.message.action.delete': string;
24
+ 't-agent.message.action.deleteByChannel': string;
25
+ 't-agent.message.like.success': string;
26
+ 't-agent.message.unlike.success': string;
27
+ 't-agent.message.action.like': string;
28
+ 't-agent.message.action.unlike': string;
29
+ 't-agent.message.delete.title': string;
30
+ 't-agent.message.delete.content': string;
31
+ 't-agent.message.delete.success': string;
32
+ 't-agent.message.copy.success': string;
33
+ 't-agent.execute-card-tile.execution.success': string;
34
+ 't-agent.execute-card-tile.execution.failed': string;
35
+ 't-agent.execute-card-tile.scene.invalid': string;
36
+ 't-agent.execute-card-tile.delete': string;
37
+ 't-agent.execute-card-tile.execute': string;
38
+ 't-agent.execute-card-tile.switch.scene.state': string;
39
+ 't-agent.operate-card-tile.open.device.failed': string;
40
+ 't-agent.operate-card-tile.open.scene.failed': string;
41
+ 't-agent.operate-card-tile.operation.impact': string;
42
+ 't-agent.operate-card-tile.hide.details': string;
43
+ 't-agent.operate-card-tile.view.details': string;
44
+ 't-agent.operate-card-tile.device.move.desc': string;
45
+ 't-agent.operate-card-tile.device.rename.desc': string;
46
+ 't-agent.operate-card-tile.device.count': string;
47
+ 't-agent.operate-card-tile.scene.count': string;
48
+ 't-agent.operate-card-tile.home.count': string;
49
+ 't-agent.operate-card-tile.room.count': string;
50
+ 't-agent.operate-card-tile.group.count': string;
51
+ 't-agent.operate-card-tile.description.format': string;
52
+ 't-agent.operate-card-tile.description.separator': string;
53
+ 't-agent.expand.tab.device': string;
54
+ 't-agent.expand.tab.scene': string;
55
+ 't-agent.expand.tab.more': string;
56
+ 't-agent.expand.execution.success': string;
57
+ 't-agent.expand.execution.failed': string;
58
+ 't-agent.expand.device.rename': string;
59
+ 't-agent.expand.scene.rename': string;
60
+ 't-agent.expand.scene.one-click': string;
61
+ 't-agent.expand.scene.auto': string;
62
+ 't-agent.expand.no.details': string;
63
+ };
64
+ 'zh-Hant': {
65
+ 't-agent.build-in.button.create_scene_manually': string;
66
+ 't-agent.build-in.button.enter_home_manage': string;
67
+ 't-agent.build-in.button.enter_room_manage': string;
68
+ 't-agent.build-in.button.enter_alarm_message': string;
69
+ 't-agent.build-in.button.enter_home_message': string;
70
+ 't-agent.build-in.button.enter_bulletin': string;
71
+ 't-agent.build-in.button.enter_notification_setting': string;
72
+ 't-agent.build-in.button.enter_personal_information': string;
73
+ 't-agent.build-in.button.enter_account_security': string;
74
+ 't-agent.build-in.button.enter_setting': string;
75
+ 't-agent.build-in.button.enter_paring': string;
76
+ 't-agent.build-in.button.enter_share_device': string;
77
+ 't-agent.build-in.button.enter_faq_feedback': string;
78
+ 't-agent.build-in.button.questionnaire_take': string;
79
+ 't-agent.build-in.button.set_home_location': string;
80
+ 't-agent.input.voice.require-permission': string;
81
+ 't-agent.input.upload.failed': string;
82
+ 't-agent.message.feedback.success': string;
83
+ 't-agent.message.bubble.aborted': string;
84
+ 't-agent.message.action.copy': string;
85
+ 't-agent.message.action.delete': string;
86
+ 't-agent.message.action.deleteByChannel': string;
87
+ 't-agent.message.like.success': string;
88
+ 't-agent.message.unlike.success': string;
89
+ 't-agent.message.action.like': string;
90
+ 't-agent.message.action.unlike': string;
91
+ 't-agent.message.delete.title': string;
92
+ 't-agent.message.delete.content': string;
93
+ 't-agent.message.delete.success': string;
94
+ 't-agent.message.copy.success': string;
95
+ 't-agent.execute-card-tile.execution.success': string;
96
+ 't-agent.execute-card-tile.execution.failed': string;
97
+ 't-agent.execute-card-tile.scene.invalid': string;
98
+ 't-agent.execute-card-tile.delete': string;
99
+ 't-agent.execute-card-tile.execute': string;
100
+ 't-agent.execute-card-tile.switch.scene.state': string;
101
+ 't-agent.operate-card-tile.open.device.failed': string;
102
+ 't-agent.operate-card-tile.open.scene.failed': string;
103
+ 't-agent.operate-card-tile.operation.impact': string;
104
+ 't-agent.operate-card-tile.hide.details': string;
105
+ 't-agent.operate-card-tile.view.details': string;
106
+ 't-agent.operate-card-tile.device.move.desc': string;
107
+ 't-agent.operate-card-tile.device.rename.desc': string;
108
+ 't-agent.operate-card-tile.device.count': string;
109
+ 't-agent.operate-card-tile.scene.count': string;
110
+ 't-agent.operate-card-tile.home.count': string;
111
+ 't-agent.operate-card-tile.room.count': string;
112
+ 't-agent.operate-card-tile.group.count': string;
113
+ 't-agent.operate-card-tile.description.format': string;
114
+ 't-agent.operate-card-tile.description.separator': string;
115
+ 't-agent.expand.tab.device': string;
116
+ 't-agent.expand.tab.scene': string;
117
+ 't-agent.expand.tab.more': string;
118
+ 't-agent.expand.execution.success': string;
119
+ 't-agent.expand.execution.failed': string;
120
+ 't-agent.expand.device.rename': string;
121
+ 't-agent.expand.scene.rename': string;
122
+ 't-agent.expand.scene.one-click': string;
123
+ 't-agent.expand.scene.auto': string;
124
+ 't-agent.expand.no.details': string;
125
+ };
126
+ en: {
127
+ 't-agent.build-in.button.create_scene_manually': string;
128
+ 't-agent.build-in.button.enter_home_manage': string;
129
+ 't-agent.build-in.button.enter_room_manage': string;
130
+ 't-agent.build-in.button.enter_alarm_message': string;
131
+ 't-agent.build-in.button.enter_home_message': string;
132
+ 't-agent.build-in.button.enter_bulletin': string;
133
+ 't-agent.build-in.button.enter_notification_setting': string;
134
+ 't-agent.build-in.button.enter_personal_information': string;
135
+ 't-agent.build-in.button.enter_account_security': string;
136
+ 't-agent.build-in.button.enter_setting': string;
137
+ 't-agent.build-in.button.enter_paring': string;
138
+ 't-agent.build-in.button.enter_share_device': string;
139
+ 't-agent.build-in.button.enter_faq_feedback': string;
140
+ 't-agent.build-in.button.questionnaire_take': string;
141
+ 't-agent.build-in.button.set_home_location': string;
142
+ 't-agent.input.voice.require-permission': string;
143
+ 't-agent.input.upload.failed': string;
144
+ 't-agent.message.feedback.success': string;
145
+ 't-agent.message.bubble.aborted': string;
146
+ 't-agent.message.action.copy': string;
147
+ 't-agent.message.action.delete': string;
148
+ 't-agent.message.action.deleteByChannel': string;
149
+ 't-agent.message.like.success': string;
150
+ 't-agent.message.unlike.success': string;
151
+ 't-agent.message.action.like': string;
152
+ 't-agent.message.action.unlike': string;
153
+ 't-agent.message.delete.title': string;
154
+ 't-agent.message.delete.content': string;
155
+ 't-agent.message.delete.success': string;
156
+ 't-agent.message.copy.success': string;
157
+ 't-agent.execute-card-tile.execution.success': string;
158
+ 't-agent.execute-card-tile.execution.failed': string;
159
+ 't-agent.execute-card-tile.scene.invalid': string;
160
+ 't-agent.execute-card-tile.delete': string;
161
+ 't-agent.execute-card-tile.execute': string;
162
+ 't-agent.execute-card-tile.switch.scene.state': string;
163
+ 't-agent.operate-card-tile.open.device.failed': string;
164
+ 't-agent.operate-card-tile.open.scene.failed': string;
165
+ 't-agent.operate-card-tile.operation.impact': string;
166
+ 't-agent.operate-card-tile.hide.details': string;
167
+ 't-agent.operate-card-tile.view.details': string;
168
+ 't-agent.operate-card-tile.device.move.desc': string;
169
+ 't-agent.operate-card-tile.device.rename.desc': string;
170
+ 't-agent.operate-card-tile.device.count': string;
171
+ 't-agent.operate-card-tile.scene.count': string;
172
+ 't-agent.operate-card-tile.home.count': string;
173
+ 't-agent.operate-card-tile.room.count': string;
174
+ 't-agent.operate-card-tile.group.count': string;
175
+ 't-agent.operate-card-tile.description.format': string;
176
+ 't-agent.operate-card-tile.description.separator': string;
177
+ 't-agent.expand.tab.device': string;
178
+ 't-agent.expand.tab.scene': string;
179
+ 't-agent.expand.tab.more': string;
180
+ 't-agent.expand.execution.success': string;
181
+ 't-agent.expand.execution.failed': string;
182
+ 't-agent.expand.device.rename': string;
183
+ 't-agent.expand.scene.rename': string;
184
+ 't-agent.expand.scene.one-click': string;
185
+ 't-agent.expand.scene.auto': string;
186
+ 't-agent.expand.no.details': string;
187
+ };
188
+ ja: {
189
+ 't-agent.build-in.button.create_scene_manually': string;
190
+ 't-agent.build-in.button.enter_home_manage': string;
191
+ 't-agent.build-in.button.enter_room_manage': string;
192
+ 't-agent.build-in.button.enter_alarm_message': string;
193
+ 't-agent.build-in.button.enter_home_message': string;
194
+ 't-agent.build-in.button.enter_bulletin': string;
195
+ 't-agent.build-in.button.enter_notification_setting': string;
196
+ 't-agent.build-in.button.enter_personal_information': string;
197
+ 't-agent.build-in.button.enter_account_security': string;
198
+ 't-agent.build-in.button.enter_setting': string;
199
+ 't-agent.build-in.button.enter_paring': string;
200
+ 't-agent.build-in.button.enter_share_device': string;
201
+ 't-agent.build-in.button.enter_faq_feedback': string;
202
+ 't-agent.build-in.button.questionnaire_take': string;
203
+ 't-agent.build-in.button.set_home_location': string;
204
+ 't-agent.input.voice.require-permission': string;
205
+ 't-agent.input.upload.failed': string;
206
+ 't-agent.message.feedback.success': string;
207
+ 't-agent.message.bubble.aborted': string;
208
+ 't-agent.message.action.copy': string;
209
+ 't-agent.message.action.delete': string;
210
+ 't-agent.message.action.deleteByChannel': string;
211
+ 't-agent.message.like.success': string;
212
+ 't-agent.message.unlike.success': string;
213
+ 't-agent.message.action.like': string;
214
+ 't-agent.message.action.unlike': string;
215
+ 't-agent.message.delete.title': string;
216
+ 't-agent.message.delete.content': string;
217
+ 't-agent.message.delete.success': string;
218
+ 't-agent.message.copy.success': string;
219
+ 't-agent.execute-card-tile.execution.success': string;
220
+ 't-agent.execute-card-tile.execution.failed': string;
221
+ 't-agent.execute-card-tile.scene.invalid': string;
222
+ 't-agent.execute-card-tile.delete': string;
223
+ 't-agent.execute-card-tile.execute': string;
224
+ 't-agent.execute-card-tile.switch.scene.state': string;
225
+ 't-agent.operate-card-tile.open.device.failed': string;
226
+ 't-agent.operate-card-tile.open.scene.failed': string;
227
+ 't-agent.operate-card-tile.operation.impact': string;
228
+ 't-agent.operate-card-tile.hide.details': string;
229
+ 't-agent.operate-card-tile.view.details': string;
230
+ 't-agent.operate-card-tile.device.move.desc': string;
231
+ 't-agent.operate-card-tile.device.rename.desc': string;
232
+ 't-agent.operate-card-tile.device.count': string;
233
+ 't-agent.operate-card-tile.scene.count': string;
234
+ 't-agent.operate-card-tile.home.count': string;
235
+ 't-agent.operate-card-tile.room.count': string;
236
+ 't-agent.operate-card-tile.group.count': string;
237
+ 't-agent.operate-card-tile.description.format': string;
238
+ 't-agent.operate-card-tile.description.separator': string;
239
+ 't-agent.expand.tab.device': string;
240
+ 't-agent.expand.tab.scene': string;
241
+ 't-agent.expand.tab.more': string;
242
+ 't-agent.expand.execution.success': string;
243
+ 't-agent.expand.execution.failed': string;
244
+ 't-agent.expand.device.rename': string;
245
+ 't-agent.expand.scene.rename': string;
246
+ 't-agent.expand.scene.one-click': string;
247
+ 't-agent.expand.scene.auto': string;
248
+ 't-agent.expand.no.details': string;
249
+ };
250
+ de: {
251
+ 't-agent.build-in.button.create_scene_manually': string;
252
+ 't-agent.build-in.button.enter_home_manage': string;
253
+ 't-agent.build-in.button.enter_room_manage': string;
254
+ 't-agent.build-in.button.enter_alarm_message': string;
255
+ 't-agent.build-in.button.enter_home_message': string;
256
+ 't-agent.build-in.button.enter_bulletin': string;
257
+ 't-agent.build-in.button.enter_notification_setting': string;
258
+ 't-agent.build-in.button.enter_personal_information': string;
259
+ 't-agent.build-in.button.enter_account_security': string;
260
+ 't-agent.build-in.button.enter_setting': string;
261
+ 't-agent.build-in.button.enter_paring': string;
262
+ 't-agent.build-in.button.enter_share_device': string;
263
+ 't-agent.build-in.button.enter_faq_feedback': string;
264
+ 't-agent.build-in.button.questionnaire_take': string;
265
+ 't-agent.build-in.button.set_home_location': string;
266
+ 't-agent.input.voice.require-permission': string;
267
+ 't-agent.input.upload.failed': string;
268
+ 't-agent.message.feedback.success': string;
269
+ 't-agent.message.bubble.aborted': string;
270
+ 't-agent.message.action.copy': string;
271
+ 't-agent.message.action.delete': string;
272
+ 't-agent.message.action.deleteByChannel': string;
273
+ 't-agent.message.like.success': string;
274
+ 't-agent.message.unlike.success': string;
275
+ 't-agent.message.action.like': string;
276
+ 't-agent.message.action.unlike': string;
277
+ 't-agent.message.delete.title': string;
278
+ 't-agent.message.delete.content': string;
279
+ 't-agent.message.delete.success': string;
280
+ 't-agent.message.copy.success': string;
281
+ 't-agent.execute-card-tile.execution.success': string;
282
+ 't-agent.execute-card-tile.execution.failed': string;
283
+ 't-agent.execute-card-tile.scene.invalid': string;
284
+ 't-agent.execute-card-tile.delete': string;
285
+ 't-agent.execute-card-tile.execute': string;
286
+ 't-agent.execute-card-tile.switch.scene.state': string;
287
+ 't-agent.operate-card-tile.open.device.failed': string;
288
+ 't-agent.operate-card-tile.open.scene.failed': string;
289
+ 't-agent.operate-card-tile.operation.impact': string;
290
+ 't-agent.operate-card-tile.hide.details': string;
291
+ 't-agent.operate-card-tile.view.details': string;
292
+ 't-agent.operate-card-tile.device.move.desc': string;
293
+ 't-agent.operate-card-tile.device.rename.desc': string;
294
+ 't-agent.operate-card-tile.device.count': string;
295
+ 't-agent.operate-card-tile.scene.count': string;
296
+ 't-agent.operate-card-tile.home.count': string;
297
+ 't-agent.operate-card-tile.room.count': string;
298
+ 't-agent.operate-card-tile.group.count': string;
299
+ 't-agent.operate-card-tile.description.format': string;
300
+ 't-agent.operate-card-tile.description.separator': string;
301
+ 't-agent.expand.tab.device': string;
302
+ 't-agent.expand.tab.scene': string;
303
+ 't-agent.expand.tab.more': string;
304
+ 't-agent.expand.execution.success': string;
305
+ 't-agent.expand.execution.failed': string;
306
+ 't-agent.expand.device.rename': string;
307
+ 't-agent.expand.scene.rename': string;
308
+ 't-agent.expand.scene.one-click': string;
309
+ 't-agent.expand.scene.auto': string;
310
+ 't-agent.expand.no.details': string;
311
+ };
312
+ fr: {
313
+ 't-agent.build-in.button.create_scene_manually': string;
314
+ 't-agent.build-in.button.enter_home_manage': string;
315
+ 't-agent.build-in.button.enter_room_manage': string;
316
+ 't-agent.build-in.button.enter_alarm_message': string;
317
+ 't-agent.build-in.button.enter_home_message': string;
318
+ 't-agent.build-in.button.enter_bulletin': string;
319
+ 't-agent.build-in.button.enter_notification_setting': string;
320
+ 't-agent.build-in.button.enter_personal_information': string;
321
+ 't-agent.build-in.button.enter_account_security': string;
322
+ 't-agent.build-in.button.enter_setting': string;
323
+ 't-agent.build-in.button.enter_paring': string;
324
+ 't-agent.build-in.button.enter_share_device': string;
325
+ 't-agent.build-in.button.enter_faq_feedback': string;
326
+ 't-agent.build-in.button.questionnaire_take': string;
327
+ 't-agent.build-in.button.set_home_location': string;
328
+ 't-agent.input.voice.require-permission': string;
329
+ 't-agent.input.upload.failed': string;
330
+ 't-agent.message.feedback.success': string;
331
+ 't-agent.message.bubble.aborted': string;
332
+ 't-agent.message.action.copy': string;
333
+ 't-agent.message.action.delete': string;
334
+ 't-agent.message.action.deleteByChannel': string;
335
+ 't-agent.message.like.success': string;
336
+ 't-agent.message.unlike.success': string;
337
+ 't-agent.message.action.like': string;
338
+ 't-agent.message.action.unlike': string;
339
+ 't-agent.message.delete.title': string;
340
+ 't-agent.message.delete.content': string;
341
+ 't-agent.message.delete.success': string;
342
+ 't-agent.message.copy.success': string;
343
+ 't-agent.execute-card-tile.execution.success': string;
344
+ 't-agent.execute-card-tile.execution.failed': string;
345
+ 't-agent.execute-card-tile.scene.invalid': string;
346
+ 't-agent.execute-card-tile.delete': string;
347
+ 't-agent.execute-card-tile.execute': string;
348
+ 't-agent.execute-card-tile.switch.scene.state': string;
349
+ 't-agent.operate-card-tile.open.device.failed': string;
350
+ 't-agent.operate-card-tile.open.scene.failed': string;
351
+ 't-agent.operate-card-tile.operation.impact': string;
352
+ 't-agent.operate-card-tile.hide.details': string;
353
+ 't-agent.operate-card-tile.view.details': string;
354
+ 't-agent.operate-card-tile.device.move.desc': string;
355
+ 't-agent.operate-card-tile.device.rename.desc': string;
356
+ 't-agent.operate-card-tile.device.count': string;
357
+ 't-agent.operate-card-tile.scene.count': string;
358
+ 't-agent.operate-card-tile.home.count': string;
359
+ 't-agent.operate-card-tile.room.count': string;
360
+ 't-agent.operate-card-tile.group.count': string;
361
+ 't-agent.operate-card-tile.description.format': string;
362
+ 't-agent.operate-card-tile.description.separator': string;
363
+ 't-agent.expand.tab.device': string;
364
+ 't-agent.expand.tab.scene': string;
365
+ 't-agent.expand.tab.more': string;
366
+ 't-agent.expand.execution.success': string;
367
+ 't-agent.expand.execution.failed': string;
368
+ 't-agent.expand.device.rename': string;
369
+ 't-agent.expand.scene.rename': string;
370
+ 't-agent.expand.scene.one-click': string;
371
+ 't-agent.expand.scene.auto': string;
372
+ 't-agent.expand.no.details': string;
373
+ };
374
+ es: {
375
+ 't-agent.build-in.button.create_scene_manually': string;
376
+ 't-agent.build-in.button.enter_home_manage': string;
377
+ 't-agent.build-in.button.enter_room_manage': string;
378
+ 't-agent.build-in.button.enter_alarm_message': string;
379
+ 't-agent.build-in.button.enter_home_message': string;
380
+ 't-agent.build-in.button.enter_bulletin': string;
381
+ 't-agent.build-in.button.enter_notification_setting': string;
382
+ 't-agent.build-in.button.enter_personal_information': string;
383
+ 't-agent.build-in.button.enter_account_security': string;
384
+ 't-agent.build-in.button.enter_setting': string;
385
+ 't-agent.build-in.button.enter_paring': string;
386
+ 't-agent.build-in.button.enter_share_device': string;
387
+ 't-agent.build-in.button.enter_faq_feedback': string;
388
+ 't-agent.build-in.button.questionnaire_take': string;
389
+ 't-agent.build-in.button.set_home_location': string;
390
+ 't-agent.input.voice.require-permission': string;
391
+ 't-agent.input.upload.failed': string;
392
+ 't-agent.message.feedback.success': string;
393
+ 't-agent.message.bubble.aborted': string;
394
+ 't-agent.message.action.copy': string;
395
+ 't-agent.message.action.delete': string;
396
+ 't-agent.message.action.deleteByChannel': string;
397
+ 't-agent.message.like.success': string;
398
+ 't-agent.message.unlike.success': string;
399
+ 't-agent.message.action.like': string;
400
+ 't-agent.message.action.unlike': string;
401
+ 't-agent.message.delete.title': string;
402
+ 't-agent.message.delete.content': string;
403
+ 't-agent.message.delete.success': string;
404
+ 't-agent.message.copy.success': string;
405
+ 't-agent.execute-card-tile.execution.success': string;
406
+ 't-agent.execute-card-tile.execution.failed': string;
407
+ 't-agent.execute-card-tile.scene.invalid': string;
408
+ 't-agent.execute-card-tile.delete': string;
409
+ 't-agent.execute-card-tile.execute': string;
410
+ 't-agent.execute-card-tile.switch.scene.state': string;
411
+ 't-agent.operate-card-tile.open.device.failed': string;
412
+ 't-agent.operate-card-tile.open.scene.failed': string;
413
+ 't-agent.operate-card-tile.operation.impact': string;
414
+ 't-agent.operate-card-tile.hide.details': string;
415
+ 't-agent.operate-card-tile.view.details': string;
416
+ 't-agent.operate-card-tile.device.move.desc': string;
417
+ 't-agent.operate-card-tile.device.rename.desc': string;
418
+ 't-agent.operate-card-tile.device.count': string;
419
+ 't-agent.operate-card-tile.scene.count': string;
420
+ 't-agent.operate-card-tile.home.count': string;
421
+ 't-agent.operate-card-tile.room.count': string;
422
+ 't-agent.operate-card-tile.group.count': string;
423
+ 't-agent.operate-card-tile.description.format': string;
424
+ 't-agent.operate-card-tile.description.separator': string;
425
+ 't-agent.expand.tab.device': string;
426
+ 't-agent.expand.tab.scene': string;
427
+ 't-agent.expand.tab.more': string;
428
+ 't-agent.expand.execution.success': string;
429
+ 't-agent.expand.execution.failed': string;
430
+ 't-agent.expand.device.rename': string;
431
+ 't-agent.expand.scene.rename': string;
432
+ 't-agent.expand.scene.one-click': string;
433
+ 't-agent.expand.scene.auto': string;
434
+ 't-agent.expand.no.details': string;
435
+ };
436
+ it: {
437
+ 't-agent.build-in.button.create_scene_manually': string;
438
+ 't-agent.build-in.button.enter_home_manage': string;
439
+ 't-agent.build-in.button.enter_room_manage': string;
440
+ 't-agent.build-in.button.enter_alarm_message': string;
441
+ 't-agent.build-in.button.enter_home_message': string;
442
+ 't-agent.build-in.button.enter_bulletin': string;
443
+ 't-agent.build-in.button.enter_notification_setting': string;
444
+ 't-agent.build-in.button.enter_personal_information': string;
445
+ 't-agent.build-in.button.enter_account_security': string;
446
+ 't-agent.build-in.button.enter_setting': string;
447
+ 't-agent.build-in.button.enter_paring': string;
448
+ 't-agent.build-in.button.enter_share_device': string;
449
+ 't-agent.build-in.button.enter_faq_feedback': string;
450
+ 't-agent.build-in.button.questionnaire_take': string;
451
+ 't-agent.build-in.button.set_home_location': string;
452
+ 't-agent.input.voice.require-permission': string;
453
+ 't-agent.input.upload.failed': string;
454
+ 't-agent.message.feedback.success': string;
455
+ 't-agent.message.bubble.aborted': string;
456
+ 't-agent.message.action.copy': string;
457
+ 't-agent.message.action.delete': string;
458
+ 't-agent.message.action.deleteByChannel': string;
459
+ 't-agent.message.like.success': string;
460
+ 't-agent.message.unlike.success': string;
461
+ 't-agent.message.action.like': string;
462
+ 't-agent.message.action.unlike': string;
463
+ 't-agent.message.delete.title': string;
464
+ 't-agent.message.delete.content': string;
465
+ 't-agent.message.delete.success': string;
466
+ 't-agent.message.copy.success': string;
467
+ 't-agent.execute-card-tile.execution.success': string;
468
+ 't-agent.execute-card-tile.execution.failed': string;
469
+ 't-agent.execute-card-tile.scene.invalid': string;
470
+ 't-agent.execute-card-tile.delete': string;
471
+ 't-agent.execute-card-tile.execute': string;
472
+ 't-agent.execute-card-tile.switch.scene.state': string;
473
+ 't-agent.operate-card-tile.open.device.failed': string;
474
+ 't-agent.operate-card-tile.open.scene.failed': string;
475
+ 't-agent.operate-card-tile.operation.impact': string;
476
+ 't-agent.operate-card-tile.hide.details': string;
477
+ 't-agent.operate-card-tile.view.details': string;
478
+ 't-agent.operate-card-tile.device.move.desc': string;
479
+ 't-agent.operate-card-tile.device.rename.desc': string;
480
+ 't-agent.operate-card-tile.device.count': string;
481
+ 't-agent.operate-card-tile.scene.count': string;
482
+ 't-agent.operate-card-tile.home.count': string;
483
+ 't-agent.operate-card-tile.room.count': string;
484
+ 't-agent.operate-card-tile.group.count': string;
485
+ 't-agent.operate-card-tile.description.format': string;
486
+ 't-agent.operate-card-tile.description.separator': string;
487
+ 't-agent.expand.tab.device': string;
488
+ 't-agent.expand.tab.scene': string;
489
+ 't-agent.expand.tab.more': string;
490
+ 't-agent.expand.execution.success': string;
491
+ 't-agent.expand.execution.failed': string;
492
+ 't-agent.expand.device.rename': string;
493
+ 't-agent.expand.scene.rename': string;
494
+ 't-agent.expand.scene.one-click': string;
495
+ 't-agent.expand.scene.auto': string;
496
+ 't-agent.expand.no.details': string;
497
+ };
498
+ };
499
+ export default _default;