1
0
Fork 0
forked from Simnation/Main

Update locale.lua

This commit is contained in:
Nordi98 2025-07-12 18:43:00 +02:00
parent d38293c14f
commit 4c44afc37c

View file

@ -1,24 +1,24 @@
-- Only edit the value on the right. Leave the value between the square brackets as is. <!>
Locale = {
['~w~Press ~g~[~w~{INPUT}~g~]~w~ to attach the rope'] = '~w~Press ~g~[~w~{INPUT}~g~]~w~ to attach the rope',
['~w~Press ~{INPUT}~ to attach the rope'] = '~w~Press ~{INPUT}~ to attach the rope',
['~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',
['~w~Press ~g~[~w~{INPUT}~g~]~w~ to tie the rope'] = '~w~Press ~g~[~w~{INPUT}~g~]~w~ to tie the rope',
['~w~Press ~{INPUT}~ to tie the rope'] = '~w~Press ~{INPUT}~ to tie the rope',
['~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',
['Press ~{INPUT}~ to cancel'] = 'Press ~{INPUT}~ to cancel',
['Press ~{INPUT}~ to cancel'] = 'Drücke ~{INPUT}~ zum abbrechen',
['~r~Too far'] = '~r~Too far',
['~y~You can not tie the rope to the ground'] = '~y~You can not tie the rope to the ground',
['~r~This vehicle can not be towed'] = '~r~This vehicle can not be towed',
['~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',
['~w~Hold ~r~[~w~{INPUT}~r~]~w~ to detach the rope'] = '~w~Hold ~r~[~w~{INPUT}~r~]~w~ to detach the rope',
['~w~Hold ~{INPUT}~ to detach the rope'] = '~w~Hold ~{INPUT}~ to detach the rope',
['~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',
['~w~Hold ~{INPUT}~ to winch'] = '~w~Hold ~{INPUT}~ to winch',
['~w~Release ~{INPUT}~ to stop winching'] = '~w~Release ~{INPUT}~ to stop winching',
['~w~Release ~{INPUT}~ to stop winching'] = '~w~Lasse ~{INPUT}~ los um die Winde zu stoppen',
['~r~You may not use this item'] = '~r~You may not use this item',
['~r~You may not use this item'] = '~r~Du kannst das nicht benutzen',
}