搜索
开启左侧

翻译

[复制链接]
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
      ----[[

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

使用道具 举报

文明发言,和谐互动
文明发言,和谐互动
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|首页 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-2-9 02:12 , Processed in 0.109552 second(s), 9 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2013 ELITE论坛【技术无价-分享快乐】

快速回复 返回顶部 返回列表