猪猪侠 发表于 2024-9-29 20:25:46

翻译成中文 保留源代码


      menu = 'Menu',
      overview = 'Overview',
      stock = 'Stock',
      orders = 'Orders',
      neworder = 'New Order',
      employees = 'Employees',
      saleshistory = 'Sales History',
      auctions = 'Auctions',
      logout = 'Logout',
      finances = 'Finances',
      balance = 'Balance',
      deposit = 'Deposit',
      withdraw = 'Withdraw',
      depositmoney = 'Deposit Money',
      withdrawmoney = 'Withdraw Money',
      bestemployee = 'Best Employee',
      recentsales = 'Recent Sales',
      owner = 'Owner',
      loggingout = 'Logging out...',
      loadingdata = 'Loading Data...',
      search = 'Search...',
      noentriesfound = 'No entries found',
      noresults = 'No results match your search query',
      sellbusiness = 'Sell Business',
      buybusiness = 'Buy Business',
      areyousure = 'Are you sure?',
      doyouwanttobuy = 'Do you want to buy',
      sellbusinessfor = 'Do you want to sell the business for',
      buyfor = 'for',
      cancelbutton = 'Cancel',
      buybutton = 'Buy',
      sellbutton = 'Sell',
      notOwnedStoreName = 'Vehicle Sales',
      store = 'Store',
      vehicle = 'Vehicle',
      customer = 'Customer',
      plate = 'Plate',
      view = 'View',
      actions = 'Actions',
      status = 'Status',
      awaitingcustomer = 'Awaiting Customer',
      pending = 'Pending',
      amount = 'Amount',
      name = 'Name',
      grade = 'Grade',
      save = 'Save',
      edit = 'Edit',
      hire = 'Hire',
      totalorders = 'Total Orders',
      hireemployee = 'Hire Employee',
      fireemployeetitle = 'Fire Employee',
      editemployee = 'Edit Employee',
      selectuser = 'Select a person',
      fireemployee = 'Do you want to fire',
      firemyself = 'Do you want to fire yourself?',
      firebutton = 'Fire',
      quitjob = 'Quit Job',
      confirm = 'Confirm',
      note = 'Engine Level 4',
      vehicleinfo = 'Vehicle Info',
      boughtfor = 'Bought for',
      notes = 'Notes',
      negotiable = 'Negotiable',
      pricenegotiable = 'Price is negotiable',
      vehiclesale = 'Vehicle is for sale',
      price = 'Price',
      date = 'Date',
      value = 'Value',
      seller = 'Seller',
      create = 'Create',
      agreedprice = 'Agreed Price',
      phone = 'Phone Number',
      nameplaceholder = 'Entity XF',
      customerplaceholder = 'Tommy Champion',
      phoneplaceholder = '917826572',
      agreedpriceplaceholder = '480000',
      delivered = 'Delivered',
      orderinfo = 'Order Info',
      cancelorder = 'Cancel Order',
      pending = 'Pending',
      awaitingcustomer = 'Awaiting Customer',
      delivered = 'Delivered',
      confirmcancelorder = 'Do you want to cancel the order?',
      buyvehicle = 'Buy Vehicle',
      selectvehicle = 'Select a Vehicle',
      purchasebutton = 'PURCHASE',
      contactbutton = 'CONTACT',
      sellbutton = 'SELL',
      bidbutton = 'BID',
      sellvehicle = 'Sell Vehicle',
      buyer = 'Buyer',
      priceplaceholder = '50000',
      none = 'None',
      soldfor = 'Sold for',
      finish = 'Finish',
      start = 'Start',
      startauction = 'Start Auction',
      startingbid = 'Starting Bid',
      currentbid = 'Current Bid',
      yourbid = 'Your Bid',
      totalbids = 'Total Bids',
      timeleft = 'Time Left',
      startingbidplaceholder = '2000',
      duration = 'Duration',
      nodata = 'No Data',
      listed = 'Listed',
      notlisted = 'Not Listed',
      onauction = 'On Auction',
      auctioninfo = 'Auction Info',
      auctionstarted = 'Auction Started',
      auctionended = 'Auction Has Ended',
      auctionendedlist = 'Auction Ended',
      exitauction = 'Exit Auction',
      finalbidamount = 'Final Bid Amount',
      winner = 'Winner',
      thankyou = 'Thank you',
      hour = 'h',
      minute = 'm',
      notwinner = 'Thank you for participating in the auction. Unfortunately, you didn\'t win this time, but don\'t worry, there will be more opportunities in the future.',
      auctionwinner = 'Thank you for participating and congratulations on your winning bid! Enjoy your new vehicle.',
      nonotes = 'N/A',
      totalsales = 'Total Sales',
      totalearned = 'Total Earned',
      phonenumber = 'Phone Number',
      online = 'Online',
      offline = 'Offline',
      nowinner = 'No winner',
      deliver = 'Deliver',
      delivervehicle = 'Deliver Vehicle',
      auctionedfor = 'Auctioned for',


