mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
13 lines
469 B
Lua
13 lines
469 B
Lua
Locales['de'] = {
|
|
['shop'] = 'geschäft',
|
|
['shops'] = 'geschäfte',
|
|
['press_menu'] = 'drücke ~INPUT_CONTEXT~ um auf das Geschäft zuzugreifen.',
|
|
['shop_item'] = '$%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'] = 'du hast ~r~nicht~s~ genug ~y~Platz~s~ in deinem Inventar',
|
|
['shop_confirm'] = 'Kaufe %sx %s für $%s?',
|
|
['no'] = 'nein',
|
|
['yes'] = 'ja',
|
|
}
|