Files
tianshu-engine/public/demo/locales/zh.json

99 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"intro": {
"choice": {
"left_door": "走向左边那扇发光的门",
"right_door": "走向右边那扇普通的门",
"search": "仔细搜索房间",
"stay": "留在原地,什么也不做"
}
},
"left_door": {
"choice": {
"handshake": "与陌生人握手",
"reject": "拒绝握手,保持警惕"
},
"prompt": {
"handshake": "陌生人会记住你的善意"
}
},
"right_door": {
"choice": {
"continue": "继续前进",
"back": "回头"
},
"qte": {
"dodge": "躲避飞来的石块!"
}
},
"trust_ending": {
"choice": {
"journey": "开启信任的旅程(需要 trust >= 80",
"leave": "离开这里"
},
"prompt": {
"journey": "你们的羁绊将改变一切"
}
},
"investigation_site": {
"choice": {
"leave": "离开房间"
},
"hotspot": {
"desk": "查看书桌",
"window": "查看窗户",
"closet": "检查衣柜"
}
},
"desk_detail": {
"choice": {
"return": "返回调查现场",
"leave": "离开"
}
},
"stay": {
"choice": {
"stand": "站起来离开"
}
},
"qte_success": {
"choice": {
"continue": "继续前进",
"back": "回头"
}
},
"qte_fail": {
"choice": {
"continue": "继续前进",
"back": "回头"
}
},
"chapter": {
"ch1": "第一章:醒来",
"ch2": "第二章:调查",
"ch3": "第三章:终局"
},
"ending": {
"trust_end": "信任的伙伴",
"alone_end": "独行之路",
"continue_end": "继续前行"
},
"achievement": {
"qte_master": {
"title": "反应达人",
"desc": "成功完成一次 QTE"
},
"explorer": {
"title": "探索者",
"desc": "搜索过房间的所有角落"
},
"game_finished": {
"title": "通关达成",
"desc": "完成一次游戏"
}
},
"battle": {
"hud": { "player": "你" },
"result": { "victory": "击退成功!" }
},
"stat": { "courage": "勇气", "qte_succeeded": "QTE 成功", "trust": "信任值", "investigation": "调查进度" }
}