翻译成中文 保留源代码
["SPEED_INDICATOR"] = "Speed Indicator",
["DEFAULT_SPEEDOMETER_INFO"] = "This customization is only for <span>default speedometer</span>. Other classes speedometers will not effected from this changes.",
["SIZE_SETTINGS"] = "Size Settings",
["SPEEDOMETER_SIZE"] = "Speedometer Size",
["REVERT"] = "Revert",
["RPM_GAUGE_SIZE"] = "RPM Gauge Size",
["NITRO_GAUGE_SIZE"] = "Nitro Gauge Size",
["SIZE_DESC"] = "Be aware that if the higher sizes of the elements goes on top of each other you can reposition them on <span>Freeform Edit</span> settings.",
["SPEED_CALCULATOR"] = "Speed Calculator",
["REFRESH_RATE"] = "Speedo Refresh Rate",
["LOW"] = "LOW",
["MEDIUM"] = "MEDIUM",
["HIGH"] = "HIGH",
["REAL_TIME"] = "REAL TIME",
["REFRESH_RATE_DESC"] = "Be aware that <span>higher speedo refresh rate may</span> increase your CPU and you can have FPS drops in game.",
["REFRESH_RATE_DESC_2"] = "Be aware that <span>status refresh rate may</span> increase your CPU and you can have FPS drops in game.",
["HUD_COLOR_DESC"] = "This option will colorize all the status HUD’s to a single color.",
["HEALTH_COLOR"] = "Health Color",
["ARMOR_COLOR"] = "Armor Color",
["HUNGER_COLOR"] = "Hunger Color",
["THIRST_COLOR"] = "Thirst Color",
["STRESS_COLOR"] = "Stress Color",
["STAMINA_COLOR"] = "Stamina Color",
["OXYGEN_COLOR"] = "Oxygen Color",
["ALTITUDE_COLOR"] = "Altitude Color",
["MOUSE_MOVEMENT"] = "On Mouse Movement",
["PLAYER_LOOK"] = "On Player Look",
["COMPASS_BEHAVIOUR_DESC"] = "This will display the compass behaviour when you move your mouse.",
["HIDE_WEAPON_WIDGET"] = "Hide Weapon Widget",
["HIDE_M_DRIVE_CONTROLS_WIDGET"] = "Hide mDrive Controls Widget",
["HIDE_ACTION_KEYS_WIDGET"] = "Hide Action Keys Widget",
["HIDE_SAFEZONE_NOTIFY"] = "Hide Safezone Notify",
["HIDE_SERVER_INFO"] = "Hide Server Info",
["HIDE_CHARACTER_INFO"] = "Hide Character Info",
["HIDE_BANK_MONEY"] = "Hide Bank Money",
["HIDE_CASH_MONEY"] = "Hide Cash Money",
["HIDE_SOCIETY_MONEY"] = "Hide Society Money",
["HIDE_BLACK_MONEY"] = "Hide Black Money",
["HIDE_COIN"] = "Hide Coin",
["BRAKE"] = "BRAKE",
["BANK"] = "BANK",
["GAS_STATION"] = "GAS STATION",
["MARKET"] = "MARKET",
["CLOTHING_SHOP"] = "CLOTHING SHOP",
["BARBER_SHOP"] = "BARBER SHOP",
["TATTOO_SHOP"] = "TATTOO SHOP",
["ENTER_GARAGE_TEXT"] = " Open / Close Trunk | Exit"
}
Config.Notifications = {
["ENGINE_ON"] = {
type = "success",
message = "Engine is on",
},
["ENGINE_OFF"] = {
type = "error",
message = "Engine is off",
},
["YOU_DONT_HAVE_ITEM"] = {
type = "error",
message = "You don't have %s",
},
["CRUISE_ENABLED"] = {
type = "success",
message = "Cruise control is enabled",
},
["CRUISE_DISABLED"] = {
type = "error",
message = "Cruise control is disabled",
},
["SIT_DRIVER_SEAT"] = {
type = "error",
message = "You have to sit on driver seat to install nitro",
},
["NOT_IN_VEHICLE"] = {
type = "error",
message = "You are not in vehicle",
},
["HAS_ALREADY_NITRO"] = {
type = "error",
message = "This vehicle has already nitro",
},
["INSTALLING_NITRO"] = {
type = "info",
message = "You are installing nitro...",
},
["NITRO_INSTALLED"] = {
type = "success",
message = "Nitro installed",
},
["TOOK_SEATBELT"] = {
type = "success",
message = "You took seatbelt",
},
["TOOK_OFF_SEATBELT"] = {
type = "error",
message = "You took off seatbelt",
},
["GETTING_STRESSED"] = {
type = "error",
message = "Getting Stressed",
},
["RELIEVED_STRESS"] = {
type = "error",
message = "You Are Relaxing",
},
["SEAT_FULL"] = {
type = "error",
message = "This seat's taken.",
},
["TRUNK_CLOSED"] = {
type = "error",
message = "Trunk Closed.",
},
```lua
["SPEED_INDICATOR"] = "速度指示器",
["DEFAULT_SPEEDOMETER_INFO"] = "此自定义仅适用于默认速度表。其他类别的速度表不会受到此更改的影响。",
["SIZE_SETTINGS"] = "大小设置",
["SPEEDOMETER_SIZE"] = "速度表大小",
["REVERT"] = "恢复",
["RPM_GAUGE_SIZE"] = "转速表大小",
["NITRO_GAUGE_SIZE"] = "氮气表大小",
["SIZE_DESC"] = "请注意,如果元素的较大尺寸重叠在一起,您可以在自由编辑设置中重新定位它们。",
["SPEED_CALCULATOR"] = "速度计算器",
["REFRESH_RATE"] = "速度表刷新率",
["LOW"] = "低",
["MEDIUM"] = "中",
["HIGH"] = "高",
["REAL_TIME"] = "实时",
["REFRESH_RATE_DESC"] = "请注意,较高的速度表刷新率可能会增加您的CPU负担,并可能导致游戏中的FPS下降。",
["REFRESH_RATE_DESC_2"] = "请注意,状态刷新率可能会增加您的CPU负担,并可能导致游戏中的FPS下降。",
["HUD_COLOR_DESC"] = "此选项将所有状态HUD的颜色统一为一种颜色。",
["HEALTH_COLOR"] = "生命值颜色",
["ARMOR_COLOR"] = "护甲颜色",
["HUNGER_COLOR"] = "饥饿颜色",
["THIRST_COLOR"] = "口渴颜色",
["STRESS_COLOR"] = "压力颜色",
["STAMINA_COLOR"] = "耐力颜色",
["OXYGEN_COLOR"] = "氧气颜色",
["ALTITUDE_COLOR"] = "高度颜色",
["MOUSE_MOVEMENT"] = "鼠标移动时",
["PLAYER_LOOK"] = "玩家视角时",
["COMPASS_BEHAVIOUR_DESC"] = "当您移动鼠标时,这将显示指南针的行为。",
["HIDE_WEAPON_WIDGET"] = "隐藏武器小部件",
["HIDE_M_DRIVE_CONTROLS_WIDGET"] = "隐藏mDrive控制小部件",
["HIDE_ACTION_KEYS_WIDGET"] = "隐藏动作键小部件",
["HIDE_SAFEZONE_NOTIFY"] = "隐藏安全区通知",
["HIDE_SERVER_INFO"] = "隐藏服务器信息",
["HIDE_CHARACTER_INFO"] = "隐藏角色信息",
["HIDE_BANK_MONEY"] = "隐藏银行余额",
["HIDE_CASH_MONEY"] = "隐藏现金余额",
["HIDE_SOCIETY_MONEY"] = "隐藏社团资金",
["HIDE_BLACK_MONEY"] = "隐藏黑市资金",
["HIDE_COIN"] = "隐藏硬币",
["BRAKE"] = "刹车",
["BANK"] = "银行",
["GAS_STATION"] = "加油站",
["MARKET"] = "市场",
["CLOTHING_SHOP"] = "服装店",
["BARBER_SHOP"] = "理发店",
["TATTOO_SHOP"] = "纹身店",
["ENTER_GARAGE_TEXT"] = "打开/关闭后备箱 | 退出"
}
Config.Notifications = {
["ENGINE_ON"] = {
type = "success",
message = "发动机已开启",
},
["ENGINE_OFF"] = {
type = "error",
message = "发动机已关闭",
},
["YOU_DONT_HAVE_ITEM"] = {
type = "error",
message = "您没有 %s",
},
["CRUISE_ENABLED"] = {
type = "success",
message = "巡航控制已启用",
},
["CRUISE_DISABLED"] = {
type = "error",
message = "巡航控制已禁用",
},
["SIT_DRIVER_SEAT"] = {
type = "error",
message = "您必须坐在驾驶座上才能安装氮气",
},
["NOT_IN_VEHICLE"] = {
type = "error",
message = "您不在车辆内",
},
["HAS_ALREADY_NITRO"] = {
type = "error",
message = "此车辆已安装氮气",
},
["INSTALLING_NITRO"] = {
type = "info",
message = "您正在安装氮气...",
},
["NITRO_INSTALLED"] = {
type = "success",
message = "氮气已安装",
},
["TOOK_SEATBELT"] =
页:
[1]