TF-1984 Show popup dialog when clicking on Empty button
(cherry picked from commit 7504d6ec3cceff0d6697fddb93bd5212f9d9028f)
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user