Commit 0f933a5 1 parent e711c03 commit 0f933a5 Copy full SHA for 0f933a5
File tree 1 file changed +31
-0
lines changed
2001/sharp/configs/translations
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments