19 lines
722 B
Lua
19 lines
722 B
Lua
Locales['zh-cn'] = {
|
|
['shop'] = '购物商店',
|
|
['shops'] = '购物商店',
|
|
['press_menu'] = '键下 [%s] 访问~g~购物商店.',
|
|
['shop_item'] = '$%s',
|
|
['bought'] = '已购 ~b~%sx %s~s~ -支付:~b~$%s',
|
|
['not_enough'] = '暂无足够资金, 您还需要~b~$%s!',
|
|
['player_cannot_hold'] = '背包尚无足够剩余空间!',
|
|
['shop_confirm'] = '确认购买 %sX%s -支付:$%s?',
|
|
['no'] = '取消',
|
|
['yes'] = '确认',
|
|
['amount'] = 'Amount', --not translated
|
|
['amount_placeholder'] = 'Amount you want to buy', --not translated
|
|
['confirm'] = 'Confirm', --not translated
|
|
['purchase'] = 'Purchase', --not translated
|
|
['bread'] = 'Bread', --not translated
|
|
['water'] = 'Water', --not translated
|
|
}
|