-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.json
More file actions
68 lines (68 loc) · 5.38 KB
/
Copy pathpackage.nls.json
File metadata and controls
68 lines (68 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"category.fileGroups": "File Groups",
"view.fileGroups.welcome": "No file groups yet.\n[Create a Group](command:fileGroups.createGroup)\n[Create Smart Groups](command:fileGroups.createSmartGroups)\n[From Open Editors](command:fileGroups.createGroupFromOpenEditors)\n[From Git Changes](command:fileGroups.createGroupFromGitChanges)\n[Quick Open Grouped Files](command:fileGroups.quickOpen)\n[Import Shared Group](command:fileGroups.importSharedGroup)\n\nThese quick actions stay available in the tree even after you already have groups.",
"command.changeLanguage.title": "Change Language",
"command.openGettingStarted.title": "Open Getting Started",
"command.editGroupTags.title": "Edit Group Tags",
"command.editFileTags.title": "Edit Bookmark Tags",
"command.createSmartGroups.title": "Create Smart Groups",
"command.importSharedGroup.title": "Import Shared Group",
"command.exportGroupShare.title": "Export Group as Shareable JSON",
"command.copyFilePaths.title": "Copy File Paths",
"command.groupActions.title": "More Group Actions...",
"command.quickOpen.title": "Quick Open from Groups",
"command.createGroup.title": "Create Group",
"command.createGroupFromOpenEditors.title": "Create Group from Open Editors",
"command.createGroupFromGitChanges.title": "Create Group from Git Changes",
"command.createSubgroup.title": "Create Subgroup",
"command.deleteGroup.title": "Delete Group",
"command.deleteGroupFromTitle.title": "Delete Group...",
"command.renameGroup.title": "Rename Group",
"command.openGroupEditor.title": "Open Group Editor",
"command.setGroupIcon.title": "Set Icon",
"command.setGroupColor.title": "Set Color",
"command.editGroupSummary.title": "Edit Summary",
"command.editGroupDetails.title": "Edit Description",
"command.addFile.title": "Add to File Group",
"command.goToGroup.title": "Go to Group",
"command.removeFile.title": "Remove from Group",
"command.openDirect.title": "Open This Group's Files",
"command.openAll.title": "Open Group and Subgroups",
"command.closeAll.title": "Close All Files",
"command.expandAll.title": "Expand All",
"command.collapseAll.title": "Collapse All",
"command.moveToRoot.title": "Move to Root Level",
"command.refresh.title": "Refresh",
"command.cleanupMissingFiles.title": "Clean Up Missing Files",
"command.pinGroup.title": "Pin Group",
"command.unpinGroup.title": "Unpin Group",
"command.setBadgeText.title": "Set Badge Text",
"command.findDuplicates.title": "Find Duplicate Files",
"command.sortFiles.title": "Sort Files...",
"command.moveToGlobal.title": "Move to Global Groups",
"command.moveToLocal.title": "Move to Local Groups",
"command.duplicateGroup.title": "Make a Copy",
"command.openGlobalConfig.title": "Open Global Config File",
"configuration.title": "CodeGroup",
"configuration.language.description": "Controls the runtime language used by CodeGroup UI text.",
"walkthrough.gettingStarted.title": "Getting Started with CodeGroup",
"walkthrough.gettingStarted.description": "Use bookmark-style groups to keep related files together without moving them.",
"walkthrough.step.language.title": "Choose your language",
"walkthrough.step.language.description": "CodeGroup supports **English, French, German, Hungarian, Spanish, Italian, Brazilian Portuguese, Japanese, and Simplified Chinese**.\n[Choose CodeGroup Language](command:fileGroups.changeLanguage)",
"walkthrough.step.language.alt": "CodeGroup language picker in English",
"walkthrough.step.bookmarks.title": "Think in bookmark groups",
"walkthrough.step.bookmarks.description": "**Folders show where files live. CodeGroup shows which files belong together.** Open the CodeGroup view in Explorer to see persistent bookmark collections.",
"walkthrough.step.bookmarks.alt": "CodeGroup Quick Actions in the VS Code Explorer",
"walkthrough.step.create.title": "Create your first group",
"walkthrough.step.create.description": "Create a named bookmark collection for a feature, bugfix, review, or research task.\n[Create a Group](command:fileGroups.createGroup)",
"walkthrough.step.create.alt": "CodeGroup groups and files in the Explorer",
"walkthrough.step.add.title": "Add files and working sets",
"walkthrough.step.add.description": "Drag files from Explorer, capture open editors or Git changes, or use Smart Groups.\n[Create from Open Editors](command:fileGroups.createGroupFromOpenEditors) · [Create from Git Changes](command:fileGroups.createGroupFromGitChanges)",
"walkthrough.step.add.alt": "CodeGroup groups and files in the Explorer",
"walkthrough.step.tools.title": "Work with your bookmarks",
"walkthrough.step.tools.description": "Use Quick Open, edit metadata, copy paths, or choose whether to open only this group or every nested subgroup.\n[Open the Group Editor](command:fileGroups.openGroupEditor) · [Quick Open](command:fileGroups.quickOpen)",
"walkthrough.step.tools.alt": "CodeGroup visual Group Editor",
"walkthrough.step.share.title": "Share CodeGroup if you like it",
"walkthrough.step.share.description": "Help others discover file bookmark groups: [star CodeGroup on GitHub](https://github.com/MiszterSoul/codegroup), [review it on the Marketplace](https://marketplace.visualstudio.com/items?itemName=PeterDev.codegroup-file-organizer), or share a useful group with your team.\n[Export a Shared Group](command:fileGroups.exportSharedGroup)",
"walkthrough.step.share.alt": "CodeGroup sharing actions in English"
}