From 10cd18dffb3e0ae7531f84e7335d7e79f99ddbc9 Mon Sep 17 00:00:00 2001 From: RoadToSix <92928205+roadtosixx@users.noreply.github.com> Date: Sun, 18 Sep 2022 16:35:22 +0200 Subject: [PATCH] esx_shops: update de.lua --- [esx_addons]/esx_shops/locales/de.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/[esx_addons]/esx_shops/locales/de.lua b/[esx_addons]/esx_shops/locales/de.lua index 1d760bda..bcc504a4 100644 --- a/[esx_addons]/esx_shops/locales/de.lua +++ b/[esx_addons]/esx_shops/locales/de.lua @@ -1,11 +1,11 @@ Locales['de'] = { ['shop'] = 'geschäft', ['shops'] = 'geschäfte', - ['press_menu'] = 'drücke [E] um auf das Geschäft zuzugreifen.', + ['press_menu'] = 'Drücke [E] um auf das Geschäft zuzugreifen.', ['shop_item'] = '$%s', - ['bought'] = 'du kaufst %sx %s für ~r~$%s', - ['not_enough'] = 'du ~r~hast nicht genug geld: %s', - ['player_cannot_hold'] = 'du hast ~r~nicht genug Platz in deinem Inventar', + ['bought'] = 'Du kaufst %sx %s für $%s', + ['not_enough'] = 'Du hast nicht genug geld: %s', + ['player_cannot_hold'] = 'Du hast nicht genug Platz in deinem Inventar', ['shop_confirm'] = 'Kaufe %sx %s für $%s?', ['no'] = 'nein', ['yes'] = 'ja',