{
  "welcome": "Welcome to React",
  "description": "This is a simple multilingual React app example.",
  "name": "George Cretu",
  "navigation": {
    "about": "About",
    "experience": "Experience",
    "projects": "Projects",
    "contact": "Contact",
    "language": "Language",
    "english": "English",
    "danish": "Danish",
    "romanian": "Romanian",
    "menu": "MENU",
    "mainMenu": "Main menu",
    "close": "Close menu",
    "selectLanguage": "Select language",
    "toggleTheme": "Toggle colour theme",
    "switchToLight": "Switch to light mode",
    "switchToDark": "Switch to dark mode",
    "skipToContent": "Skip to main content"
  },
  "heroBanner": {
    "title": "George Cretu",
    "kicker": "George Cretu",
    "headline": "I build fast, accessible frontends that scale into products.",
    "description": "Frontend-focused full stack developer in Copenhagen, working across React, React Native, TypeScript, .NET and cloud infrastructure.",
    "location": "Copenhagen, Denmark",
    "cta": "See my work",
    "highlights": {
      "experience": {
        "label": "years building products"
      },
      "focus": {
        "value": "React",
        "label": "web and mobile focus"
      },
      "stack": {
        "value": ".NET",
        "label": "full stack delivery"
      }
    }
  },
  "about": {
    "title": "About me",
    "subtitle": "Get To Know More",
    "education": {
      "title": "Education",
      "subtitle": "Zealand Institute of Business and Technology",
      "heading": "AP Computer Science \n Bs.C. in Web Development"
    },
    "experience": {
      "title": "Experience",
      "subtitle": "{{years}}+ years",
      "heading": "Frontend Development"
    },
    "content": "My journey in technology started early and turned into a practical obsession with building interfaces that feel clear, resilient, and useful. I care about the space between design intent and production code: performance, accessibility, maintainability, and the small implementation details that make a product easier to trust.",
    "story": {
      "eyebrow": "Career story",
      "lead": "{{years}}+ years moving from React product teams into full stack delivery."
    },
    "timeline": {
      "unisport": {
        "company": "Unisport",
        "period": "2016 - 2021",
        "role": "React and React Native developer",
        "summary": "Built customer-facing web and mobile experiences in a commerce environment where speed, consistency, and reliability mattered every day."
      },
      "shapeGames": {
        "company": "Shape Games",
        "period": "2021 - 2024",
        "role": "React developer",
        "summary": "Worked on polished frontend products with a focus on component quality, scalable UI patterns, and strong collaboration across product and design."
      },
      "copenhagenOptimization": {
        "company": "Copenhagen Optimization",
        "period": "2024 - present",
        "role": "Full stack developer (React and .NET)",
        "summary": "Own features across the stack, connecting React interfaces with backend services and delivery concerns."
      }
    }
  },
  "experience": {
    "title": "Experience",
    "subtitle": "Explore My",
    "categories": {
      "frontend": "Frontend",
      "backend": "Backend & Cloud",
      "databases": "Databases",
      "tools": "Tools",
      "ai": "AI & Automation",
      "aiAutomation": "AI & Automation"
    },
    "primary": {
      "eyebrow": "What I reach for first",
      "title": "A practical stack for shipping product interfaces.",
      "description": "The strongest tools in my day-to-day work are the ones that help teams move quickly without making the product harder to maintain later.",
      "skills": {
        "react": "Component architecture, stateful interfaces, and production UI patterns.",
        "typescript": "Readable contracts, safer refactors, and fewer ambiguous edge cases.",
        "reactNative": "Mobile product interfaces with the same component-driven thinking as React.",
        "dotnet": "Backend services and full stack delivery with clear frontend/backend contracts."
      }
    },
    "supporting": {
      "eyebrow": "Also use",
      "title": "Full toolkit by category"
    }
  },
  "projects": {
    "title": "Projects",
    "subtitle": "Browse My Recent",
    "githubRepo": "GitHub repo",
    "liveDemo": "Live demo",
    "githubAriaLabel": "GitHub repository for {{name}}",
    "liveDemoAriaLabel": "Live demo for {{name}}",
    "card": {
      "caseStudy": "Case study",
      "challenge": "Challenge",
      "impact": "Impact"
    },
    "portfolio": {
      "name": "George Cretu Portfolio",
      "description": "A personal portfolio built as a fast, multilingual, theme-aware React application.",
      "challenge": "Make a simple personal site feel distinctive without sacrificing clarity, performance, or maintainability.",
      "impact": "Creates a stronger first impression and gives each section a clearer reason to exist."
    },
    "weatherApp": {
      "name": "Weather App",
      "description": "A responsive weather application that surfaces real-time conditions for cities around the world.",
      "challenge": "Turn API data into an interface that stays useful across loading, empty, error, and successful search states.",
      "impact": "Demonstrates practical API integration, defensive UI states, and focused frontend interaction design."
    },
    "storybook": {
      "name": "Storybook design system",
      "description": "A reusable component library built with Storybook, React, Styled Components, and a turbo repository setup.",
      "challenge": "Create components that are easy to inspect, reuse, and evolve without duplicating design decisions across projects.",
      "impact": "Shows how design and development can meet in a documented component workflow."
    },
    "mobileApis": {
      "name": "Mobile Web APIs",
      "description": "A Next.js hub for browser APIs that are especially interesting on mobile devices.",
      "challenge": "Expose device-oriented APIs in a way that is understandable, testable, and useful on real mobile hardware.",
      "impact": "Turns lower-level browser capabilities into approachable demos for orientation, battery, vibration, and speech."
    },
    "technologiesLabel": "Technologies used"
  },
  "contact": {
    "title": "Contact",
    "subtitle": "Get in touch",
    "github": "Github",
    "linkedin": "LinkedIn"
  },
  "common": {
    "linkAriaLabel": "{{name}} link",
    "error": {
      "title": "Something went wrong.",
      "description": "Please reload the page. If the issue persists, let me know.",
      "reload": "Reload"
    }
  },
  "footer": {
    "copyright": "Copyright © {{year}} George Cretu. All rights reserved.",
    "iconsBy": "Icons by"
  }
}
