Merge pull request #85 from Naifen-Phoxidas/master

Updated de.lua
This commit is contained in:
LazarusOfTheFallen
2021-02-01 17:02:50 -06:00
committed by GitHub
+7 -7
View File
@@ -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'] = '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',
}