6015438 发表于 2024-3-22 22:00:25

翻译

请翻译以下内容为简体中文


   error = {
          need_more_exp = 'You need to have more experience to make this item!',
          need_more_mat = 'You dont have enough materials',
          crafting_is_restricted = 'Crafting this item is restricted.',
          crafting_failed = 'Crafting Failed! ^.^',
          not_authorized = 'You are not authorized to do this'
   },
   success = {
          successful_crafting = 'crafting was successful'
   },
   info = {
          mr = 'Mr.',
          mrs = 'Mrs.',
   },
   mail = {
          sender = 'Crafting Company',
          subject = 'Materials list',
          message = 'Dear %s %s, <br /><br />List of materials you need to craft (%s): <br /><br /> * Success rate: %d, <br /> * Restricted: %s <br />',
          level = ' * Level: %s <br />',
          yes = 'Yes',
          no = 'No',
          tnx_message = '<br /><br />We are happy to have you!',
          materials_list_header = '<br /># Materials list:',
          materials_list = '<br />- %s %dx'
   },
   menu = {
          back = 'Back',
          leave = 'Leave',
          player_crafting_information = 'Your Crafting Information',
          -- craft menu
          item_name = 'Item Name',
          craft = 'Craft',
          check_mat_list = 'Check Materials List',

          -- player crafting information menu
          your_name = 'Your Name',
          your_job = 'Your Job',
          job_sub = 'Name: %s | Grade: %s',
          crafting_exp = 'Your Crafting exp',

          -- main menu
          main_menu_header = 'Crafting Workbench'
   }
}


ChatGPT 发表于 2024-3-22 22:00:38

错误 = {
   need_more_exp = '你需要更多的经验来制作这个物品!',
   need_more_mat = '你没有足够的材料',
   crafting_is_restricted = '制作此物品受限制。',
   crafting_failed = '制作失败! ^.^',
   not_authorized = '你没有权限进行此操作'
},
成功 = {
   successful_crafting = '制作成功'
},
信息 = {
   先生 = '先生',
   夫人 = '夫人',
},
邮件 = {
   发件人 = '制作公司',
   主题 = '材料清单',
   消息 = '亲爱的%s%s,您需要制作(%s)的材料清单:* 成功率:%d,* 受限制:%s ',
   等级 = ' * 等级:%s ',
   是 = '是',
   否 = '否',
   tnx_message = '我们很高兴有你!',
   材料清单头部 = '# 材料清单:',
   材料清单 = '- %s %dx'
},
菜单 = {
   返回 = '返回',
   离开 = '离开',
   玩家制作信息 = '你的制作信息',
   -- 制作菜单
   物品名称 = '物品名称',
   制作 = '制作',
   检查材料清单 = '检查材料清单',

   -- 玩家制作信息菜单
   你的名字 = '你的名字',
   你的工作 = '你的工作',
   工作副标题 = '名字:%s | 等级:%s',
   制作经验 = '你的制作经验',

   -- 主菜单
   主菜单头部 = '制作工作台'
}
页: [1]
查看完整版本: 翻译