feat(folder): add Add to session actions in changes menus
Add the Add to session context action for tracked and untracked nodes in the Changes panel, including root, directory, and file entries. Reorder Changes context actions so Add to session is placed below View diff, and Rollback is placed below Add to VCS. Update attachToCurrentSession translations to the Add to session wording across all supported locales.
This commit is contained in:
@@ -1282,7 +1282,7 @@
|
||||
"openInFileManager": "Open in file manager",
|
||||
"openInFinder": "Open in Finder",
|
||||
"openInExplorer": "Open in Explorer",
|
||||
"attachToCurrentSession": "Attach to current session",
|
||||
"attachToCurrentSession": "Add to session",
|
||||
"compareWithBranch": "Compare with branch...",
|
||||
"reloadFromDisk": "Reload from disk",
|
||||
"new": "New",
|
||||
|
||||
Reference in New Issue
Block a user