From d061ea848b3b4fea76669b76242b8872653e2f21 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Tue, 16 Jun 2026 11:06:27 +0200 Subject: [PATCH] . --- src/translations.ts | 72 +++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/src/translations.ts b/src/translations.ts index a35761d..9b9ba35 100644 --- a/src/translations.ts +++ b/src/translations.ts @@ -1,38 +1,40 @@ -export type Language = 'en' | 'cs'; +export type Language = "en" | "cs"; export const translations = { - en: { - home: 'Home', - about: 'About', - contact: 'Contact', - timeBreaker: 'Time-Breaker', - welcome: 'WELCOME TO MY WORLD', - hello: "Hello, I'm", - job: 'a Developer.', - desc: "I use animation as a third dimension by which to simplify experiences and guiding through each and every interaction. I'm not adding motion just to spruce things up, but doing it in ways that matter.", - findMe: 'FIND WITH ME', - bestSkill: 'BEST SKILL ON', - aboutMe: 'About Me', - aboutDesc: 'I build accessible, pixel-perfect, and performant web experiences. Passionate about technology and design.', - getInTouch: 'Get In Touch', - contactDesc: 'Interested in working together?', - emailMe: 'Email me', - }, - cs: { - home: 'Domů', - about: 'O mně', - contact: 'Kontakt', - timeBreaker: 'Time-Breaker', - welcome: 'VÍTEJTE V MÉM SVĚTĚ', - hello: "Ahoj, jsem", - job: 'Vývojář.', - desc: "Používám animaci jako třetí rozměr, kterým zjednodušuji zážitky a provázím každou interakcí. Nepřidávám pohyb jen pro efekt, ale dělám to způsoby, které mají smysl.", - findMe: 'NAJDETE MĚ NA', - bestSkill: 'DOVEDNOSTI', - aboutMe: 'O mně', - aboutDesc: 'Tvořím přístupné, pixel-perfect a výkonné webové zážitky. Vášnivý pro technologie a design.', - getInTouch: 'Napište mi', - contactDesc: 'Máte zájem o spolupráci?', - emailMe: 'Napište mi', - } + en: { + home: "Home", + about: "About", + contact: "Contact", + timeBreaker: "Time-Breaker", + welcome: "WELCOME TO MY WORLD XXXX", + hello: "Hello, I'm", + job: "a Developer.", + desc: "I use animation as a third dimension by which to simplify experiences and guiding through each and every interaction. I'm not adding motion just to spruce things up, but doing it in ways that matter.", + findMe: "FIND WITH ME", + bestSkill: "BEST SKILL ON", + aboutMe: "About Me", + aboutDesc: + "I build accessible, pixel-perfect, and performant web experiences. Passionate about technology and design.", + getInTouch: "Get In Touch", + contactDesc: "Interested in working together?", + emailMe: "Email me", + }, + cs: { + home: "Domů", + about: "O mně", + contact: "Kontakt", + timeBreaker: "Time-Breaker", + welcome: "VÍTEJTE V MÉM SVĚTĚ", + hello: "Ahoj, jsem", + job: "Vývojář.", + desc: "Používám animaci jako třetí rozměr, kterým zjednodušuji zážitky a provázím každou interakcí. Nepřidávám pohyb jen pro efekt, ale dělám to způsoby, které mají smysl.", + findMe: "NAJDETE MĚ NA", + bestSkill: "DOVEDNOSTI", + aboutMe: "O mně", + aboutDesc: + "Tvořím přístupné, pixel-perfect a výkonné webové zážitky. Vášnivý pro technologie a design.", + getInTouch: "Napište mi", + contactDesc: "Máte zájem o spolupráci?", + emailMe: "Napište mi", + }, };