feat(job-completion): add message and photo upload to job completion
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user