feat: implement staff documents feature with localization and navigation updates
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user