feat(job-completion): add message and photo upload to job completion

This commit is contained in:
2026-01-13 11:41:21 +01:00
parent e104a9d377
commit 97d8f12fc0
14 changed files with 265 additions and 25 deletions

View File

@@ -62,7 +62,14 @@
"cancelError": "Entfernen fehlgeschlagen",
"noInstructions": "Noch keine spezifischen Instruktionen hinterlegt.",
"markDone": "Job erledigt?",
"jobDone": "Job erledigt!"
"jobDone": "Job erledigt!",
"completeTitle": "Job abschließen",
"completeDesc": "Füge optional eine Nachricht oder ein Foto hinzu.",
"completeMessage": "Nachricht (optional)",
"completeMessagePlaceholder": "Alles super!",
"completePhoto": "Foto (optional)",
"completeSubmit": "Job als erledigt markieren",
"completing": "Speichere..."
},
"login": {
"title": "Passwort eingeben",

View File

@@ -62,7 +62,14 @@
"cancelError": "Cancellation failed",
"noInstructions": "No specific instructions added yet.",
"markDone": "Job done?",
"jobDone": "Job done!"
"jobDone": "Job done!",
"completeTitle": "Complete Job",
"completeDesc": "Add a message or photo (optional) and confirm.",
"completeMessage": "Message (optional)",
"completeMessagePlaceholder": "All good!",
"completePhoto": "Photo (optional)",
"completeSubmit": "Complete Job",
"completing": "Completing..."
},
"login": {
"title": "Enter Password",