Adding language versions
This commit is contained in:
parent
073917b495
commit
1249b1e176
|
|
@ -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": "<p>I am an experienced software engineer with over 20 years of experience in the IT industry.</p>\n<p>I specialize in Java and Angular technologies, as well as in the development and implementation of scalable web applications.</p>\n<p>I am an Oracle Cloud Infrastructure 2024 Generative AI Certified Professional and have prior qualifications in Oracle Cloud and Java programming.</p>\n<p>These skills support my implementation efforts modern cloud-based solutions and creating future-oriented applications.</p>\n<ul><b>Main technologies and tools:</b>\n<li>Programming languages: Java, JavaScript, C++</li> \n<li>Frameworks: Spring Boot, Angular, Thymeleaf</li>\n<li>Databases: Oracle, MSSQL, JavaDB</li>\n<li>Cloud environments: Oracle Cloud Infrastructure, Docker</li>\n<li>Other: HTML, CSS, Bootstrap, SVN, WildFly</li>\n</ul>"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -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": "<p>Jestem doświadczonym inżynierem oprogramowania z ponad 20-letnim doświadczeniem w branży IT.</p>\n<p>Specjalizuję się w technologiach Java i Angular, a także w rozwijaniu i wdrażaniu skalowalnych aplikacji webowych.</p>\n<p>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.</p>\n<p>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ść.</p>\n<ul><b>Główne technologie i narzędzia:</b>\n<li>Języki programowania: Java, JavaScript, C++</li>\n<li>Frameworki: Spring Boot, Angular, Thymeleaf</li>\n<li>Bazy danych: Oracle, MSSQL, JavaDB</li>\n<li>Środowiska chmurowe: Oracle Cloud Infrastructure, Docker</li>\n<li>Inne: HTML, CSS, Bootstrap, SVN, WildFly</li>\n</ul>"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue