chore: locale updates for ui and story messages

This commit is contained in:
2026-06-10 16:14:10 +08:00
parent 0a1147c2fe
commit 332afa7eee
4 changed files with 10 additions and 18 deletions

View File

@@ -28,6 +28,11 @@
"investigation_site": { "investigation_site": {
"choice": { "choice": {
"leave": "Leave the room" "leave": "Leave the room"
},
"hotspot": {
"desk": "Examine Desk",
"window": "Check Window",
"closet": "Inspect Closet"
} }
}, },
"desk_detail": { "desk_detail": {

View File

@@ -28,6 +28,11 @@
"investigation_site": { "investigation_site": {
"choice": { "choice": {
"leave": "离开房间" "leave": "离开房间"
},
"hotspot": {
"desk": "查看书桌",
"window": "查看窗户",
"closet": "检查衣柜"
} }
}, },
"desk_detail": { "desk_detail": {

View File

@@ -36,14 +36,5 @@
"antiMistap": "Anti Mistap", "antiMistap": "Anti Mistap",
"pauseEnabled": "Pause Enabled", "pauseEnabled": "Pause Enabled",
"none": "None" "none": "None"
},
"scene": {
"investigation_site": {
"hotspot": {
"desk": "Examine Desk",
"window": "Check Window",
"closet": "Inspect Closet"
}
}
} }
} }

View File

@@ -36,14 +36,5 @@
"antiMistap": "防误触延迟", "antiMistap": "防误触延迟",
"pauseEnabled": "可暂停", "pauseEnabled": "可暂停",
"none": "无" "none": "无"
},
"scene": {
"investigation_site": {
"hotspot": {
"desk": "查看书桌",
"window": "查看窗户",
"closet": "检查衣柜"
}
}
} }
} }