Skip to content

Commit

Permalink
chore: improve language
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed Oct 20, 2024
1 parent 176cf02 commit 104143b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/skill/SkillInformation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const t = useTranslations(lang);
})
}
</Headline>
<p>{requirements}</p>
<p set:html={requirements} />
<!-- <Trans i18nKey={"skills.general.interested"}>
You are interested?{" "}
<Link href={buildLink("dm-registration")}>Apply now!</Link>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/en/web-technologies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const historyData = historyJson[lang]["skill17"];
skillDescription="Planning, designing, and testing of websites, as well as their maintenance and the integration of third-party and social media platforms."
skillInformation={{
description:
"Working with web technologies is a key skill in a world where the World Wide Web is increasingly taking centre stage. It is also one of the most complex and diverse skills of all. It is also one of the most complex and diverse professions around.<br /><br />Web designers and developers first build a professional relationship with their clients to develop a comprehensive understanding of their website requirements. Strong design and communication skills combined with an understanding of target groups, markets and trends are essential. During the development process, web designers and developers create databases, develop programmes and test and debug websites.",
"Working with web technologies is a key skill in a world where the World Wide Web is increasingly taking center stage. It is also one of the most complex and diverse skills of all. It is also one of the most complex and diverse professions around.<br /><br />Web designers and developers first build a professional relationship with their clients to develop a comprehensive understanding of their website requirements. Strong design and communication skills combined with an understanding of target groups, markets and trends are essential. During the development process, web designers and developers create databases, develop programs and test and debug websites.",
requirements:
"You are proficient in at least one programming language, e.g., JavaScript, can design and program interactive web applications, have experience with databases (SQL) and understand English-language tasks.",
"You are proficient in at least one programming language, e.g., JavaScript, can design and program interactive web applications, have experience with databases (SQL), and understand English-language tasks.",
videoUrl: "https://www.youtube-nocookie.com/embed/EzRZSSZ4RAI",
occupation: {
title: "A career with a future and always on the cutting edge",
Expand All @@ -30,12 +30,12 @@ const historyData = historyJson[lang]["skill17"];
additionalLinks={[
{
name: "worldskills.org",
text: "Skill 17 bei WorldSkills International",
text: "Skill 17 at WorldSkills International",
href: "https://worldskills.org/skills/id/127/",
},
{
name: "worldskills2024.com",
text: "Skill 17 bei den WorldSkills Lyon 2024",
text: "Skill 17 at the WorldSkills Lyon 2024",
href: "https://worldskills2024.com/en/skills/web-technologies",
},
]}
Expand Down
6 changes: 3 additions & 3 deletions src/pages/web-technologies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const historyData = historyJson[lang]["skill17"];
<SkillPage
skillNumber="17"
skillName="Web-Entwicklung"
skillDescription="Planung und Gestaltung sowie Testen von Websites, deren Pflege, Einbindung von Plattformen Dritter und Integration von Social-Media-Plattformen."
skillDescription="Planung und Gestaltung sowie Testen von Webseiten, deren Pflege, Einbindung von Plattformen Dritter und Integration von Social-Media-Plattformen."
skillInformation={{
description:
"Die Arbeit mit Webtechnologien ist eine Schlüsselqualifikation in einer Welt, in der das World Wide Web immer mehr in den Mittelpunkt rückt. Sie ist auch eine der komplexesten und vielfältigsten Fähigkeiten überhaupt. Es ist auch eines der komplexesten und vielfältigsten Berufsfelder überhaupt.<br /><br />Web-Designer und -entwickler bauen zunächst eine professionelle Beziehung zu ihren Kunden auf, um ein umfassendes Verständnis für die Anforderungen an ihre Website zu entwickeln. Starke Design- und Kommunikationsfähigkeiten in Verbindung mit einem Verständnis für Zielgruppen, Märkte und Trends sind dabei unerlässlich. Während des Entwicklungsprozesses erstellen Webdesigner und -entwickler Datenbanken, entwickeln Programme und testen und debuggen Websites.",
"Die Arbeit mit Webtechnologien ist eine Schlüsselqualifikation in einer Welt, in der das World Wide Web immer mehr in den Mittelpunkt rückt. Sie ist auch eine der komplexesten und vielfältigsten Fähigkeiten überhaupt. Es ist auch eines der komplexesten und vielfältigsten Berufsfelder überhaupt.<br /><br />Web-Designer*innen und -entwickler*innen bauen zunächst eine professionelle Beziehung zu ihren Kund*innen auf, um ein umfassendes Verständnis für die Anforderungen an ihre Webseite zu entwickeln. Starke Design- und Kommunikationsfähigkeiten in Verbindung mit einem Verständnis für Zielgruppen, Märkte und Trends sind dabei unerlässlich. Während des Entwicklungsprozesses erstellen Webdesigner*innen und -entwickler*innen Datenbanken, entwickeln Programme und testen und debuggen Webseiten.",
requirements:
"Du beherrschst mindestens eine Programmiersprache, z.B. JavaScript, gestaltest und programmierst interaktive Webanwendungen, hast Erfahrung mit Datenbanken (SQL) und verstehst englischsprachige Aufgabenstellungen.",
"Du beherrschst mindestens eine Programmiersprache, z.&thinsp;B. JavaScript, gestaltest und programmierst interaktive Webanwendungen, hast Erfahrung mit Datenbanken (SQL) und verstehst englischsprachige Aufgabenstellungen.",
videoUrl: "https://www.youtube-nocookie.com/embed/EzRZSSZ4RAI",
occupation: {
title: "Ein Beruf mit Zukunft und stets am Puls der Zeit",
Expand Down

0 comments on commit 104143b

Please sign in to comment.