TF-537 Add presentation layer for delete a identity

This commit is contained in:
dab246
2022-05-05 15:08:14 +07:00
committed by Dat H. Pham
parent c40be824ff
commit 087a037de5
12 changed files with 342 additions and 35 deletions
+25 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2022-04-26T09:31:06.288489",
"@@last_modified": "2022-05-05T15:05:07.334710",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -1125,5 +1125,29 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"delete_identity": "Delete identity",
"@delete_identity": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"message_confirmation_dialog_delete_identity": "Are you sure you want to delete this identity?",
"@message_confirmation_dialog_delete_identity": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"identity_has_been_deleted": "Identity has been deleted",
"@identity_has_been_deleted": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"delete_failed": "Delete Failed",
"@delete_failed": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}