Commit 4972c4b 1 parent 0d33027 commit 4972c4b Copy full SHA for 4972c4b
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 115
115
"codeReview.issue.label" : " Issue:" ,
116
116
"codeReview.suggestion.label" : " Suggestion:" ,
117
117
"codeReview.documentation.label" : " Documentation" ,
118
- "cli.commit.input.not.supported" : " Unable to access the commit message input box instance"
118
+ "cli.commit.input.not.supported" : " Unable to access the commit message input box instance" ,
119
+ "svn.executable.not.found" : " SVN executable not found" ,
120
+ "svn.path.detection.failed" : " Failed to detect SVN path: {0}" ,
121
+ "svn.initialization.failed" : " SVN initialization failed: {0}" ,
122
+ "svn.version.check.failed" : " Failed to check SVN version: {0}" ,
123
+ "svn.config.load.failed" : " Failed to load SVN configuration: {0}" ,
124
+ "svn.invalid.env.config" : " Invalid SVN environment configuration" ,
125
+ "svn.not.initialized" : " SVN provider not initialized"
119
126
}
Original file line number Diff line number Diff line change 115
115
"codeReview.issue.label" : " 问题:" ,
116
116
"codeReview.suggestion.label" : " 建议:" ,
117
117
"codeReview.documentation.label" : " 相关文档" ,
118
- "cli.commit.input.not.supported" : " 无法获取提交信息输入框实例"
118
+ "cli.commit.input.not.supported" : " 无法获取提交信息输入框实例" ,
119
+ "svn.executable.not.found" : " 无法找到SVN可执行文件" ,
120
+ "svn.path.detection.failed" : " 检测SVN路径失败: {0}" ,
121
+ "svn.initialization.failed" : " SVN初始化失败: {0}" ,
122
+ "svn.version.check.failed" : " 检查SVN版本失败: {0}" ,
123
+ "svn.config.load.failed" : " 加载SVN配置失败: {0}" ,
124
+ "svn.invalid.env.config" : " 无效的SVN环境配置" ,
125
+ "svn.not.initialized" : " SVN提供程序未初始化"
119
126
}
You can’t perform that action at this time.
0 commit comments