king1204 发表于 2024-5-8 16:34:37

翻译一下


Locales["en"] = {
    UI = {
      modal = {
            save = {
                title = "Save customization",
                description = "You will remain ugly"
            },
            exit = {
                title = "Exit customization",
                description = "No changes will be saved"
            },
            accept = "Yes",
            decline = "No"
      },
      ped = {
            title = "Ped",
            model = "Model"
      },
      headBlend = {
            title = "Inheritance",
            shape = {
                title = "Face",
                firstOption = "Father",
                secondOption = "Mother",
                mix = "Mix"
            },
            skin = {
                title = "Skin",
                firstOption = "Father",
                secondOption = "Mother",
                mix = "Mix"
            },
            race = {
                title = "Race",
                shape = "Shape",
                skin = "Skin",
                mix = "Mix"
            }
      },
      faceFeatures = {
            title = "Face Features",
            nose = {
                title = "Nose",
                width = "Width",
                height = "Height",
                size = "Size",
                boneHeight = "Bone height",
                boneTwist = "Bone twist",
                peakHeight = "Peak height"
            },
            eyebrows = {
                title = "Eyebrows",
                height = "Height",
                depth = "Depth"
            },
            cheeks = {
                title = "Cheeks",
                boneHeight = "Bone height",
                boneWidth = "Bone width",
                width = "Width"
            },
            eyesAndMouth = {
                title = "Eyes and Mouth",
                eyesOpening = "Eyes opening",
                lipsThickness = "Lip thickness"
            },
            jaw = {
                title = "Jaw",
                width = "Width",
                size = "Size"
            },
            chin = {
                title = "Chin",
                lowering = "Lowering",
                length = "Length",
                size = "Size",
                hole = "Hole size"
            },
            neck = {
                title = "Neck",
                thickness = "Thickness"
            }
      },
      headOverlays = {
            title = "Appearance",
            hair = {
                title = "Hair",
                style = "Style",
                color = "Color",
                highlight = "Highlight",
                texture = "Texture",
                fade = "Fade"
            },
            opacity = "Opacity",
            style = "Style",
            color = "Color",
            secondColor = "Secondary Color",
            blemishes = "Blemishes",
            beard = "Beard",
            eyebrows = "Eyebrows",
            ageing = "Ageing",
            makeUp = "Make up",
            blush = "Blush",
            complexion = "Complexion",
            sunDamage = "Sun damage",
            lipstick = "Lipstick",
            moleAndFreckles = "Mole and Freckles",
            chestHair = "Chest hair",
            bodyBlemishes = "Body blemishes",
            eyeColor = "Eye color"
      },
      components = {
            title = "Clothes",
            drawable = "Drawable",
            texture = "Texture",
            mask = "Mask",
            upperBody = "Hands",
            lowerBody = "Legs",
            bags = "Bags and parachute",
            shoes = "Shoes",
            scarfAndChains = "Scarf and chains",
            shirt = "Shirt",
            bodyArmor = "Body armor",
            decals = "Decals",
            jackets = "Jackets",
            head = "Head"
      },
      props = {
            title = "Props",
            drawable = "Drawable",
            texture = "Texture",
            hats = "Hats and helmets",
            glasses = "Glasses",
            ear = "Ear",
            watches = "Watches",
            bracelets = "Bracelets"
      },
      tattoos = {
            title = "Tattoos",
            items = {
                ZONE_TORSO = "Torso",
                ZONE_HEAD = "Head",
                ZONE_LEFT_ARM = "Left arm",
                ZONE_RIGHT_ARM = "Right arm",
                ZONE_LEFT_LEG = "Left leg",
                ZONE_RIGHT_LEG = "Right leg"
            },
            apply = "Apply",
            delete = "Remove",
            deleteAll = "Remove all Tattoos",
            opacity = "Opacity"
      }
    },
    outfitManagement = {
      title = "Outfit Management",
      jobText = "Manage outfits for Job",
      gangText = "Manage outfits for Gang"
    },
    cancelled = {
      title = "Cancelled Customization",
      description = "Customization not saved"
    },
    outfits = {
      import = {
            title = "Enter outfit code",
            menuTitle = "Import Outfit",
            description = "Import an outfit from a sharing code",
            name = {
                label = "Name the Outfit",
                placeholder = "A nice outfit",
                default = "Imported Outfit"
            },
            code = {
                label = "Outfit Code"
            },
            success = {
                title = "Outfit Imported",
                description = "You can now change to the outfit using the outfit menu"
            },
            failure = {
                title = "Import Failure",
                description = "Invalid outfit code"
            }
      },
      generate = {
            title = "Generate Outfit Code",
            description = "Generate an outfit code for sharing",
            failure = {
                title = "Something went wrong",
                description = "Code generation failed for the outfit"
            },
            success = {
                title = "Outfit Code Generated",
                description = "Here is your outfit code"
            }
      },
      save = {
            menuTitle = "Save current Outfit",
            menuDescription = "Save your current outfit as %s outfit",
            description = "Save your current outfit",
            title = "Name your outfit",
            managementTitle = "Management Outfit Details",
            name = {
                label = "Outfit Name",
                placeholder = "Very cool outfit"
            },
            gender = {
                label = "Gender",
                male = "Male",
                female = "Female"
            },
            rank = {
                label = "Minimum Rank"
            },
            failure = {
                title = "Save Failed",
                description = "Outfit with this name already exists"
            },
            success = {
                title = "Success",
                description = "Outfit %s has been saved"
            }
      },
      update = {
            title = "Update Outfit",
            description = "Save your current clothing to an existing outfit",
            failure = {
                title = "Update Failed",
                description = "That outfit does not exist"
            },
            success = {
                title = "Success",
                description = "Outfit %s has been updated"
            }
      },
      change = {
            title = "Change Outfit",
            description = "Pick from any of your currently saved %s outfits",
            pDescription = "Pick from any of your currently saved outfits",
            failure = {
                title = "Something went wrong",
                description = "The outfit that you're trying to change to, does not have a base appearance",
            }
      },
      delete = {
            title = "Delete Outfit",
            description = "Delete a saved %s outfit",
            mDescription = "Delete any of your saved outfits",
            item = {
                title = 'Delete "%s"',
                description = "Model: %s%s"
            },
            success = {
                title = "Success",
                description = "Outfit Deleted"
            }
      },
      manage = {
            title = "

ChatGPT 发表于 2024-5-8 16:36:09

-- 代码放在服务器的脚本文件server.lua中
Locales["en"] = {
    UI = {
      modal = {
            save = {
                title = "保存自定义",
                description = "你会依然很丑"
            },
            exit = {
                title = "退出自定义",
                description = "不会保存任何改变"
            },
            accept = "是",
            decline = "否"
      },
      ped = {
            title = "行人",
            model = "模型"
      },
      headBlend = {
            title = "继承",
            shape = {
                title = "面部",
                firstOption = "父亲",
                secondOption = "母亲",
                mix = "混合"
            },
            skin = {
                title = "皮肤",
                firstOption = "父亲",
                secondOption = "母亲",
                mix = "混合"
            },
            race = {
                title = "种族",
                shape = "形状",
                skin = "皮肤",
                mix = "混合"
            }
      },
      faceFeatures = {
            title = "面部特征",
            nose = {
                title = "鼻子",
                width = "宽度",
                height = "高度",
                size = "大小",
                boneHeight = "骨骼高度",
                boneTwist = "骨骼扭曲",
                peakHeight = "峰高"
            },
            eyebrows = {
                title = "眉毛",
                height = "高度",
                depth = "深度"
            },
            cheeks = {
                title = "脸颊",
                boneHeight = "骨骼高度",
                boneWidth = "骨骼宽度",
                width = "宽度"
            },
            eyesAndMouth = {
                title = "眼睛和嘴巴",
                eyesOpening = "眼睛张开",
                lipsThickness = "嘴唇厚度"
            },
            jaw = {
                title = "下巴",
                width = "宽度",
                size = "大小"
            },
            chin = {
                title = "下巴",
                lowering = "下降",
                length = "长度",
                size = "大小",
                hole = "缺口大小"
            },
            neck = {
                title = "脖子",
                thickness = "厚度"
            }
      },
      headOverlays = {
            title = "外观",
            hair = {
                title = "发型",
                style = "风格",
                color = "颜色",
                highlight = "高光",
                texture = "纹理",
                fade = "淡化"
            },
            opacity = "透明度",
            style = "风格",
            color = "颜色",
            secondColor = "第二颜色",
            blemishes = "瑕疵",
            beard = "胡须",
            eyebrows = "眉毛",
            ageing = "老化",
            makeUp = "化妆",
            blush = "腮红",
            complexion = "气色",
            sunDamage = "晒伤",
            lipstick = "口红",
            moleAndFreckles = "痣和雀斑",
            chestHair = "胸毛",
            bodyBlemishes = "身体瑕疵",
            eyeColor = "眼睛颜色"
      },
      components = {
            title = "服装",
            drawable = "可视部件",
            texture = "纹理",
            mask = "面具",
            upperBody = "上身",
            lowerBody = "下身",
            bags = "包和降落伞",
            shoes = "鞋子",
            scarfAndChains = "围巾和链子",
            shirt = "衬衫",
            bodyArmor = "防弹背心",
            decals = "标记",
            jackets = "夹克",
            head = "头部"
      },
      props = {
            title = "道具",
            drawable = "可视部件",
            texture = "纹理",
            hats = "帽子和头盔",
            glasses = "眼镜",
            ear = "耳朵",
            watches = "手表",
            bracelets = "手镯"
      },
      tattoos = {
            title = "纹身",
            items = {
                ZONE_TORSO = "躯干",
                ZONE_HEAD = "头部",
                ZONE_LEFT_ARM = "左臂",
                ZONE_RIGHT_ARM = "右臂",
                ZONE_LEFT_LEG = "左腿",
                ZONE_RIGHT_LEG = "右腿"
            },
            apply = "应用",
            delete = "移除",
            deleteAll = "移除所有纹身",
            opacity = "透明度"
      }
    },
    outfitManagement = {
      title = "服装管理",
      jobText = "管理工作服装",
      gangText = "管理帮派服装"
    },
    cancelled = {
      title = "取消自定义",
      description = "未保存自定义"
    },
    outfits = {
      import = {
            title = "输入服装代码",
            menuTitle = "导入服装",
            description = "从分享代码导入服装",
            name = {
                label = "给服装命名",
                placeholder = "一个好看的服装",
                default = "导入的服装"
            },
            code = {
                label = "服装代码"
            },
            success = {
                title = "服装已导入",
                description = "现在你可以通过服装菜单切换到该服装了"
            },
            failure = {
                title = "导入失败",
                description = "无效的服装代码"
            }
      },
      generate = {
            title = "生成服装代码",
            description = "生成一个服装分享代码",
            failure = {
                title = "出了点问题",
                description = "生成服装代码失败"
            },
            success = {
                title = "服装代码已生成",
                description = "这是你的服装代码"
            }
      },
      save = {
            menuTitle = "保存当前服装",
            menuDescription = "将你的当前服装保存为%s的服装",
            description = "保存你的当前服装",
            title = "给你的服装命名",
            managementTitle = "管理服装详情",
            name = {
                label = "服装名称",
                placeholder = "非常酷的服装"
            },
            gender = {
                label = "性别",
                male = "男性",
                female = "女性"
            },
            rank = {
                label = "最低等级"
            },
            failure = {
                title = "保存失败",
                description = "已存在该名称的服装"
            },
            success = {
                title = "成功",
                description = "服装%s已保存"
            }
      },
      update = {
            title = "更新服装",
            description = "将你当前的服装保存为现有服装",
            failure = {
                title = "更新失败",
                description = "不存在该服装"
            },
            success = {
                title = "成功",
                description = "服装%s已更新"
            }
      },
      change = {
            title = "更换服装",
            description = "从你当前保存的%s中选择任意服装",
            pDescription = "从你当前保存的任意服装中选择",
            failure = {
                title = "出了点问题",
                description = "您尝试更换的服装没有基本外观",
            }
      },
      delete = {
            title = "删除服装",
            description = "删除已保存的%s服装",
            mDescription = "删除你已保存的任意服装",
            item = {
                title = '删除"%s"',
                description = "模型:%s%s"
            },
            success = {
                title = "成功",
                description = "服装已删除"
            }
      },
      manage = {
            title = "管理"

king1204 发表于 2024-5-8 16:36:48

Locales["en"] = {
    UI = {
      modal = {
            save = {
                title = "Save customization",
                description = "You will remain ugly"
            },
            exit = {
                title = "Exit customization",
                description = "No changes will be saved"
            },
            accept = "Yes",
            decline = "No"
      },
      ped = {
            title = "Ped",
            model = "Model"
      },
      headBlend = {
            title = "Inheritance",
            shape = {
                title = "Face",
                firstOption = "Father",
                secondOption = "Mother",
                mix = "Mix"
            },
            skin = {
                title = "Skin",
                firstOption = "Father",
                secondOption = "Mother",
                mix = "Mix"
            },
            race = {
                title = "Race",
                shape = "Shape",
                skin = "Skin",
                mix = "Mix"
            }
      },
      faceFeatures = {
            title = "Face Features",
            nose = {
                title = "Nose",
                width = "Width",
                height = "Height",
                size = "Size",
                boneHeight = "Bone height",
                boneTwist = "Bone twist",
                peakHeight = "Peak height"
            },
            eyebrows = {
                title = "Eyebrows",
                height = "Height",
                depth = "Depth"
            },
            cheeks = {
                title = "Cheeks",
                boneHeight = "Bone height",
                boneWidth = "Bone width",
                width = "Width"
            },
            eyesAndMouth = {
                title = "Eyes and Mouth",
                eyesOpening = "Eyes opening",
                lipsThickness = "Lip thickness"
            },
            jaw = {
                title = "Jaw",
                width = "Width",
                size = "Size"
            },
            chin = {
                title = "Chin",
                lowering = "Lowering",
                length = "Length",
                size = "Size",
                hole = "Hole size"
            },
            neck = {
                title = "Neck",
                thickness = "Thickness"
            }
      },
      headOverlays = {
            title = "Appearance",
            hair = {
                title = "Hair",
                style = "Style",
                color = "Color",
                highlight = "Highlight",
                texture = "Texture",
                fade = "Fade"
            },
            opacity = "Opacity",
            style = "Style",
            color = "Color",
            secondColor = "Secondary Color",
            blemishes = "Blemishes",
            beard = "Beard",
            eyebrows = "Eyebrows",
            ageing = "Ageing",
            makeUp = "Make up",
            blush = "Blush",
            complexion = "Complexion",
            sunDamage = "Sun damage",
            lipstick = "Lipstick",
            moleAndFreckles = "Mole and Freckles",
            chestHair = "Chest hair",
            bodyBlemishes = "Body blemishes",
            eyeColor = "Eye color"
      },
      components = {
            title = "Clothes",
            drawable = "Drawable",
            texture = "Texture",
            mask = "Mask",
            upperBody = "Hands",
            lowerBody = "Legs",
            bags = "Bags and parachute",
            shoes = "Shoes",
            scarfAndChains = "Scarf and chains",
            shirt = "Shirt",
            bodyArmor = "Body armor",
            decals = "Decals",
            jackets = "Jackets",
            head = "Head"
      },
      props = {
            title = "Props",
            drawable = "Drawable",
            texture = "Texture",
            hats = "Hats and helmets",
            glasses = "Glasses",
            ear = "Ear",
            watches = "Watches",
            bracelets = "Bracelets"
      },
      tattoos = {
            title = "Tattoos",
            items = {
                ZONE_TORSO = "Torso",
                ZONE_HEAD = "Head",
                ZONE_LEFT_ARM = "Left arm",
                ZONE_RIGHT_ARM = "Right arm",
                ZONE_LEFT_LEG = "Left leg",
                ZONE_RIGHT_LEG = "Right leg"
            },
            apply = "Apply",
            delete = "Remove",
            deleteAll = "Remove all Tattoos",
            opacity = "Opacity"
      }
    },
    outfitManagement = {
      title = "Outfit Management",
      jobText = "Manage outfits for Job",
      gangText = "Manage outfits for Gang"
    },
    cancelled = {
      title = "Cancelled Customization",
      description = "Customization not saved"
    },
    outfits = {
      import = {
            title = "Enter outfit code",
            menuTitle = "Import Outfit",
            description = "Import an outfit from a sharing code",
            name = {
                label = "Name the Outfit",
                placeholder = "A nice outfit",
                default = "Imported Outfit"
            },
            code = {
                label = "Outfit Code"
            },
            success = {
                title = "Outfit Imported",
                description = "You can now change to the outfit using the outfit menu"
            },
            failure = {
                title = "Import Failure",
                description = "Invalid outfit code"
            }
      },
      generate = {
            title = "Generate Outfit Code",
            description = "Generate an outfit code for sharing",
            failure = {
                title = "Something went wrong",
                description = "Code generation failed for the outfit"
            },
            success = {
                title = "Outfit Code Generated",
                description = "Here is your outfit code"
            }
      },
      save = {
            menuTitle = "Save current Outfit",
            menuDescription = "Save your current outfit as %s outfit",
            description = "Save your current outfit",
            title = "Name your outfit",
            managementTitle = "Management Outfit Details",
            name = {
                label = "Outfit Name",
                placeholder = "Very cool outfit"
            },
            gender = {
                label = "Gender",
                male = "Male",
                female = "Female"
            },
            rank = {
                label = "Minimum Rank"
            },
            failure = {
                title = "Save Failed",
                description = "Outfit with this name already exists"
            },
            success = {
                title = "Success",
                description = "Outfit %s has been saved"
            }
      },
      update = {
            title = "Update Outfit",
            description = "Save your current clothing to an existing outfit",
            failure = {
                title = "Update Failed",
                description = "That outfit does not exist"
            },
            success = {
                title = "Success",
                description = "Outfit %s has been updated"
            }
      },
      change = {
            title = "Change Outfit",
            description = "Pick from any of your currently saved %s outfits",
            pDescription = "Pick from any of your currently saved outfits",
            failure = {
                title = "Something went wrong",
                description = "The outfit that you're trying to change to, does not have a base appearance",
            }
      },
      delete = {
            title = "Delete Outfit",
            description = "Delete a saved %s outfit",
            mDescription = "Delete any of your saved outfits",
            item = {
                title = 'Delete "%s"',
                description = "Model: %s%s"
            },
            success = {
                title = "Success",
                description = "Outfit Deleted"
            }
      },
      manage = {
            title = "

ChatGPT 发表于 2024-5-8 16:37:17

king1204 发表于 2024-05-08 16:36
Locales = {
    UI = {
      modal = {
          ...

-- 代码放在服务器的脚本文件server.lua中
Locales = {
    UI = {
      modal = {
            save = {
                title = "保存自定义",
                description = "你将依然很丑"
            },
            exit = {
                title = "退出自定义",
                description = "没有更改将会被保存"
            },
            accept = "是",
            decline = "否"
      },
      ped = {
            title = "行人",
            model = "模型"
      },
      headBlend = {
            title = "遗传",
            shape = {
                title = "脸",
                firstOption = "父亲",
                secondOption = "母亲",
                mix = "混合"
            },
            skin = {
                title = "皮肤",
                firstOption = "父亲",
                secondOption = "母亲",
                mix = "混合"
            },
            race = {
                title = "种族",
                shape = "形状",
                skin = "皮肤",
                mix = "混合"
            }
      },
      faceFeatures = {
            title = "面部特征",
            nose = {
                title = "鼻子",
                width = "宽度",
                height = "高度",
                size = "大小",
                boneHeight = "骨头高度",
                boneTwist = "骨头扭曲",
                peakHeight = "高峰高度"
            },
            eyebrows = {
                title = "眉毛",
                height = "高度",
                depth = "深度"
            },
            cheeks = {
                title = "脸颊",
                boneHeight = "骨头高度",
                boneWidth = "骨头宽度",
                width = "宽度"
            },
            eyesAndMouth = {
                title = "眼睛和嘴巴",
                eyesOpening = "眼睛开合",
                lipsThickness = "嘴唇厚度"
            },
            jaw = {
                title = "下巴",
                width = "宽度",
                size = "大小"
            },
            chin = {
                title = "下巴",
                lowering = "下降",
                length = "长度",
                size = "大小",
                hole = "孔大小"
            },
            neck = {
                title = "脖子",
                thickness = "厚度"
            }
      },
      headOverlays = {
            title = "外观",
            hair = {
                title = "发型",
                style = "风格",
                color = "颜色",
                highlight = "高光",
                texture = "纹理",
                fade = "褪色"
            },
            opacity = "透明度",
            style = "风格",
            color = "颜色",
            secondColor = "次要颜色",
            blemishes = "斑点",
            beard = "胡须",
            eyebrows = "眉毛",
            ageing = "老化",
            makeUp = "化妆",
            blush = "腮红",
            complexion = "肤色",
            sunDamage = "晒伤",
            lipstick = "口红",
            moleAndFreckles = "痣和雀斑",
            chestHair = "胸毛",
            bodyBlemishes = "身体斑点",
            eyeColor = "眼睛颜色"
      },
      components = {
            title = "衣服",
            drawable = "可绘制",
            texture = "纹理",
            mask = "面具",
            upperBody = "上身",
            lowerBody = "下身",
            bags = "包和降落伞",
            shoes = "鞋子",
            scarfAndChains = "围巾和链子",
            shirt = "衬衫",
            bodyArmor = "防弹衣",
            decals = "贴花",
            jackets = "夹克",
            head = "头部"
      },
      props = {
            title = "道具",
            drawable = "可绘制",
            texture = "纹理",
            hats = "帽子和头盔",
            glasses = "眼镜",
            ear = "耳朵",
            watches = "手表",
            bracelets = "手镯"
      },
      tattoos = {
            title = "纹身",
            items = {
                ZONE_TORSO = "上身",
                ZONE_HEAD = "头部",
                ZONE_LEFT_ARM = "左臂",
                ZONE_RIGHT_ARM = "右臂",
                ZONE_LEFT_LEG = "左腿",
                ZONE_RIGHT_LEG = "右腿"
            },
            apply = "添加",
            delete = "移除",
            deleteAll = "移除所有纹身",
            opacity = "透明度"
      }
    },
    outfitManagement = {
      title = "服装管理",
      jobText = "管理职业服装",
      gangText = "管理团队服装"
    },
    cancelled = {
      title = "取消定制",
      description = "定制未保存"
    },
    outfits = {
      import = {
            title = "输入服装代码",
            menuTitle = "导入服装",
            description = "从共享代码导入服装",
            name = {
                label = "命名服装",
                placeholder = "一个不错的服装",
                default = "导入的服装"
            },
            code = {
                label = "服装代码"
            },
            success = {
                title = "服装已导入",
                description = "您现在可以使用服装菜单更换服装"
            },
            failure = {
                title = "导入失败",
                description = "无效的服装代码"
            }
      },
      generate = {
            title = "生成服装代码",
            description = "生成一个供分享的服装代码",
            failure = {
                title = "出现错误",
                description = "服装代码生成失败"
            },
            success = {
                title = "服装代码已生成",
                description = "这是您的服装代码"
            }
      },
      save = {
            menuTitle = "保存当前服装",
            menuDescription = "将您当前的服装保存为%s服装",
            description = "保存您当前的服装",
            title = "命名您的服装",
            managementTitle = "管理服装详情",
            name = {
                label = "服装名称",
                placeholder = "非常酷的服装"
            },
            gender = {
                label = "性别",
                male = "男",
                female = "女"
            },
            rank = {
                label = "最低等级"
            },
            failure = {
                title = "保存失败",
                description = "该名称的服装已存在"
            },
            success = {
                title = "成功",
                description = "服装%s已保存"
            }
      },
      update = {
            title = "更新服装",
            description = "将您当前的服装保存到现有的服装中",
            failure = {
                title = "更新失败",
                description = "该服装不存在"
            },
            success = {
                title = "成功",
                description = "服装%s已更新"
            }
      },
      change = {
            title = "更换服装",
            description = "从您当前保存的%s服装中选择",
            pDescription = "从您当前保存的服装中选择",
            failure = {
                title = "出现错误",
                description = "您正在尝试更换的服装没有基本外观",
            }
      },
      delete = {
            title = "删除服装",
            description = "删除已保存的%s服装",
            mDescription = "删除您保存的任何服装",
            item = {
                title = '删除"%s"',
                description = "模型:%s%s"
            },
            success = {
                title = "成功",
                description = "服装已删除"
            }
      },
      manage = {
            title = ">())>>>I无法完成,因为提供的内容超过了我的文本处理能力。辛苦您了,请分批发送或者提供其他需要帮助的内容。

king1204 发表于 2024-5-8 16:41:37

jobOutfits = {
      title = "Work Outfits",
      description = "Pick from any of your work outfits"
    },
    menu = {
      returnTitle = "Return",
      title = "Clothing Room",
      outfitsTitle = "Player Outfits",
      clothingShopTitle = "Clothing Shop",
      barberShopTitle = "Barber Shop",
      tattooShopTitle = "Tattoo Shop",
      surgeonShopTitle = "Surgeon Shop"
    },
    clothing = {
      title = "Buy Clothing - $%d",
      titleNoPrice = "Change Clothing",
      options = {
            title = "

ChatGPT 发表于 2024-5-8 16:41:50

king1204 发表于 2024-05-08 16:41
jobOutfits = {
      title = "Work Outfits",
    ...

jobOutfits = {
      title = "职业服装",
      description = "从你的工作服装中选择"
    },
    menu = {
      returnTitle = "返回",
      title = "更衣室",
      outfitsTitle = "玩家服装",
      clothingShopTitle = "服装店",
      barberShopTitle = "理发店",
      tattooShopTitle = "纹身店",
      surgeonShopTitle = "整容店"
    },
    clothing = {
      title = "购买服装 - $%d",
      titleNoPrice = "更换服装",
      options = {
            title = "

king1204 发表于 2024-5-8 16:41:55

    jobOutfits = {
      title = "Work Outfits",
      description = "Pick from any of your work outfits"
    },
    menu = {
      returnTitle = "Return",
      title = "Clothing Room",
      outfitsTitle = "Player Outfits",
      clothingShopTitle = "Clothing Shop",
      barberShopTitle = "Barber Shop",
      tattooShopTitle = "Tattoo Shop",
      surgeonShopTitle = "Surgeon Shop"
    },
    clothing = {
      title = "Buy Clothing - $%d",
      titleNoPrice = "Change Clothing",
      options = {
            title = "

ChatGPT 发表于 2024-5-8 16:42:06

king1204 发表于 2024-05-08 16:41
jobOutfits = {
      title = "Work Outfits",
    ...

jobOutfits = {
      title = "工作服装",
      description = "从你的工作服装中选择"
    },
    menu = {
      returnTitle = "返回",
      title = "更衣室",
      outfitsTitle = "玩家服装",
      clothingShopTitle = "服装店",
      barberShopTitle = "理发店",
      tattooShopTitle = "纹身店",
      surgeonShopTitle = "整形外科诊所"
    },
    clothing = {
      title = "购买服装 - $%d",
      titleNoPrice = "更换服装",

king1204 发表于 2024-5-8 16:44:14

      options = {
            title = "

ChatGPT 发表于 2024-5-8 16:44:23

king1204 发表于 2024-05-08 16:44
options = {
            title = "

options = {
      title = "选项"
页: [1]
查看完整版本: 翻译一下