Intial Commit

This commit is contained in:
2026-02-06 14:50:37 -05:00
parent ba773ae6a3
commit b9f61adafe
62 changed files with 5055 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Items_CN = {
ItemName_TowBar.TowBar = "拖车牵引杆"
}

View File

@@ -0,0 +1,3 @@
Items_CN = {
DisplayName_TowBar ="拖车牵引杆"
}

View File

@@ -0,0 +1,3 @@
Tooltip_CN = {
Tooltip_TowBar = "使用拖车牵引杆可以让你的汽车像拖车一样牵引车辆"
}

View File

@@ -0,0 +1,16 @@
UI_CN = {
UI_Text_Towing_turnOffParkingBrake = "关闭 停车制动器",
UI_Text_Towing_turnOnParkingBrake = "打开 停车制动器",
UI_Text_Towing_noAviableVehicles = "没有可供牵引的车辆<br>(或无法牵引)",
UI_Text_Towing_attach = "附加",
UI_Text_Towing_deattach = "解除连接",
UI_Text_Towing_byRope = "通过绳索连接",
UI_Text_Towing_byTowBar = "通过拖车牵引杆连接",
UI_Text_Towing_byHook = "通过挂钩连接",
UI_Text_Towing_flipUpright = "垂直翻转",
UI_Text_PushByHands = "用手推车",
UI_Text_PushByHands_Left = "从左向右推",
UI_Text_PushByHands_Right = "从右向左推",
UI_Text_PushByHands_Front = "从前向后推",
UI_Text_PushByHands_Behind = "从后向前推",
}