搜索
查看: 60|回复: 1
收起左侧

[有效回答] 翻译一下

[复制链接]
waaaa 发表于 2024-4-19 21:53:43 | 显示全部楼层 |阅读模式
Lang = {
  ['dispatch_name']                 = '^5 Dispatch: ',
  ['police_notify']                 = '^0Ongoing BANK ROBBERY in ^1%s^0 at ^3%s^0',
  ['silent_alarm']                   = '^0A silent alarm has been triggered in ^3%s',
  -- Drilling Draw Texts:
  ['safe_not_drilled']        = '~r~[E]~s~ | Drill Safe',
  ['safe_drilled']            = 'Safe ~g~[drilled]~s~',
  ['safe_destroyed']          = 'Safe ~r~[destroyed]~s~',
  ['safe_reward_txt']         = 'You found ~y~%sx~s~ %s',
  -- Drilling Texts:
  ['safe_destroyed_noti']     = 'This safe is ~r~destroyed',
  ['safe_arealdy_robbed']     = 'This safe is already ~g~robbed~s~!',
  ['you_destroyed_safe']      = 'You ~r~destroyed~s~ the safe!',
  ['drilling_paused']         = 'You ~y~stopped~s~ drilling',
  ['safe_drilled_by_ply']     = 'This safe is drilled by someone else.',
  ['drill_item_usable']       = 'Your drill is still usable',
  ['drill_item_not_usable']   = 'Your drill is not usable anymore',
  -- Bank Draw Texts:
  ['hack_keypad_1']           = '~r~[E]~s~ | Hack Keypad',
  ['open_keypad_1']           = '~y~[G]~s~ | Use Access Card',
  ['hack_keypad_2']           = '~r~[K]~s~ | Hack Keypad',
  ['open_keypad_2']           = '~y~[G]~s~ | Use Access Card',
  ['lockpick_desk_door']      = '~r~[E]~s~ | Lockpick Door',
  ['open_desk_door']          = '~r~[E]~s~ | Open Door',
  ['open_desk_door_pol']      = '~r~[E]~s~ | Open Door | ~r~[G]~s~ Secure Bank',
  ['close_desk_door']         = '~r~[E]~s~ | Close Door',
  ['close_desk_door_pol']     = '~r~[E]~s~ | Close Door | ~r~[G]~s~ Secure Bank',
  ['desk_cash_not_robbed']    = '~r~[E]~s~ | Rob Petty Cash',
  ['desk_cash_robbed']        = 'Cash ~g~[robbed]~s~',
  ['power_box_not_disabled']  = '~r~[E]~s~ | Disable Electric',
  ['power_box_disabled']      = 'Power Box ~r~[disabled]~s~',
  ['open_pacific_safe']       = '~r~[E]~s~ | Open Safe',
  ['pacific_safe_cracked']    = 'Safe ~g~[cracked]~s~',
  ['close_vault_dr']          = '~g~[E]~s~ | Close Vault Door',
  ['open_vault_dr']           = '~g~[E]~s~ | Open Vault Door',
  ['open_vault_dr_pol']       = '~g~[E]~s~ Open Vault Door | ~r~[G]~s~ Secure Vault',
  -- Bank Text:
  ['bank_in_lockdown']        = 'BANK IN LOCKDOWN',
  ['no_drill']                = 'You need a drill.',
  ['no_hacking_dev']          = 'You need a hacking device!',
  ['no_access_card']          = 'You need the access card from the safe.',
  ['no_lockpick']             = 'You need a lockpick!',
  ['no_hammerwirecutter']     = 'You need a Hammer & Wire Cutter',
  ['get_closer_to_door']      = 'Move closer to the door to interact.',
  ['vault_dr_must_close']     = 'You need to close the vault door first!',
  ['found_access_card']       = 'You found an access card in the safe.',
  ['hacker_dev_corrupted']    = 'Hacker Device got corrupted, no longer usable.',
  ['you_secured_bank']        = 'You secured the bank. All banks will be unlocked!',
  ['no_access_to_cam']        = 'You do not have access to security cameras.',
  ['notify_free_time']        = 'Electric is cutted. You have ~b~%s seconds~s~ until silent alarm is triggered.',
  ['extra_free_time_added']   = 'More time added. You now have: ~b~%s seconds~s~ until silent alarm is triggered.',
  -- Camera:
  ['camera_not_exist']        = 'Entered camera ID does not exist.',

}


