mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
* feat(INJI-351): style vcDetails page * feat(INJI-351): add translations to fil lang and remove QRcode style --------- Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
23 lines
706 B
JSON
23 lines
706 B
JSON
{
|
|
"generatedOn": "Generated On",
|
|
"status": "Status",
|
|
"valid": "Valid",
|
|
"photo": "Photo",
|
|
"fullName": "Full Name",
|
|
"gender": "Gender",
|
|
"dateOfBirth": "Date of Birth",
|
|
"phoneNumber": "Phone Number",
|
|
"email": "Email",
|
|
"address": "Address",
|
|
"reasonForSharing": "Reason for sharing",
|
|
"idType": "ID Type",
|
|
"id": "Id",
|
|
"nationalCard": "National Card",
|
|
"uin": "UIN",
|
|
"vid": "VID",
|
|
"enableVerification": "Enable Verification",
|
|
"profileAuthenticated": "Profile is authenticated!",
|
|
"offlineAuthDisabledHeader": "Offline Authentication disabled!",
|
|
"offlineAuthDisabledMessage": "Click 'Enable Authentication' to enable this credentials to be used for offline authentication."
|
|
}
|