/* global React */

/* ============================================================
   i18n — EN / LT
   Usage: const t = useT();   t("nav.home")
============================================================ */

const LangContext = React.createContext({ lang: "EN", setLang: () => {} });

function useT() {
  const { lang } = React.useContext(LangContext);
  return React.useCallback((key, fallback) => {
    const dict = STRINGS[lang] || STRINGS.EN;
    return dict[key] || (STRINGS.EN[key] ?? fallback ?? key);
  }, [lang]);
}

function useLang() { return React.useContext(LangContext); }

const STRINGS = {
  EN: {
    /* ----- Nav ----- */
    "nav.home": "Home",
    "nav.services": "Services",
    "nav.products": "Products",
    "nav.contact": "Contact",
    "nav.enquire": "Enquire",
    "nav.allServices": "All services",
    "nav.training": "Training",
    "nav.photogrammetry": "Photogrammetry",
    "nav.smartfarming": "Smart Farming",
    "nav.lightshows": "Drone light shows",
    "nav.anafiUkr": "Parrot ANAFI UKR",
    "nav.accessories": "Accessories",
    "nav.comet": "Light a Sky Comet",

    /* ----- Crumbs / common ----- */
    "crumb.home": "HOME",
    "crumb.services": "SERVICES",
    "crumb.training": "TRAINING",
    "crumb.photogrammetry": "PHOTOGRAMMETRY",
    "crumb.smartfarming": "SMART FARMING",
    "crumb.lightshows": "DRONE LIGHT SHOWS",
    "crumb.products": "PRODUCTS · PARROT ANAFI UKR RANGE",
    "crumb.comet": "LIGHT A SKY COMET",
    "crumb.contact": "CONTACT",
    "crumb.privacy": "PRIVACY POLICY",
    "crumb.cookies": "COOKIE POLICY",
    "crumb.terms": "TERMS OF USE",

    "common.readMore": "READ MORE",
    "common.enquire": "Enquire",
    "common.contactUs": "Contact us",
    "common.startProject": "Start a project",
    "common.allServices": "All services",
    "common.browseServices": "Browse services",
    "common.exploreParrot": "Explore Parrot range",
    "common.parrotDrones": "Parrot drones",
    "common.ourServices": "Our services",
    "common.salesEnquiry": "Sales enquiry",
    "common.trustedBy": "Trusted by",
    "common.email": "Email",
    "common.phone": "Phone",
    "common.hours": "Hours",
    "common.location": "Location",
    "common.questions": "Questions?",
    "common.send": "Send",

    /* ----- Hero ----- */
    "hero.eyebrow": "Official Parrot reseller — Lithuania",
    "hero.headline": "Drone solutions for dual-use.",
    "hero.copy": "A dedicated team of drone professionals delivering photogrammetry, aerial inspections, drone light shows — and the full Parrot ANAFI UKR range.",

    /* ----- About tiles ----- */
    "about.tile1.title": "Professional drone team",
    "about.tile1.copy": "A dedicated team of certified drone pilots and engineers. We see unlimited possibilities combining autonomous flight machines with software development.",
    "about.tile2.title": "Photogrammetry & 3D scanning",
    "about.tile2.copy": "Large scale, combining hybrid aerial and ground level data to create high-quality photogrammetry models for smart cities, real estate and cultural heritage.",
    "about.tile3.title": "Drone light shows",
    "about.tile3.copy": "Drone light performances combining synchronized visuals and precision flight technology for concerts, city festivals, corporate events and large-scale public celebrations.",

    /* ----- Parrot banner ----- */
    "parrot.eyebrow": "Official Parrot reseller — Lithuania",
    "parrot.headline": "European leader in professional micro-UAVs.",
    "parrot.copy": "Droneteam is the official authorised reseller of Parrot in Lithuania. The Parrot ANAFI UKR range is used by defence forces, law enforcement, first responders and government agencies worldwide.",

    /* ----- Services teaser ----- */
    "teaser.eyebrow": "What we do",
    "teaser.headline": "Advanced drone operations for industry and infrastructure.",
    "teaser.training.copy": "Drone pilot training programs delivered by working operators — three levels, including meteorology and field deployment.",
    "teaser.photogrammetry.copy": "Centimetre-accurate 3D models, orthomosaics and terrain models from drone-captured imagery.",
    "teaser.smartfarming.copy": "Aerial NDVI mapping, crop health diagnostics and field coverage reports for farmers and environmental teams.",
    "teaser.lightshows.copy": "Choreographed LED drone formations — fully automated, no open fire, fully permitted.",

    /* ----- Track record ----- */
    "track.eyebrow": "Proven track record",
    "track.headline": "Trusted by organisations worldwide.",
    "track.stat.since": "Operating since",
    "track.stat.clients": "Clients",

    /* ----- Contact CTA ----- */
    "ctaHome.eyebrow": "Start a project",
    "ctaHome.headline": "Tell us about your task — we'll find a drone-related solution.",
    "ctaHome.getInTouch": "Get in touch",

    /* ----- Footer ----- */
    "footer.copy": "Drone solutions for dual-use — operating in Lithuania since 2011. Official Parrot reseller for the ANAFI UKR range.",
    "footer.services": "Services",
    "footer.products": "Products",
    "footer.contact": "Contact",
    "footer.privacy": "PRIVACY",
    "footer.cookies": "COOKIES",
    "footer.terms": "TERMS",
    "footer.rights": "© 2026 DRONETEAM · ALL RIGHTS RESERVED",
    "footer.hours": "Mon — Fri · 9:00 — 18:00",
    "footer.location": "Vilnius, Lithuania",

    /* ----- Cookie banner ----- */
    "cookie.eyebrow": "Cookies",
    "cookie.body": "We use cookies to improve your experience, analyse traffic and remember preferences. By clicking Accept you consent to all non-essential cookies.",
    "cookie.accept": "Accept",
    "cookie.decline": "Decline",
    "cookie.policy": "cookie policy",

    /* ----- Services page ----- */
    "services.h1": "Advanced drone operations for industry and infrastructure.",
    "services.lede": "Delivered by certified pilots and engineers. Every project starts with a survey of your task specification — we tailor the platform, sensor and workflow to fit.",
    "services.customCta.eyebrow": "Need something custom?",
    "services.customCta.headline": "Reach out — let's start a project together.",

    /* ----- Training page ----- */
    "training.h1": "Drone pilot training — three levels, working operators.",
    "training.lede": "We train pilots, technicians and operations teams to fly the Parrot ANAFI UKR range and run real-world missions safely. Theory, simulator and field practice — delivered by Droneteam pilots with hundreds of hours on the platform.",
    "training.programs.eyebrow": "Programs",
    "training.programs.headline": "Three training levels — built around your operational maturity.",
    "training.modules": "Modules",
    "training.prog1.title": "Basic",
    "training.prog1.copy": "Foundation theory and supervised first flights. Airspace, pre-flight checks, manual flight, meteorology basics, mission planning.",
    "training.prog1.m1": "EU & Lithuanian drone regulation",
    "training.prog1.m2": "Pre-flight & post-flight procedures",
    "training.prog1.m3": "Manual flight control",
    "training.prog1.m4": "Meteorology basics for safe operation",
    "training.prog1.m5": "Mission planning fundamentals",
    "training.prog2.title": "Advanced",
    "training.prog2.copy": "Full ANAFI UKR & GOV operation — advanced meteorology, complex mission planning and multi-field deployment exercises.",
    "training.prog2.everything": "Everything in Basic",
    "training.prog2.m1": "Advanced meteorology",
    "training.prog2.m2": "Complex multi-field deployment exercises",
    "training.prog3.title": "Train the trainer",
    "training.prog3.copy": "For organisations that need to build internal training capacity. Certified instructors who can run their own basic and advanced courses in-house.",
    "training.prog3.everything": "Everything in Advanced",
    "training.prog3.m1": "Instructional design & lesson planning",
    "training.prog3.m2": "Student assessment frameworks",
    "training.prog3.m3": "Train-the-trainer certification",
    "training.why.eyebrow": "Why train with Droneteam",
    "training.why.headline": "Working operators — not classroom instructors.",
    "training.why.copy": "Our trainers are the same pilots who fly missions for Vilnius City Municipality, LRT, ESO and KN. Every lesson is rooted in real operational experience — not just specs.",
    "training.why.regAligned": "EU aligned",
    "training.why.ratio": "Trainer to student",
    "training.why.theory": "Theory",
    "training.why.theoryDesc": "EU drone regulation, airspace classes, risk assessment",
    "training.why.simulator": "Simulator",
    "training.why.simulatorDesc": "Parrot Sphinx virtual training environment",
    "training.why.field": "Field practice",
    "training.why.fieldDesc": "Supervised flights at our Vilnius training area",
    "training.why.cert": "Certification",
    "training.why.certDesc": "Droneteam-issued course certificate",
    "training.whoFor.eyebrow": "Who it's for",
    "training.whoFor.headline": "Public sector, infrastructure, defence and corporate teams.",
    "training.whoFor.tag1": "PUBLIC SAFETY",
    "training.whoFor.t1": "Law enforcement",
    "training.whoFor.c1": "Patrol, surveillance, rapid threat assessment.",
    "training.whoFor.tag2": "FIRST RESPONDERS",
    "training.whoFor.t2": "Fire & rescue",
    "training.whoFor.c2": "Search & rescue, GNSS-denied operations.",
    "training.whoFor.tag3": "INFRASTRUCTURE",
    "training.whoFor.t3": "Inspection teams",
    "training.whoFor.c3": "Bridges, powerlines, telecom — safer access.",
    "training.whoFor.tag4": "ENTERPRISE",
    "training.whoFor.t4": "Corporate ops",
    "training.whoFor.c4": "Site monitoring, surveying, custom workflows.",
    "training.enq.eyebrow": "Training enquiry",
    "training.enq.headline": "Ready to schedule training for your team?",
    "training.enq.copy": "Tell us your team size, operational goals and preferred timeline. We'll respond with a tailored program and quote within one working day.",
    "training.form.schedule": "Schedule training",
    "training.form.name": "Name",
    "training.form.namePh": "Your full name",
    "training.form.org": "Organisation",
    "training.form.orgPh": "Company or institution",
    "training.form.email": "Email",
    "training.form.emailPh": "name@company.lt",
    "training.form.program": "Program",
    "training.form.team": "Team size",
    "training.form.message": "Message",
    "training.form.messagePh": "Goals, preferred dates, equipment…",
    "training.form.submit": "Send training enquiry",
    "training.form.notSure": "Not sure yet",
    "training.form.sentTitle": "Training enquiry received",
    "training.form.sentMsg": "Thank you. We'll respond within one working day.",

    /* ----- Photogrammetry page ----- */
    "photo.h1": "Drone photogrammetry — survey-grade 3D from the air.",
    "photo.lede": "The science of extracting precise 3D measurements and models from overlapping aerial photographs. We capture from hundreds to hundreds of thousands of images, software stitches them into a centimetre precision 3D model, orthophoto map or digital terrain model.",
    "photo.how.eyebrow": "How it works",
    "photo.how.headline": "From overlapping flight paths to a 1—2 cm model.",
    "photo.how.footer": "RTK GPS + GCP validation · Pixpro / Bentley Systems / Pix4D · Outputs: point cloud · mesh · orthophoto · DTM",
    "photo.step01.label": "CAPTURE",
    "photo.step01.title": "Overlapping flight paths",
    "photo.step01.body": "Drone flies a programmed grid at fixed altitude. RTK GPS logs each shutter trigger to centimetre accuracy.",
    "photo.step02.label": "PROCESS",
    "photo.step02.title": "Photogrammetric stitching",
    "photo.step02.body": "Software finds millions of tie-points across overlapping photos and reconstructs the 3D scene.",
    "photo.step03.label": "DELIVER",
    "photo.step03.title": "Models & orthomosaics",
    "photo.step03.body": "Point cloud, textured mesh, orthophoto and DTM — exported to your CAD/GIS pipeline.",
    "photo.step": "STEP",
    "photo.useCases.eyebrow": "Use cases",
    "photo.useCases.headline": "Three project types we deliver.",
    "photo.uc1.title": "Smart Cities",
    "photo.uc1.copy": "Large scale, combining hybrid aerial and ground level data to create high-quality photogrammetry models. Delivered for Vilnius City Municipality — 150 intersections traffic monitoring project across the whole urban area.",
    "photo.uc2.title": "Real Estate",
    "photo.uc2.copy": "Solutions dedicated for architects, construction sites and visual modelling. Photogrammetry models are so precise you cannot distinguish them from a photo. Sub-millimetre precision for developers, sales materials, marketing visuals and progress monitoring.",
    "photo.uc3.title": "Cultural Heritage",
    "photo.uc3.copy": "With sub-millimetre precision, creating museum exhibits, archaeological sites and cultural heritage buildings — inside and outside — using photogrammetry. Models published for public access and academic research.",
    "photo.uc3.link": "Browse models",
    "photo.specs.eyebrow": "Technical specifications",
    "photo.specs.headline": "Survey-grade by default.",
    "photo.specs.copy": "Our deliverables meet the accuracy requirements of architects, urban planners, developers, archaeologists and government bodies.",
    "photo.specs.accuracy": "Accuracy",
    "photo.specs.accuracyV": "Down to 1—2 cm GSD",
    "photo.specs.camera": "Camera",
    "photo.specs.cameraV": "21 MP · 4K HDR",
    "photo.specs.tech": "Technology",
    "photo.specs.techV": "RTK GPS + GCP validation",
    "photo.specs.software": "Software",
    "photo.specs.softwareV": "Pix4D · Agisoft Metashape",
    "photo.specs.deliv": "Deliverables",
    "photo.specs.delivV": "Point cloud · mesh · orthophoto · DTM",
    "photo.specs.apps": "Applications",
    "photo.specs.appsV": "Architecture · surveying · heritage",
    "photo.cta.eyebrow": "Have a site to scan?",
    "photo.cta.headline": "Send us a brief — we'll plan the flight, GCPs and deliverables.",

    /* ----- Products page ----- */
    "prod.h1": "The Parrot ANAFI UKR range — defence-grade micro-UAVs.",
    "prod.lede": "Parrot is a French company and European leader in professional micro-UAVs. The ANAFI UKR range is used by defence forces, law enforcement, first responders and government agencies in over 100 countries.",
    "prod.officialReseller": "OFFICIAL RESELLER · LT",
    "prod.specs.eyebrow": "Technical specifications",
    "prod.specs.headline": "ANAFI UKR — full spec sheet.",
    "prod.acc.eyebrow": "Accessories",
    "prod.acc.headline": "Accessories.",
    "prod.acc.copy": "Official Parrot accessories for the ANAFI UKR range.",
    "prod.downloadGuide": "Download User Guide",
    "prod.xlr.tagline": "Defence and long-range missions",
    "prod.gov.tagline": "Government use & public safety",
    "prod.label.flight": "Flight time",
    "prod.label.range": "Max flight range",
    "prod.label.battery": "Battery",
    "prod.label.compliance": "Compliance",
    "prod.label.bestFor": "Best for",
    "prod.xlr.battery": "XLR · 20,200 mAh",
    "prod.xlr.bestFor": "Extended ISR, border patrol, long endurance recon",
    "prod.gov.battery": "Standard /  XLR",
    "prod.gov.bestFor": "Law enforcement, first responders, agency ops",
    "prod.specs.flight": "38 min standard battery · 70 min XLR battery",
    "prod.specs.range": "23 km standard · 40 km XLR",
    "prod.specs.speed": "Cruise / max speed",
    "prod.specs.speedV": "6.5 m/s · up to 14 m/s",
    "prod.specs.ceiling": "Service ceiling",
    "prod.specs.ceilingV": "5,000 m above sea level",
    "prod.specs.weight": "Weight",
    "prod.specs.weightV": "Drone 959 g · Standard battery / XLR 686 g",
    "prod.specs.takeoff": "Max takeoff weight",
    "prod.specs.takeoffV": "1,450 g",
    "prod.specs.rgb": "RGB camera",
    "prod.specs.rgbV": "35× zoom · 1080p at 30 fps live stream",
    "prod.specs.thermal": "Thermal camera",
    "prod.specs.thermalV": "FLIR Boson 640×512 px",
    "prod.specs.conn": "Connectivity",
    "prod.specs.connV": "Wi-Fi · 5G · MARS radio 15 km · LoRa 20 km",
    "prod.specs.nav": "Navigation",
    "prod.specs.navV": "GPS · GLONASS · Galileo · BeiDou · GNSS-denied mode",
    "prod.specs.env": "Environmental",
    "prod.specs.envV": "IP53 · −36°C to +50°C · 15 m/s wind · winter mode",
    "prod.specs.acoustic": "Acoustic",
    "prod.specs.acousticV": "77 dBA at 1 m",
    "prod.specs.security": "Security",
    "prod.specs.securityV": "AES-256 · FIPS 140-2 · signed firmware · secure boot",
    "prod.specs.cert": "Certifications (GOV)",
    "prod.specs.certV": "Blue UAS · NSN · NDAA · GDPR",
    "prod.specs.deploy": "Deployment",
    "prod.specs.deployV": "Ready in under 2 minutes",
    "prod.specs.sim": "Simulator",
    "prod.specs.simV": "Parrot Sphinx virtual training environment",
    "prod.acc.propellers": "ANAFI UKR Propellers Set",
    "prod.acc.case": "Hard Carry Case",
    "prod.acc.backpack": "Backpack for Parrot Drone",
    "prod.acc.battery": "Parrot ANAFI UKR Battery",
    "prod.acc.batteryXlr": "Parrot ANAFI UKR Battery XLR",
    "prod.acc.ranger": "Parrot MARS RANGER",
    "prod.acc.orbiter": "Parrot MARS ORBITER",
    "prod.acc.antenna": "Remote Antenna",
    "prod.acc.dboxLink": "Dedicated website",
    "prod.cta.eyebrow": "",
    "prod.cta.headline": "All Parrot product enquiries are handled through the contact form.",

    /* ----- Comet page ----- */
    "comet.h1": "Light a Sky Comet — next-generation light show drone.",
    "comet.lede": "A 230 g show drone built for fleets. RGBW lighting, up to 1 hour endurance, RTK-grade positioning and a stackable case that doubles as launch pad and on-field charger.",
    "comet.badge1": "<250 G CLASS",
    "comet.badge2": "UP TO 1 HOUR FLIGHT TIME",
    "comet.badge3": "RGBW LIGHTING",
    "comet.badge4": "MULTI-BAND RTK",
    "comet.badge5": "WEATHER-RESISTANT",
    "comet.hero.caption": "FLEET-READY · STACKABLE CASE · ON-FIELD CHARGING",
    "comet.stat.flight": "Flight time",
    "comet.stat.brightness": "Max brightness",
    "comet.stat.weight": "Weight",
    "comet.stat.rtk": "RTK accuracy (+ 1 ppm CEP)",
    "comet.feat.eyebrow": "Designed for fleets",
    "comet.feat.headline": "Built for hundreds of drones, flown together.",
    "comet.feat.lighting.tag": "LIGHTING",
    "comet.feat.lighting.title": "Full RGBW with anti-flicker",
    "comet.feat.lighting.copy": "Anti-flicker LED drivers, 1,590 lm average · 1,800 lm peak. Animations and gradients without strobe artefacts on camera.",
    "comet.feat.pos.tag": "POSITIONING",
    "comet.feat.pos.title": "Multi-band RTK GNSS",
    "comet.feat.pos.copy": "Ublox ZED-F9P + custom helical antenna. GPS · GLONASS · Galileo · BeiDou. 0.01 m + 1 ppm CEP. Industry-leading PNI RM3100 magnetometer.",
    "comet.feat.red.tag": "REDUNDANCY",
    "comet.feat.red.title": "Triple-redundant sensors",
    "comet.feat.red.copy": "3× IMUs, 2× barometers, 2× magnetometers. Two STM32H7 processors + Arm Cortex-M33 MCU. Designed to fail safe.",
    "comet.feat.storage.tag": "STORAGE",
    "comet.feat.storage.title": "Stackable launch case",
    "comet.feat.storage.copy": "6-drone case capacity, doubles as storage and launch pad. Integrated power supply, optional UPS, stackable design.",
    "comet.feat.ops.tag": "FIELD OPS",
    "comet.feat.ops.title": "On-field charging",
    "comet.feat.ops.copy": "Dedicated docking pads charge drones between flights. Remote wake-up over LoRa. Fully enclosed, rain-proof airframe.",
    "comet.feat.sw.tag": "SOFTWARE",
    "comet.feat.sw.title": "Skybrush ecosystem",
    "comet.feat.sw.copy": "ArduCopter SkyBrush fork firmware. Custom companion firmware. Skybrush software.",
    "comet.specs.eyebrow": "Technical specifications",
    "comet.specs.headline": "Engineered for show-grade precision.",
    "comet.specs.copy": "Based on the Pixhawk V6X standard with flight-termination system, onboard charging and battery management, custom AM32 ESCs and cell balancing — every drone in the fleet is built to fly again tomorrow.",
    "comet.specs.battery": "Battery",
    "comet.specs.batteryV": "4,000 mAh · 7.4 V",
    "comet.specs.flight": "Flight time",
    "comet.specs.flightV": "Up to 58 minutes",
    "comet.specs.charge": "Charge time",
    "comet.specs.chargeV": "Up to 3 hours max",
    "comet.specs.folded": "Folded size",
    "comet.specs.foldedV": "178 × 178 × 72 mm",
    "comet.specs.flightSize": "Flight size",
    "comet.specs.flightSizeV": "314 × 314 × 72 mm",
    "comet.specs.weight": "Weight",
    "comet.specs.weightV": "230 g",
    "comet.specs.lighting": "Lighting",
    "comet.specs.lightingV": "Full RGBW · anti-flicker · 1,800 lm peak",
    "comet.specs.comm": "Communication",
    "comet.specs.commV": "5 GHz Wi-Fi 6 · 2.4 GHz LoRa backup",
    "comet.specs.red": "Redundancy",
    "comet.specs.redV": "3× IMU · 2× barometer · 2× magnetometer",
    "comet.specs.proc": "Processing",
    "comet.specs.procV": "2× STM32H7 + 1× Arm Cortex-M33 MCU",
    "comet.specs.gnss": "GNSS",
    "comet.specs.gnssV": "Ublox ZED-F9P · GPS · GLONASS · Galileo · BeiDou",
    "comet.specs.rtk": "RTK accuracy",
    "comet.specs.rtkV": "0.01 m + 1 ppm CEP · multi-band",
    "comet.specs.mag": "Magnetometer",
    "comet.specs.magV": "PNI RM3100 (industry-leading)",
    "comet.specs.fw": "Firmware",
    "comet.specs.fwV": "ArduCopter SkyBrush fork + custom companion",
    "comet.specs.choreo": "Choreography",
    "comet.specs.choreoV": "Skybrush software",
    "comet.specs.platform": "Platform",
    "comet.specs.platformV": "Pixhawk V6X standard · custom AM32 ESC",
    "comet.specs.safety": "Safety",
    "comet.specs.safetyV": "Flight termination system · cell balancing",
    "comet.specs.enclosure": "Enclosure",
    "comet.specs.enclosureV": "Fully enclosed · rain-proof",
    "comet.specs.case": "Case",
    "comet.specs.caseV": "6-drone capacity · launch pad · integrated PSU",
    "comet.cta.eyebrow": "Plan a show or fleet",
    "comet.cta.headline": "Tell us about your event — drone count, choreography time and permitting handled end-to-end.",

    /* ----- Contact page ----- */
    "contact.h1": "Let's talk.",
    "contact.lede": "Tell us about your task and we'll come back with a solution.",
    "contact.details": "Contact details",
    "contact.about": "About us",
    "contact.aboutCopy": "Droneteam is a professional drone services company and the official Parrot drone reseller in Lithuania.",
    "contact.opSince": "Operating since",
    "contact.clients": "Clients",
    "contact.form.title": "Product enquiry form",
    "contact.form.name": "Name",
    "contact.form.namePh": "Your full name",
    "contact.form.email": "Email",
    "contact.form.emailPh": "name@company.lt",
    "contact.form.interest": "What are you interested in?",
    "contact.form.opt.services": "Drone services",
    "contact.form.opt.training": "Pilot training",
    "contact.form.opt.battery": "XLR battery",
    "contact.form.opt.other": "Other",
    "contact.form.message": "Message",
    "contact.form.messagePh": "Tell us about your project, timeline and required deliverables.",
    "contact.form.submit": "Submit enquiry",
    "contact.form.privacy": "By submitting you agree to our privacy policy. We respond within one working day.",
    "contact.form.received": "Enquiry received",
    "contact.form.thanks": "Thank you. We'll respond within one working day.",
    "contact.form.another": "Send another enquiry",
    "coming.eyebrow": "Coming soon",
    "coming.headline": "The information is being prepared.",
    "sf.title": "Smart farming",
    "sf.blurb": "Multispectral and RGB aerial surveys that turn fields into actionable data — NDVI indices, irrigation diagnostics and crop health maps. We're polishing the case studies, technical specifications and pricing for this service page. In the meantime, get in touch and we'll answer any questions directly.",
    "ls.title": "Drone light shows",
    "ls.blurb": "Choreographed aerial light formations for events, concerts and celebrations. We're polishing the case studies, technical specifications and pricing for this service page. In the meantime, get in touch and we'll answer any questions directly.",
  },

  LT: {
    /* ----- Nav ----- */
    "nav.home": "Pradžia",
    "nav.services": "Paslaugos",
    "nav.products": "Produktai",
    "nav.contact": "Kontaktai",
    "nav.enquire": "Užklausa",
    "nav.allServices": "Visos paslaugos",
    "nav.training": "Mokymai",
    "nav.photogrammetry": "Fotogrametrija",
    "nav.smartfarming": "Sumanioji žemdirbystė",
    "nav.lightshows": "Dronų šviesų šou",
    "nav.anafiUkr": "Parrot ANAFI UKR",
    "nav.accessories": "Priedai",
    "nav.comet": "Light a Sky Comet",

    /* ----- Crumbs / common ----- */
    "crumb.home": "PRADŽIA",
    "crumb.services": "PASLAUGOS",
    "crumb.training": "MOKYMAI",
    "crumb.photogrammetry": "FOTOGRAMETRIJA",
    "crumb.smartfarming": "SUMANIOJI ŽEMDIRBYSTĖ",
    "crumb.lightshows": "DRONŲ ŠVIESŲ ŠOU",
    "crumb.products": "PRODUKTAI · PARROT ANAFI UKR",
    "crumb.comet": "LIGHT A SKY COMET",
    "crumb.contact": "KONTAKTAI",
    "crumb.privacy": "PRIVATUMO POLITIKA",
    "crumb.cookies": "SLAPUKŲ POLITIKA",
    "crumb.terms": "NAUDOJIMOSI SĄLYGOS",

    "common.readMore": "Skaityti daugiau",
    "common.enquire": "Užklausa",
    "common.contactUs": "Susisiekti",
    "common.startProject": "Pradėti projektą",
    "common.allServices": "Visos paslaugos",
    "common.browseServices": "Peržiūrėti paslaugas",
    "common.exploreParrot": "Peržiūrėti Parrot produktus",
    "common.parrotDrones": "Parrot dronai",
    "common.ourServices": "Mūsų paslaugos",
    "common.salesEnquiry": "Pardavimų užklausa",
    "common.trustedBy": "Mumis pasitiki",
    "common.email": "El. paštas",
    "common.phone": "Telefonas",
    "common.hours": "Darbo laikas",
    "common.location": "Adresas",
    "common.questions": "Klausimai?",
    "common.send": "Siųsti",

    /* ----- Hero ----- */
    "hero.eyebrow": "Oficialus Parrot atstovas Lietuvoje",
    "hero.headline": "Dronų sprendimai dvigubos paskirties naudojimui.",
    "hero.copy": "Profesionalų komanda, teikianti fotogrametrijos, oro inspekcijų, dronų šviesų šou paslaugas ir prekiaujanti visa Parrot ANAFI UKR produktų linija.",

    /* ----- About tiles ----- */
    "about.tile1.title": "Dronų ekspertų komanda",
    "about.tile1.copy": "Sertifikuotų dronų pilotų ir inžinierių komanda, dirbanti su pažangiomis oro technologijomis, fotogrametrija ir autonominiais sprendimais įvairiems projektams.",
    "about.tile2.title": "Fotogrametrija ir 3D skenavimas",
    "about.tile2.copy": "Kuriame aukštos kokybės 3D modelius ir ortofotografinius žemėlapius naudojant pažangias oro skenavimo technologijas.",
    "about.tile3.title": "Dronų šviesų šou",
    "about.tile3.copy": "Modernus būdas sukurti įspūdingą reginį šventėms. Sinchroniškai valdomi dronai danguje gali atkurti įvairias figūras, logotipus ir animacijas, kurios sukuria išskirtinę patirtį.",

    /* ----- Parrot banner ----- */
    "parrot.eyebrow": "Oficialus Parrot atstovas Lietuvoje",
    "parrot.headline": "Europos lyderis profesionalių mikro UAV srityje.",
    "parrot.copy": "Droneteam — oficialus „Parrot“ partneris Lietuvoje. Tiekiame ir integruojame pažangius ANAFI UAV sprendimus gynybos, viešojo saugumo, infrastruktūros ir specializuotoms operacijoms.",

    /* ----- Services teaser ----- */
    "teaser.eyebrow": "Paslaugos",
    "teaser.headline": "Pažangios dronų operacijos pramonei ir infrastruktūrai.",
    "teaser.training.copy": "Profesionalūs dronų pilotų mokymai pradedantiesiems ir pažengusiems operatoriams — nuo valdymo pagrindų iki skrydžių planavimo ir praktinio pasirengimo darbui.",
    "teaser.photogrammetry.copy": "Didelės raiškos 3D modeliai, topografiniai duomenys ir teritorijų skenavimas miestams, infrastruktūrai ir nekilnojamojo turto projektams.",
    "teaser.smartfarming.copy": "Pažangūs dronų sprendimai ūkiams — pasėlių stebėjimas, teritorijų analizė ir efektyvesnė laukų priežiūra.",
    "teaser.lightshows.copy": "Modernus būdas sukurti įspūdingą reginį šventėms. Sinchroniškai valdomi dronai danguje gali atkurti įvairias figūras, logotipus ir animacijas, kurios sukuria išskirtinę patirtį.",

    /* ----- Track record ----- */
    "track.eyebrow": "",
    "track.headline": "Mūsų klientai:",
    "track.stat.since": "Veikiame nuo",
    "track.stat.clients": "Klientų",

    /* ----- Contact CTA ----- */
    "ctaHome.eyebrow": "",
    "ctaHome.headline": "Susisiekite su mumis – rasime jums tinkamiausią sprendimą.",
    "ctaHome.getInTouch": "Susisiekti",

    /* ----- Footer ----- */
    "footer.copy": "Dronų sprendimai dvigubos paskirties naudojimui. Oficialus Parrot ANAFI UKR atstovas Lietuvoje.",
    "footer.services": "Paslaugos",
    "footer.products": "Produktai",
    "footer.contact": "Kontaktai",
    "footer.privacy": "PRIVATUMAS",
    "footer.cookies": "SLAPUKAI",
    "footer.terms": "SĄLYGOS",
    "footer.rights": "© 2026 DRONETEAM · VISOS TEISĖS SAUGOMOS",
    "footer.hours": "I — V · 9:00 — 18:00",
    "footer.location": "Vilnius, Lietuva",

    /* ----- Cookie banner ----- */
    "cookie.eyebrow": "Slapukai",
    "cookie.body": "Naudojame slapukus, kad pagerintume naršymo patirtį, analizuotume srautą ir atsimintume nustatymus. Spausdami Sutinku patvirtinate sutikimą dėl visų neprivalomųjų slapukų.",
    "cookie.accept": "Sutinku",
    "cookie.decline": "Nesutinku",
    "cookie.policy": "slapukų politiką",

    /* ----- Services page ----- */
    "services.h1": "Profesionalūs dronų sprendimai verslui ir viešajam sektoriui.",
    "services.lede": "Mūsų komanda — jūsų paslaugoms. Kiekvienas projektas prasideda nuo jūsų užduoties analizės — parinkome ir pritaikome sprendimus pagal jūsų poreikį.",
    "services.customCta.eyebrow": "Reikia kažko individualaus?",
    "services.customCta.headline": "Susisiekite — pradėkime projektą kartu.",

    /* ----- Training page ----- */
    "training.h1": "Dronų pilotų mokymai",
    "training.lede": "Mūsų instruktoriai – pilotai, kasdien dirbantys su dronų sistemomis realiose operacijose: miesto infrastruktūros priežiūroje, viešojo saugumo projektuose. Mokymai paremti praktine patirtimi, ne vien teorija.",
    "training.programs.eyebrow": "Programos",
    "training.programs.headline": "Trys mokymų lygiai — pagal jūsų operacinį pasirengimą.",
    "training.modules": "Moduliai",
    "training.prog1.title": "Pagrindinis",
    "training.prog1.copy": "Teorijos pagrindai ir pirmieji skrydžiai prižiūrint instruktoriui. Oro erdvė, pasiruošimo patikros, valdymas rankiniu būdu, meteorologijos pagrindai, misijos planavimas.",
    "training.prog1.m1": "ES ir Lietuvos dronų reglamentavimas",
    "training.prog1.m2": "Pasiruošimo ir baigimo procedūros",
    "training.prog1.m3": "Skrydis rankiniu valdymu",
    "training.prog1.m4": "Meteorologijos pagrindai saugiam skrydžiui",
    "training.prog1.m5": "Misijos planavimo pagrindai",
    "training.prog2.title": "Pažengęs",
    "training.prog2.copy": "Visapusiškas ANAFI UKR ir GOV valdymas — išplėstinė meteorologija, sudėtingas misijų planavimas ir pratimai lauke.",
    "training.prog2.everything": "Viskas iš Pagrindinio lygio",
    "training.prog2.m1": "Išplėstinė meteorologija",
    "training.prog2.m2": "Sudėtingų situacijų mokymai lauke",
    "training.prog3.title": "Instruktorių mokymai",
    "training.prog3.copy": "Organizacijoms, kurioms reikia susikurti vidinį mokymų pajėgumą. Sertifikuoti instruktoriai, galintys patys vesti pagrindinį ir pažengusį kursą.",
    "training.prog3.everything": "Viskas iš Pažengusio lygio",
    "training.prog3.m1": "Mokymo planavimas ir pamokų sandara",
    "training.prog3.m2": "Mokinių vertinimo sistema",
    "training.prog3.m3": "Instruktoriaus sertifikavimas",
    "training.why.copy": "Mūsų instruktoriai — pilotai, kurie vykdo skrydžius Vilniaus miesto savivaldybei, LRT, ESO. Kiekviena pamoka pagrįsta realia operacine patirtimi — ne tik specifikacijomis.",
    "training.why.eyebrow": "Kodėl treniruotis pas mus?",
    "training.why.headline": "Praktikuojantys operatoriai – ne tik teoriniai instruktoriai.",
    "training.why.regAligned": "ES standartas",
    "training.why.ratio": "Instruktorius vienam mokiniui",
    "training.why.theory": "Teorija",
    "training.why.theoryDesc": "ES dronų reglamentavimas, oro erdvės klasės, rizikos vertinimas",
    "training.why.simulator": "Simuliatorius",
    "training.why.simulatorDesc": "Parrot Sphinx virtuali mokymų aplinka",
    "training.why.field": "Lauko praktika",
    "training.why.fieldDesc": "Skrydžiai prižiūrint instruktoriui mūsų mokymų aikštelėje Vilniuje",
    "training.why.cert": "Sertifikatas",
    "training.why.certDesc": "Droneteam išduodamas kurso pažymėjimas",
    "training.whoFor.tag1": "",
    "training.whoFor.t1": "Teisėsauga",
    "training.whoFor.c1": "Patruliavimas, teritorijų stebėjimas ir greitas situacijų vertinimas.",
    "training.whoFor.tag2": "",
    "training.whoFor.t2": "Gelbėjimo tarnybos",
    "training.whoFor.c2": "Paieškos ir gelbėjimo operacijos sudėtingomis sąlygomis, įskaitant aplinkas be GNSS signalo.",
    "training.whoFor.tag3": "",
    "training.whoFor.t3": "Infrastruktūra",
    "training.whoFor.c3": "Tiltų, elektros linijų, telekomunikacijų ir kitų objektų priežiūra iš oro.",
    "training.whoFor.tag4": "",
    "training.whoFor.t4": "Pritaikymas verslui",
    "training.whoFor.c4": "Objektų stebėjimas, skenavimas, individualūs sprendimai.",
    "training.whoFor.eyebrow": "",
    "training.whoFor.headline": "Skirta viešajam sektoriui, gynybai ir verslui.",
    "training.enq.copy": "Nurodykite komandos dydį, operacinius tikslus ir norimą laiką. Per vieną darbo dieną atsakysime su pritaikyta programa ir kainos pasiūlymu.",
    "training.enq.eyebrow": "",
    "training.enq.headline": "Planuojate mokymus savo komandai?",
    "training.form.schedule": "Užsakyti mokymus",
    "training.form.name": "Vardas",
    "training.form.namePh": "Jūsų vardas ir pavardė",
    "training.form.org": "Organizacija",
    "training.form.orgPh": "Įmonė arba institucija",
    "training.form.email": "El. paštas",
    "training.form.emailPh": "vardas@imone.lt",
    "training.form.program": "Programa",
    "training.form.team": "Komandos dydis",
    "training.form.message": "Žinutė",
    "training.form.messagePh": "Tikslai, pageidaujamos datos, įranga…",
    "training.form.submit": "Siųsti mokymų užklausą",
    "training.form.notSure": "Dar neapsisprendžiau",
    "training.form.sentTitle": "Mokymų užklausa gauta",
    "training.form.sentMsg": "Ačiū. Atsakysime per vieną darbo dieną.",

    /* ----- Photogrammetry page ----- */
    "photo.h1": "Dronų fotogrametrija",
    "photo.lede": "Mokslas, leidžiantis iš persidengiančių oro nuotraukų gauti tikslius 3D matavimus ir modelius. Užfiksuojame nuo šimtų iki šimtų tūkstančių vaizdų, programinė įranga juos sujungia į centimetro tikslumo 3D modelį, ortonuotraukų žemėlapį ar skaitmeninį reljefo modelį.",
    "photo.how.eyebrow": "Kaip tai veikia",
    "photo.how.headline": "Nuo skrydžio duomenų iki tikslaus 3D modelio.",
    "photo.how.footer": "RTK GPS + GCP validacija · Pixpro / Bentley Systems / Pix4D · Rezultatai: taškų debesys · modeliai · ortonuotraukos · DTM",
    "photo.step01.label": "FIKSAVIMAS",
    "photo.step01.title": "Persidengiantys skrydžio maršrutai",
    "photo.step01.body": "Dronas skrenda iš anksto suplanuotu maršrutu nustatytame aukštyje. RTK GPS sistema fiksuoja kiekvienos nuotraukos poziciją centimetro tikslumu.",
    "photo.step02.label": "APDOROJIMAS",
    "photo.step02.title": "Fotogrametrinis apdorojimas",
    "photo.step02.body": "Programinė įranga analizuoja persidengiančias nuotraukas, suranda milijonus sutapimo taškų ir rekonstruoja 3D aplinkos modelį.",
    "photo.step03.label": "REZULTATAS",
    "photo.step03.title": "Modeliavimas",
    "photo.step03.body": "Iš surinktų duomenų sukuriami detalūs 3D modeliai, ortofotografiniai žemėlapiai ir skaitmeniniai teritorijų vaizdai, pritaikyti darbui CAD bei GIS sistemose.",
    "photo.step": "ŽINGSNIS",
    "photo.useCases.eyebrow": "Pritaikymas",
    "photo.useCases.headline": "Sprendimai miestams, infrastruktūrai ir kultūros objektams.",
    "photo.uc1.title": "Išmanūs miestai",
    "photo.uc1.copy": "Didelės apimties teritorijų ir eismo stebėjimo projektai, apjungiantys dronų surinktą informaciją ir miesto stebėsenos sistemas. Vilniuje įgyvendintas daugiau nei 150 sankryžų stebėjimo projektas.",
    "photo.uc2.title": "Nekilnojamasis turtas",
    "photo.uc2.copy": "3D modeliai, ortofotografiniai žemėlapiai ir vizualinė medžiaga architektūros, statybų ir NT projektams. Sprendimai planavimui, progreso stebėjimui ir projektų pristatymui.",
    "photo.uc3.title": "Kultūros paveldas",
    "photo.uc3.copy": "Milimetriniu tikslumu kuriame muziejų eksponatų ir kultūros paveldo pastatų — iš vidaus ir išorės — fotogrametrinius modelius. Modeliai viešinami akademiniams tyrimams.",
    "photo.uc3.link": "Peržiūrėti modelius",
    "photo.specs.eyebrow": "Techninės specifikacijos",
    "photo.specs.headline": "Geodezinis tikslumas — standartas.",
    "photo.specs.copy": "Mūsų rezultatai atitinka architektų, planuotojų, vystytojų, archeologų ir valstybinių institucijų tikslumo reikalavimus.",
    "photo.specs.accuracy": "Tikslumas",
    "photo.specs.accuracyV": "Iki 1—2 cm GSD",
    "photo.specs.camera": "Kamera",
    "photo.specs.cameraV": "21 MP · 4K HDR",
    "photo.specs.tech": "Technologija",
    "photo.specs.techV": "RTK GPS + GCP validacija",
    "photo.specs.software": "Programinė įranga",
    "photo.specs.softwareV": "Pix4D · Agisoft Metashape",
    "photo.specs.deliv": "Rezultatai",
    "photo.specs.delivV": "Taškų debesys · modelis · ortonuotrauka · DTM",
    "photo.specs.apps": "Pritaikymas",
    "photo.specs.appsV": "Architektūra · geodezija · paveldas",
    "photo.cta.eyebrow": "",
    "photo.cta.headline": "Reikia objekto skenavimo? Susisiekite su mumis.",

    /* ----- Products page ----- */
    "prod.h1": "Parrot ANAFI UKR linija — profesionalūs mikro UAV gynybai ir saugumui.",
    "prod.lede": "Parrot — viena pažangiausių profesionalių mikro UAV platformų Europoje. ANAFI UKR linija naudojama gynybos, viešojo saugumo, gelbėjimo ir kritinės infrastruktūros operacijose daugiau nei 100 šalių.",
    "prod.officialReseller": "OFICIALUS ATSTOVAS · LT",
    "prod.specs.eyebrow": "Techninės specifikacijos",
    "prod.specs.headline": "ANAFI UKR — pilna specifikacija.",
    "prod.acc.eyebrow": "Priedai",
    "prod.acc.headline": "Priedai.",
    "prod.acc.copy": "Oficialūs Parrot priedai ANAFI UKR linijai.",
    "prod.downloadGuide": "Atsisiųsti vartotojo vadovą",
    "prod.xlr.tagline": "Gynyba ir ilgo nuotolio misijos",
    "prod.gov.tagline": "Valstybinis naudojimas ir viešasis saugumas",
    "prod.label.flight": "Skrydžio trukmė",
    "prod.label.range": "Maksimalus nuotolis",
    "prod.label.battery": "Baterija",
    "prod.label.compliance": "Atitiktis",
    "prod.label.bestFor": "Tinka",
    "prod.xlr.battery": "XLR · 20 200 mAh",
    "prod.xlr.bestFor": "Ilgo nuotolio žvalgyba, sienų stebėjimas, ilgalaikės misijos",
    "prod.gov.battery": "Standartinė arba XLR",
    "prod.gov.bestFor": "Teisėsauga, gelbėtojai, valstybinės tarnybos",
    "prod.specs.flight": "38 min su standartine baterija · 70 min su XLR",
    "prod.specs.range": "23 km standard battery · 40 km XLR",
    "prod.specs.speed": "Skrydžio greitis",
    "prod.specs.speedV": "6,5 m/s · iki 14 m/s",
    "prod.specs.ceiling": "Maksimalus skrydžio aukštis",
    "prod.specs.ceilingV": "5 000 m virš jūros lygio",
    "prod.specs.weight": "Svoris",
    "prod.specs.weightV": "Dronas 959 g · Standartinė / XLR baterija 686 g",
    "prod.specs.takeoff": "Maksimalus pakilimo svoris",
    "prod.specs.takeoffV": "1 450 g",
    "prod.specs.rgb": "RGB kamera",
    "prod.specs.rgbV": "35x priartinimas · 1080p tiesioginė transliacija 30 fps",
    "prod.specs.thermal": "Termokamera",
    "prod.specs.thermalV": "FLIR Boson 640×512 px",
    "prod.specs.conn": "Ryšys",
    "prod.specs.connV": "Wi-Fi · 5G · MARS radijas 15 km · LoRa 20 km",
    "prod.specs.nav": "Navigacija",
    "prod.specs.navV": "GPS · GLONASS · Galileo · BeiDou · GNSS nepasiekiamoje aplinkoje",
    "prod.specs.env": "Aplinkos sąlygos",
    "prod.specs.envV": "IP53 · nuo −36°C iki +50°C · 15 m/s vėjas · žiemos režimas",
    "prod.specs.acoustic": "Triukšmas",
    "prod.specs.acousticV": "77 dBA 1 m atstumu",
    "prod.specs.security": "Saugumas",
    "prod.specs.securityV": "AES-256 · FIPS 140-2",
    "prod.specs.cert": "Sertifikatai (GOV)",
    "prod.specs.certV": "Blue UAS · NSN · NDAA · GDPR",
    "prod.specs.deploy": "Paruošimas darbui",
    "prod.specs.deployV": "Paruošiamas naudojimui greičiau nei per 2 minutes",
    "prod.specs.sim": "Simuliatorius",
    "prod.specs.simV": "Parrot Sphinx virtuali mokymų aplinka",
    "prod.acc.propellers": "ANAFI UKR propelerių rinkinys",
    "prod.acc.case": "Parrot ANAFI drono dėžė",
    "prod.acc.backpack": "Parrot ANAFI drono kuprinė",
    "prod.acc.battery": "ANAFI UKR baterija",
    "prod.acc.batteryXlr": "Parrot ANAFI UKR — XLR baterija",
    "prod.acc.ranger": "Parrot MARS RANGER",
    "prod.acc.orbiter": "Parrot MARS ORBITER",
    "prod.acc.antenna": "Nuotolinė antena",
    "prod.acc.dboxLink": "Daugiau informacijos",
    "prod.cta.eyebrow": "",
    "prod.cta.headline": "Visos Parrot produktų užklausos vykdomos per kontaktų formą.",

    /* ----- Comet page ----- */
    "comet.h1": "Light a Sky Comet — naujos kartos šviesų šou dronas.",
    "comet.lede": "230 g šviesų šou dronas sukurtas didelio masto šviesų pasirodymams. RGBW apšvietimas, iki 60 minučių skrydžio trukmė, RTK tikslumas ir autonominė paleidimo bei įkrovimo sistema.",
    "comet.badge1": "",
    "comet.badge2": "",
    "comet.badge3": "",
    "comet.badge4": "",
    "comet.badge5": "",
    "comet.hero.caption": "",
    "comet.stat.flight": "Skrydžio trukmė",
    "comet.stat.brightness": "Raiška",
    "comet.stat.weight": "Svoris",
    "comet.stat.rtk": "RTK tikslumas (+ 1 ppm CEP)",
    "comet.feat.eyebrow": "",
    "comet.feat.headline": "Sukurta šimtams dronų, skraidančių kartu.",
    "comet.feat.lighting.tag": "APŠVIETIMAS",
    "comet.feat.lighting.title": "Pilnas RGBW",
    "comet.feat.lighting.copy": "Ryškus ir tolygus RGBW apšvietimas su individualiai valdomomis animacijomis bei spalvomis, pritaikytomis profesionaliems dronų pasirodymams.",
    "comet.feat.pos.tag": "POZICIONAVIMAS",
    "comet.feat.pos.title": "Dviejų dažnių RTK GNSS",
    "comet.feat.pos.copy": "Tikslus RTK pozicionavimas naudojant GPS, GLONASS, Galileo ir BeiDou sistemas stabiliam skrydžiui bei preciziškam dronų valdymui.",
    "comet.feat.red.tag": "SAUGA",
    "comet.feat.red.title": "Dubliuoti jutikliai",
    "comet.feat.red.copy": "Patikimam veikimui integruoti dubliuoti jutikliai ir procesoriai, užtikrinantys stabilų darbą net sudėtingomis sąlygomis.",
    "comet.feat.storage.tag": "LAIKYMAS",
    "comet.feat.storage.title": "Paleidimo stotelė",
    "comet.feat.storage.copy": "Kompaktiška stotelė dronų laikymui, įkrovimui ir pasirengimui skrydžiams vienoje sistemoje.",
    "comet.feat.ops.tag": "ĮKROVIMAS",
    "comet.feat.ops.title": "Krovimas vietoje",
    "comet.feat.ops.copy": "Automatinis dronų įkrovimas tarp skrydžių naudojant specialiai pritaikytas stoteles.",
    "comet.feat.sw.tag": "PROGRAMINĖ ĮRANGA",
    "comet.feat.sw.title": "Skybrush ekosistema",
    "comet.feat.sw.copy": "Profesionali SkyBrush programinė įranga dronų pasirodymų planavimui, valdymui ir animacijų kūrimui.",
    "comet.specs.eyebrow": "Techninės specifikacijos",
    "comet.specs.headline": "Sukurta pasirodymų tikslumui.",
    "comet.specs.copy": "Pagrindas — Pixhawk V6X platforma su skrydžio nutraukimo sistema, integruotu krovimu, baterijų valdymu, individualiais AM32 ESC ir elementų balansavimu. Kiekvienas dronas paruoštas vakaryktės rytojaus skrydžiui.",
    "comet.specs.battery": "Baterija",
    "comet.specs.batteryV": "4 000 mAh · 7,4 V",
    "comet.specs.flight": "Skrydžio trukmė",
    "comet.specs.flightV": "Iki 60 minučių",
    "comet.specs.charge": "Įkrovimo trukmė",
    "comet.specs.chargeV": "Iki 3 valandų",
    "comet.specs.folded": "Sulanksto matmenys",
    "comet.specs.foldedV": "178 × 178 × 72 mm",
    "comet.specs.flightSize": "Matmenys",
    "comet.specs.flightSizeV": "314 × 314 × 72 mm",
    "comet.specs.weight": "Svoris",
    "comet.specs.weightV": "230 g",
    "comet.specs.lighting": "Apvietimas",
    "comet.specs.lightingV": "Pilnas RGBW · iki 1 800 lm",
    "comet.specs.comm": "Ryšys",
    "comet.specs.commV": "5 GHz Wi-Fi 6 · 2,4 GHz LoRa atsarginis",
    "comet.specs.red": "Pertekliniai jutikliai",
    "comet.specs.redV": "3× IMU · 2× barometras · 2× magnetometras",
    "comet.specs.proc": "Procesoriai",
    "comet.specs.procV": "2× STM32H7 + 1× Arm Cortex-M33 MCU",
    "comet.specs.gnss": "GNSS",
    "comet.specs.gnssV": "Ublox ZED-F9P · GPS · GLONASS · Galileo · BeiDou",
    "comet.specs.rtk": "RTK tikslumas",
    "comet.specs.rtkV": "0,01 m + 1 ppm CEP ",
    "comet.specs.mag": "Magnetometras",
    "comet.specs.magV": "PNI RM3100",
    "comet.specs.fw": "Programinė įranga",
    "comet.specs.fwV": "SkyBrush",
    "comet.specs.choreo": "Pasirodymų planavimas",
    "comet.specs.choreoV": "Skybrush programa",
    "comet.specs.platform": "Platforma",
    "comet.specs.platformV": "Pixhawk V6X · individualus AM32 ESC",
    "comet.specs.safety": "Sauga",
    "comet.specs.safetyV": "Skrydžio nutraukimo sistema ",
    "comet.specs.enclosure": "Korpusas",
    "comet.specs.enclosureV": "Visiškai uždaras · atsparus lietui",
    "comet.specs.case": "Transportavimo dėžė",
    "comet.specs.caseV": "6 dronų talpa · paleidimo aikštelė · integruotas maitinimas",
    "comet.cta.eyebrow": "\n",
    "comet.cta.headline": "Pasiruošę naujos kartos dronų šou pasirodymams?",

    /* ----- Contact page ----- */
    "contact.h1": "Susisiekime.",
    "contact.lede": "\n",
    "contact.details": "Kontaktų informacija",
    "contact.about": "Apie mus",
    "contact.aboutCopy": "Droneteam — profesionalų dronų paslaugų įmonė ir oficialus Parrot dronų atstovas Lietuvoje.",
    "contact.opSince": "Veikiame nuo",
    "contact.clients": "Klientų",
    "contact.form.title": "Užklausos forma",
    "contact.form.name": "Vardas",
    "contact.form.namePh": "Vardas ir pavardė",
    "contact.form.email": "El. paštas",
    "contact.form.emailPh": "vardas@imone.lt",
    "contact.form.interest": "Kuo domitės?",
    "contact.form.opt.services": "Dronų paslaugos",
    "contact.form.opt.training": "Pilotų mokymai",
    "contact.form.opt.battery": "XLR baterija",
    "contact.form.opt.other": "Kita",
    "contact.form.message": "Žinutė",
    "contact.form.messagePh": "Papasakokite apie savo projektą, terminus ir norimus rezultatus.",
    "contact.form.submit": "Siųsti užklausą",
    "contact.form.privacy": "Pateikdami užklausą sutinkate su mūsų privatumo politika. Atsakysime per vieną darbo dieną.",
    "contact.form.received": "Užklausa gauta",
    "contact.form.thanks": "Ačiū. Atsakysime per vieną darbo dieną.",
    "contact.form.another": "Siųsti dar vieną užklausą",
    "coming.eyebrow": "Netrukus",
    "coming.headline": "Puslapis šiuo metu ruošiamas.",
    "sf.title": "Sumanioji žemdirbystė",
    "sf.blurb": "Atliekame multispektrinius ir RGB skenavimus žemės ūkiui — pasėlių stebėsenai, NDVI analizei, drėkinimo vertinimui ir augalų būklės stebėjimui. Šiuo metu ruošiame šios paslaugos projektų pavyzdžius, techninę informaciją ir sprendimų aprašymus.",
    "ls.title": "Dronų šviesų šou",
    "ls.blurb": "Dronų šviesų pasirodymai renginiams, koncertams ir miesto šventėms. Daugiau informacijos apie šiuos sprendimus rasite „Light A Sky“ puslapyje.",
  },
};

window.LangContext = LangContext;
window.useT = useT;
window.useLang = useLang;
