feat: implement staff documents feature with localization and navigation updates

This commit is contained in:
Achintha Isuru
2026-01-25 03:01:54 -05:00
parent 753a93c24a
commit b3e156ebbe
11 changed files with 38 additions and 120 deletions

View File

@@ -580,5 +580,24 @@
}
}
}
},
"staff_documents": {
"title": "Documents",
"verification_card": {
"title": "Document Verification",
"progress": "$completed/$total Complete"
},
"list": {
"empty": "No documents found",
"error": "Error: $message"
},
"card": {
"view": "View",
"upload": "Upload",
"verified": "Verified",
"pending": "Pending",
"missing": "Missing",
"rejected": "Rejected"
}
}
}