From d477fce1d547aece6fccc0dbb10f289866bb6f9f Mon Sep 17 00:00:00 2001 From: Marvbell110 <34713144+Marvbell110@users.noreply.github.com> Date: Wed, 4 Mar 2020 19:59:44 +0100 Subject: [PATCH 1/2] Update de.lua --- locales/de.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/de.lua b/locales/de.lua index 3081beee..dfbd318a 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~', - ['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', + ['bought'] = '~y~%sx~s~ ~b~%s~s~ wurde gekauft für ~r~$%s~s~.', + ['not_enough'] = '~r~ $%s fehlen dir!', + ['player_cannot_hold'] = 'du hast ~r~nicht genug~s~ ~y~freien Platz~s~, in deinem Inventar!', + ['shop_confirm'] = 'kaufe %sx %s für $%s?', + ['no'] = 'Nein', + ['yes'] = 'Ja', } From dcc2aa762fcf9afd6c71976c5fd73a7dc67c009d Mon Sep 17 00:00:00 2001 From: Marvbell110 <34713144+Marvbell110@users.noreply.github.com> Date: Sat, 21 Mar 2020 14:20:39 +0100 Subject: [PATCH 2/2] Update de.lua --- locales/de.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/de.lua b/locales/de.lua index dfbd318a..2e0093cf 100644 --- a/locales/de.lua +++ b/locales/de.lua @@ -1,12 +1,12 @@ Locales['de'] = { ['shop'] = 'geschäft', ['shops'] = 'geschäfte', - ['press_menu'] = 'drücke ~INPUT_CONTEXT~ um auf das Geschäft zuzugreifen.', + ['press_menu'] = 'drücke ~INPUT_CONTEXT~ um auf das Geschäft zuzugreifen', ['shop_item'] = '$%s', - ['bought'] = '~y~%sx~s~ ~b~%s~s~ wurde gekauft für ~r~$%s~s~.', - ['not_enough'] = '~r~ $%s fehlen dir!', - ['player_cannot_hold'] = 'du hast ~r~nicht genug~s~ ~y~freien Platz~s~, in deinem Inventar!', + ['bought'] = '~y~%sx~s~ ~b~%s~s~ wurde gekauft für ~r~$%s~s~', + ['not_enough'] = '~r~ $%s fehlen dir', + ['player_cannot_hold'] = 'du hast ~r~nicht genug~s~ ~y~freien Platz~s~, in deinem Inventar', ['shop_confirm'] = 'kaufe %sx %s für $%s?', - ['no'] = 'Nein', - ['yes'] = 'Ja', + ['no'] = 'nein', + ['yes'] = 'ja', }