forked from asispts/neo-git-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
42 lines (42 loc) · 3.56 KB
/
Copy pathpackage.nls.json
File metadata and controls
42 lines (42 loc) · 3.56 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
{
"description": "See every repository, working tree, and worktree from one VS Code pane.",
"command.view": "Open Git Fleet Graph",
"command.clearAvatarCache": "Clear Avatar Cache",
"command.openRepositoryGraph": "Open Repository Graph",
"command.refreshRepositoryNavigator": "Refresh Repository Navigator",
"command.changeRepositoryNavigatorLayout": "Change Repository Layout",
"command.changeRepositoryNavigatorSort": "Change Repository Sort",
"command.collapseRepositoryFolders": "Collapse Repository Folders",
"command.hideCleanRepositories": "Hide Clean Repositories",
"command.openRepositoryTerminal": "Open Terminal",
"command.fetchRepository": "Fetch Repository",
"command.showAllRepositories": "Show Clean Repositories",
"command.addRepositorySearchRoot": "Add Repository Search Root",
"command.openRepositorySearchRootsSettings": "Manage Watched Folders",
"viewContainer.gitFleet": "Git Fleet",
"view.repositoryNavigator": "Repositories",
"config.autoCenterCommitDetailsView": "Automatically center the commit details view when it is opened.",
"config.dateFormat": "Specifies the date format used in the graph date column.",
"config.dateFormat.dateTime": "Show the date and time, for example \"19 Mar 2019 21:34\"",
"config.dateFormat.dateOnly": "Show the date only, for example \"19 Mar 2019\"",
"config.dateFormat.relative": "Show relative times, for example \"5 minutes ago\"",
"config.dateType": "Specifies the date type displayed throughout Git Fleet.",
"config.dateType.authorDate": "Use the author date of a commit",
"config.dateType.commitDate": "Use the committer date of a commit",
"config.fetchAvatars": "Fetch avatars of commit authors and committers. By enabling this setting, you consent to commit author and committer email addresses being sent GitHub, GitLab or Gravatar, depending on the repositories remote origin.",
"config.graphColours": "Specifies the colours used on the graph.",
"config.graphColours.item": "Colour (HEX or RGB)",
"config.graphStyle": "Specifies the style of the graph.",
"config.graphStyle.rounded": "Use smooth curves when transitioning between branches on the graph",
"config.graphStyle.angular": "Use angular lines when transitioning between branches on the graph",
"config.initialLoadCommits": "Specifies the number of commits to initially load.",
"config.loadMoreCommits": "Specifies the number of commits to load when the \"Load More Commits\" button is pressed (only shown when more commits are available).",
"config.maxDepthOfRepoSearch": "Specifies the maximum depth of subfolders to search when discovering repositories in the workspace. Defaults to 4 so a parent code folder can discover nested projects.",
"config.repositorySearchRoots": "Additional folders Git Fleet watches for repositories in every VS Code window. Use Git Fleet: Manage Watched Folders for a native folder chooser, or edit these paths directly.",
"config.showCurrentBranchByDefault": "Show the current branch by default when the graph is opened. Default: false (show all branches)",
"config.showStatusBarItem": "Show a Status Bar item which opens Git Fleet when clicked.",
"config.showUncommittedChanges": "Show uncommitted changes (set to false to decrease load time on large repositories).",
"config.tabIconColourTheme": "Specifies the colour theme of the icon displayed on the Git Fleet tab.",
"config.tabIconColourTheme.colour": "Show a colour icon which suits most Visual Studio Code colour themes",
"config.tabIconColourTheme.grey": "Show a grey icon which suits Visual Studio Code colour themes that are predominantly grayscale"
}