From 926bd84744e7d3cd60904595ba2535a6ae30564d Mon Sep 17 00:00:00 2001 From: btwlouis <56355239+btwlouis@users.noreply.github.com> Date: Fri, 5 Jun 2020 15:08:26 +0200 Subject: [PATCH] Update de.lua --- locales/de.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/de.lua b/locales/de.lua index 3081beee..f8ed240f 100644 --- a/locales/de.lua +++ b/locales/de.lua @@ -3,10 +3,10 @@ Locales['de'] = { ['shops'] = 'geschäfte', ['press_menu'] = 'drücke ~INPUT_CONTEXT~ um auf das Geschäft zuzugreifen.', ['shop_item'] = '$%s', - ['bought'] = 'you just bought ~y~%sx~s~ ~b~%s~s~ for ~r~$%s~s~', + ['bought'] = 'du kaufst ~y~%sx~s~ ~b~%s~s~ für ~r~$%s~s~', ['not_enough'] = 'du ~r~hast nicht~s~ genug geld: %s', - ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!', - ['shop_confirm'] = 'buy %sx %s for $%s?', - ['no'] = 'no', - ['yes'] = 'yes', + ['player_cannot_hold'] = 'du hast ~r~nicht~s~ genug ~y~Platz~s~ in deinem Inventar', + ['shop_confirm'] = 'Kaufe %sx %s für $%s?', + ['no'] = 'nein', + ['yes'] = 'ja', }