From 4c44afc37c219e6b5e2583173838138c7581c90a Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 12 Jul 2025 18:43:00 +0200 Subject: [PATCH] Update locale.lua --- resources/[carscripts]/kq_towing2/locale.lua | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/[carscripts]/kq_towing2/locale.lua b/resources/[carscripts]/kq_towing2/locale.lua index 2af56611a..077832dfe 100644 --- a/resources/[carscripts]/kq_towing2/locale.lua +++ b/resources/[carscripts]/kq_towing2/locale.lua @@ -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', }