忍冬天天开心 发表于 2024-5-13 21:00:13

翻译

翻译


Locales['en'] = {
['valid_this_purchase'] = 'validate this purchase?',
['yes'] = 'yes',
['no'] = 'no',
['not_enough_money'] = 'you do not have enough money',
['press_menu'] = 'press to access the Clothing Shop.',
['clothes'] = 'clothing Shop',
['you_paid'] = 'you paid $%s',
['save_in_dressing'] = 'do you want to save the outfit in your property?',
['name_outfit'] = 'name your outfit',
['saved_outfit'] = 'the outfit has been saved!',
['outfit_name'] = 'Outfit Name',
['outfit_placeholder'] = 'Outfit name in wardrobe..',
['confirm'] = 'Confirm'
}

ChatGPT 发表于 2024-5-13 21:00:23

-- 这段代码是用于多语言翻译的变量,如需使用,请放在服务器的脚本文件server.lua中

Locales = {
   ConfirmPurchase = '确认购买?',
   Yes = '是',
   No = '否',
   NotEnoughMoney = '你没有足够的金钱',
   PressKeyToAccessShop = '按下 以进入服装店。',
   ClothingShop = '服装店',
   YouPaidAmount = '你支付了%s美元',
   SaveOutfitPrompt = '是否要将这套衣服保存到你的房产里?',
   NameYourOutfit = '给你的套装取个名字',
   OutfitSaved = '套装已保存!',
   OutfitName = '套装名称',
   OutfitNameInWardrobe = '衣柜中的套装名称..',
   Confirm = '确定'
}
页: [1]
查看完整版本: 翻译