Skip to content

Commit cbcc96c

Browse files
committed
Simplification of intro.tsx and streamlined translations EN NL
1 parent 7aa7d91 commit cbcc96c

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

src/components/Intro.tsx

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,28 @@ export default function ({
2121
{!activeLanguage && <LanguageSwitcher />}
2222
</div>
2323

24-
<div className="mb-4">
25-
<p>{t("description1")}</p>
24+
<div className="mb-4">
2625
<p>
27-
{t("description2")}
26+
{/* first sentence */}
27+
{t("description1")}
2828
<a
2929
href="https://eur-lex.europa.eu/eli/reg/2024/1689/oj"
3030
target="_blank"
3131
>
32-
{t("source1")}
32+
{t("AI_Act_link")}
3333
</a>
34-
{t("description2_1")}
35-
<i>{t("description2_2")} </i>
36-
{t("description2_3")}
34+
{/* second sentence */}
35+
{t("description2")}
3736
<a
3837
href="https://algoritmes.pleio.nl/attachment/entity/f1a35292-7ea6-4e47-93fa-b3358e9ab2e0"
3938
target="_blank"
4039
>
41-
{t("source2")}
40+
{t("Handreiking_link")}
4241
</a>
43-
{t("description2_4")}
42+
{t("description3")}
43+
{/* third sentence */}
44+
{t("description4")}
45+
{t("description5")}
4446
</p>
4547
<p>
4648
{t("feedback")}{" "}

src/i18n/en/translation.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"cardTitle": "AI Act Implementation Tool",
3-
"description1": "With a maximum of 7 questions, a well-founded assessment can be made whether a data-driven application qualifies as an AI system or as an high-impact algorithm. By answering a maximum of 20 extra questions the risk classification of an AI system can be made. These questionnaires are primarily focussed on the (Dutch) public sector, but could be very usefull to other countries and sectors.",
4-
"description2": "This open-source template is tailored to the definition of an AI system as stated in the EU ",
5-
"source1": "AI Act",
6-
"description2_1": " and the definition of a ",
7-
"description2_2": " high-impact algorithm ",
8-
"description2_3": " from the ",
9-
"source2": "Algorithm Registry Guidance Document ",
10-
"description2_4": " of the Dutch Ministry of the Interior.",
3+
"description1": "With a maximum of three questions, a well-founded assessment can be made whether a data-driven application qualifies as an AI system under the",
4+
"AI_Act_link": " AI Act. ",
5+
"description2": "By answering four additional questions, it can be determined whether an algorithm classifies as a high-impact algorithm according to the",
6+
"Handreiking_link": " Algorithm Registry Guidance Document",
7+
"description3": " of the Dutch government.",
8+
"description4": " By answering a maximum of 20 extra questions the risk class of an AI system can be determined.",
9+
"description5": " These dynamic questionnaires are primarily designed for public sector organisations but can also be valuable for other sectors.",
1110
"feedback": "Help develop and share feedback via",
1211
"startButton": "Start",
1312
"or": "or",

src/i18n/nl/translation.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"cardTitle": "AI-verordening implementatie tool",
3-
"description1": "Aan de hand van maximaal 7 vragen kun je al een gedegen inschatting maken of een datagedreven toepassing een AI-systeem of impactvol algoritme betreft. Met het invullen van maximaal 20 aanvullende vragen kan worden bepaald wat de risicoclassificatie is van een AI-systeem. Deze vragenlijsten richten zich primair op publieke sector organisaties.",
4-
"description2": "Deze open-source template is afgestemd op de definitie van een AI-systeem uit de ",
5-
"source1": "AI-verordening",
6-
"description2_1": " en de definitie van een ",
7-
"description2_2": " impactvol algoritme ",
8-
"description2_3": " uit de ",
9-
"source2": "Handreiking Algoritmeregister",
10-
"description2_4": " van het Ministerie van Binnenlandse Zaken en Koningkrijksrelaties.",
3+
"description1": "Aan de hand van maximaal drie vragen kan een gedegen inschatting worden gemaakt of een datagedreven toepassing als AI-systeem kwalificeert onder de",
4+
"AI_Act_link": " AI-verordening.",
5+
"description2": " Door het invullen van vier aanvullende vragen kan worden bepaald of een algoritme kwalificeert als een impactvol algoritme zoals gedefinieerd in de",
6+
"Handreiking_link": " Handreiking Algoritmeregister",
7+
"description3": " van de Nederlandse overheid.",
8+
"description4": " Met het invullen van maximaal 20 aanvullende vragen kan worden bepaald wat de risicoclassificatie is van een AI-systeem.",
9+
"description5": " Deze dynamische vragenlijsten richten zich primair op publieke sector organisaties, maar kunnen ook nuttig zijn voor andere sectoren.",
1110
"feedback": "Help mee ontwikkelen. Deel feedback middels",
1211
"startButton": "Start",
1312
"or": "of",

0 commit comments

Comments
 (0)