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

翻译一下


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:39:15

Locales["zh"] = {
    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 = "
页: [1]
查看完整版本: 翻译一下