TF-4243 Add Delete label action to context menu

This commit is contained in:
dab246
2026-01-27 12:38:58 +07:00
committed by Dat H. Pham
parent 6aab6f83eb
commit 5914877b1b
8 changed files with 88 additions and 14 deletions
+16
View File
@@ -5421,5 +5421,21 @@
"placeholders": {
"labelName": {}
}
},
"deleteLabel": "Delete label",
"@deleteLabel": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"areYouSureYouWantToDeleteTheLabel": "Are you sure you want to delete the label \"{labelName}\"?",
"@areYouSureYouWantToDeleteTheLabel": {
"type": "text",
"placeholders_order": [
"labelName"
],
"placeholders": {
"labelName": {}
}
}
}