TF-1984 Show popup dialog when clicking on Empty button

(cherry picked from commit 7504d6ec3cceff0d6697fddb93bd5212f9d9028f)
This commit is contained in:
dab246
2023-08-30 16:16:35 +07:00
committed by Dat Vu
parent 41a1efb5de
commit 3c173caa4e
15 changed files with 358 additions and 33 deletions
+23 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-08-28T17:04:30.893394",
"@@last_modified": "2023-08-30T16:14:12.029258",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -3189,5 +3189,27 @@
"placeholders": {
"action": {}
}
},
"empty": "Empty",
"@empty": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"clearFolder": "Clear folder",
"@clearFolder": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"messageEmptyFolderDialog": "The messages in {folder} folder will be permanently deleted and you will not be able to restore them",
"@messageEmptyFolderDialog": {
"type": "text",
"placeholders_order": [
"folder"
],
"placeholders": {
"folder": {}
}
}
}