diff --git a/public/demo/locales/en.json b/public/demo/locales/en.json index 6c51236..a1514de 100644 --- a/public/demo/locales/en.json +++ b/public/demo/locales/en.json @@ -28,6 +28,11 @@ "investigation_site": { "choice": { "leave": "Leave the room" + }, + "hotspot": { + "desk": "Examine Desk", + "window": "Check Window", + "closet": "Inspect Closet" } }, "desk_detail": { diff --git a/public/demo/locales/zh.json b/public/demo/locales/zh.json index 30bc673..2d73e43 100644 --- a/public/demo/locales/zh.json +++ b/public/demo/locales/zh.json @@ -28,6 +28,11 @@ "investigation_site": { "choice": { "leave": "离开房间" + }, + "hotspot": { + "desk": "查看书桌", + "window": "查看窗户", + "closet": "检查衣柜" } }, "desk_detail": { diff --git a/src/locales/en.json b/src/locales/en.json index 2a4e75e..988b9fa 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -36,14 +36,5 @@ "antiMistap": "Anti Mistap", "pauseEnabled": "Pause Enabled", "none": "None" - }, - "scene": { - "investigation_site": { - "hotspot": { - "desk": "Examine Desk", - "window": "Check Window", - "closet": "Inspect Closet" - } - } } } \ No newline at end of file diff --git a/src/locales/zh.json b/src/locales/zh.json index dde79da..d06fd54 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -36,14 +36,5 @@ "antiMistap": "防误触延迟", "pauseEnabled": "可暂停", "none": "无" - }, - "scene": { - "investigation_site": { - "hotspot": { - "desk": "查看书桌", - "window": "查看窗户", - "closet": "检查衣柜" - } - } } } \ No newline at end of file