From eaa7f141e41a12214ce9b1efa103515fba7674a4 Mon Sep 17 00:00:00 2001 From: David Ly Date: Tue, 15 Apr 2025 19:05:36 +0200 Subject: [PATCH 1/2] Changed bad connection wording --- packages/inspection-capture-web/src/translations/de.json | 2 +- packages/inspection-capture-web/src/translations/en.json | 2 +- packages/inspection-capture-web/src/translations/fr.json | 2 +- packages/inspection-capture-web/src/translations/nl.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/inspection-capture-web/src/translations/de.json b/packages/inspection-capture-web/src/translations/de.json index bb79facf..c7495a14 100644 --- a/packages/inspection-capture-web/src/translations/de.json +++ b/packages/inspection-capture-web/src/translations/de.json @@ -1,7 +1,7 @@ { "photo": { "badConnectionWarning": { - "message": "Es scheint, dass Ihre Verbindung instabil ist. Das Hochladen von Bildern kann lange dauern oder unmöglich sein.", + "message": "Wir haben derzeit Verbindungsprobleme. Das Hochladen von Bildern kann länger als gewöhnlich dauern.", "confirm": "Ich verstehe" }, "hud": { diff --git a/packages/inspection-capture-web/src/translations/en.json b/packages/inspection-capture-web/src/translations/en.json index 0bb1ced6..9e3ddfac 100644 --- a/packages/inspection-capture-web/src/translations/en.json +++ b/packages/inspection-capture-web/src/translations/en.json @@ -1,7 +1,7 @@ { "photo": { "badConnectionWarning": { - "message": "It seems like your connection is unstable. Picture uploads might be long or impossible.", + "message": "We are experiencing connectivity issues. Picture uploads might take longer than usual.", "confirm": "I Understand" }, "hud": { diff --git a/packages/inspection-capture-web/src/translations/fr.json b/packages/inspection-capture-web/src/translations/fr.json index 9baf7d58..7fe9d689 100644 --- a/packages/inspection-capture-web/src/translations/fr.json +++ b/packages/inspection-capture-web/src/translations/fr.json @@ -1,7 +1,7 @@ { "photo": { "badConnectionWarning": { - "message": "Il semble que votre connexion soit instable. Les téléchargements d'images peuvent être longs ou impossibles.", + "message": "Nous rencontrons des problèmes de connexion. Le téléchargement des photos pourrait prendre plus de temps que d'habitude.", "confirm": "J'ai compris" }, "hud": { diff --git a/packages/inspection-capture-web/src/translations/nl.json b/packages/inspection-capture-web/src/translations/nl.json index 410062fb..2135ca0b 100644 --- a/packages/inspection-capture-web/src/translations/nl.json +++ b/packages/inspection-capture-web/src/translations/nl.json @@ -1,7 +1,7 @@ { "photo": { "badConnectionWarning": { - "message": "Het lijkt erop dat je verbinding instabiel is. Het uploaden van afbeeldingen kan lang duren of onmogelijk zijn.", + "message": "Er zijn momenteel verbindingsproblemen. Het uploaden van foto's kan langer duren dan normaal.", "confirm": "Ik begrijp het" }, "hud": { From 7dc86b5454f1ee858ea7dab9d7b9fdc766286184 Mon Sep 17 00:00:00 2001 From: David Ly Date: Tue, 15 Apr 2025 19:05:54 +0200 Subject: [PATCH 2/2] Changed Capture Selection wording --- .../src/components/CaptureSelection/translations/de.json | 2 +- .../src/components/CaptureSelection/translations/en.json | 2 +- .../src/components/CaptureSelection/translations/fr.json | 2 +- .../src/components/CaptureSelection/translations/nl.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/common-ui-web/src/components/CaptureSelection/translations/de.json b/packages/common-ui-web/src/components/CaptureSelection/translations/de.json index 31ae3f0c..9536c600 100644 --- a/packages/common-ui-web/src/components/CaptureSelection/translations/de.json +++ b/packages/common-ui-web/src/components/CaptureSelection/translations/de.json @@ -5,7 +5,7 @@ "button": "Schadensfotos hinzufügen" }, "capture": { - "title": "Zustand erfassen", + "title": "Inspektion starten", "description": "Keine Dellen oder Kratzer? Gehen Sie um das Fahrzeug herum und machen Sie Fotos.", "button": "Fotos machen" } diff --git a/packages/common-ui-web/src/components/CaptureSelection/translations/en.json b/packages/common-ui-web/src/components/CaptureSelection/translations/en.json index 7a6eaada..649d2c23 100644 --- a/packages/common-ui-web/src/components/CaptureSelection/translations/en.json +++ b/packages/common-ui-web/src/components/CaptureSelection/translations/en.json @@ -5,7 +5,7 @@ "button": "Add Damage Photos" }, "capture": { - "title": "Capture Condition", + "title": "Start Inspection", "description": "No dents or scratches? Walk around the vehicle and take photos.", "button": "Take Photos" } diff --git a/packages/common-ui-web/src/components/CaptureSelection/translations/fr.json b/packages/common-ui-web/src/components/CaptureSelection/translations/fr.json index be5d8615..d9506c04 100644 --- a/packages/common-ui-web/src/components/CaptureSelection/translations/fr.json +++ b/packages/common-ui-web/src/components/CaptureSelection/translations/fr.json @@ -5,7 +5,7 @@ "button": "Ajouter des photos de dégâts" }, "capture": { - "title": "Capturer l'état", + "title": "Démarrer l’inspection", "description": "Pas d'enfoncements ni de rayures ? Faites le tour du véhicule et prenez des photos.", "button": "Prendre des photos" } diff --git a/packages/common-ui-web/src/components/CaptureSelection/translations/nl.json b/packages/common-ui-web/src/components/CaptureSelection/translations/nl.json index 9b4d2786..3d51bc5d 100644 --- a/packages/common-ui-web/src/components/CaptureSelection/translations/nl.json +++ b/packages/common-ui-web/src/components/CaptureSelection/translations/nl.json @@ -5,7 +5,7 @@ "button": "Schadefoto's toevoegen" }, "capture": { - "title": "Conditie vastleggen", + "title": "Inspectie starten", "description": "Geen deuken of krassen? Loop rond het voertuig en maak foto's.", "button": "Foto's maken" }