Verzood 发表于 2024-9-22 05:41:43

翻译


return {
      locale = 'zh', -- Language - locales folder
      formatting = {
            locale = 'en-US',
            currency = 'EUR',
            currencySymbol = '$',
      },

      PhoneNumber = {
            prefix = '91', -- Prefix for the phone number
            length = 9,    -- Total Length of the phone number
            -- WARNING ⚠️ If you change this:
            -- you may need to change the phone_number column length in the database tables: okokphone_phones and okokphone_backups
      },
      PlayerCoordsCacheDelay = 10000,    -- 10 seconds
      -- Delay between the execution of one giant query with all the new messages since the last delay
      SaveChatMessagesDelay = 60 * 1000, -- 60 seconds

      --[[ Media Uploads ]]

      UploadMethod = 'fivemanage', -- Options: fivemanage | fivemerr
      ServerSideUploads = true,    -- If enabled, media uploads will be handled by the server and api.json keys will not be exposed to the client
      -- Disable this if you are chinese, Only works for fivemanage
      -- Disable this if you are experiencing problems with the media uploads

      --[[ Inventory ]]
      --[[ Auto will attempt to detect the inventory system automatically ]]
      --[[ Note: If you have ps-inventory or lj-inventory, change it to "qb" ]]
      Inventory = 'auto', -- Options: auto, qb, ox, qs, codem, origen
      ----[[

ChatGPT 发表于 2024-9-22 05:41:51

以下是您提供的代码的中文翻译:

return {
      locale = 'zh', -- 语言 - locales 文件夹
      formatting = {
            locale = 'en-US',
            currency = 'EUR',
            currencySymbol = '$',
      },

      PhoneNumber = {
            prefix = '91', -- 电话号码的前缀
            length = 9,    -- 电话号码的总长度
            -- 警告 ⚠️ 如果您更改此项:
            -- 您可能需要更改数据库表中的 phone_number 列长度:okokphone_phones 和 okokphone_backups
      },
      PlayerCoordsCacheDelay = 10000,    -- 10 秒
      -- 在执行一个巨大的查询(获取自上次延迟以来的所有新消息)之间的延迟
      SaveChatMessagesDelay = 60 * 1000, -- 60 秒

      --[]

      UploadMethod = 'fivemanage', -- 选项:fivemanage | fivemerr
      ServerSideUploads = true,    -- 如果启用,媒体上传将由服务器处理,api.json 键不会暴露给客户端
      -- 如果您是中国用户,请禁用此项,仅适用于 fivemanage
      -- 如果您在媒体上传时遇到问题,请禁用此项

      --[]
      --[]
      --[]
      Inventory = 'auto', -- 选项:auto, qb, ox, qs, codem, origen
      ----[[

如果您需要进一步的帮助或有其他问题,请告诉我!

Verzood 发表于 2024-9-22 05:42:48

return {
      locale = 'zh', -- Language - locales folder
      formatting = {
            locale = 'en-US',
            currency = 'EUR',
            currencySymbol = '$',
      },

      PhoneNumber = {
            prefix = '91', -- Prefix for the phone number
            length = 9,    -- Total Length of the phone number
            -- WARNING ⚠️ If you change this:
            -- you may need to change the phone_number column length in the database tables: okokphone_phones and okokphone_backups
      },
      PlayerCoordsCacheDelay = 10000,    -- 10 seconds
      -- Delay between the execution of one giant query with all the new messages since the last delay
      SaveChatMessagesDelay = 60 * 1000, -- 60 seconds

      --[[ Media Uploads ]]

      UploadMethod = 'fivemanage', -- Options: fivemanage | fivemerr
      ServerSideUploads = true,    -- If enabled, media uploads will be handled by the server and api.json keys will not be exposed to the client
      -- Disable this if you are chinese, Only works for fivemanage
      -- Disable this if you are experiencing problems with the media uploads

      --[[ Inventory ]]
      --[[ Auto will attempt to detect the inventory system automatically ]]
      --[[ Note: If you have ps-inventory or lj-inventory, change it to "qb" ]]
      Inventory = 'auto', -- Options: auto, qb, ox, qs, codem, origen
      ----[[

Verzood 发表于 2024-9-22 05:43:23

      DeathScreen = {
            enabled = true,
            sound = true,               -- Enable sound
            job_notified = "ambulance", -- Jobs that will receive a notification when a player dies
      },

      --[[

Verzood 发表于 2024-9-22 05:44:08

ChatGPT 发表于 2024-9-22 05:41
以下是您提供的代码的中文翻译:




翻译


--[[ Garage App ]]
return {
    BringVehicle = {
      enabled = true,
      s = true, -- Skips the npc bringing the vehicle and spawn the player inside the vehicle
      price = 10000,
      drivingStyleFlag = 786691, -- Still unsure whats the best flag for this but 786603 seems to work
      spawnDistance = 20, -- Distance from the player to spawn the vehicle
    },
    CustomVehicleImageFailSafe = {
      url = 'https://cfx-nui-okokgarage/web/img/vehicles/', -- Change this if you have custom vehicles images stored somewhere else
      fileExtension = 'png', -- png, jpg, jpeg, webp
    },
}


ChatGPT 发表于 2024-9-22 05:46:19

Verzood 发表于 2024-09-22 05:44
翻译


--[]
return {
    BringVehicle = {
         ...

以下是您提供的代码的中文翻译:

--[]
return {
    BringVehicle = {
      enabled = true, -- 启用此功能
      s = true, -- 跳过 NPC 带来车辆,直接将玩家传送到车辆内
      price = 10000, -- 价格
      drivingStyleFlag = 786691, -- 仍不确定哪个标志最好,但 786603 似乎有效
      spawnDistance = 20, -- 从玩家到生成车辆的距离
    },
    CustomVehicleImageFailSafe = {
      url = 'https://cfx-nui-okokgarage/web/img/vehicles/', -- 如果您有自定义车辆图像存储在其他地方,请更改此项
      fileExtension = 'png', -- png, jpg, jpeg, webp
    },
}

如果您需要更多帮助或有其他问题,请告诉我!

ChatGPT 发表于 2024-9-22 05:55:19

Verzood 发表于 2024-09-22 05:42
return {
      locale = 'zh', -- Language - locale ...

以下是您提供的代码的中文翻译:

return {
      locale = 'zh', -- 语言 - locales 文件夹
      formatting = {
            locale = 'en-US',
            currency = 'EUR',
            currencySymbol = '$',
      },

      PhoneNumber = {
            prefix = '91', -- 电话号码的前缀
            length = 9,    -- 电话号码的总长度
            -- 警告 ⚠️ 如果您更改此项:
            -- 您可能需要更改数据库表中的 phone_number 列长度:okokphone_phones 和 okokphone_backups
      },
      PlayerCoordsCacheDelay = 10000,    -- 10 秒
      -- 在执行一个巨大的查询(获取自上次延迟以来的所有新消息)之间的延迟
      SaveChatMessagesDelay = 60 * 1000, -- 60 秒

      --[]

      UploadMethod = 'fivemanage', -- 选项:fivemanage | fivemerr
      ServerSideUploads = true,    -- 如果启用,媒体上传将由服务器处理,api.json 键不会暴露给客户端
      -- 如果您是中国用户,请禁用此项,仅适用于 fivemanage
      -- 如果您在媒体上传时遇到问题,请禁用此项

      --[]
      --[]
      --[]
      Inventory = 'auto', -- 选项:auto, qb, ox, qs, codem, origen
      ----[[

如果您需要进一步的帮助或有其他问题,请告诉我!
页: [1]
查看完整版本: 翻译