Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ SettingsPanel.ScrollRateNormal=中
SettingsPanel.ScrollRateSlow=慢
SettingsPanel.ScrollRateSlower=很慢
SettingsPanel.ScrollRateSlowest=最慢
SettingsPanel.chkEnableWindowGlassEffect.Text=窗口玻璃效果
SettingsPanel.chkEnableWindowDropShadowEffect.Text=窗口阴影效果
SettingsPanel.chkEnableMCPServer.Text=启用 MCP 服务器
SettingsPanel.lblMCPServerPort.Text=MCP 服务器端口:

; *************************************************
; MapLoader
Expand Down Expand Up @@ -363,6 +367,7 @@ TeamType.GetHintText.Waypoint=路径点: {0}
TeamType.GetHintText.TransportWaypoint=运输路径点: {0}
TeamType.GetHintText.VeteranLevel=经验等级: {0}
TeamType.GetHintText.Veteran=经验
TeamType.GetHintText.Tag=标签: {0}

; *************************************************
; TileSelector
Expand Down Expand Up @@ -633,6 +638,7 @@ CreateNewMapWindow.lblWidth.Text=宽度:
CreateNewMapWindow.lblHeight.Text=高度:
CreateNewMapWindow.lblStartingLevel.Text=初始高度:
CreateNewMapWindow.btnCreate.Text=创建
CreateNewMapWindow.btnBack.Text=返回

CreateRandomTriggerSetWindow.None=无
CreateRandomTriggerSetWindow.lblHeader.Text=创建随机触发系列
Expand Down
Loading