diff --git a/public/i18n/en.json b/public/i18n/en.json new file mode 100644 index 0000000..a982587 --- /dev/null +++ b/public/i18n/en.json @@ -0,0 +1,33 @@ +{ + "topBar":{ + "aboutMe" : "About me", + "depreciationCalculator" :"Depreciation Calculator", + "courses" : "Courses" + }, + "asset-calculator": { + "depreciationCalculator" :"Depreciation Calculator", + "initialValue" :"Initial Value:", + "depreciationRate" :"Depreciation rate:", + "startOfDepreciation" :"Start depreciation:", + "depreciationMethod" :"Depreciation method:", + "valueChanges" :"Value Changes", + "year" :"Year", + "month" :"Month", + "amountWriteOf" :"Amount of write-off", + "totalWriteOf" :"Total write-off", + "lp" :"lp", + "change" :"Change", + "degressionCoefficients" :"Degression coefficients", + "remove" :"Remove", + "totalInTheYear" :"Total in the year {{ year }} write-off : {{ total }}", + "fixedAsset" :"Fixed asset", + "addChangeValue" :"Add a value change", + "linear" :"linear", + "digressive" :"digressive", + "depreciationPlan" :"Depreciatin plan" + }, + "aboutMe":{ + "description": "

I am an experienced software engineer with over 20 years of experience in the IT industry.

\n

I specialize in Java and Angular technologies, as well as in the development and implementation of scalable web applications.

\n

I am an Oracle Cloud Infrastructure 2024 Generative AI Certified Professional and have prior qualifications in Oracle Cloud and Java programming.

\n

These skills support my implementation efforts modern cloud-based solutions and creating future-oriented applications.

\n" + } +} + diff --git a/public/i18n/pl.json b/public/i18n/pl.json new file mode 100644 index 0000000..7347d3a --- /dev/null +++ b/public/i18n/pl.json @@ -0,0 +1,33 @@ +{ + "topBar":{ + "aboutMe" : "O mnie", + "depreciationCalculator" :"Kalkulator amortyzacyjny", + "courses" : "Kursy" + }, + "asset-calculator": { + "depreciationCalculator" :"Kalkulator amortyzacyjny", + "initialValue" :"Wartość początkowa:", + "depreciationRate" :"Stawka amortyzacyjna:", + "startOfDepreciation" :"Rozpoczęcie amortyzacji:", + "depreciationMethod" :"Metoda amortyzacji:", + "valueChanges" :"Zmiany wartości", + "year" :"Rok", + "month" :"Miesiąc", + "amountWriteOf" :"Kwota odpisu", + "totalWriteOf" :"Łączny odpis", + "lp" :"lp", + "change" :"Zmiana", + "degressionCoefficients" :"Wspólczynnki degresji", + "remove" :"Usuń", + "totalInTheYear" :"Łącznie w roku {{ year }} odpis : {{ total }}", + "fixedAsset" :"Środek trwały", + "addChangeValue" :"Dodaj zmianę wartości", + "linear" :"liniowa", + "digressive" :"dygresywna", + "depreciationPlan" :"Plan amortyzacji" + } + , + "aboutMe":{ + "description": "

Jestem doświadczonym inżynierem oprogramowania z ponad 20-letnim doświadczeniem w branży IT.

\n

Specjalizuję się w technologiach Java i Angular, a także w rozwijaniu i wdrażaniu skalowalnych aplikacji webowych.

\n

Jestem posiadaczem certyfikatu Oracle Cloud Infrastructure 2024 Generative AI Certified Professional oraz wcześniejszych kwalifikacji w obszarze chmury Oracle i programowania w języku Java.

\n

Te umiejętności wspierają moje działania w zakresie wdrażania nowoczesnych rozwiązań opartych na chmurze oraz tworzenia aplikacji zorientowanych na przyszłość.

\n" + } +}