Redutzu's Scripts
  • â„šī¸Information
  • 🛒Store
  • đŸ’ģDiscord
  • 📚Resources
    • Redutzu MDT
      • Installation
      • Guides
        • Frameworks
        • Items
        • Localization
        • Images
        • Logs
        • Permissions
        • Bodycam
      • Exports/Events
        • Server Events
          • addDispatchToMDT
        • Server Exports
          • Incidents
          • Evidences
          • Warrants
          • Bolos
          • Citizens
          • Vehicles
          • Codes
          • Charges
          • Weapons
          • Announcements
          • Tags
        • Client Events
          • Open/Close MDT
        • Client Exports
      • Common Issues
    • Redutzu EMS
      • Installation
      • Guides
      • Exports
    • Redutzu Documents
      • Installation
      • Guides
      • Exports
Powered by GitBook
On this page

Was this helpful?

  1. Resources
  2. Redutzu MDT
  3. Guides

Localization

Config.Locales = { 'en-US', 'ro-RO', 'fr-FR', 'de-DE', 'pt-PT', 'hu-HU', 'nl-NL', 'cs-CZ', 'el-GR', 'da-DK' }
nui/dist/locales/[LANGUAGE]/translation.json
{
    "navigation": {
        "dashboard": "Dashboard",
        "incidents": "Incidents",
        "evidences": "Evidences",
        "warrants": "Warrants",
        "officers": "Officers",
        "bolos": "Bolos",
        "dispatch": "Dispatch",
        "cameras": "Cameras",
        "citizens": "Citizens",
        "vehicles": "Vehicles",
        "houses": "Houses",
        "weapons": "Weapons",
        "codes": "Codes",
        "charges": "Charges",
        "announcements": "Announcements",
        "config": "Configuration",
        "administration": "Administration",
        "exit": "Exit"

// the rest of the json file...
PreviousItemsNextImages

Last updated 11 months ago

Was this helpful?

📚