@ray-js/t-agent-ui-ray 0.1.0-beta-4 → 0.1.0-beta-6

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.
@@ -0,0 +1,498 @@
1
+ export default {
2
+ 'zh-Hans': {
3
+ 't-agent.build-in.button.create_scene_manually': '手动创建场景',
4
+ 't-agent.build-in.button.enter_home_manage': '进入"家庭管理"',
5
+ 't-agent.build-in.button.enter_room_manage': '进入"房间管理"',
6
+ 't-agent.build-in.button.enter_alarm_message': '进入"告警消息列表"',
7
+ 't-agent.build-in.button.enter_home_message': '进入"家庭消息列表"',
8
+ 't-agent.build-in.button.enter_bulletin': '进入"通知消息列表"',
9
+ 't-agent.build-in.button.enter_notification_setting': '进入"消息推送设置"',
10
+ 't-agent.build-in.button.enter_personal_information': '进入"个人资料"',
11
+ 't-agent.build-in.button.enter_account_security': '进入"账号与安全"',
12
+ 't-agent.build-in.button.enter_setting': '进入"通用设置"',
13
+ 't-agent.build-in.button.enter_paring': '进入"设备配网"',
14
+ 't-agent.build-in.button.enter_share_device': '进入"设备分享"',
15
+ 't-agent.build-in.button.enter_faq_feedback': '进入"常见问题与反馈"',
16
+ 't-agent.build-in.button.questionnaire_take': '填写问卷',
17
+ 't-agent.build-in.button.set_home_location': '设置家庭位置',
18
+ 't-agent.input.voice.require-permission': '需要授权录音权限',
19
+ 't-agent.input.upload.failed': '文件上传失败',
20
+ 't-agent.message.feedback.success': '反馈成功',
21
+ 't-agent.message.bubble.aborted': '用户中断',
22
+ 't-agent.message.action.copy': '复制消息',
23
+ 't-agent.message.action.delete': '删除消息',
24
+ 't-agent.message.action.deleteByChannel': '删除所有渠道消息',
25
+ 't-agent.message.like.success': '点赞成功',
26
+ 't-agent.message.unlike.success': '取消点赞成功',
27
+ 't-agent.message.action.like': '喜欢消息',
28
+ 't-agent.message.action.unlike': '不喜欢消息',
29
+ 't-agent.message.delete.title': '删除消息',
30
+ 't-agent.message.delete.content': '确定要删除这条消息吗?',
31
+ 't-agent.message.delete.success': '删除成功',
32
+ 't-agent.message.copy.success': '复制成功',
33
+ 't-agent.execute-card-tile.execution.success': '执行成功',
34
+ 't-agent.execute-card-tile.execution.failed': '执行失败',
35
+ 't-agent.execute-card-tile.scene.invalid': '场景失效',
36
+ 't-agent.execute-card-tile.delete': '删除',
37
+ 't-agent.execute-card-tile.execute': '执行',
38
+ 't-agent.execute-card-tile.switch.scene.state': '切换场景状态',
39
+ 't-agent.operate-card-tile.open.device.failed': '打开设备失败',
40
+ 't-agent.operate-card-tile.open.scene.failed': '打开场景失败',
41
+ 't-agent.operate-card-tile.operation.impact': '本次操作影响:',
42
+ 't-agent.operate-card-tile.hide.details': '收起详情',
43
+ 't-agent.operate-card-tile.view.details': '查看详情',
44
+ 't-agent.operate-card-tile.device.move.desc': '设备"{device}"移动到"{room}"',
45
+ 't-agent.operate-card-tile.device.rename.desc': '设备"{oldName}"改名"{newName}"',
46
+ 't-agent.operate-card-tile.device.count': '{count}个设备',
47
+ 't-agent.operate-card-tile.scene.count': '{count}个场景',
48
+ 't-agent.operate-card-tile.home.count': '{count}个家庭',
49
+ 't-agent.operate-card-tile.room.count': '{count}个房间',
50
+ 't-agent.operate-card-tile.group.count': '{count}个群组',
51
+ 't-agent.operate-card-tile.description.format': '{items}。',
52
+ 't-agent.operate-card-tile.description.separator': ',',
53
+ 't-agent.expand.tab.device': '设备',
54
+ 't-agent.expand.tab.scene': '场景',
55
+ 't-agent.expand.tab.more': '其他',
56
+ 't-agent.expand.execution.success': '执行成功',
57
+ 't-agent.expand.execution.failed': '执行失败',
58
+ 't-agent.expand.device.rename': '{oldName}改名成{newName}',
59
+ 't-agent.expand.scene.rename': '{oldName}改名成{newName}',
60
+ 't-agent.expand.scene.one-click': '一键执行',
61
+ 't-agent.expand.scene.auto': '自动执行',
62
+ 't-agent.expand.no.details': '没有可显示的详情内容'
63
+ },
64
+ 'zh-Hant': {
65
+ 't-agent.build-in.button.create_scene_manually': '手動創建場景',
66
+ 't-agent.build-in.button.enter_home_manage': '進入"家庭管理"',
67
+ 't-agent.build-in.button.enter_room_manage': '進入"房間管理"',
68
+ 't-agent.build-in.button.enter_alarm_message': '進入"告警消息列表"',
69
+ 't-agent.build-in.button.enter_home_message': '進入"家庭消息列表"',
70
+ 't-agent.build-in.button.enter_bulletin': '進入"通知消息列表"',
71
+ 't-agent.build-in.button.enter_notification_setting': '進入"消息推送設置"',
72
+ 't-agent.build-in.button.enter_personal_information': '進入"個人資料"',
73
+ 't-agent.build-in.button.enter_account_security': '進入"賬號與安全"',
74
+ 't-agent.build-in.button.enter_setting': '進入"通用設置"',
75
+ 't-agent.build-in.button.enter_paring': '進入"設備配網"',
76
+ 't-agent.build-in.button.enter_share_device': '進入"設備分享"',
77
+ 't-agent.build-in.button.enter_faq_feedback': '進入"常見問題與反饋"',
78
+ 't-agent.build-in.button.questionnaire_take': '填寫問卷',
79
+ 't-agent.build-in.button.set_home_location': '設置家庭位置',
80
+ 't-agent.input.voice.require-permission': '需要授權錄音權限',
81
+ 't-agent.input.upload.failed': '文件上傳失敗',
82
+ 't-agent.message.feedback.success': '反饋成功',
83
+ 't-agent.message.bubble.aborted': '用戶中斷',
84
+ 't-agent.message.action.copy': '複製消息',
85
+ 't-agent.message.action.delete': '刪除消息',
86
+ 't-agent.message.action.deleteByChannel': '刪除所有渠道消息',
87
+ 't-agent.message.like.success': '點贊成功',
88
+ 't-agent.message.unlike.success': '取消點贊成功',
89
+ 't-agent.message.action.like': '喜歡消息',
90
+ 't-agent.message.action.unlike': '不喜歡消息',
91
+ 't-agent.message.delete.title': '刪除消息',
92
+ 't-agent.message.delete.content': '確定要刪除這條消息嗎?',
93
+ 't-agent.message.delete.success': '刪除成功',
94
+ 't-agent.message.copy.success': '複製成功',
95
+ 't-agent.execute-card-tile.execution.success': '執行成功',
96
+ 't-agent.execute-card-tile.execution.failed': '執行失敗',
97
+ 't-agent.execute-card-tile.scene.invalid': '場景失效',
98
+ 't-agent.execute-card-tile.delete': '刪除',
99
+ 't-agent.execute-card-tile.execute': '執行',
100
+ 't-agent.execute-card-tile.switch.scene.state': '切換場景狀態',
101
+ 't-agent.operate-card-tile.open.device.failed': '打開設備失敗',
102
+ 't-agent.operate-card-tile.open.scene.failed': '打開場景失敗',
103
+ 't-agent.operate-card-tile.operation.impact': '本次操作影響:',
104
+ 't-agent.operate-card-tile.hide.details': '收起詳情',
105
+ 't-agent.operate-card-tile.view.details': '查看詳情',
106
+ 't-agent.operate-card-tile.device.move.desc': '設備"{device}"移動到"{room}"',
107
+ 't-agent.operate-card-tile.device.rename.desc': '設備"{oldName}"改名"{newName}"',
108
+ 't-agent.operate-card-tile.device.count': '{count}個設備',
109
+ 't-agent.operate-card-tile.scene.count': '{count}個場景',
110
+ 't-agent.operate-card-tile.home.count': '{count}個家庭',
111
+ 't-agent.operate-card-tile.room.count': '{count}個房間',
112
+ 't-agent.operate-card-tile.group.count': '{count}個群組',
113
+ 't-agent.operate-card-tile.description.format': '{items}。',
114
+ 't-agent.operate-card-tile.description.separator': ',',
115
+ 't-agent.expand.tab.device': '設備',
116
+ 't-agent.expand.tab.scene': '場景',
117
+ 't-agent.expand.tab.more': '其他',
118
+ 't-agent.expand.execution.success': '執行成功',
119
+ 't-agent.expand.execution.failed': '執行失敗',
120
+ 't-agent.expand.device.rename': '{oldName}改名成{newName}',
121
+ 't-agent.expand.scene.rename': '{oldName}改名成{newName}',
122
+ 't-agent.expand.scene.one-click': '一鍵執行',
123
+ 't-agent.expand.scene.auto': '自動執行',
124
+ 't-agent.expand.no.details': '沒有可顯示的詳情內容'
125
+ },
126
+ en: {
127
+ 't-agent.build-in.button.create_scene_manually': 'Create Scene Manually',
128
+ 't-agent.build-in.button.enter_home_manage': 'Enter Home Management',
129
+ 't-agent.build-in.button.enter_room_manage': 'Enter Room Management',
130
+ 't-agent.build-in.button.enter_alarm_message': 'Enter Alarm Message List',
131
+ 't-agent.build-in.button.enter_home_message': 'Enter Home Message List',
132
+ 't-agent.build-in.button.enter_bulletin': 'Enter Bulletin Message List',
133
+ 't-agent.build-in.button.enter_notification_setting': 'Enter Notification Settings',
134
+ 't-agent.build-in.button.enter_personal_information': 'Enter Personal Information',
135
+ 't-agent.build-in.button.enter_account_security': 'Enter Account and Security',
136
+ 't-agent.build-in.button.enter_setting': 'Enter General Settings',
137
+ 't-agent.build-in.button.enter_paring': 'Enter Device Pairing',
138
+ 't-agent.build-in.button.enter_share_device': 'Enter Device Sharing',
139
+ 't-agent.build-in.button.enter_faq_feedback': 'Enter FAQ and Feedback',
140
+ 't-agent.build-in.button.questionnaire_take': 'Fill Out Questionnaire',
141
+ 't-agent.build-in.button.set_home_location': 'Set Home Location',
142
+ 't-agent.input.voice.require-permission': 'Recording Permission Required',
143
+ 't-agent.input.upload.failed': 'File Upload Failed',
144
+ 't-agent.message.feedback.success': 'Feedback Successful',
145
+ 't-agent.message.bubble.aborted': 'User Aborted',
146
+ 't-agent.message.action.copy': 'Copy Message',
147
+ 't-agent.message.action.delete': 'Delete Message',
148
+ 't-agent.message.action.deleteByChannel': 'Delete All Channel Messages',
149
+ 't-agent.message.like.success': 'Like Successful',
150
+ 't-agent.message.unlike.success': 'Unlike Successful',
151
+ 't-agent.message.action.like': 'Like Message',
152
+ 't-agent.message.action.unlike': 'Unlike Message',
153
+ 't-agent.message.delete.title': 'Delete Message',
154
+ 't-agent.message.delete.content': 'Are you sure you want to delete this message?',
155
+ 't-agent.message.delete.success': 'Delete Successful',
156
+ 't-agent.message.copy.success': 'Copy Successful',
157
+ 't-agent.execute-card-tile.execution.success': 'Execution Successful',
158
+ 't-agent.execute-card-tile.execution.failed': 'Execution Failed',
159
+ 't-agent.execute-card-tile.scene.invalid': 'Scene Invalid',
160
+ 't-agent.execute-card-tile.delete': 'Delete',
161
+ 't-agent.execute-card-tile.execute': 'Execute',
162
+ 't-agent.execute-card-tile.switch.scene.state': 'Switch Scene State',
163
+ 't-agent.operate-card-tile.open.device.failed': 'Failed to Open Device',
164
+ 't-agent.operate-card-tile.open.scene.failed': 'Failed to Open Scene',
165
+ 't-agent.operate-card-tile.operation.impact': 'Operation Impact: ',
166
+ 't-agent.operate-card-tile.hide.details': 'Hide Details',
167
+ 't-agent.operate-card-tile.view.details': 'View Details',
168
+ 't-agent.operate-card-tile.device.move.desc': 'Device "{device}" moved to "{room}"',
169
+ 't-agent.operate-card-tile.device.rename.desc': 'Device "{oldName}" renamed to "{newName}"',
170
+ 't-agent.operate-card-tile.device.count': '{count} devices',
171
+ 't-agent.operate-card-tile.scene.count': '{count} scenes',
172
+ 't-agent.operate-card-tile.home.count': '{count} homes',
173
+ 't-agent.operate-card-tile.room.count': '{count} rooms',
174
+ 't-agent.operate-card-tile.group.count': '{count} groups',
175
+ 't-agent.operate-card-tile.description.format': '{items}.',
176
+ 't-agent.operate-card-tile.description.separator': ', ',
177
+ 't-agent.expand.tab.device': 'Devices',
178
+ 't-agent.expand.tab.scene': 'Scenes',
179
+ 't-agent.expand.tab.more': 'Others',
180
+ 't-agent.expand.execution.success': 'Execution Successful',
181
+ 't-agent.expand.execution.failed': 'Execution Failed',
182
+ 't-agent.expand.device.rename': '{oldName} renamed to {newName}',
183
+ 't-agent.expand.scene.rename': '{oldName} renamed to {newName}',
184
+ 't-agent.expand.scene.one-click': 'One-click Execution',
185
+ 't-agent.expand.scene.auto': 'Automatic Execution',
186
+ 't-agent.expand.no.details': 'No details available'
187
+ },
188
+ ja: {
189
+ 't-agent.build-in.button.create_scene_manually': 'シーンを手動で作成',
190
+ 't-agent.build-in.button.enter_home_manage': 'ホーム管理に入る',
191
+ 't-agent.build-in.button.enter_room_manage': 'ルーム管理に入る',
192
+ 't-agent.build-in.button.enter_alarm_message': 'アラームメッセージリストに入る',
193
+ 't-agent.build-in.button.enter_home_message': 'ホームメッセージリストに入る',
194
+ 't-agent.build-in.button.enter_bulletin': '通知メッセージリストに入る',
195
+ 't-agent.build-in.button.enter_notification_setting': '通知設定に入る',
196
+ 't-agent.build-in.button.enter_personal_information': '個人情報に入る',
197
+ 't-agent.build-in.button.enter_account_security': 'アカウントとセキュリティに入る',
198
+ 't-agent.build-in.button.enter_setting': '一般設定に入る',
199
+ 't-agent.build-in.button.enter_paring': 'デバイスペアリングに入る',
200
+ 't-agent.build-in.button.enter_share_device': 'デバイス共有に入る',
201
+ 't-agent.build-in.button.enter_faq_feedback': 'FAQとフィードバックに入る',
202
+ 't-agent.build-in.button.questionnaire_take': 'アンケートに記入',
203
+ 't-agent.build-in.button.set_home_location': 'ホームの位置を設定',
204
+ 't-agent.input.voice.require-permission': '録音許可が必要',
205
+ 't-agent.input.upload.failed': 'ファイルのアップロードに失敗しました',
206
+ 't-agent.message.feedback.success': 'フィードバックが成功しました',
207
+ 't-agent.message.bubble.aborted': 'ユーザーが中断しました',
208
+ 't-agent.message.action.copy': 'メッセージをコピー',
209
+ 't-agent.message.action.delete': 'メッセージを削除',
210
+ 't-agent.message.action.deleteByChannel': 'すべてのチャネルメッセージを削除',
211
+ 't-agent.message.like.success': 'いいねが成功しました',
212
+ 't-agent.message.unlike.success': 'いいねを取り消しました',
213
+ 't-agent.message.action.like': 'いいね',
214
+ 't-agent.message.action.unlike': 'いいねを取り消す',
215
+ 't-agent.message.delete.title': 'メッセージを削除',
216
+ 't-agent.message.delete.content': 'このメッセージを削除しますか?',
217
+ 't-agent.message.delete.success': 'メッセージが削除されました',
218
+ 't-agent.message.copy.success': 'メッセージがコピーされました',
219
+ 't-agent.execute-card-tile.execution.success': '実行が成功しました',
220
+ 't-agent.execute-card-tile.execution.failed': '実行に失敗しました',
221
+ 't-agent.execute-card-tile.scene.invalid': 'シーンが無効です',
222
+ 't-agent.execute-card-tile.delete': '削除',
223
+ 't-agent.execute-card-tile.execute': '実行',
224
+ 't-agent.execute-card-tile.switch.scene.state': 'シーンの状態を切り替える',
225
+ 't-agent.operate-card-tile.open.device.failed': 'デバイスを開けませんでした',
226
+ 't-agent.operate-card-tile.open.scene.failed': 'シーンを開けませんでした',
227
+ 't-agent.operate-card-tile.operation.impact': 'この操作の影響:',
228
+ 't-agent.operate-card-tile.hide.details': '詳細を非表示にする',
229
+ 't-agent.operate-card-tile.view.details': '詳細を表示する',
230
+ 't-agent.operate-card-tile.device.move.desc': 'デバイス"{device}"を"{room}"に移動',
231
+ 't-agent.operate-card-tile.device.rename.desc': 'デバイス"{oldName}"を"{newName}"に変更',
232
+ 't-agent.operate-card-tile.device.count': '{count}個のデバイス',
233
+ 't-agent.operate-card-tile.scene.count': '{count}個のシーン',
234
+ 't-agent.operate-card-tile.home.count': '{count}個の家庭',
235
+ 't-agent.operate-card-tile.room.count': '{count}個の部屋',
236
+ 't-agent.operate-card-tile.group.count': '{count}個のグループ',
237
+ 't-agent.operate-card-tile.description.format': '{items}。',
238
+ 't-agent.operate-card-tile.description.separator': '、',
239
+ 't-agent.expand.tab.device': 'デバイス',
240
+ 't-agent.expand.tab.scene': 'シーン',
241
+ 't-agent.expand.tab.more': 'その他',
242
+ 't-agent.expand.execution.success': '実行が成功しました',
243
+ 't-agent.expand.execution.failed': '実行に失敗しました',
244
+ 't-agent.expand.device.rename': '{oldName}を{newName}に変更',
245
+ 't-agent.expand.scene.rename': '{oldName}を{newName}に変更',
246
+ 't-agent.expand.scene.one-click': '一瞬で実行',
247
+ 't-agent.expand.scene.auto': '自動実行',
248
+ 't-agent.expand.no.details': '詳細がありません'
249
+ },
250
+ de: {
251
+ 't-agent.build-in.button.create_scene_manually': 'Szene manuell erstellen',
252
+ 't-agent.build-in.button.enter_home_manage': 'In die Heimverwaltung gehen',
253
+ 't-agent.build-in.button.enter_room_manage': 'In die Raumverwaltung gehen',
254
+ 't-agent.build-in.button.enter_alarm_message': 'In die Alarmnachrichtenliste gehen',
255
+ 't-agent.build-in.button.enter_home_message': 'In die Heimnachrichtenliste gehen',
256
+ 't-agent.build-in.button.enter_bulletin': 'In die Bekanntmachungsliste gehen',
257
+ 't-agent.build-in.button.enter_notification_setting': 'In die Benachrichtigungseinstellungen gehen',
258
+ 't-agent.build-in.button.enter_personal_information': 'In die persönlichen Informationen gehen',
259
+ 't-agent.build-in.button.enter_account_security': 'In Konto und Sicherheit gehen',
260
+ 't-agent.build-in.button.enter_setting': 'In die allgemeinen Einstellungen gehen',
261
+ 't-agent.build-in.button.enter_paring': 'In die Geräte-Pairing gehen',
262
+ 't-agent.build-in.button.enter_share_device': 'In die Gerätefreigabe gehen',
263
+ 't-agent.build-in.button.enter_faq_feedback': 'In FAQ und Feedback gehen',
264
+ 't-agent.build-in.button.questionnaire_take': 'Fragebogen ausfüllen',
265
+ 't-agent.build-in.button.set_home_location': 'Heimstandort festlegen',
266
+ 't-agent.input.voice.require-permission': 'Aufnahmeberechtigung erforderlich',
267
+ 't-agent.input.upload.failed': 'Datei-Upload fehlgeschlagen',
268
+ 't-agent.message.feedback.success': 'Feedback erfolgreich',
269
+ 't-agent.message.bubble.aborted': 'Benutzer abgebrochen',
270
+ 't-agent.message.action.copy': 'Nachricht kopieren',
271
+ 't-agent.message.action.delete': 'Nachricht löschen',
272
+ 't-agent.message.action.deleteByChannel': 'Alle Kanalnachrichten löschen',
273
+ 't-agent.message.like.success': 'Gefällt mir erfolgreich',
274
+ 't-agent.message.unlike.success': 'Gefällt mir zurückgenommen',
275
+ 't-agent.message.action.like': 'Gefällt mir',
276
+ 't-agent.message.action.unlike': 'Gefällt mir zurücknehmen',
277
+ 't-agent.message.delete.title': 'Nachricht löschen',
278
+ 't-agent.message.delete.content': 'Soll diese Nachricht wirklich gelöscht werden?',
279
+ 't-agent.message.delete.success': 'Nachricht wurde gelöscht',
280
+ 't-agent.message.copy.success': 'Nachricht wurde kopiert',
281
+ 't-agent.execute-card-tile.execution.success': 'Ausführung erfolgreich',
282
+ 't-agent.execute-card-tile.execution.failed': 'Ausführung fehlgeschlagen',
283
+ 't-agent.execute-card-tile.scene.invalid': 'Szenario ist ungültig',
284
+ 't-agent.execute-card-tile.delete': 'Löschen',
285
+ 't-agent.execute-card-tile.execute': 'Ausführen',
286
+ 't-agent.execute-card-tile.switch.scene.state': 'Szenenstatus wechseln',
287
+ 't-agent.operate-card-tile.open.device.failed': 'Gerät konnte nicht geöffnet werden',
288
+ 't-agent.operate-card-tile.open.scene.failed': 'Szenario konnte nicht geöffnet werden',
289
+ 't-agent.operate-card-tile.operation.impact': 'Der Einfluss dieser Aktion:',
290
+ 't-agent.operate-card-tile.hide.details': 'Details ausblenden',
291
+ 't-agent.operate-card-tile.view.details': 'Details anzeigen',
292
+ 't-agent.operate-card-tile.device.move.desc': 'Gerät "{device}" nach "{room}" bewegen',
293
+ 't-agent.operate-card-tile.device.rename.desc': 'Gerät "{oldName}" umbenennen zu "{newName}"',
294
+ 't-agent.operate-card-tile.device.count': '{count} Geräte',
295
+ 't-agent.operate-card-tile.scene.count': '{count} Szenen',
296
+ 't-agent.operate-card-tile.home.count': '{count} Häuser',
297
+ 't-agent.operate-card-tile.room.count': '{count} Räume',
298
+ 't-agent.operate-card-tile.group.count': '{count} Gruppen',
299
+ 't-agent.operate-card-tile.description.format': '{items}。',
300
+ 't-agent.operate-card-tile.description.separator': '、',
301
+ 't-agent.expand.tab.device': 'Geräte',
302
+ 't-agent.expand.tab.scene': 'Szenen',
303
+ 't-agent.expand.tab.more': 'Andere',
304
+ 't-agent.expand.execution.success': 'Ausführung erfolgreich',
305
+ 't-agent.expand.execution.failed': 'Ausführung fehlgeschlagen',
306
+ 't-agent.expand.device.rename': '{oldName} umbenennen zu {newName}',
307
+ 't-agent.expand.scene.rename': '{oldName} umbenennen zu {newName}',
308
+ 't-agent.expand.scene.one-click': 'Einmal ausführen',
309
+ 't-agent.expand.scene.auto': 'Automatisch ausführen',
310
+ 't-agent.expand.no.details': 'Keine Details verfügbar'
311
+ },
312
+ fr: {
313
+ 't-agent.build-in.button.create_scene_manually': 'Créer une scène manuellement',
314
+ 't-agent.build-in.button.enter_home_manage': 'Entrer dans la gestion de la maison',
315
+ 't-agent.build-in.button.enter_room_manage': 'Entrer dans la gestion de la chambre',
316
+ 't-agent.build-in.button.enter_alarm_message': "Entrer dans la liste des messages d'alarme",
317
+ 't-agent.build-in.button.enter_home_message': 'Entrer dans la liste des messages de la maison',
318
+ 't-agent.build-in.button.enter_bulletin': 'Entrer dans la liste des messages de bulletin',
319
+ 't-agent.build-in.button.enter_notification_setting': 'Entrer dans les paramètres de notification',
320
+ 't-agent.build-in.button.enter_personal_information': 'Entrer dans les informations personnelles',
321
+ 't-agent.build-in.button.enter_account_security': 'Entrer dans le compte et la sécurité',
322
+ 't-agent.build-in.button.enter_setting': 'Entrer dans les paramètres généraux',
323
+ 't-agent.build-in.button.enter_paring': "Entrer dans l'appairage des appareils",
324
+ 't-agent.build-in.button.enter_share_device': 'Entrer dans le partage des appareils',
325
+ 't-agent.build-in.button.enter_faq_feedback': 'Entrer dans la FAQ et les retours',
326
+ 't-agent.build-in.button.questionnaire_take': 'Remplir le questionnaire',
327
+ 't-agent.build-in.button.set_home_location': "Définir l'emplacement de la maison",
328
+ 't-agent.input.voice.require-permission': "Autorisation d'enregistrement requise",
329
+ 't-agent.input.upload.failed': 'Échec du téléchargement du fichier',
330
+ 't-agent.message.feedback.success': 'Retour réussi',
331
+ 't-agent.message.bubble.aborted': 'Utilisateur interrompu',
332
+ 't-agent.message.action.copy': 'Copier le message',
333
+ 't-agent.message.action.delete': 'Supprimer le message',
334
+ 't-agent.message.action.deleteByChannel': 'Supprimer tous les messages du canal',
335
+ 't-agent.message.like.success': "J'aime réussi",
336
+ 't-agent.message.unlike.success': "Je n'aime plus réussi",
337
+ 't-agent.message.action.like': "J'aime",
338
+ 't-agent.message.action.unlike': "Je n'aime plus",
339
+ 't-agent.message.delete.title': 'Supprimer le message',
340
+ 't-agent.message.delete.content': 'Voulez-vous vraiment supprimer ce message?',
341
+ 't-agent.message.delete.success': 'Message supprimé avec succès',
342
+ 't-agent.message.copy.success': 'Message copié avec succès',
343
+ 't-agent.execute-card-tile.execution.success': 'Exécution réussie',
344
+ 't-agent.execute-card-tile.execution.failed': 'Exécution échouée',
345
+ 't-agent.execute-card-tile.scene.invalid': 'Scénario invalide',
346
+ 't-agent.execute-card-tile.delete': 'Supprimer',
347
+ 't-agent.execute-card-tile.execute': 'Exécuter',
348
+ 't-agent.execute-card-tile.switch.scene.state': "Changer l'état de la scène",
349
+ 't-agent.operate-card-tile.open.device.failed': "Échec de l'ouverture du dispositif",
350
+ 't-agent.operate-card-tile.open.scene.failed': "Échec de l'ouverture du scénario",
351
+ 't-agent.operate-card-tile.operation.impact': "L'impact de cette action:",
352
+ 't-agent.operate-card-tile.hide.details': 'Masquer les détails',
353
+ 't-agent.operate-card-tile.view.details': 'Afficher les détails',
354
+ 't-agent.operate-card-tile.device.move.desc': 'Déplacer le dispositif "{device}" vers "{room}"',
355
+ 't-agent.operate-card-tile.device.rename.desc': 'Renommer le dispositif "{oldName}" en "{newName}"',
356
+ 't-agent.operate-card-tile.device.count': '{count} dispositifs',
357
+ 't-agent.operate-card-tile.scene.count': '{count} scénarios',
358
+ 't-agent.operate-card-tile.home.count': '{count} maisons',
359
+ 't-agent.operate-card-tile.room.count': '{count} chambres',
360
+ 't-agent.operate-card-tile.group.count': '{count} groupes',
361
+ 't-agent.operate-card-tile.description.format': '{items}。',
362
+ 't-agent.operate-card-tile.description.separator': '、',
363
+ 't-agent.expand.tab.device': 'Dispositifs',
364
+ 't-agent.expand.tab.scene': 'Scénarios',
365
+ 't-agent.expand.tab.more': 'Autres',
366
+ 't-agent.expand.execution.success': 'Exécution réussie',
367
+ 't-agent.expand.execution.failed': 'Exécution échouée',
368
+ 't-agent.expand.device.rename': '{oldName} renommé en {newName}',
369
+ 't-agent.expand.scene.rename': '{oldName} renommé en {newName}',
370
+ 't-agent.expand.scene.one-click': 'Exécuter en un clic',
371
+ 't-agent.expand.scene.auto': 'Exécuter automatiquement',
372
+ 't-agent.expand.no.details': 'Aucun détail disponible'
373
+ },
374
+ es: {
375
+ 't-agent.build-in.button.create_scene_manually': 'Crear escena manualmente',
376
+ 't-agent.build-in.button.enter_home_manage': 'Entrar en la gestión del hogar',
377
+ 't-agent.build-in.button.enter_room_manage': 'Entrar en la gestión de la habitación',
378
+ 't-agent.build-in.button.enter_alarm_message': 'Entrar en la lista de mensajes de alarma',
379
+ 't-agent.build-in.button.enter_home_message': 'Entrar en la lista de mensajes del hogar',
380
+ 't-agent.build-in.button.enter_bulletin': 'Entrar en la lista de mensajes del boletín',
381
+ 't-agent.build-in.button.enter_notification_setting': 'Entrar en la configuración de notificaciones',
382
+ 't-agent.build-in.button.enter_personal_information': 'Entrar en la información personal',
383
+ 't-agent.build-in.button.enter_account_security': 'Entrar en la cuenta y seguridad',
384
+ 't-agent.build-in.button.enter_setting': 'Entrar en la configuración general',
385
+ 't-agent.build-in.button.enter_paring': 'Entrar en el emparejamiento de dispositivos',
386
+ 't-agent.build-in.button.enter_share_device': 'Entrar en el uso compartido de dispositivos',
387
+ 't-agent.build-in.button.enter_faq_feedback': 'Entrar en preguntas frecuentes y comentarios',
388
+ 't-agent.build-in.button.questionnaire_take': 'Rellenar el cuestionario',
389
+ 't-agent.build-in.button.set_home_location': 'Establecer la ubicación del hogar',
390
+ 't-agent.input.voice.require-permission': 'Se requiere permiso de grabación',
391
+ 't-agent.input.upload.failed': 'Error al subir el archivo',
392
+ 't-agent.message.feedback.success': 'Comentarios exitosos',
393
+ 't-agent.message.bubble.aborted': 'Usuario abortado',
394
+ 't-agent.message.action.copy': 'Copiar mensaje',
395
+ 't-agent.message.action.delete': 'Eliminar mensaje',
396
+ 't-agent.message.action.deleteByChannel': 'Eliminar todos los mensajes del canal',
397
+ 't-agent.message.like.success': 'Me gusta exitoso',
398
+ 't-agent.message.unlike.success': 'No me gusta exitoso',
399
+ 't-agent.message.action.like': 'Me gusta',
400
+ 't-agent.message.action.unlike': 'No me gusta',
401
+ 't-agent.message.delete.title': 'Eliminar mensaje',
402
+ 't-agent.message.delete.content': '¿Está seguro de querer eliminar este mensaje?',
403
+ 't-agent.message.delete.success': 'Mensaje eliminado con éxito',
404
+ 't-agent.message.copy.success': 'Mensaje copiado con éxito',
405
+ 't-agent.execute-card-tile.execution.success': 'Ejecución exitosa',
406
+ 't-agent.execute-card-tile.execution.failed': 'Ejecución fallida',
407
+ 't-agent.execute-card-tile.scene.invalid': 'Escenario inválido',
408
+ 't-agent.execute-card-tile.delete': 'Eliminar',
409
+ 't-agent.execute-card-tile.execute': 'Ejecutar',
410
+ 't-agent.execute-card-tile.switch.scene.state': 'Cambiar el estado de la escena',
411
+ 't-agent.operate-card-tile.open.device.failed': 'Error al abrir el dispositivo',
412
+ 't-agent.operate-card-tile.open.scene.failed': 'Error al abrir el escenario',
413
+ 't-agent.operate-card-tile.operation.impact': 'El impacto de esta acción:',
414
+ 't-agent.operate-card-tile.hide.details': 'Ocultar detalles',
415
+ 't-agent.operate-card-tile.view.details': 'Ver detalles',
416
+ 't-agent.operate-card-tile.device.move.desc': 'Mover el dispositivo "{device}" a "{room}"',
417
+ 't-agent.operate-card-tile.device.rename.desc': 'Renombrar el dispositivo "{oldName}" a "{newName}"',
418
+ 't-agent.operate-card-tile.device.count': '{count} dispositivos',
419
+ 't-agent.operate-card-tile.scene.count': '{count} escenarios',
420
+ 't-agent.operate-card-tile.home.count': '{count} casas',
421
+ 't-agent.operate-card-tile.room.count': '{count} habitaciones',
422
+ 't-agent.operate-card-tile.group.count': '{count} grupos',
423
+ 't-agent.operate-card-tile.description.format': '{items}。',
424
+ 't-agent.operate-card-tile.description.separator': '、',
425
+ 't-agent.expand.tab.device': 'Dispositivos',
426
+ 't-agent.expand.tab.scene': 'Escenarios',
427
+ 't-agent.expand.tab.more': 'Otros',
428
+ 't-agent.expand.execution.success': 'Ejecución exitosa',
429
+ 't-agent.expand.execution.failed': 'Ejecución fallida',
430
+ 't-agent.expand.device.rename': '{oldName} renombrado a {newName}',
431
+ 't-agent.expand.scene.rename': '{oldName} renombrado a {newName}',
432
+ 't-agent.expand.scene.one-click': 'Ejecutar en un clic',
433
+ 't-agent.expand.scene.auto': 'Ejecutar automáticamente',
434
+ 't-agent.expand.no.details': 'No hay detalles disponibles'
435
+ },
436
+ it: {
437
+ 't-agent.build-in.button.create_scene_manually': 'Crea scena manualmente',
438
+ 't-agent.build-in.button.enter_home_manage': 'Entra nella gestione della casa',
439
+ 't-agent.build-in.button.enter_room_manage': 'Entra nella gestione della stanza',
440
+ 't-agent.build-in.button.enter_alarm_message': 'Entra nella lista dei messaggi di allarme',
441
+ 't-agent.build-in.button.enter_home_message': 'Entra nella lista dei messaggi della casa',
442
+ 't-agent.build-in.button.enter_bulletin': 'Entra nella lista dei messaggi del bollettino',
443
+ 't-agent.build-in.button.enter_notification_setting': 'Entra nelle impostazioni delle notifiche',
444
+ 't-agent.build-in.button.enter_personal_information': 'Entra nelle informazioni personali',
445
+ 't-agent.build-in.button.enter_account_security': 'Entra in account e sicurezza',
446
+ 't-agent.build-in.button.enter_setting': 'Entra nelle impostazioni generali',
447
+ 't-agent.build-in.button.enter_paring': "Entra nell'accoppiamento dei dispositivi",
448
+ 't-agent.build-in.button.enter_share_device': 'Entra nella condivisione dei dispositivi',
449
+ 't-agent.build-in.button.enter_faq_feedback': 'Entra in FAQ e feedback',
450
+ 't-agent.build-in.button.questionnaire_take': 'Compila il questionario',
451
+ 't-agent.build-in.button.set_home_location': 'Imposta la posizione della casa',
452
+ 't-agent.input.voice.require-permission': 'Autorizzazione di registrazione richiesta',
453
+ 't-agent.input.upload.failed': 'Caricamento del file fallito',
454
+ 't-agent.message.feedback.success': 'Feedback riuscito',
455
+ 't-agent.message.bubble.aborted': 'Utente interrotto',
456
+ 't-agent.message.action.copy': 'Copia messaggio',
457
+ 't-agent.message.action.delete': 'Elimina messaggio',
458
+ 't-agent.message.action.deleteByChannel': 'Elimina tutti i messaggi del canale',
459
+ 't-agent.message.like.success': 'Mi piace riuscito',
460
+ 't-agent.message.unlike.success': 'Non mi piace riuscito',
461
+ 't-agent.message.action.like': 'Mi piace',
462
+ 't-agent.message.action.unlike': 'Non mi piace',
463
+ 't-agent.message.delete.title': 'Elimina messaggio',
464
+ 't-agent.message.delete.content': 'Vuoi davvero eliminare questo messaggio?',
465
+ 't-agent.message.delete.success': 'Messaggio eliminato con successo',
466
+ 't-agent.message.copy.success': 'Messaggio copiato con successo',
467
+ 't-agent.execute-card-tile.execution.success': 'Esecuzione riuscita',
468
+ 't-agent.execute-card-tile.execution.failed': 'Esecuzione fallita',
469
+ 't-agent.execute-card-tile.scene.invalid': 'Scena non valida',
470
+ 't-agent.execute-card-tile.delete': 'Elimina',
471
+ 't-agent.execute-card-tile.execute': 'Esegui',
472
+ 't-agent.execute-card-tile.switch.scene.state': 'Cambia lo stato della scena',
473
+ 't-agent.operate-card-tile.open.device.failed': "Errore nell'apertura del dispositivo",
474
+ 't-agent.operate-card-tile.open.scene.failed': "Errore nell'apertura della scena",
475
+ 't-agent.operate-card-tile.operation.impact': "L'impatto di questa azione:",
476
+ 't-agent.operate-card-tile.hide.details': 'Nascondi i dettagli',
477
+ 't-agent.operate-card-tile.view.details': 'Visualizza i dettagli',
478
+ 't-agent.operate-card-tile.device.move.desc': 'Sposta il dispositivo "{device}" in "{room}"',
479
+ 't-agent.operate-card-tile.device.rename.desc': 'Rinomina il dispositivo "{oldName}" in "{newName}"',
480
+ 't-agent.operate-card-tile.device.count': '{count} dispositivi',
481
+ 't-agent.operate-card-tile.scene.count': '{count} scenari',
482
+ 't-agent.operate-card-tile.home.count': '{count} case',
483
+ 't-agent.operate-card-tile.room.count': '{count} stanze',
484
+ 't-agent.operate-card-tile.group.count': '{count} gruppi',
485
+ 't-agent.operate-card-tile.description.format': '{items}。',
486
+ 't-agent.operate-card-tile.description.separator': '、',
487
+ 't-agent.expand.tab.device': 'Dispositivi',
488
+ 't-agent.expand.tab.scene': 'Scenari',
489
+ 't-agent.expand.tab.more': 'Altri',
490
+ 't-agent.expand.execution.success': 'Esecuzione riuscita',
491
+ 't-agent.expand.execution.failed': 'Esecuzione fallita',
492
+ 't-agent.expand.device.rename': '{oldName} rinominato in {newName}',
493
+ 't-agent.expand.scene.rename': '{oldName} rinominato in {newName}',
494
+ 't-agent.expand.scene.one-click': 'Esegui in un clic',
495
+ 't-agent.expand.scene.auto': 'Esegui automaticamente',
496
+ 't-agent.expand.no.details': 'Nessun dettaglio disponibile'
497
+ }
498
+ };
@@ -13,9 +13,8 @@ import { getCurrentHomeInfo, submitEvaluation } from '@ray-js/t-agent-plugin-ass
13
13
  import TileRender from '../../TileRender';
