This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Locales['en'] = {
['shop'] = 'shop',
['shops'] = 'shops',
['press_menu'] = 'press [%s] to access the ~g~store.',
['shop_item'] = '$%s',
['bought'] = 'You Have Bought ~b~%sx %s~s~ for ~b~$%s',
['not_enough'] = 'you do ~r~not~s~ have enough money, you\'re missing ~b~$%s!',
['player_cannot_hold'] = 'you do ~r~not~s~ have enough free space in your inventory!',
['shop_confirm'] = 'buy %sx %s for $%s?',
['no'] = 'no',
['yes'] = 'yes',
['amount'] = 'Amount',
['amount_placeholder'] = 'Amount you want to buy',
['confirm'] = 'Confirm',
['purchase'] = 'Purchase',
['bread'] = 'Bread',
['water'] = 'Water',
}