Documentation
  • â„šī¸INFORMATION
    • đŸ–ī¸Wellcome
    • 🤖Discord
  • 🎮ASSETS
    • 🚑Ambulance Pager
      • 🌟Features & Requirements
      • 📂Instalation
      • âš™ī¸Configuration
      • đŸŗī¸Translate
    • 🔓Byte Admin
      • 🌟Features & Requirements
      • 📂Instalation
      • âš™ī¸Configuration
      • 🔑Perrmisions
      • đŸŗī¸Translate
Powered by GitBook
On this page
  • 1. Create file
  • 2. Insert into file
  1. ASSETS
  2. Ambulance Pager

Translate

If you want add custom language

1. Create file

  • Create new .lua file into locales folder

  • Change file name to language prefix

2. Insert into file

if not Lang then Lang = {} end
Lang['en'] = {
  ['resource_version_check'] = "New UPDATE is now available!^0\nYour version: ^1 %s ^0\nNew version: ^2 %s ^0\nWhat's new: ^2 %s ^0\n\n^5Download it now from keymaster.fivem.net^0",
  ['full_name'] = "Full Name",
  ['name'] = "Name",
  ['empty'] = "Leave empty if unknown",
  ['unknown'] = "Unknown",
  ['sex'] = "Sex",
  ['male'] = "Male",
  ['fmale'] = "Female",
  ['age'] = "Age",
  ['state'] = "State",
  ['stable'] = "Stable",
  ['critical'] = "Critical",
  ['eta'] = "Estimated time to hospital, in minutes",
  ['error'] = "You cannot do this",
  ['ambu_pager'] = "Pager"
}

PreviousConfigurationNextByte Admin

Last updated 11 months ago

🎮
🚑
đŸŗī¸