forked from RaiDrive/RaiDrive.Translation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStringDictionary.ko.xaml
More file actions
216 lines (187 loc) · 16 KB
/
StringDictionary.ko.xaml
File metadata and controls
216 lines (187 loc) · 16 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:RaiDrive.Center.Languages" xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- 시작바>설정, 드라이브 속성(General) -->
<system:String x:Key="Current.Language">ko</system:String>
<system:String x:Key="Settings">설정</system:String>
<system:String x:Key="Settings.Header">설정</system:String>
<system:String x:Key="Settings.General">일반</system:String>
<system:String x:Key="Settings.Language">언어</system:String>
<system:String x:Key="Settings.Update">업데이트</system:String>
<system:String x:Key="Settings.Facebook">페이스북</system:String>
<system:String x:Key="Settings.Facebook.Like">좋아요</system:String>
<system:String x:Key="Settings.TemporaryPath">임시폴더</system:String>
<system:String x:Key="Settings.Default">기본값</system:String>
<system:String x:Key="Settings.License">라이선스</system:String>
<system:String x:Key="Settings.Proxy">프록시</system:String>
<system:String x:Key="Settings.General.RunAtBoot">윈도우즈가 시작 될 때 자동으로 프로그램 실행</system:String>
<system:String x:Key="Settings.General.RunAtConnect">드라이브가 연결 될 때 파일 탐색기를 실행</system:String>
<system:String x:Key="Notice">알림</system:String>
<system:String x:Key="AddDrive">추가</system:String>
<system:String x:Key="AddDrive.Header">드라이브 추가</system:String>
<system:String x:Key="AddDrive.Storage">스토리지</system:String>
<!-- 드라이브 속성 -->
<system:String x:Key="AddDrive.Drive">드라이브</system:String>
<!-- 네트워크 드라이브 연결 -->
<system:String x:Key="AddDrive.Network">네크워크</system:String>
<system:String x:Key="AddDrive.ReadOnly">읽기전용</system:String>
<!--
<system:String x:Key="AddDrive.MountAtBoot">로그인할 때 다시 연결</system:String>
<system:String x:Key="AddDrive.AuthAtConnect">다른 자격 증명을 사용하여 연결</system:String>
-->
<system:String x:Key="AddDrive.MountAtBoot">프로그램이 시작될 때 자동연결</system:String>
<system:String x:Key="AddDrive.AuthAtConnect">연결할 때마다 로그인</system:String>
<system:String x:Key="AddDrive.Account">계정</system:String>
<system:String x:Key="AddDrive.Username">사용자</system:String>
<system:String x:Key="AddDrive.Password">비밀번호</system:String>
<system:String x:Key="AddDrive.Anonymous">익명</system:String>
<system:String x:Key="AddDrive.Address">주소</system:String>
<system:String x:Key="AddDrive.Port">포트</system:String>
<system:String x:Key="AddDrive.Device">장비</system:String>
<system:String x:Key="AddDrive.PrivateKey">개인키</system:String>
<system:String x:Key="AddDrive.Charset">문자셋</system:String>
<system:String x:Key="AddDrive.TransferMode">전송모드</system:String>
<system:String x:Key="AddDrive.Encryption">암호화</system:String>
<system:String x:Key="Vailidation.Volume">드라이브 이름을 입력해 주세요</system:String>
<system:String x:Key="Vailidation.VolumeExist">이미 존재하는 이름입니다</system:String>
<system:String x:Key="Vailidation.VolumeInvalidChar">드라이브 이름에는 다음 문자를 사용할 수 없습니다:</system:String>
<system:String x:Key="Vailidation.VolumeInvalidStr">아래의 예약된 이름을 사용할 수 없습니다:</system:String>
<system:String x:Key="Vailidation.Letter">할당 되지 않은 드라이브를 선택해 주세요</system:String>
<system:String x:Key="Vailidation.Address">호스트 또는 IP 주소를 입력해 주세요</system:String>
<system:String x:Key="Vailidation.Address.WebDAV">URL을 입력해 주세요</system:String>
<system:String x:Key="Vailidation.Address.LocalDrive">폴더를 선택해 주세요</system:String>
<system:String x:Key="Vailidation.Port">포트 번호를 입력해 주세요 (0 ~ 65535)</system:String>
<system:String x:Key="Vailidation.Username">사용자 계정을 입력해 주세요</system:String>
<system:String x:Key="Vailidation.Password">비밀번호를 입력해 주세요</system:String>
<system:String x:Key="Vailidation.Hint.Volume">볼륨 레이블</system:String>
<system:String x:Key="Vailidation.Hint.Address">host.example.com</system:String>
<system:String x:Key="Vailidation.Hint.Address.LocalDrive">폴더</system:String>
<system:String x:Key="Vailidation.Hint.Username">사용자</system:String>
<system:String x:Key="Vailidation.Hint.Password">비밀번호</system:String>
<system:String x:Key="Vailidation.Hint.Port">포트</system:String>
<system:String x:Key="Vailidation.Hint.Path">경로</system:String>
<system:String x:Key="Vailidation.Hint.Email">id@example.com</system:String>
<system:String x:Key="Vailidation.Hint.PrivateKeyPath">개인키 파일을 선택할 수 있습니다</system:String>
<system:String x:Key="Button.Yes">예</system:String>
<system:String x:Key="Button.No">아니오</system:String>
<system:String x:Key="Button.OK">확인</system:String>
<system:String x:Key="Button.Apply">적용</system:String>
<system:String x:Key="Button.Cancel">취소</system:String>
<system:String x:Key="Button.Check">확인</system:String>
<system:String x:Key="Button.Edit">편집</system:String>
<system:String x:Key="Button.Retry">다시 시도</system:String>
<system:String x:Key="Button.ReAuth">다시 로그인</system:String>
<system:String x:Key="Button.Login">로그인</system:String>
<system:String x:Key="Button.SIGNIN">로그인</system:String>
<system:String x:Key="ToolTip.Connect">연결</system:String>
<system:String x:Key="ToolTip.Disconnect">끊기</system:String>
<system:String x:Key="ToolTip.Edit">편집</system:String>
<system:String x:Key="ToolTip.Remove">삭제</system:String>
<system:String x:Key="ToolTip.NetworkDrive">네트워크 드라이브</system:String>
<system:String x:Key="ToolTip.SecureProtocol">보안 프로토콜</system:String>
<system:String x:Key="ToolTip.SecureConnection">보안 연결</system:String>
<system:String x:Key="ToolTip.Backup">백업</system:String>
<system:String x:Key="Message.Title.SelectFolder">폴더 선택</system:String>
<system:String x:Key="Message.Title.DeleteDrive">드라이브 삭제</system:String>
<system:String x:Key="Message.NotSupportNetworkDrive">RaiDrive는 네트워크 드라이브를 지원하지 않습니다.</system:String>
<system:String x:Key="Message.NotSupportRaiDrive">RaiDrive로 연결된 드라이브를 지원하지 않습니다.</system:String>
<system:String x:Key="Message.Exist">이미 포함된 폴더입니다.</system:String>
<system:String x:Key="Message.SelectedPath">선택 경로</system:String>
<system:String x:Key="Message.DuplicatedPath">중복 경로</system:String>
<system:String x:Key="Message.SureDelete">영구적으로 "{0} ({1})"를 삭제 하시겠습니까?</system:String>
<system:String x:Key="Message.Title.ServiceDown">RaiDrive 살리기</system:String>
<system:String x:Key="Message.Title.Reconnect">RaiDrive 재연결</system:String>
<system:String x:Key="Message.ServiceDown">확인을 눌러주세요. RaiDrive가 살아납니다.</system:String>
<system:String x:Key="Message.Settings.Reconnect">확인 버튼을 눌러주세요. 변경된 설정을 적용하려면 원격 드라이브를 다시 연결해야 합니다.</system:String>
<system:String x:Key="Message.NotReady.Reboot">RaiDrive를 시작할 준비가 안되었습니다. 재부팅이 필요합니다.</system:String>
<system:String x:Key="Message.NotReady.Driver">디바이스 드라이버가 설치되지 않았습니다. RaiDrive를 다시 설치햐야 합니다.</system:String>
<system:String x:Key="Message.NotSupport.Browser.Dropbox">드롭박스는 인터넷 익스플로러 10 이상을 지원합니다. 인터넷 익스플로러 11 설치를 권장합니다.</system:String>
<system:String x:Key="Message.Connect.By">RaiDrive에 의해 연결됨</system:String>
<system:String x:Key="Message.Maximum.Drive">현재버전에서는 최대 8개의 드라이브를 만들 수 있습니다.</system:String>
<system:String x:Key="Message.License.Expired">라이선스가 종료되었습니다. 새로운 버전을 다운 받아야합니다. 확인 버튼을 누르면 업그레이드가 시작됩니다.</system:String>
<system:String x:Key="Message.License.NotReady">라이선스를 확인할 수 없습니다.</system:String>
<system:String x:Key="Message.UnknownSpace">알 수 없는 용량</system:String>
<system:String x:Key="Message.CurrentVersion">현재 버전은 {0} 입니다.</system:String>
<system:String x:Key="Message.Cache.Folder.NotSupport">임시폴더는 로컬 디스크 드라이브의 폴더만 가능합니다. 네트워크 드라이브는 지원하지 않습니다.</system:String>
<system:String x:Key="Message.ErrorRemoteDriveAuth">권한부여 또는 인증에 실패했습니다. 다시 인증하시겠습니까?</system:String>
<system:String x:Key="Message.ErrorRemoteDriveWantRelogin">권한부여 또는 인증에 실패했습니다. 다시 인증하시겠습니까? (만일 계속 실패하면, 드라이브를 삭제하고 다시 만들어보세요.)</system:String>
<system:String x:Key="Message.ErrorRemoteDriveLimit">다운로드 할당량을 초과했습니다. 다운로드 제한은 {0}의 정책입니다.</system:String>
<system:String x:Key="Message.ErrorRemoteDriveRemake">원격 스토리지 연결방식이 바뀌었습니다. 다시 로그인해야 합니다.</system:String>
<system:String x:Key="Message.ErrorCacheDiskFull">캐시 저장 공간을 거의 사용하였습니다. 저장 공간을 늘리는 것이 좋습니다.</system:String>
<system:String x:Key="Message.ErrorInternet">원격 스토리지에 연결할 수 없습니다. 인터넷 연결 확인 후, 다시 시도 해주세요.</system:String>
<system:String x:Key="Message.ErrorDiskLetterExist">드라이브 문자 또는 드라이브 이름을 변경해야 합니다.</system:String>
<system:String x:Key="Message.OAuth.InvalidClient">Active Directory로 관리되지 않는 도메인</system:String>
<system:String x:Key="Message.OAuth.InvalidClientDescription">Active Directory로 관리되지 않는 계정입니다. Active Directory 또는 도메인 관리자에게 문의하거나 개인 계정으로 로그인해야 합니다.</system:String>
<!-- ConnectResponse 메시지 -->
<system:String x:Key="WebExceptionStatus.ConnectFailure">연결 주소를 다시 확인해보세요.</system:String>
<system:String x:Key="WebExceptionStatus.ConnectionClosed">프로토콜{0}과 포트{1}를 다시 확인해보세요.</system:String>
<system:String x:Key="WebExceptionStatus.SendFailure">프로토콜{0}과 포트{1}를 다시 확인해보세요.</system:String>
<system:String x:Key="WebExceptionStatus.ReceiveFailure">프로토콜{0}과 포트{1}를 다시 확인해보세요.</system:String>
<system:String x:Key="HttpStatusCode.MethodNotAllowed">경로{0}가 존재하는지 또는 접근 가능한지 확인해보세요.</system:String>
<system:String x:Key="HttpStatusCode.Unauthorized">인증에 실패했습니다. 계정(비밀번호)을 확인해보세요.</system:String>
<system:String x:Key="SocketError.TimedOut">연결 주소를 다시 확인해보세요.</system:String>
<system:String x:Key="SocketError.ConnectionRefused">연결 포트{0}를 다시 확인해보세요.</system:String>
<system:String x:Key="OtherResponseCode.2">경로를 찾을 수 없습니다. 경로{0}를 확인해보세요.</system:String>
<system:String x:Key="OtherResponseCode.3">프로토콜{0}과 포트{1}를 다시 확인해보세요.</system:String>
<!-- ConnectResponse 메시지 -->
<system:String x:Key="Words.Reason">원인</system:String>
<system:String x:Key="Words.Delegation.Stop">권한위임 중단</system:String>
<system:String x:Key="Words.Drive">드라이브</system:String>
<system:String x:Key="Words.FreeSpace">남은공간</system:String>
<system:String x:Key="Words.Send.Opinion">의견 보내기</system:String>
<system:String x:Key="Words.Code">코드</system:String>
<system:String x:Key="Words.Path">경로</system:String>
<system:String x:Key="Words.File">파일</system:String>
<system:String x:Key="Words.Ready">준비</system:String>
<system:String x:Key="Words.Time">시각</system:String>
<system:String x:Key="Words.Error">오류</system:String>
<system:String x:Key="Words.State">상태</system:String>
<system:String x:Key="Words.Size">크기</system:String>
<system:String x:Key="Words.Description">설명</system:String>
<system:String x:Key="Help.Text">도움말</system:String>
<system:String x:Key="Help.Add.Drive">자, 시작해볼까요?</system:String>
<system:String x:Key="Help.ServiceDown">RaiDrive Service가 중지되었습니다.</system:String>
<system:String x:Key="Help.ServiceDown.Press">버튼을 눌러주세요. RaiDrive가 살아납니다.</system:String>
<system:String x:Key="Help.InternetDown">인터넷 연결이 끊긴 것 같습니다. 인터넷 연결을 확인해주세요.</system:String>
<system:String x:Key="Help.InternetDown.RetryAfter">{0} 초 후에 다시 확인합니다.</system:String>
<system:String x:Key="Help.License.ForBusiness">비즈니스 버전용</system:String>
<system:String x:Key="Upgrade">업그레이드</system:String>
<system:String x:Key="Upgrade.Uptodate">최신버전을 사용하고 있습니다.</system:String>
<system:String x:Key="Upgrade.NewVersion">{0} 버전으로 업그레이드 할 수 있습니다.</system:String>
<system:String x:Key="Upgrade.New">새로운 버전으로 업그레이드 할 수 있습니다.</system:String>
<system:String x:Key="NotifyIcon.Open">RaiDrive 열기</system:String>
<system:String x:Key="NotifyIcon.CheckUpdate">업데이트 확인</system:String>
<system:String x:Key="NotifyIcon.Exit">종료</system:String>
<system:String x:Key="NotifyIcon.Exit.Message">종료 전에 모든 연결을 해제 하시겠습니까?</system:String>
<system:String x:Key="State.Space.Format">{1} 중 {0} 사용 가능 {2}</system:String>
<system:String x:Key="State.Space.Used">사용중</system:String>
<system:String x:Key="Brand.Synology">Synology</system:String>
<system:String x:Key="Brand.QNAP">QNAP</system:String>
<system:String x:Key="Brand.Box_com">Box</system:String>
<system:String x:Key="Brand.ipTIME">ipTIME</system:String>
<system:String x:Key="Brand.WD">WD</system:String>
<system:String x:Key="Brand.etc">기타</system:String>
<!-- backup -->
<system:String x:Key="Backup">백업</system:String>
<system:String x:Key="Backup.Add">추가</system:String>
<system:String x:Key="Backup.Delete">삭제</system:String>
<system:String x:Key="Backup.Start">시작</system:String>
<system:String x:Key="Backup.Stop">중지</system:String>
<system:String x:Key="Backup.BackupNOW">지금 백업</system:String>
<system:String x:Key="Backup.NOW">지금</system:String>
<system:String x:Key="Backup.Save">저장</system:String>
<system:String x:Key="Backup.ClearLog">로그삭제</system:String>
<system:String x:Key="Backup.DestRootFolder">원격폴더</system:String>
<system:String x:Key="Backup.SourceFolders">원본폴더</system:String>
<system:String x:Key="Backup.Progress">진행상태</system:String>
<system:String x:Key="Backup.AutoStart">자동시작</system:String>
<system:String x:Key="Backup.LogTab.Current">현재</system:String>
<system:String x:Key="Backup.LogTab.All">전체</system:String>
<system:String x:Key="Backup.LogTab.Error">오류</system:String>
<system:String x:Key="Backup.LogTab.Ready">준비</system:String>
<system:String x:Key="Backup.LogTab.Left">대기</system:String>
<system:String x:Key="Backup.LogTab.File">파일</system:String>
<system:String x:Key="Backup.LogTab.Folder">폴더</system:String>
<system:String x:Key="Backup.LogTab.FollowLatest">최신 보기</system:String>
<system:String x:Key="Backup.Count.Left">남음</system:String>
<system:String x:Key="Backup.Count.Processed">처리</system:String>
<system:String x:Key="Message.Backup.BackupTargetFolder">파일이 저장될 원격폴더를 선택하세요</system:String>
</ResourceDictionary>