Merge pull request #476 from feelfreetofee/main

feat(esx_property) CCTV Screenshot Translation
This commit is contained in:
Benzo
2022-09-18 02:20:40 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ function CCTV(PropertyID)
exports['screenshot-basic']:requestScreenshotUpload(hook, "files[]", function(data)
local image = json.decode(data)
print(ESX.DumpTable(image))
ESX.ShowNotification("Picture Taken!", "success")
ESX.ShowNotification(_U("picture_taken"), "success")
SendNUIMessage({link = image.attachments[1].proxy_url})
ESX.ShowNotification(_U("clipboard"), "success")
ShowButtons = true
+1
View File
@@ -8,6 +8,7 @@ Locales['en'] = {
["Zoom_level"] = "Zoom Level: %s %",
["night_vision"] = "Toggle Night Vision",
["clipboard"] = "Link Copied To ~b~Cipboard",
["picture_taken"] = "Picture Taken!",
["please_wait"] = "Please Wait Before taking another ~b~Picture",
["exit"] = "Exit",