Skip to content

Commit 4972c4b

Browse files
🌐 chore(error): 添加 SVN 相关错误提示文案
- 增加 SVN 执行程序相关错误提示 - 增加 SVN 路径检测错误提示 - 增加 SVN 初始化和配置相关错误提示 -【新增】7条 SVN 相关错误消息 -【语言】同步更新英文和中文翻译
1 parent 0d33027 commit 4972c4b

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

i18n/en.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,12 @@
115115
"codeReview.issue.label": "Issue:",
116116
"codeReview.suggestion.label": "Suggestion:",
117117
"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"
119126
}

i18n/zh-cn.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,12 @@
115115
"codeReview.issue.label": "问题:",
116116
"codeReview.suggestion.label": "建议:",
117117
"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提供程序未初始化"
119126
}

0 commit comments

Comments
 (0)