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~~s~ | Drill Safe',
['safe_drilled']            = 'Safe ~g~~s~',
['safe_destroyed']          = 'Safe ~r~~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~~s~ | Hack Keypad',
['open_keypad_1']         = '~y~~s~ | Use Access Card',
['hack_keypad_2']         = '~r~~s~ | Hack Keypad',
['open_keypad_2']         = '~y~~s~ | Use Access Card',
['lockpick_desk_door']      = '~r~~s~ | Lockpick Door',
['open_desk_door']          = '~r~~s~ | Open Door',
['open_desk_door_pol']      = '~r~~s~ | Open Door | ~r~~s~ Secure Bank',
['close_desk_door']         = '~r~~s~ | Close Door',
['close_desk_door_pol']   = '~r~~s~ | Close Door | ~r~~s~ Secure Bank',
['desk_cash_not_robbed']    = '~r~~s~ | Rob Petty Cash',
['desk_cash_robbed']      = 'Cash ~g~~s~',
['power_box_not_disabled']= '~r~~s~ | Disable Electric',
['power_box_disabled']      = 'Power Box ~r~~s~',
['open_pacific_safe']       = '~r~~s~ | Open Safe',
['pacific_safe_cracked']    = 'Safe ~g~~s~',
['close_vault_dr']          = '~g~~s~ | Close Vault Door',
['open_vault_dr']         = '~g~~s~ | Open Vault Door',
['open_vault_dr_pol']       = '~g~~s~ Open Vault Door | ~r~~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不存在',
}
页: [1]
查看完整版本: 翻译一下