forked from dotnet/project-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources.ko.xlf
More file actions
140 lines (136 loc) · 7.39 KB
/
Resources.ko.xlf
File metadata and controls
140 lines (136 loc) · 7.39 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ko" original="../Resources.resx">
<body>
<trans-unit id="DataFlowFaults">
<source>Project system data flow '{0}' closed because of an exception: {1}.</source>
<target state="translated">프로젝트 시스템 데이터 흐름 '{0}'이(가) {1} 예외로 인해 닫혔습니다.</target>
<note />
</trans-unit>
<trans-unit id="ImportsTreeNodeName">
<source>Imports</source>
<target state="translated">가져오기</target>
<note />
</trans-unit>
<trans-unit id="MyPropertyPage_DisplayName">
<source>My In-Memory Page 😀</source>
<target state="new">My In-Memory Page 😀</target>
<note />
</trans-unit>
<trans-unit id="MyPropertyPage_PropertyDescription">
<source>🎉 Put anything you want here! It doesn't matter! 🎉</source>
<target state="new">🎉 Put anything you want here! It doesn't matter! 🎉</target>
<note />
</trans-unit>
<trans-unit id="NeutralLanguage_DisplayNameFormatString">
<source>{0} - {1}</source>
<target state="translated">{0} - {1}</target>
<note>{0} is a culture name such as "English (British)" or "Portugeuse (Brazil)", and {1} is the corresponding culture code such as "en-GB" or "pt-BR". </note>
</trans-unit>
<trans-unit id="NoActionProfileName">
<source>Start</source>
<target state="translated">시작</target>
<note />
</trans-unit>
<trans-unit id="JsonErrorNeedToBeCorrected">
<source>Errors in '{0}' need to be corrected before applying changes.</source>
<target state="translated">변경 내용을 적용하려면 먼저 '{0}'의 오류를 해결해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="MsBuildMissingValueToRemove">
<source>The specified value to remove '{0}' was not present in the property '{1}'</source>
<target state="translated">'{0}'을(를) 제거하기 위해 지정한 값이 '{1}' 속성에 없습니다.</target>
<note>{0} will be a specific property value such as "Debug", {1} will be an MsBuild property name such as "Configurations". Neither of those values will be localized.</note>
</trans-unit>
<trans-unit id="MsBuildMissingValueToRename">
<source>The specified value to rename '{0}' was not present in the property '{1}'</source>
<target state="translated">'{0}'의 이름을 변경하기 위해 지정한 값이 '{1}' 속성에 없습니다.</target>
<note>{0} will be a specific property value such as "Debug", {1} will be an MsBuild property name such as "Configurations". Neither of those values will be localized.</note>
</trans-unit>
<trans-unit id="AnalyzersNodeName">
<source>Analyzers</source>
<target state="translated">분석기</target>
<note />
</trans-unit>
<trans-unit id="AssembliesNodeName">
<source>Assemblies</source>
<target state="translated">어셈블리</target>
<note />
</trans-unit>
<trans-unit id="ComNodeName">
<source>COM</source>
<target state="translated">COM</target>
<note />
</trans-unit>
<trans-unit id="DependenciesNodeName">
<source>Dependencies</source>
<target state="translated">종속성</target>
<note />
</trans-unit>
<trans-unit id="FrameworkAssembliesNodeName">
<source>Framework Assemblies</source>
<target state="translated">프레임워크 어셈블리</target>
<note />
</trans-unit>
<trans-unit id="NoAuth">
<source>No Authentication</source>
<target state="translated">인증 안 함</target>
<note />
</trans-unit>
<trans-unit id="OutputGroupPublishItemsDescription">
<source>Contains all the assemblies needed when publishing a .NET Core project.</source>
<target state="translated">.NET Core 프로젝트를 게시할 때 필요한 모든 어셈블리를 포함합니다.</target>
<note />
</trans-unit>
<trans-unit id="OutputGroupPublishItemsDisplayName">
<source>Publish Items</source>
<target state="translated">게시 항목</target>
<note />
</trans-unit>
<trans-unit id="ProjectLoadedWithWrongProjectType">
<source>The project file '{0}' cannot be opened.
This project was loaded using the wrong project type, likely as a result of renaming the project extension outside of Visual Studio. Remove and re-add the project to have the solution pick up the right project type.</source>
<target state="translated">프로젝트 파일 '{0}'을(를) 열 수 없습니다.
이 프로젝트는 Visual Studio 외부에서 프로젝트 확장명의 이름을 바꾼 결과로 잘못된 프로젝트 형식을 사용하여 로드된 것 같습니다. 솔루션에서 올바른 프로젝트 형식을 선택하도록 프로젝트를 제거했다가 다시 추가하세요.</target>
<note />
</trans-unit>
<trans-unit id="ProjectsNodeName">
<source>Projects</source>
<target state="translated">프로젝트</target>
<note />
</trans-unit>
<trans-unit id="Property_NoneValue">
<source>(None)</source>
<target state="translated">(없음)</target>
<note>Special value to show in the project property pages when a property has no value.</note>
</trans-unit>
<trans-unit id="SdkNodeName">
<source>SDK</source>
<target state="translated">SDK</target>
<note />
</trans-unit>
<trans-unit id="FrameworkNodeName">
<source>Frameworks</source>
<target state="translated">프레임워크</target>
<note />
</trans-unit>
<trans-unit id="PackagesNodeName">
<source>Packages</source>
<target state="translated">패키지</target>
<note />
</trans-unit>
<trans-unit id="SpecialFileProvider_FileOrFolderAlreadyExists">
<source>A file or folder with the name '{0}' already exists on disk at this location. Please choose another name.
If this file or folder does not appear in Solution Explorer, then it is not currently part of your project. To view files which exist on disk, but are not in the project, select Show All Files from the Project menu.</source>
<target state="translated">이름이 '{0}'인 파일 또는 폴더가 이 위치의 디스크에 이미 있습니다. 다른 이름을 선택하세요.
이 파일 또는 폴더가 솔루션 탐색기에 나타나지 않으면 현재 사용 중인 프로젝트의 일부가 아닙니다. 프로젝트에 없지만 디스크에 있는 파일을 보려면 [프로젝트] 메뉴에서 [모든 파일 표시]를 선택하세요.</target>
<note />
</trans-unit>
<trans-unit id="WindowsAuth">
<source>Windows Authentication</source>
<target state="translated">Windows 인증</target>
<note />
</trans-unit>
</body>
</file>
</xliff>