1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/kq_towing2/locale.lua

25 lines
1.2 KiB
Lua
Raw Normal View History

2025-07-12 13:10:51 +02:00
-- Only edit the value on the right. Leave the value between the square brackets as is. <!>
Locale = {
2025-07-12 18:43:00 +02:00
['~w~Press ~g~[~w~{INPUT}~g~]~w~ to attach the rope'] = '~w~ Drücke ~g~[~w~{INPUT}~g~]~w~ zum befestigen',
['~w~Press ~{INPUT}~ to attach the rope'] = '~w~Drücke ~{INPUT}~ zum befestigen',
2025-07-12 13:10:51 +02:00
2025-07-12 18:43:00 +02:00
['~w~Press ~g~[~w~{INPUT}~g~]~w~ to tie the rope'] = '~w~Drücke ~g~[~w~{INPUT}~g~]~w~ zum befestigen',
['~w~Press ~{INPUT}~ to tie the rope'] = '~w~Drücke ~{INPUT}~ zum befestigen',
2025-07-12 13:10:51 +02:00
2025-07-12 18:43:00 +02:00
['Press ~{INPUT}~ to cancel'] = 'Drücke ~{INPUT}~ zum abbrechen',
2025-07-12 13:10:51 +02:00
['~r~Too far'] = '~r~Too far',
2025-07-12 18:43:00 +02:00
['~y~You can not tie the rope to the ground'] = '~y~Du kannst das Seil nicht am Boden befestigen.',
['~r~This vehicle can not be towed'] = '~r~Dieses Fahrzeug kann nicht abgeschleppt werden',
2025-07-12 13:10:51 +02:00
2025-07-12 18:43:00 +02:00
['~w~Hold ~r~[~w~{INPUT}~r~]~w~ to detach the rope'] = '~w~Halte ~r~[~w~{INPUT}~r~]~w~ zum Lösen',
['~w~Hold ~{INPUT}~ to detach the rope'] = '~w~Halte ~{INPUT}~ zum Lösen',
2025-07-12 13:10:51 +02:00
['~w~Hold ~{INPUT}~ to winch'] = '~w~Hold ~{INPUT}~ to winch',
2025-07-12 18:43:00 +02:00
['~w~Release ~{INPUT}~ to stop winching'] = '~w~Lasse ~{INPUT}~ los um die Winde zu stoppen',
2025-07-12 13:10:51 +02:00
2025-07-12 18:43:00 +02:00
['~r~You may not use this item'] = '~r~Du kannst das nicht benutzen',
2025-07-12 13:10:51 +02:00
}