Protect pinned workspaces from close actions
This commit is contained in:
parent
d219a41dd0
commit
b10cddcb9b
5 changed files with 144 additions and 29 deletions
|
|
@ -62649,6 +62649,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"sidebar.pinnedWorkspaceProtected.tooltip": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Pinned workspace protected from closing. Unpin to close."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "ピン留めされたワークスペースは閉じられません。閉じるにはピンを外してください。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar.folderIcon.dragHint": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
@ -74882,6 +74899,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"workspace.closeProtected.message": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
"en": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "Pinned workspaces can't be closed while pinned. Unpin the workspace first."
|
||||
}
|
||||
},
|
||||
"ja": {
|
||||
"stringUnit": {
|
||||
"state": "translated",
|
||||
"value": "ピン留めされたワークスペースは閉じられません。先にピンを外してください。"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"workspace.placement.afterCurrent": {
|
||||
"extractionState": "manual",
|
||||
"localizations": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue