From 4454046d2243ad8cb6b05a89659c83ee73e9ecfd Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sat, 26 Jul 2025 00:09:57 +0200 Subject: [PATCH] localization --- src/pages/contribute/index.astro | 6 ++--- src/pages/contribute/tool.astro | 44 ++++++++++++++++---------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/pages/contribute/index.astro b/src/pages/contribute/index.astro index 8959344..52ba58b 100644 --- a/src/pages/contribute/index.astro +++ b/src/pages/contribute/index.astro @@ -132,7 +132,7 @@ const { authenticated, userEmail, userId } = authResult;

Wenn ihr einen umfangreicheren Beitrag zu einem Tool, einer Methode oder einem Kozept habt, könnt ihr ihn hier einreichen. - Dazu müsst ihr ein kurzes Formular ausfüllen, zusätzlich könnt ihr Dateien einreichen. + Der Upload von beliebigen Dateien und Unterlagen ist hier möglich, und wird manuell von mir integriert.

@@ -200,7 +200,7 @@ const { authenticated, userEmail, userId } = authResult;
-

Qualitätsstandards

+

Empfehlungen

  • Informationen sollten stets korrekt und up-to-date sein
  • Nutzt klare, verständliche Sprache
  • @@ -212,7 +212,7 @@ const { authenticated, userEmail, userId } = authResult;
-

QS

+

Review

  • Alle Beiträge werden transparent als Pull Requests in unserem Git veröffentlicht
  • Die Inforamtionen werden teilweise automatisiert validiert
  • diff --git a/src/pages/contribute/tool.astro b/src/pages/contribute/tool.astro index 9dc4008..5432d67 100644 --- a/src/pages/contribute/tool.astro +++ b/src/pages/contribute/tool.astro @@ -35,11 +35,11 @@ const isEdit = !!editTool;

    {isEdit ? `Edit: ${editTool?.name}` : 'Contribute New Tool/Method/Concept'}

    {isEdit - ? 'Update the information for this tool. Your changes will be submitted as a pull request.' - : 'Add a new tool, method, or concept to the database. Your contribution will be submitted as a pull request.' + ? 'Passt die Informationen für dieses Tool/Methode/Konzept an. Dein Beitrag wird als Git-Issue veröffentlicht.' + : 'Füge ein neues Tool, Methode oder Konzept in unsere Datenbank hinzu. Dein Beitrag wird als Git-Issue veröffentlicht.' }

    - {userEmail &&

    Submitting as: {userEmail}

    } + {userEmail &&

    Eingeloggt als: {userEmail}

    }
@@ -54,7 +54,7 @@ const isEdit = !!editTool;
-

Basic Information

+

Grundlegende Infos

@@ -62,8 +62,8 @@ const isEdit = !!editTool;
@@ -93,9 +93,9 @@ const isEdit = !!editTool;
- + + placeholder="Klare, kurze Beschreibung, was dein Tool/Methode/Konzept tut, was sein Zweck ist und was es einzigartig macht.">{editTool?.description || ''}
0/1000
@@ -105,17 +105,17 @@ const isEdit = !!editTool; - Homepage, documentation, or primary source + Homepage, Dokumentation, oder Primärquelle
-

Categories

+

Kategorien

- +
{domains.map(domain => (
- +
{phases.map(phase => (