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 = "管理服装"
}
}
}
这段代码是FiveM插件中的本地化文件,用于提供界面的多语言支持。