Skip to content

Changed bad connection and capture selection wording #920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/de.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/en.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/fr.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/nl.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down