Files
inji-wallet/screens/Home/MyVcsTab.strings.json
2023-07-07 09:34:19 +05:30

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"
}
}
}