ChatGPT 发表于 2024-9-29 20:26:00

```lua
      menu = '菜单',
      overview = '概览',
      stock = '库存',
      orders = '订单',
      neworder = '新订单',
      employees = '员工',
      saleshistory = '销售历史',
      auctions = '拍卖',
      logout = '登出',
      finances = '财务',
      balance = '余额',
      deposit = '存款',
      withdraw = '取款',
      depositmoney = '存入资金',
      withdrawmoney = '取出资金',
      bestemployee = '最佳员工',
      recentsales = '最近销售',
      owner = '所有者',
      loggingout = '正在登出...',
      loadingdata = '加载数据...',
      search = '搜索...',
      noentriesfound = '未找到条目',
      noresults = '没有结果与您的搜索查询匹配',
      sellbusiness = '出售业务',
      buybusiness = '购买业务',
      areyousure = '您确定吗?',
      doyouwanttobuy = '您想购买',
      sellbusinessfor = '您想以此价格出售业务',
      buyfor = '为',
      cancelbutton = '取消',
      buybutton = '购买',
      sellbutton = '出售',
      notOwnedStoreName = '车辆销售',
      store = '商店',
      vehicle = '车辆',
      customer = '客户',
      plate = '车牌',
      view = '查看',
      actions = '操作',
      status = '状态',
      awaitingcustomer = '等待客户',
      pending = '待处理',
      amount = '金额',
      name = '姓名',
      grade = '等级',
      save = '保存',
      edit = '编辑',
      hire = '雇佣',
      totalorders = '总订单',
      hireemployee = '雇佣员工',
      fireemployeetitle = '解雇员工',
      editemployee = '编辑员工',
      selectuser = '选择一个人',
      fireemployee = '您想解雇',
      firemyself = '您想解雇自己吗?',
      firebutton = '解雇',
      quitjob = '辞职',
      confirm = '确认',
      note = '引擎等级 4',
      vehicleinfo = '车辆信息',
      boughtfor = '购买价格',
      notes = '备注',
      negotiable = '可议',
      pricenegotiable = '价格可议',
      vehiclesale = '车辆待售',
      price = '价格',
      date = '日期',
      value = '价值',
      seller = '卖家',
      create = '创建',
      agreedprice = '商定价格',
      phone = '电话号码',
      nameplaceholder = '实体 XF',
      customerplaceholder = '汤米·冠军',
      phoneplaceholder = '917826572',
      agreedpriceplaceholder = '480000',
      delivered = '已交付',
      orderinfo = '订单信息',
      cancelorder = '取消订单',
      pending = '待处理',
      awaitingcustomer = '等待客户',
      delivered = '已交付',
      confirmcancelorder = '您想取消订单吗?',
      buyvehicle = '购买车辆',
      selectvehicle = '选择一辆车辆',
      purchasebutton = '购买',
      contactbutton = '联系',
      sellbutton = '出售',
      bidbutton = '出价',
      sellvehicle = '出售车辆',
      buyer = '买家',
      priceplaceholder = '50000',
      none = '无',
      soldfor = '出售价格',
      finish = '完成',
      start = '开始',
      startauction = '开始拍卖',
      startingbid = '起始出价',
      currentbid = '当前出价',
      yourbid = '您的出价',
      totalbids = '总出价',
      timeleft = '剩余时间',
      startingbidplaceholder = '2000',
      duration = '持续时间',
      nodata = '无数据',
      listed = '已列出',
      notlisted = '未列出',
      onauction = '正在拍卖',
      auctioninfo = '拍卖信息',
      auctionstarted = '拍卖已开始',
      auctionended = '拍卖已结束',
      auctionendedlist = '拍卖结束',
      exitauction = '退出拍卖',
      finalbidamount = '最终出价金额',
      winner = '赢家',
      thankyou = '谢谢',
      hour = '小时',
      minute = '分钟',
      notwinner = '感谢您参与拍卖。很遗憾,您这次没有获胜,但请不要担心,未来会有更多机会。',
      auctionwinner = '感谢您参与,恭喜您赢得了出价!祝您享受您的新车。',
      nonotes =
页: [1]
查看完整版本: 翻译成中文 保留源代码