Skip to content

Commit

Permalink
#18 translations
Browse files Browse the repository at this point in the history
  • Loading branch information
chraebsli authored Oct 10, 2023
1 parent 04e438b commit a824b94
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link href="%PUBLIC_URL%/assets/favicon.svg" rel="icon" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="Das ist das Portfolio von Nicholas Krebs. Ich bin ein Webentwickler." name="description" />
<meta content="IT enthusiast & web developer from Switzerland" name="description" />
<link href="%PUBLIC_URL%/manifest.json" rel="manifest" />
<title>Nicholas Krebs</title>
<link rel="me" href="https://techhub.social/@chraebsli" />
Expand Down
2 changes: 1 addition & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://nicholas-krebs.ch</loc>
<lastmod>2023-06-02</lastmod>
<lastmod>2023-10-09</lastmod>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
Expand Down
12 changes: 6 additions & 6 deletions src/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function de(): Translation {
return {
meta: {
title: "Nicholas Krebs",
description: "Ich bin ein Informatiklehrling im 3. Jahr und interessiere mich für Webentwicklung & Programmierung.",
description: "IT Enthusiast & Web Entwickler aus der Schweiz",
},
components: {
header: {
Expand All @@ -29,15 +29,15 @@ export default function de(): Translation {
},
sections: {
welcome: {
welcome: "Hey, ich bin Nicholas Krebs/ «chraebsli»",
description: "Ich bin ein Informatiklehrling im 3. Jahr und interessiere mich für Webentwicklung & Programmierung.",
welcome: "Hey, ich bin Nicholas/ «chraebsli»",
description: "IT Enthusiast & Web Entwickler aus der Schweiz",
},
about: {
title: "Über mich",
description: [
"Ich bin ein Informatiklehrling im 3. Jahr an der Technischen Fachschule in Bern und interessiere mich sehr für die Informatik und vor allem für Webentwicklung & Programmierung. Daher arbeite ich auch gerne in meiner Freizeit an IT Projekten. Neben der Entwicklung leite ich noch eine Gruppe Pfadfinder und spiele in einer Brass Band.",
"Am liebsten programmiere ich mit React und Next.js im Frontend, Express.js und TypeORM im Backend und als Programmiersprache dazu passend TypeScript. Jedoch kenne ich mich auch mit Python und PHP aus, aber verwende diese nicht so oft.",
"Um neben meiner Ausbildung noch etwas zu verdienen, arbeite ich zusätzlich auch für private Kunden. Dies hat der Grund, weil meine Ausbildung schulisch basiert ist und vom Kanton Bern finanziert wird. Dadurch verdiene ich kein Geld während meiner Lehre.",
"Ich bin ein junger IT Enthusiast und Webentwickler aus der Schweiz, der sich wirklich für Webentwicklung und andere IT Themen interessiert. In meiner Freizeit programmiere ich gerne und stärke meine Fähigkeiten. Ausserdem bin ich in einer Brass Band, ein Pfadfinderleiter und im Winter ein Snowboarder.",
"Meine Lieblingsframeworks sind React und Next.js für das Frontend, Express.js und TypeORM für das Backend und TypeScript als Programmiersprache. Allerdings kenne ich mich auch mit Python und PHP aus, nutze sie aber nicht so oft.",
"Derzeit arbeite ich an einigen Webprojekten und pflege Websites für meine Kunden.",
"Welche Dienstleistungen ich anbiete, findest du auf <a href='https://chraebsli.dev'>https://chraebsli.dev</a>.",
],
},
Expand Down
12 changes: 6 additions & 6 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function en(): Translation {
return {
meta: {
title: "Nicholas Krebs",
description: "I am a 3rd year IT student interested in web development & programming.",
description: "IT enthusiast & web developer from Switzerland",
},
components: {
header: {
Expand All @@ -29,15 +29,15 @@ export default function en(): Translation {
},
sections: {
welcome: {
welcome: "Hey, I'm Nicholas Krebs/ «chraebsli»",
description: "I am a 3rd year IT student interested in web development & programming.",
welcome: "Hey, I'm Nicholas/ «chraebsli»",
description: "IT enthusiast & web developer from Switzerland",
},
about: {
title: "About me",
description: [
"I am a 3rd year IT student at the “Technische Fachschule” in Bern, and I am very interested in IT and especially in web development & programming. That's why I like to work on IT projects in my spare time. In addition to development, I lead a group of scouts and play in a brass band.",
"I prefer to program with React and Next.js in the frontend, Express.js and TypeORM in the backend and TypeScript as the programming language. Nevertheless, I'm also familiar with Python and PHP, but don't use them that often.",
"To earn something alongside my apprenticeship, I also work for private clients. This is because my training is school-based and financed by the canton of Bern. As a result, I do not earn any money during my apprenticeship.",
"I’m a young IT enthusiast & web developer from Switzerland who is truly interested in web development and other IT stuff. In my spare time, I like to code and strengthen my skills. Furthermore, I’m in a brass band, a scout leader, and a snowboarder in winter.",
"My favorite frameworks are React and Next.js for the frontend, Express.js and TypeORM for the backend, and TypeScript as the programming language. Nevertheless, I'm also familiar with Python and PHP, but don't use them that often.",
"Currently, I'm working on some web projects and maintaining a few websites for my clients.",
"You can find out which services I offer at <a href='https://chraebsli.dev'>https://chraebsli.dev</a>.",
],
},
Expand Down

1 comment on commit a824b94

@vercel
Copy link

@vercel vercel bot commented on a824b94 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.