搜索
开启左侧

[有效回答] 翻译一下

[复制链接]
king1204 发表于 2024-5-16 22:48:12 | 显示全部楼层 |阅读模式

local Translations = {
    error = {
        ["blips_deactivated"] = "Blips deactivated",
        ["names_deactivated"] = "Names deactivated",
        ["changed_perm_failed"] = "Choose a group!",
        ["missing_reason"] = "You must give a reason!",
        ["invalid_reason_length_ban"] = "You must give a Reason and set a Length for the ban!",
        ["no_store_vehicle_garage"] = "You cant store this vehicle in your garage..",
        ["no_vehicle"] = "You are not in a vehicle..",
        ["no_weapon"] = "You dont have a weapon in your hands..",
        ["no_free_seats"] = "The vehicle has no free seats!",
        ["failed_vehicle_owner"] = "This vehicle is already yours..",
        ["not_online"] = "This player is not online",
        ["no_receive_report"] = "You are not receiving reports",
        ["failed_set_speed"] = "You did not set a speed.. (`fast` for super-run, `normal` for normal)",
        ["failed_set_model"] = "You did not set a model..",
        ["player_no_vehicle"] = "Player isn\'t in a vehicle",
        ["give_item"] = "You need to specify everything",
        ["already_has_permissions"] = "%{player} already has the permission %{permission} for %{identifier}",
        ["has_no_permissions"] = "%{player} has no permission",
        ["no_permissions"] = "You don't have the permissions to do this",
    },
    success = {
        ["blips_activated"] = "Blips activated",
        ["names_activated"] = "Names activated",
        ["coords_copied"] = "Coordinates copied to clipboard!",
        ["heading_copied"] = "Heading copied to clipboard!",
        ["add_perm"] = "Authority group changed",
        ["entered_vehicle"] = "Entered vehicle",
        ["success_vehicle_owner"] = "The vehicle is now yours!",
        ["receive_reports"] = "You are receiving reports",
        ["removed_permission"] = "Removed permissions from %{player}",
        ["changed_perm"] = "Changed %{player}'s permission to %{permission}",
    },
    info = {
        ["ped_coords"] = "Ped Coordinates:",
        ["vehicle_dev_data"] = "Vehicle Developer Data:",
        ["ent_id"] = "Entity ID:",
        ["net_id"] = "Net ID:",
        ["model"] = "Model",
        ["hash"] = "Hash",
        ["eng_health"] = "Engine Health:",
        ["body_health"] = "Body Health:",
        ["goto"] = "Go to",
        ["remove"] = "Remove",
        ["confirm"] = "Confirm",
        ["reason_title"] = "Reason",
        ["length"] = "Length",
        ["options"] = "Options",
        ["position"] = "Position",
        ["your_position"] = "to your position",
        ["open"] = "Open",
        ["inventories"] = "inventories",
        ["reason"] = "you need to give a reason",
        ["give"] = "give",
        ["id"] = "ID:",
        ["player_name"] = "Player Name",
        ["health"] = "Health",
        ["networked"] = "Networked",
        ["speed"] = "Speed",
        ["networked_owner_id"] = "Owner ID",
        ["delete_object_info"] = "If you want to delete the object click on ~g~E",
        ["obj"] = "Obj",
        ["ammoforthe"] = "+%{value} Ammo for the %{weapon}",
        ["kicked_server"] = "You have been kicked from the server",
        ["check_discord"] = "
回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-5-16 22:48:41 | 显示全部楼层
local Translations = {
    error = {
        ["blips_deactivated"] = "标记已停用",
        ["names_deactivated"] = "名称已停用",
        ["changed_perm_failed"] = "请选择一个权限组!",
        ["missing_reason"] = "你必须给出一个理由!",
        ["invalid_reason_length_ban"] = "你必须给出一个理由并设置禁令的长度!",
        ["no_store_vehicle_garage"] = "你不能把这辆车放进你的车库。",
        ["no_vehicle"] = "你不在一辆车里。",
        ["no_weapon"] = "你手上没有武器。",
        ["no_free_seats"] = "车上没有空座位!",
        ["failed_vehicle_owner"] = "这辆车已经是你的了。",
        ["not_online"] = "这个玩家不在线。",
        ["no_receive_report"] = "你没有接收举报。",
        ["failed_set_speed"] = "你没有设置速度。(`fast`表示超级奔跑,`normal`表示普通)",
        ["failed_set_model"] = "你没有设置模型。",
        ["player_no_vehicle"] = "玩家不在车内。",
        ["give_item"] = "你需要指定所有内容。",
        ["already_has_permissions"] = "%{player}已拥有%{identifier}的权限%{permission}",
        ["has_no_permissions"] = "%{player}没有权限",
        ["no_permissions"] = "你没有权限进行此操作",
    },
    success = {
        ["blips_activated"] = "标记已激活",
        ["names_activated"] = "名称已激活",
        ["coords_copied"] = "坐标已复制到剪贴板!",
        ["heading_copied"] = "朝向已复制到剪贴板!",
        ["add_perm"] = "权限组已更改",
        ["entered_vehicle"] = "进入了车辆",
        ["success_vehicle_owner"] = "该车现在属于你了!",
        ["receive_reports"] = "你正在接收举报",
        ["removed_permission"] = "从%{player}移除了权限",
        ["changed_perm"] = "将%{player}的权限更改为%{permission}",
    },
    info = {
        ["ped_coords"] = "人物坐标:",
        ["vehicle_dev_data"] = "车辆开发者数据:",
        ["ent_id"] = "实体ID:",
        ["net_id"] = "网络ID:",
        ["model"] = "模型",
        ["hash"] = "哈希值",
        ["eng_health"] = "引擎健康度:",
        ["body_health"] = "车身健康度:",
        ["goto"] = "前往",
        ["remove"] = "移除",
        ["confirm"] = "确认",
        ["reason_title"] = "理由",
        ["length"] = "长度",
        ["options"] = "选项",
        ["position"] = "位置",
        ["your_position"] = "到你的位置",
        ["open"] = "打开",
        ["inventories"] = "库存",
        ["reason"] = "你需要给出一个理由",
        ["give"] = "给予",
        ["id"] = "ID:",
        ["player_name"] = "玩家名",
        ["health"] = "生命值",
        ["networked"] = "已联网",
        ["speed"] = "速度",
        ["networked_owner_id"] = "所有者ID",
        ["delete_object_info"] = "如果你想删除这个对象,请点击~g~E",
        ["obj"] = "对象",
        ["ammoforthe"] = "+%{value} %{weapon}的子弹",
        ["kicked_server"] = "你已被服务器踢出",
        ["check_discord"] = "请检查Discord"
    }
}
回复

使用道具 举报

文明发言,和谐互动
文明发言,和谐互动
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|首页 ( 冀ICP备2021005225号-1 ) |网站地图

GMT+8, 2025-2-9 01:03 , Processed in 0.083574 second(s), 11 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2013 ELITE论坛【技术无价-分享快乐】

快速回复 返回顶部 返回列表