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 @@
ItemName_ES = {
ItemName_TowBar.TowBar = "Enganche de remolque"
}

View File

@@ -0,0 +1,3 @@
Items_ES = {
DisplayName_TowBar = "Enganche de remolque"
}

View File

@@ -0,0 +1,3 @@
Tooltip_ES = {
Tooltip_TowBar = "Un enganche de remolque se puede utilizar<br>para enganchar un veh<65>culo como un remolque"
}

View File

@@ -0,0 +1,11 @@
UI_ES = {
UI_Text_Towing_turnOffParkingBrake = "Apagar freno de mano",
UI_Text_Towing_turnOnParkingBrake = "Encender freno de mano",
UI_Text_Towing_noAviableVehicles = "No hay vehículos para unir<br>o no se puede unir",
UI_Text_Towing_attach = "Unir",
UI_Text_Towing_deattach = "Soltar",
UI_Text_Towing_byRope = "con una cuerda",
UI_Text_Towing_byTowBar = "con el enganche de remolque",
UI_Text_Towing_byHook = "con un gancho",
UI_Text_Towing_flipUpright = "Voltear hacia arriba"
}