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
29 lines (29 loc) · 2.57 KB
/
Copy pathpackage.nls.json
File metadata and controls
29 lines (29 loc) · 2.57 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
{
"displayName": "(neo) Git Graph",
"description": "A clean MIT fork of Git Graph. Visual history, branch actions, and devcontainer support.",
"command.view": "View Git Graph (git log)",
"command.clearAvatarCache": "Clear Avatar Cache",
"config.title": "(neo) Git Graph",
"config.autoCenterCommitDetailsView": "Automatically center the commit details view when it is opened.",
"config.dateFormat": "Specifies the date format to be used in the date column of Git Graph.",
"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 to be displayed throughout Git Graph.",
"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.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.",
"config.showCurrentBranchByDefault": "Show the current branch by default when Git Graph is opened. Default: false (show all branches)",
"config.showStatusBarItem": "Show a Status Bar item which opens Git Graph 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 Graph 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"
}