-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.nls.json
37 lines (37 loc) · 3.11 KB
/
package.nls.json
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
{
"extension.showGitCommit.title": "show git commit template",
"extension.showGitCommit.placeholder": "Search Git Commit Type",
"extension.showGitCommit.description.placeholder": "Search Commit Description",
"extension.showGitCommit.selectTemplate.placeholder": "Select the template to submit for use",
"extension.configuration.GitCommitPlugin.ShowEmoji.markdownDescription": "Show or not show `Emoji` icons",
"extension.configuration.GitCommitPlugin.CustomCommitType.markdownDescription": "Add custom `Git Commit Type`",
"extension.configuration.GitCommitPlugin.GitCommitPlugin.MaxSubjectCharacters": "Set the valid length of **Subject**, default `20` characters",
"extension.configuration.GitCommitPlugin.GitCommitPlugin.FillSubjectWithCurrent": "Set whether to fill in the current commit message of **Subject**, default `false`",
"extension.configuration.GitCommitPlugin.GitCommitPlugin.Templates": "Commit template, you can refer to Angular template settings",
"extension.commitInputType.detail": "Input Commit Message",
"extension.commitDetailType.scope.description": "Scope of Modification",
"extension.commitDetailType.scope.detail": "What modules are included in this revision",
"extension.commitDetailType.subject.description": "Overview",
"extension.commitDetailType.subject.detail": "Commit Overview No more than {0} characters",
"extension.commitDetailType.body.description": "Details",
"extension.commitDetailType.body.detail": "Submission details: adding <br> allows line breaks to be displayed.",
"extension.commitDetailType.footer.description": "Remarks",
"extension.commitDetailType.footer.detail": "Usually a link to fix a bug",
"extension.commitDetailType.complete.detail": "Finish writing the commit",
"extension.commitDetailType.template.detail": "Select the template to submit for use",
"extension.commitDetailType.message.copy": "Copy the commit message",
"extension.commitDetailType.message.copy.tip": "The commit message has been copied to the clipboard!",
"extension.commitDetailType.back.detail": "Return to the commit type selection page",
"extension.commitType.init.detail": "Project initialization",
"extension.commitType.feat.detail": "Adding new features",
"extension.commitType.fix.detail": "Fixing bugs",
"extension.commitType.docs.detail": "Modify documentation only",
"extension.commitType.style.detail": "Only the spaces, formatting indentation, commas, etc. were changed, not the code logic",
"extension.commitType.refactor.detail": "Code refactoring, no new features added or bugs fixed",
"extension.commitType.perf.detail": "Optimization-related, such as improving performance, experience",
"extension.commitType.test.detail": "Adding test cases",
"extension.commitType.build.detail": "Dependency-related content",
"extension.commitType.ci.detail": "CI configuration related e.g. changes to k8s, docker configuration files",
"extension.commitType.chore.detail": "Changed the build process, or added dependencies, tools, etc.",
"extension.commitType.revert.detail": "Rollback to the previous version"
}