Update de.lua (#63)

Translation
This commit is contained in:
btwlouis
2020-07-03 18:06:30 +01:00
committed by GitHub
parent 35d83e3488
commit 8b92dc1391
+9 -9
View File
@@ -1,13 +1,13 @@
Locales ['de'] = {
['buy_license'] = 'buy weapon license?',
['buy_license'] = 'Waffenlizenz kaufen?',
['yes'] = '%s',
['no'] = 'no',
['weapon_bought'] = 'purchased for %s EUR',
['not_enough_black'] = 'du hast nicht genug Schwarzgeld',
['not_enough'] = 'du hast nicht genug Geld',
['already_owned'] = 'you already own this weapon!',
['shop_menu_title'] = 'geschäft',
['shop_menu_prompt'] = 'drücke ~INPUT_CONTEXT~ um auf das Geschäft zuzugreifen.',
['no'] = 'Nein',
['weapon_bought'] = 'Gekauft für %s EUR',
['not_enough_black'] = 'Du hast nicht genug Schwarzgeld',
['not_enough'] = 'Du hast nicht genug Geld',
['already_owned'] = 'Du besitzt diese Waffe bereits',
['shop_menu_title'] = 'Geschäft',
['shop_menu_prompt'] = 'Drücke ~INPUT_CONTEXT~ um auf das Geschäft zuzugreifen.',
['shop_menu_item'] = '%s EUR',
['map_blip'] = 'waffenladen',
['map_blip'] = 'Waffenladen',
}