Skip to content

Commit 7d65c89

Browse files
Rename 'Attach Source' menu to 'Attach Source…' (#3202)
Signed-off-by: Jinbo Wang <[email protected]>
1 parent efad2d3 commit 7d65c89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"java.project.build": "Rebuild Projects",
1212
"java.open.formatter.settings": "Open Java Formatter Settings",
1313
"java.clean.workspace": "Clean Java Language Server Workspace",
14-
"java.project.updateSourceAttachment": "Attach Source",
14+
"java.project.updateSourceAttachment": "Attach Source...",
1515
"java.project.addToSourcePath": "Add Folder to Java Source Path",
1616
"java.project.removeFromSourcePath": "Remove Folder from Java Source Path",
1717
"java.project.listSourcePaths": "List All Java Source Paths",

package.nls.ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"java.project.build": "프로젝트 다시 빌드",
1212
"java.open.formatter.settings": "Java Formatter 설정 열기",
1313
"java.clean.workspace": "Java Language Server 작업 영역 정리",
14-
"java.project.updateSourceAttachment": "Attach Source",
14+
"java.project.updateSourceAttachment": "Attach Source...",
1515
"java.project.addToSourcePath": "Java Source 경로에 폴더 추가",
1616
"java.project.removeFromSourcePath": "Java Source 경로에서 폴더 제거",
1717
"java.project.listSourcePaths": "모든 Java Source 경로를 나열",

package.nls.zh-cn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"java.project.build": "重新构建项目",
1212
"java.open.formatter.settings": "打开 Java 格式设置",
1313
"java.clean.workspace": "清理 Java 语言服务器工作区",
14-
"java.project.updateSourceAttachment": "附加源代码",
14+
"java.project.updateSourceAttachment": "附加源代码...",
1515
"java.project.addToSourcePath": "将文件夹加入 Java 源代码路径",
1616
"java.project.removeFromSourcePath": "将文件夹从 Java 源代码路径中删除",
1717
"java.project.listSourcePaths": "列出所有 Java 源代码路径",

package.nls.zh-tw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"java.project.build": "重新建置專案",
1212
"java.open.formatter.settings": "開啟 Java 格式設定",
1313
"java.clean.workspace": "清理 Java 語言伺服器工作區",
14-
"java.project.updateSourceAttachment": "附加原始碼",
14+
"java.project.updateSourceAttachment": "附加原始碼...",
1515
"java.project.addToSourcePath": "將資料夾加入 Java 原始碼路徑",
1616
"java.project.removeFromSourcePath": "從 Java 始碼路徑中移除資料夾",
1717
"java.project.listSourcePaths": "列出所有 Java 始碼路徑",

0 commit comments

Comments
 (0)