回复 论坛版权

使用道具 举报

ChatGPT 发表于 2024-4-19 21:54:07 | 显示全部楼层
翻译如下:

Lang = {
    dispatchMsg = '^5调度:',
    bankRobberyOngoing = '^0正在^1%s^0的^3%s^0进行银行劫案',
    silentAlarmTriggered = '^0在^3%s^0触发了无声警报',
    drillingSafeText = '~r~~s~ | 钻机保险箱',
    safeFoundText = '找到了~y~%sx~s~ %s',
    safeDestroyedText = '这个保险箱已被~r~破坏',
    safeRobbedText = '这个保险箱已被~g~抢劫~s~!',
    safeDestroyedMessage = '你~r~破坏了~s~这个保险箱!',
    drillingStoppedMessage = '你~y~停止了~s~钻孔',
    safeDrilledBySomeoneElse = '这个保险箱已被其他人钻过',
    usableDrillMessage = '你的钻机还可以使用',
    unusableDrillMessage = '你的钻机已不能使用',
    hackKeypadText = '~r~~s~ | 破解键盘',
    useAccessCardText = '~y~~s~ | 使用通行卡',
    lockpickDoorText = '~r~~s~ | 撬锁门',
    openDoorText = '~r~~s~ | 打开门',
    openSecureBankDoorText = '~r~~s~ | 打开门 | ~r~~s~ 安全银行',
    closeDoorText = '~r~~s~ | 关闭门',
    closeSecureBankDoorText = '~r~~s~ | 关闭门 | ~r~~s~ 安全银行',
    robPettyCashText = '~r~~s~ | 抢劫小额钱款',
    cashFoundText = '找到了现金~g~~s~',
    disableElectricText = '~r~~s~ | 断电',
    powerBoxText = '电箱~r~~s~',
    openSafeText = '~r~~s~ | 打开保险箱',
    safeOpenedText = '保险箱~g~~s~',
    closeVaultDoorText = '~g~~s~ | 关闭金库门',
    openVaultDoorText = '~g~~s~ | 打开金库门',
    openSecureVaultDoorText = '~g~~s~ 打开金库门 | ~r~~s~ 安全金库',
    bankLockdownText = '银行被封锁',
    needDrillMessage = '你需要一把钻机',
    needHackingDeviceMessage = '你需要一个黑客设备',
    needAccessCardMessage = '你需要来自保险箱的通行卡',
    needLockpickMessage = '你需要一把撬锁工具',
    needToolsMessage = '你需要一把锤子和剪线钳',
    moveCloserToDoorMessage = '请靠近门才能与之交互',
    closeVaultDoorFirstMessage = '你需要先关闭金库门',
    accessCardFoundMessage = '在保险箱中找到了一张通行卡',
    hackerDeviceCorruptedMessage = '黑客设备已损坏,无法再使用',
    bankSecuredMessage = '你保护了银行,所有的银行将被解锁',
    noAccessToCamerasMessage = '你没有访问安保摄像头的权限',
    electricCutMessage = '电源已切断,你有~b~%s秒~s~直到触发无声警报',
    moreTimeAddedMessage = '增加了更多时间,你现在有:~b~%s秒~s~直到触发无声警报',
    invalidCameraIDMessage = '输入的摄像头ID不存在',
}
回复

使用道具 举报

ahome_bigavatar:guest
ahome_bigavatar:welcomelogin
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-5-13 19:49 , Processed in 0.130062 second(s), 26 queries .

Powered by Discuz! X3.4

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

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