201442085 发表于 2024-3-31 19:17:34

翻译


Locales['en'] = {
['shop'] = 'shop',
['shops'] = 'shops',
['press_menu'] = 'press 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',
}



ChatGPT 发表于 2024-3-31 19:17:42

Locales['zh'] = {
['shop'] = '商店',
['shops'] = '商店',
['press_menu'] = '按 ~g~键~s~ 打开商店。',
['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_placeholder'] = '输入购买数量',
['confirm'] = '确认',
['purchase'] = '购买',
['bread'] = '面包',
['water'] = '水',
}
页: [1]
查看完整版本: 翻译