mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
16 lines
462 B
JSON
16 lines
462 B
JSON
{
|
|
"addVcButton": "Add Card",
|
|
"generateVc": "Generate your Cards",
|
|
"generateVcDescription": "Tap on \"Add Card\" below to download your Card",
|
|
"errors": {
|
|
"savingFailed": {
|
|
"title": "Failed to save the Card",
|
|
"message": "Something went wrong while saving Card to the store."
|
|
},
|
|
"storageLimitReached": {
|
|
"title": "Insufficient Appdata",
|
|
"message": "You cannot add or receive cards since the Appdata is full"
|
|
}
|
|
}
|
|
}
|