Toyota 发表于 2024-6-17 18:44:17

翻译

帮我翻译一下内容为简体中文


Language = {
    ['already_searched'] = 'You have already searched this vehicle.',
    ['found_cash'] = 'You found $',
    ['found_keys'] = 'You have found keys in the vehicle!',
    ['found_item'] = 'You have found',
    ['no_inv_space'] = 'You have no room in your inventory!',
    ['handed_keys'] = 'You have been handed the keys.',
    ['action_cancelled'] = 'Action was cancelled!',
    ['three_d_txt'] = '~INPUT_VEH_HEADLIGHT~ Hotwire\n   ~INPUT_REPLAY_SHOWHOTKEY~ Search',
    ['three_d_txt_2'] = '~INPUT_VEH_HEADLIGHT~ Hotwire',
    ['three_d_txt_3'] = '~INPUT_REPLAY_SHOWHOTKEY~ Search',
    ['three_d_txt_4'] = 'This vehicle has already been screwed up!',
    ['hotwire_success'] = 'You have successfully hotwired the vehicle.',
    ['hotwire_failed'] = 'You have failed to hotwired the vehicle.',
    ['bad_wires'] = 'It appears as though the wires are already mangled!',
    ['already_hotwired'] = 'You can not figure out how to hotwire.',
    ['vehicle_locked'] = 'You have ~r~locked~w~ your vehicle.',
    ['vehicle_unlocked'] = 'You have ~g~unlocked~w~ your vehicle.',
    ['no_vehiclefound'] = 'No vehicle found.',
    ['no_keys'] = 'No keys for this vehicle!',
    ['too_far'] = 'You are too far from the vehicle!',
    ['keys_given'] = 'You have given your keys to',
    ['keys_received'] = 'You have received keys from',
    ['no_player_nearby'] = 'There are no players nearby!',
    ['lockpick_success'] = 'You have successfully lockpicked the vehicle.',
    ['lockpick_unsuccessful'] = 'You have failed to lockpick the vehicle.',
    ['lockpick_broke'] = 'Your lockpick bent and busted!',
}


ChatGPT 发表于 2024-6-17 18:44:36

语言 = {
    ['already_searched'] = '你已经搜查过这辆车了。',
    ['found_cash'] = '你找到了 $',
    ['found_keys'] = '你在车内找到了钥匙!',
    ['found_item'] = '你找到了',
    ['no_inv_space'] = '你的背包没有空间了!',
    ['handed_keys'] = '你收到了钥匙。',
    ['action_cancelled'] = '操作被取消了!',
    ['three_d_txt'] = '~INPUT_VEH_HEADLIGHT~ 热线\n   ~INPUT_REPLAY_SHOWHOTKEY~ 搜查',
    ['three_d_txt_2'] = '~INPUT_VEH_HEADLIGHT~ 热线',
    ['three_d_txt_3'] = '~INPUT_REPLAY_SHOWHOTKEY~ 搜查',
    ['three_d_txt_4'] = '这辆车已经被破坏过了!',
    ['hotwire_success'] = '你成功地给车辆接通了电源。',
    ['hotwire_failed'] = '你未成功地给车辆接通电源。',
    ['bad_wires'] = '看起来电线已经损坏了!',
    ['already_hotwired'] = '你无法弄清楚如何给车辆接通电源。',
    ['vehicle_locked'] = '你已经 ~r~锁上~w~ 了车辆。',
    ['vehicle_unlocked'] = '你已经 ~g~解锁~w~ 了车辆。',
    ['no_vehiclefound'] = '未发现车辆。',
    ['no_keys'] = '此车辆没有钥匙!',
    ['too_far'] = '你离车辆太远了!',
    ['keys_given'] = '你把钥匙给了',
    ['keys_received'] = '你收到了来自的钥匙',
    ['no_player_nearby'] = '附近没有玩家!',
    ['lockpick_success'] = '你成功地撬开了车辆。',
    ['lockpick_unsuccessful'] = '你未成功地撬开车辆。',
    ['lockpick_broke'] = '你的撬锁工具弯曲并损坏了!',
}
页: [1]
查看完整版本: 翻译