补充地图新增模式的一点翻译

整理代码
This commit is contained in:
MrZ_26
2022-02-08 13:37:40 +08:00
parent 190e64de92
commit eddcd726ca
3 changed files with 14 additions and 10 deletions

View File

@@ -790,8 +790,8 @@ return{
['round_h']= {"回合制", "困难", "下棋模式"},
['round_l']= {"回合制", "疯狂", "下棋模式"},
['round_u']= {"回合制", "极限", "下棋模式"},
['big_n']= {"", "普通", "模拟10*5场地的玩法(标准尺寸的一半)"},
['big_h']= {"", "困难", "模拟10*5场地的玩法(标准尺寸的一半)"},
['big_n']= {"方块", "普通", "模拟10*5场地的玩法(标准尺寸的一半)"},
['big_h']= {"方块", "困难", "模拟10*5场地的玩法(标准尺寸的一半)"},
['master_n']= {"大师", "普通", "20G初心者练习"},
['master_h']= {"大师", "困难", "上级者20G挑战"},
['master_m']= {"大师", "大师", "大师20G"},
@@ -814,8 +814,8 @@ return{
['blind_wtf']= {"隐形", "不会吧", "还没准备好"},
['classic_e']= {"高速经典", "简单", "高速经典"},
['classic_h']= {"高速经典", "困难", "飞速经典"},
['classic_l']= {"高速经典", "疯狂", "迅捷经典"},
['classic_u']= {"高速经典", "极限", "速经典"},
['classic_l']= {"高速经典", "疯狂", "极速经典"},
['classic_u']= {"高速经典", "极限", "速经典"},
['survivor_e']= {"生存", "简单", "你能存活多久?"},
['survivor_n']= {"生存", "普通", "你能存活多久?"},
['survivor_h']= {"生存", "困难", "你能存活多久?"},