14
14
  import noticeSvg from './notice.svg';
15
15
  import noticeWarnSvg from './notice-warn.svg';
16
- import { useChatAgent, useRenderOptions } from '../../hooks';
16
+ import { useChatAgent, useTranslate, useLongPress } from '../../hooks';
17
17
  import LongPressActionMenu from '../../LongPressActionMenu';
18
- import { useLongPress } from '../../hooks/useLongPress';
19
18
  const BubbleTile = props => {
20
19
  var _message$meta$request;
21
20
  const agent = useChatAgent();
@@ -34,9 +33,7 @@ const BubbleTile = props => {
34
33
  data
35
34
  } = tile;
36
35
  const bubbleStatus = data.status || BubbleTileStatus.NORMAL;
37
- const {
38
- i18nTranslate: t
39
- } = useRenderOptions();
36
+ const t = useTranslate();
40
37
  const loading = status === ChatMessageStatus.START || status === ChatMessageStatus.UPDATING;
41
38
  isLatestMessage && status === ChatMessageStatus.FINISH && role === 'assistant' && ((_message$meta$request = message.meta.requestId) === null || _message$meta$request === void 0 ? void 0 : _message$meta$request.startsWith('AIAssistant')) && bubbleStatus === BubbleTileStatus.NORMAL;
42
39
  const [feedbackLoaded, setFeedbackLoaded] = useState(false);
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ import { TileProps } from '../../types';
4
+ interface DividerTileData {
5
+ text?: string;
6
+ }
7
+ declare const _default: React.MemoExoticComponent<(props: TileProps<DividerTileData, any>) => React.JSX.Element>;
8
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { View } from '@ray-js/components';
3
+ import './index.less';
4
+ const DividerTile = props => {
5
+ const {
6
+ text
7
+ } = props.tile.data || {};
8
+ return /*#__PURE__*/React.createElement(View, {
9
+ className: "t-agent-divider-tile"
10
+ }, /*#__PURE__*/React.createElement(View, {
11
+ className: "t-agent-divider-tile-line"
12
+ }), text && /*#__PURE__*/React.createElement(View, {
13
+ className: "t-agent-divider-tile-text"
14
+ }, text));
15
+ };
16
+ export default /*#__PURE__*/React.memo(DividerTile);
@@ -0,0 +1,26 @@
1
+ .t-agent-divider-tile {
2
+ width: 100%;
3
+ padding: 16rpx 0;
4
+ display: flex;
5
+ flex-direction: column;
6
+ align-items: center;
7
+ justify-content: center;
8
+ position: relative;
9
+
10
+ .t-agent-divider-tile-line {
11
+ height: 2rpx;
12
+ background-color: rgba(0, 0, 0, 0.2);
13
+ width: 100%;
14
+ }
15
+
16
+ .t-agent-divider-tile-text {
17
+ position: absolute;
18
+ background-color: var(--app-B1, #fff);
19
+ padding: 0 16rpx;
20
+ font-size: 24rpx;
21
+ color: rgba(0, 0, 0, 0.6);
22
+ top: 50%;
23
+ transform: translateY(-50%);
24
+ z-index: 1;
25
+ }
26
+ }
@@ -10,7 +10,7 @@ import { triggerRule } from '@ray-js/ray';
10
10
  import { routeScene } from '../../utils';
11
11
  import lockPng from '../OperateCardTile/lock.png';
12
12
  import bookmark from './bookmark.png';
13
- import { useRenderOptions } from '../../hooks';
13
+ import { useTranslate } from '../../hooks';
14
14
  export default function ExecuteCardTile(props) {
15
15
  const {
16
16
  tile
@@ -20,9 +20,7 @@ export default function ExecuteCardTile(props) {
20
20
  sceneInfo,
21
21
  deviceShareInfo
22
22
  } = tile.data || {};
23
- const {
24
- i18nTranslate: t
25
- } = useRenderOptions();
23
+ const t = useTranslate();
26
24
  const {
27
25
  cards
28
26
  } = useMemo(() => {
@@ -7,7 +7,7 @@ import Tabs from './Tabs';
7
7
  import './Expand.less';
8
8
  import bookmark from '../ExecuteCardTile/bookmark.png';
9
9
  import lockPng from './lock.png';
10
- import { useRenderOptions } from '../../hooks';
10
+ import { useTranslate } from '../../hooks';
11
11
  import { formatMessage } from '../../utils';
12
12
  export default function Expand(_ref) {
13
13
  var _operations$device, _operations$moreDevic, _operations$scene, _operations$moreScene, _operations$more;
@@ -22,9 +22,7 @@ export default function Expand(_ref) {
22
22
  tapDevice,
23
23
  tapScene
24
24
  } = _ref;
25
- const {
26
- i18nTranslate: t
27
- } = useRenderOptions();
25
+ const t = useTranslate();
28
26
  const deviceCount = (((_operations$device = operations.device) === null || _operations$device === void 0 ? void 0 : _operations$device.length) || 0) + (((_operations$moreDevic = operations.moreDevice) === null || _operations$moreDevic === void 0 ? void 0 : _operations$moreDevic.length) || 0);
29
27
  const sceneCount = (((_operations$scene = operations.scene) === null || _operations$scene === void 0 ? void 0 : _operations$scene.length) || 0) + (((_operations$moreScene = operations.moreScene) === null || _operations$moreScene === void 0 ? void 0 : _operations$moreScene.length) || 0);
30
28
  const moreCount = ((_operations$more = operations.more) === null || _operations$more === void 0 ? void 0 : _operations$more.length) || 0;