Toyota 发表于 2024-8-28 14:24:56

翻译成中文,保留源代码


---- IMPORTANT ! ALL ITEMS ARE EXAMPLE FOR YOU, YOU SHOULD SET THOSE, IF YOU DONT SET PROBABLY ITS GONNA BE BROKEN. ! IMPORTANT
---- IMPORTANT ! ALL ITEMS ARE EXAMPLE FOR YOU, YOU SHOULD SET THOSE, IF YOU DONT SET PROBABLY ITS GONNA BE BROKEN. ! IMPORTANT
---- IMPORTANT ! ALL ITEMS ARE EXAMPLE FOR YOU, YOU SHOULD SET THOSE, IF YOU DONT SET PROBABLY ITS GONNA BE BROKEN. ! IMPORTANT

-- ak4y dev.

-- IF YOU HAVE ANY PROBLEM OR DO YOU NEED HELP PLS COME TO MY DISCORD SERVER AND CREATE A TICKET
-- IF YOU DONT HAVE ANY PROBLEM YET AGAIN COME TO MY DISCORD :)
-- https://discord.gg/kWwM3Bx

AK4Y = {}


--
-- "errorEsx" if you have error on console type this.
AK4Y.Framework = "esx" -- esx / newEsx | newEsx = export system | esx = triggerevent system
--

AK4Y.Mysql = "oxmysql" -- Check fxmanifest.lua when you change it! | ghmattimysql / oxmysql / mysql-async
AK4Y.OpenCommand = "caseOpening"

AK4Y.WeaponsAreItem = false -- If your weapons are item then you should set this TRUE.

----- SILVER COIN REWARDS -----
AK4Y.NeededPlayTimeForSilverCoin = 20 -- MINUTES
AK4Y.PlayTimeRewardSilverCoin = 5

----- GOLD COIN REWARDS ----
AK4Y.NeededPlayTimeForGoldCoin = 120 -- MINUTES
AK4Y.PlayTimeRewardGoldCoin = 10

AK4Y.WebsiteLink = "https://www.google.com/"
AK4Y.DiscordLink = "https://discord.gg/ak4y/"

-- ITEM TYPES : "common", "uncommon", "rare", "mythical", "legendary"
AK4Y.LastItemCategories = {"uncommon", "rare", "mythical", "legendary"} -- When items of the type written on the left are won, they appear in the recently won items tab
AK4Y.ServerNotifyCategories = {"uncommon", "mythical", "legendary"} -- When items of the type written on the left are won, a notification is sent to the entire server

AK4Y.Translate = {
    title1 = "CASE",
    title2 = "OPENING",
    premium = "PREMIUM",
    standard = "STANDARD",
    cases = "CASES",
    website = "WEBSITE",
    discord = "DISCORD",
    premiumCases = "PREMIUM CASES",
    standardCases = "STANDARD CASES",
    openCase = "OPEN CASE",
    openFast = "OPEN FAST",
    coinShopTitle = "GC SHOP",
    new = "NEW",
    goBack = "GO BACK",
    caseItems = "CASE ITEMS",
    items = "ITEMS",
    congratulations = "CONGRATULATIONS",
    congDescription = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum assumenda, a minima reiciendis modi quo expedita dignissimos?",
    collect = "COLLECT",
    sell = "SELL",
    accept = "ACCEPT",
    creditLoaded = "Credit Successfully LOADED",
    failed = "FAILED",
    youDntHaveEnoughCredit = "YOU DONT HAVE ENOUGH CREDIT!",
}


ChatGPT 发表于 2024-8-28 14:25:08

---- 重要!所有项目都是示例,您应该设置这些,如果您不设置,可能会导致错误!重要
---- 重要!所有项目都是示例,您应该设置这些,如果您不设置,可能会导致错误!重要
---- 重要!所有项目都是示例,您应该设置这些,如果您不设置,可能会导致错误!重要

-- ak4y 开发者。

-- 如果您有任何问题或需要帮助,请来我的 Discord 服务器并创建一个工单
-- 如果您没有任何问题,再次来我的 Discord :)
-- https://discord.gg/kWwM3Bx

AK4Y = {}

--
-- "errorEsx" 如果您在控制台上有错误,请输入此内容。
AK4Y.Framework = "esx" -- esx / newEsx | newEsx = 导出系统 | esx = 触发事件系统
--

AK4Y.Mysql = "oxmysql" -- 更改时请检查 fxmanifest.lua! | ghmattimysql / oxmysql / mysql-async
AK4Y.OpenCommand = "caseOpening"

AK4Y.WeaponsAreItem = false -- 如果您的武器是物品,则应将此设置为 TRUE。

----- 银币奖励 -----
AK4Y.NeededPlayTimeForSilverCoin = 20 -- 分钟
AK4Y.PlayTimeRewardSilverCoin = 5

----- 金币奖励 -----
AK4Y.NeededPlayTimeForGoldCoin = 120 -- 分钟
AK4Y.PlayTimeRewardGoldCoin = 10

AK4Y.WebsiteLink = "https://www.google.com/"
AK4Y.DiscordLink = "https://discord.gg/ak4y/"

-- 物品类型 : "common", "uncommon", "rare", "mythical", "legendary"
AK4Y.LastItemCategories = {"uncommon", "rare", "mythical", "legendary"} -- 当赢得左侧写的类型的物品时,它们会出现在最近赢得的物品标签中
AK4Y.ServerNotifyCategories = {"uncommon", "mythical", "legendary"} -- 当赢得左侧写的类型的物品时,整个服务器会收到通知

AK4Y.Translate = {
    title1 = "箱子",
    title2 = "开启",
    premium = "高级",
    standard = "标准",
    cases = "箱子",
    website = "网站",
    discord = "Discord",
    premiumCases = "高级箱子",
    standardCases = "标准箱子",
    openCase = "开启箱子",
    openFast = "快速开启",
    coinShopTitle = "金币商店",
    new = "新",
    goBack = "返回",
    caseItems = "箱子物品",
    items = "物品",
    congratulations = "恭喜",
    congDescription = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum assumenda, a minima reiciendis modi quo expedita dignissimos?",
    collect = "收集",
    sell = "出售",
    accept = "接受",
    creditLoaded = "信用成功加载",
    failed = "失败",
    youDntHaveEnoughCredit = "您没有足够的信用!",
}
页: [1]
查看完整版本: 翻译成中文,保留源代码