Skip to content

Commit d5bee45

Browse files
authored
Changed bad connection and capture selection wording (#920)
* Changed bad connection wording * Changed Capture Selection wording
1 parent 6cee3c9 commit d5bee45

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/common-ui-web/src/components/CaptureSelection/translations/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"button": "Schadensfotos hinzufügen"
66
},
77
"capture": {
8-
"title": "Zustand erfassen",
8+
"title": "Inspektion starten",
99
"description": "Keine Dellen oder Kratzer? Gehen Sie um das Fahrzeug herum und machen Sie Fotos.",
1010
"button": "Fotos machen"
1111
}

packages/common-ui-web/src/components/CaptureSelection/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"button": "Add Damage Photos"
66
},
77
"capture": {
8-
"title": "Capture Condition",
8+
"title": "Start Inspection",
99
"description": "No dents or scratches? Walk around the vehicle and take photos.",
1010
"button": "Take Photos"
1111
}

packages/common-ui-web/src/components/CaptureSelection/translations/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"button": "Ajouter des photos de dégâts"
66
},
77
"capture": {
8-
"title": "Capturer l'état",
8+
"title": "Démarrer l’inspection",
99
"description": "Pas d'enfoncements ni de rayures ? Faites le tour du véhicule et prenez des photos.",
1010
"button": "Prendre des photos"
1111
}

packages/common-ui-web/src/components/CaptureSelection/translations/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"button": "Schadefoto's toevoegen"
66
},
77
"capture": {
8-
"title": "Conditie vastleggen",
8+
"title": "Inspectie starten",
99
"description": "Geen deuken of krassen? Loop rond het voertuig en maak foto's.",
1010
"button": "Foto's maken"
1111
}

packages/inspection-capture-web/src/translations/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"photo": {
33
"badConnectionWarning": {
4-
"message": "Es scheint, dass Ihre Verbindung instabil ist. Das Hochladen von Bildern kann lange dauern oder unmöglich sein.",
4+
"message": "Wir haben derzeit Verbindungsprobleme. Das Hochladen von Bildern kann länger als gewöhnlich dauern.",
55
"confirm": "Ich verstehe"
66
},
77
"hud": {

packages/inspection-capture-web/src/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"photo": {
33
"badConnectionWarning": {
4-
"message": "It seems like your connection is unstable. Picture uploads might be long or impossible.",
4+
"message": "We are experiencing connectivity issues. Picture uploads might take longer than usual.",
55
"confirm": "I Understand"
66
},
77
"hud": {

packages/inspection-capture-web/src/translations/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"photo": {
33
"badConnectionWarning": {
4-
"message": "Il semble que votre connexion soit instable. Les téléchargements d'images peuvent être longs ou impossibles.",
4+
"message": "Nous rencontrons des problèmes de connexion. Le téléchargement des photos pourrait prendre plus de temps que d'habitude.",
55
"confirm": "J'ai compris"
66
},
77
"hud": {

packages/inspection-capture-web/src/translations/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"photo": {
33
"badConnectionWarning": {
4-
"message": "Het lijkt erop dat je verbinding instabiel is. Het uploaden van afbeeldingen kan lang duren of onmogelijk zijn.",
4+
"message": "Er zijn momenteel verbindingsproblemen. Het uploaden van foto's kan langer duren dan normaal.",
55
"confirm": "Ik begrijp het"
66
},
77
"hud": {

0 commit comments

Comments
 (0)