Skip to content

Commit 0f933a5

Browse files
authored
Create ze_winter_warehouse_p.jsonc
1 parent e711c03 commit 0f933a5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// Console SayText i18n file generator.
2+
// i18n Version v21
3+
// Copyright 2025 Kyle 'Kxnrl' Frankiss.
4+
// https://github.com/Kxnrl
5+
6+
// 可用字段:
7+
// blocked (bool) -> 屏蔽本句输出
8+
// clearText (bool) -> 清除所有HUD文本
9+
// clearTimer (bool) -> 清除所有倒计时
10+
// countdown (int) -> 添加特殊的独立的倒计时
11+
12+
{
13+
"*** Spawn Prefab by Dawnter ***": {
14+
"translation": "*** 移植:Dawnter ***"
15+
},
16+
"*** Map by w6a7z99 ***": {
17+
"translation": "*** 地图作者:w6a7z99 翻译:秋言不会跳刀 ***"
18+
},
19+
"TIP: You should go to the roof in less than 30 seconds.": {
20+
"translation": "30秒内到达屋顶"
21+
},
22+
"TIP: Roof entry is now open. Defend for 50 seconds!": {
23+
"translation": "屋顶入口现已开放,请防守50秒"
24+
},
25+
"TIP: Prepare to fall back. Helicopter leaves in 20 seconds.": {
26+
"translation": "准备撤退,直升机20秒后起飞"
27+
},
28+
"TIP: Helicopter departs in 10 seconds!": {
29+
"translation": "直升机10秒后起飞"
30+
}
31+
}

0 commit comments

Comments
 (0)