translations = {
name_of_police_unit = "LSPD", -- Nom qui sera sur la facture Name that will be on the invoice
playerName = "Name:",
cameraId = "Camera ID:",
speedLimit = "Speed Limit:",
speedDetected = "Speed Detected:",
roadName = "Road Name:",
name = "Name:",
cameraActivation = "Camera Activation",
timestamp = "Timestamp:",
numberPlate = "Numberplate:",
raison = "Speeding", -- Raison si okok_billing = true Reason if okok_billing = true
invoiceSource = "Highway Radar" -- invoiceSource si okok_billing invoiceSource if okok_billing
}
La traduction anglaise et celle par default.
Traduction - FR:
translations = {
name_of_police_unit = "LSPD", -- Nom qui sera sur la facture Name that will be on the invoice
playerName = "Nom:",
cameraId = "ID de la caméra:",
speedLimit = "Limitation de vitesse:",
speedDetected = "Vitesse détectée:",
roadName = "Nom de la route:",
name = "Nom:",
cameraActivation = "Activation de la caméra",
timestamp = "Horodatage:",
numberPlate = "Plaque d'immatriculation:",
raison = "Excès de vitesse", -- Raison si okok_billing = true Reason if okok_billing = true
invoiceSource = "Radar routier" -- invoiceSource si okok_billing invoiceSource if okok_billing
}
Attention: lors du passage a la traduction française merci de faire attention a bien retirer la totalité du code contenant le traduction anglaise avant de coller la traduction française.