From 2b4ce98dbea035d1479100a1e1d7a896dcba6cdc Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 12 Jul 2025 20:03:12 +0200 Subject: [PATCH] Update locale.lua --- resources/[tools]/kq_outfitbag2/locale.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/[tools]/kq_outfitbag2/locale.lua b/resources/[tools]/kq_outfitbag2/locale.lua index 9eb9cf60a..9f6d8c37b 100644 --- a/resources/[tools]/kq_outfitbag2/locale.lua +++ b/resources/[tools]/kq_outfitbag2/locale.lua @@ -3,18 +3,18 @@ Locale = { - ['Open bag'] = 'Open bag', - ['Pickup bag'] = 'Pickup bag', - ['Outfit bag'] = 'Outfit bag', + ['Open bag'] = 'Tasche öffnen', + ['Pickup bag'] = 'Taschen aufheben', + ['Outfit bag'] = 'Outfit Tasche', - ['~w~[~g~{OPEK_KEYBIND}~w~] to open [~g~{PICKUP_KEYBIND}~w~] to pickup the bag'] = '~w~[~g~{OPEK_KEYBIND}~w~] to open [~g~{PICKUP_KEYBIND}~w~] to pickup the bag', - ['~w~[~g~{OPEN_KEYBIND}~w~] to open the bag'] = '~w~[~g~{OPEN_KEYBIND}~w~] to open the bag', + ['~w~[~g~{OPEK_KEYBIND}~w~] to open [~g~{PICKUP_KEYBIND}~w~] to pickup the bag'] = '~w~[~g~{OPEK_KEYBIND}~w~] zum öffnen [~g~{PICKUP_KEYBIND}~w~] zum aufheben', + ['~w~[~g~{OPEN_KEYBIND}~w~] to open the bag'] = '~w~[~g~{OPEN_KEYBIND}~w~] zum öffnen', - ['~r~This outfit isn\'t suitable for you'] = '~r~This outfit isn\'t suitable for you', - ['~r~Wait a bit before you switch outfits again'] = '~r~Wait a bit before you switch outfits again', + ['~r~This outfit isn\'t suitable for you'] = '~r~Dieses Outfit passt dir nicht.', + ['~r~Wait a bit before you switch outfits again'] = '~r~Warte ein bisschen, bevor du das Outfit wieder wechselst.', - ['~r~This fixed bag does not exist. Please let the server admin know about this.'] = '~r~This fixed bag does not exist. Please let the server admin know about this.', + ['~r~This fixed bag does not exist. Please let the server admin know about this.'] = '~r~Diese feste Tasche existiert nicht. Bitte informiere den Serveradministrator darüber.', - ['SAVE CURRENT OUTFIT'] = 'SAVE CURRENT OUTFIT', - ['PREVIEW'] = 'PREVIEW', + ['SAVE CURRENT OUTFIT'] = 'AKTUELLES OUTFIT SPEICHERN', + ['PREVIEW'] = 'VORSCHAU', }