From db273b641d5926dc8ecf7c17e6c34b5a63b02ac1 Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 17 Apr 2025 23:01:55 +0200 Subject: [PATCH] fix(trans): adding stuff --- public/i18n/de.json | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/public/i18n/de.json b/public/i18n/de.json index 2fa7d1f..9a7d569 100644 --- a/public/i18n/de.json +++ b/public/i18n/de.json @@ -1,17 +1,4 @@ { - "sus-question-easy-to-use": "I thought CageCalc is easy to use", - "sus-question-like-to-use-frequently": "I would like to use CageCalc frequently", - "sus-question-unnecessarily-complex": "I find CageCalc unnecessarily complex", - "sus-question-need-support-of-technical-person": "I think that I need the support of a technical person to be able to use CageCalc", - "sus-question-well-integrated": "I found various functions in CageCalc were well integrated", - "sus-question-inconsistency": "I thought there was too much inconsistency in CageCalc", - "sus-question-learn-quickly": "I would imagine that most people would learn to use CageCalc very quickly", - "sus-question-cumbersome": "I found CageCalc very cumbersome to use", - "sus-question-confident": "I felt very confident using CageCalc", - "sus-question-need-to-learn": "I needed to learn a lot of things before I could get going with CageCalc", - "question-whats-missing": "Welche Funktion fehlt dir?", - "question-pain-points": "Was muss aus deiner Sicht an XX geändert werden?", - "question-other-feedback": "Was willst du uns mitgeben?", "app-name": "Käfigrechner", "how-many-rats-does-this-cage-fit": "Wie viele Ratten passen in den Käfig?", "what-cage-should-i-get": "Käfiggröße rechnen", @@ -54,5 +41,21 @@ "cage-for-x-rats": "Käfig für {{ num_rats }} Ratten", "overall-area": "Die Gesamtfläche für {{ numRats }} Ratten muss mindestens {{ minimumOverallArea }}m² betragen.", "strongly-disagree": "Stimme gar nicht zu", - "strongly-agree": "Stimme voll zu" + "strongly-agree": "Stimme voll zu", + "dynamic.sus-question-easy-to-use": "I thought CageCalc is easy to use", + "dynamic.sus-question-like-to-use-frequently": "I would like to use CageCalc frequently", + "dynamic.sus-question-unnecessarily-complex": "I find CageCalc unnecessarily complex", + "dynamic.sus-question-need-support-of-technical-person": "I think that I need the support of a technical person to be able to use CageCalc", + "dynamic.sus-question-well-integrated": "I found various functions in CageCalc were well integrated", + "dynamic.sus-question-inconsistency": "I thought there was too much inconsistency in CageCalc", + "dynamic.sus-question-learn-quickly": "I would imagine that most people would learn to use CageCalc very quickly", + "dynamic.sus-question-cumbersome": "I found CageCalc very cumbersome to use", + "dynamic.sus-question-confident": "I felt very confident using CageCalc", + "dynamic.sus-question-need-to-learn": "I needed to learn a lot of things before I could get going with CageCalc", + "dynamic.question-whats-missing": "Welche Funktion fehlt dir?", + "dynamic.question-pain-points": "Was muss aus deiner Sicht an XX geändert werden?", + "dynamic.question-other-feedback": "Was willst du uns mitgeben?", + "dynamic.submit-success": "Erfolgreich abgesendet!", + "dynamic.submit-error": "Fehler beim Absenden!", + "dynamic.network-error": "Fehler beim Datenübertrag!" }