Files
sqltoolsservice/external/Microsoft.SqlTools.CoreServices/Localization/transXliff/sr.ko.xlf
Karl Burtram ccf95aed77 Move unused forked code to external directory (#1192)
* Move unused forked code to external directory

* Fix SLN build errors

* Add back resource provider core since it's referenced by main resource provider project

* Update PackageProjects step of pipeline
2021-04-16 15:33:35 -07:00

2777 lines
100 KiB
XML

<?xml version="1.0" ?><xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" original="sr.resx" source-language="en" target-language="ko">
<body>
<trans-unit id="ConnectionServiceConnectErrorNullParams">
<source>Connection parameters cannot be null</source>
<target state="new">연결 매개 변수는 null 일 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="ConnectionServiceListDbErrorNullOwnerUri">
<source>OwnerUri cannot be null or empty</source>
<target state="new">OwnerUri은 null 이거나 비어 있을 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="ConnectionServiceListDbErrorNotConnected">
<source>SpecifiedUri '{0}' does not have existing connection</source>
<target state="new">SpecifiedUrl '{0}'는 기존 연결이 없습니다.</target>
<note>.
Parameters: 0 - uri (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidAuthType">
<source>Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.</source>
<target state="new">AuthenticationType 값으로 ' {0} '이 (가) 잘못 되었습니다. 유효한 값은 'Integrated'나 'SqlLogin' 입니다.</target>
<note>.
Parameters: 0 - authType (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidIntent">
<source>Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.</source>
<target state="new">ApplicationIntent 값으로 ' {0} '이 (가) 잘못 되었습니다. 유효한 값은 'ReadWrite'나 'ReadOnly' 입니다.</target>
<note>.
Parameters: 0 - intent (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnectionCanceled">
<source>Connection canceled</source>
<target state="new">연결이 취소되었습니다.</target>
<note/>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullOwnerUri">
<source>OwnerUri cannot be null or empty</source>
<target state="new">OwnerUri는 null 이나 빈값일 수 없습니다</target>
<note/>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullConnection">
<source>Connection details object cannot be null</source>
<target state="new">연결 세부 정보 개체는 null이 될 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullServerName">
<source>ServerName cannot be null or empty</source>
<target state="new">서버 이름은 null이거나 비어 있을 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullSqlAuth">
<source>{0} cannot be null or empty when using SqlLogin authentication</source>
<target state="new">SqlLogin 인증 사용 시 {0}은(는) null이나 빈값일 수 없습니다.</target>
<note>.
Parameters: 0 - component (string) </note>
</trans-unit>
<trans-unit id="QueryServiceCancelAlreadyCompleted">
<source>The query has already completed, it cannot be cancelled</source>
<target state="new">쿼리가 이미 완료되어 취소할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceCancelDisposeFailed">
<source>Query successfully cancelled, failed to dispose query. Owner URI not found.</source>
<target state="new">쿼리 취소가 완료되었으나 쿼리를 삭제하는데 실패했습니다. Owner URI를 찾을 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceQueryCancelled">
<source>Query was canceled by user</source>
<target state="new">사용자가 쿼리를 취소 했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceSubsetBatchNotCompleted">
<source>The batch has not completed, yet</source>
<target state="new">일괄 처리가 아직 완료되지 않았습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceSubsetBatchOutOfRange">
<source>Batch index cannot be less than 0 or greater than the number of batches</source>
<target state="new">일괄 처리 인덱스는 0 미만 이거나 일괄 처리 갯수 보다 클 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceSubsetResultSetOutOfRange">
<source>Result set index cannot be less than 0 or greater than the number of result sets</source>
<target state="new">결과 집합 인덱스는 0 미만 이거나 결과 집합의 갯수보다 클 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceDataReaderByteCountInvalid">
<source>Maximum number of bytes to return must be greater than zero</source>
<target state="new">반환되는 최대 바이트 수는 0보다 커야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceDataReaderCharCountInvalid">
<source>Maximum number of chars to return must be greater than zero</source>
<target state="new">반환되는 최대 문자 수는 0보다 커야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceDataReaderXmlCountInvalid">
<source>Maximum number of XML bytes to return must be greater than zero</source>
<target state="new">반환되는 최대 XML 바이트 수는 0보다 커야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperWriteOnly">
<source>Access method cannot be write-only</source>
<target state="new">액세스 방법은 쓰기 전용이 될 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperNotInitialized">
<source>FileStreamWrapper must be initialized before performing operations</source>
<target state="new">FileStreamWrapper 는 작업을 수행 하기 전에 초기화 해야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperReadOnly">
<source>This FileStreamWrapper cannot be used for writing</source>
<target state="new">FileStreamWrapper 는 쓰기용으로 사용할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceAffectedOneRow">
<source>(1 row affected)</source>
<target state="new">(1 개 행이 영향을 받음)</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceAffectedRows">
<source>({0} rows affected)</source>
<target state="new">({0} 개 행이 영향을 받음)</target>
<note>.
Parameters: 0 - rows (long) </note>
</trans-unit>
<trans-unit id="QueryServiceCompletedSuccessfully">
<source>Commands completed successfully.</source>
<target state="new">명령이 성공적으로 완료 되었습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceErrorFormat">
<source>Msg {0}, Level {1}, State {2}, Line {3}{4}{5}</source>
<target state="new">메시지 {0}, 수준 {1}, 상태 {2}, 줄 {3} {4} {5}.</target>
<note>.
Parameters: 0 - msg (int), 1 - lvl (int), 2 - state (int), 3 - line (int), 4 - newLine (string), 5 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceQueryFailed">
<source>Query failed: {0}</source>
<target state="new">쿼리 실패: {0}</target>
<note>.
Parameters: 0 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceColumnNull">
<source>(No column name)</source>
<target state="new">(열 이름 없음)</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceRequestsNoQuery">
<source>The requested query does not exist</source>
<target state="new">요청한 쿼리가 존재하지 않습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
<source>This editor is not connected to a database</source>
<target state="new">편집기가 데이터베이스에 연결되지 않았습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceQueryInProgress">
<source>A query is already in progress for this editor session. Please cancel this query or wait for its completion.</source>
<target state="new">쿼리가 현재 편집기 세션에서 이미 실행 중입니다. 쿼리를 취소하거나 완료 될 때까지 대기 하십시오.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceMessageSenderNotSql">
<source>Sender for OnInfoMessage event must be a SqlConnection</source>
<target state="new">OnInfoMessage 이벤트 발신자는 SqlConnection 이어야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceSaveAsResultSetNotComplete">
<source>Result cannot be saved until query execution has completed</source>
<target state="new">결과는 쿼리 실행이 완료 될 때까지 저장할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceSaveAsMiscStartingError">
<source>Internal error occurred while starting save task</source>
<target state="new">저장 작업을 시작 하는 동안 내부 오류가 발생 했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceSaveAsInProgress">
<source>A save request to the same path is in progress</source>
<target state="new">동일한 경로로 저장 요청이 진행 중입니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceSaveAsFail">
<source>Failed to save {0}: {1}</source>
<target state="new">저장 실패 {0}:{1}</target>
<note>.
Parameters: 0 - fileName (string), 1 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceResultSetNotRead">
<source>Cannot read subset unless the results have been read from the server</source>
<target state="new">서버로부터 결과를 모두 읽기 전에는 일부 결과를 읽을 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceResultSetStartRowOutOfRange">
<source>Start row cannot be less than 0 or greater than the number of rows in the result set</source>
<target state="new">시작 행은 0 미만이거나 결과 집합의 행의 갯수보다 클 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceResultSetRowCountOutOfRange">
<source>Row count must be a positive integer</source>
<target state="new">행 수는 양수여야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceResultSetNoColumnSchema">
<source>Could not retrieve column schema for result set</source>
<target state="new">결과 집합의 열 스키마를 검색할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceExecutionPlanNotFound">
<source>Could not retrieve an execution plan from the result set </source>
<target state="new">결과 집합에서 실행 계획을 검색할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="PeekDefinitionAzureError">
<source>This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}</source>
<target state="new">현재 이 기능은 Azure SQL DB와 데이터 웨어하우스에서 지원 되지 않습니다: {0}</target>
<note>.
Parameters: 0 - errorMessage (string) </note>
</trans-unit>
<trans-unit id="PeekDefinitionError">
<source>An unexpected error occurred during Peek Definition execution: {0}</source>
<target state="new">정의 피킹을 실행하는 동안 예상치 못한 오류가 발생했습니다: {0}</target>
<note>.
Parameters: 0 - errorMessage (string) </note>
</trans-unit>
<trans-unit id="PeekDefinitionNoResultsError">
<source>No results were found.</source>
<target state="new">결과가 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="PeekDefinitionDatabaseError">
<source>No database object was retrieved.</source>
<target state="new">검색된 데이터베이스 개체가 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="PeekDefinitionNotConnectedError">
<source>Please connect to a server.</source>
<target state="new">서버에 연결 하십시오.</target>
<note/>
</trans-unit>
<trans-unit id="PeekDefinitionTimedoutError">
<source>Operation timed out.</source>
<target state="new">작업 제한 시간이 초과 되었습니다.</target>
<note/>
</trans-unit>
<trans-unit id="PeekDefinitionTypeNotSupportedError">
<source>This object type is currently not supported by this feature.</source>
<target state="new">현재 이 개체 형식은 지원되지 않습니다.</target>
<note/>
</trans-unit>
<trans-unit id="WorkspaceServicePositionLineOutOfRange">
<source>Position is outside of file line range</source>
<target state="new">위치가 파일 줄 범위를 벗어났습니다.</target>
<note/>
</trans-unit>
<trans-unit id="WorkspaceServicePositionColumnOutOfRange">
<source>Position is outside of column range for line {0}</source>
<target state="new">위치가 줄 {0} 의 열 범위를 벗어났습니다.</target>
<note>.
Parameters: 0 - line (int) </note>
</trans-unit>
<trans-unit id="WorkspaceServiceBufferPositionOutOfOrder">
<source>Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})</source>
<target state="new">시작 위치 ({0}, {1})은(는) 반드시 끝 위치 ({2}, {3}) 과 같거나 이전이어야 합니다.</target>
<note>.
Parameters: 0 - sLine (int), 1 - sCol (int), 2 - eLine (int), 3 - eCol (int) </note>
</trans-unit>
<trans-unit id="EE_BatchSqlMessageNoProcedureInfo">
<source>Msg {0}, Level {1}, State {2}, Line {3}</source>
<target state="new">메시지 {0}, 수준{1}, 상태 {2}, 줄 {3}</target>
<note/>
</trans-unit>
<trans-unit id="EE_BatchSqlMessageWithProcedureInfo">
<source>Msg {0}, Level {1}, State {2}, Procedure {3}, Line {4}</source>
<target state="new">메시지 {0}, 수준 {1}, 상태 {2}, 프로시저 {3}, 줄 {4}</target>
<note/>
</trans-unit>
<trans-unit id="EE_BatchSqlMessageNoLineInfo">
<source>Msg {0}, Level {1}, State {2}</source>
<target state="new">메시지 {0}, 수준 {1}, 상태 {2}</target>
<note/>
</trans-unit>
<trans-unit id="EE_BatchError_Exception">
<source>An error occurred while the batch was being processed. The error message is: {0}</source>
<target state="new">일괄 처리를 처리 하는 동안 하는 동안 오류가 발생 합니다. 오류 메시지: {0}</target>
<note/>
</trans-unit>
<trans-unit id="EE_BatchExecutionInfo_RowsAffected">
<source>({0} row(s) affected)</source>
<target state="new">({0} 개 행이 영향을 받음)</target>
<note/>
</trans-unit>
<trans-unit id="EE_ExecutionNotYetCompleteError">
<source>The previous execution is not yet complete.</source>
<target state="new">이전 실행이 아직 완료 되지 않았습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_ScriptError_Error">
<source>A scripting error occurred.</source>
<target state="new">스크립팅 오류가 발생 했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_ScriptError_ParsingSyntax">
<source>Incorrect syntax was encountered while {0} was being parsed.</source>
<target state="new">{0}에 잘못된 구문이 발견되었습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_ScriptError_FatalError">
<source>A fatal error occurred.</source>
<target state="new">치명적인 오류가 발생 했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_ExecutionInfo_FinalizingLoop">
<source>Batch execution completed {0} times...</source>
<target state="new">{0}회 실행 완료...</target>
<note/>
</trans-unit>
<trans-unit id="EE_ExecutionInfo_QueryCancelledbyUser">
<source>You cancelled the query.</source>
<target state="new">쿼리를 취소 했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_BatchExecutionError_Halting">
<source>An error occurred while the batch was being executed.</source>
<target state="new">일괄 처리를 실행 하는 동안 오류가 발생 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_BatchExecutionError_Ignoring">
<source>An error occurred while the batch was being executed, but the error has been ignored.</source>
<target state="new">일괄 처리를 실행 하는 동안 오류가 발생했으나 그 오류는 무시되었습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
<source>Beginning execution loop</source>
<target state="new">Beginning execution loop</target>
<note/>
</trans-unit>
<trans-unit id="EE_ExecutionError_CommandNotSupported">
<source>Command {0} is not supported.</source>
<target state="new">{0} 명령은 지원되지 않습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_ExecutionError_VariableNotFound">
<source>The variable {0} could not be found.</source>
<target state="new">{0} 변수를 찾을 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionEngineError">
<source>SQL Execution error: {0}</source>
<target state="new">SQL 실행 오류: {0}</target>
<note/>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionError">
<source>Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}</source>
<target state="new">일괄처리 구문분석 래퍼 실행: {0} 발견... 줄 {1}: {2} 설명: {3}</target>
<note/>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionEngineBatchMessage">
<source>Batch parser wrapper execution engine batch message received: Message: {0} Detailed message: {1}</source>
<target state="new">일괄 처리 파서 래퍼 실행 엔진 일괄 처리 메시지를 받았습니다. 메시지: {0} 자세한 메시지: {1}</target>
<note/>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionEngineBatchResultSetProcessing">
<source>Batch parser wrapper execution engine batch ResultSet processing: DataReader.FieldCount: {0} DataReader.RecordsAffected: {1}</source>
<target state="new">일괄 처리 파서 래퍼 실행 엔진 일괄 처리 ResultSet을 처리하고 있습니다. DataReader.FieldCount: {0} DataReader.RecordsAffected: {1}</target>
<note/>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionEngineBatchResultSetFinished">
<source>Batch parser wrapper execution engine batch ResultSet finished.</source>
<target state="new">일괄 처리 파서 래퍼 실행 엔진 일괄 처리 ResultSet을 완료했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionEngineBatchCancelling">
<source>Canceling batch parser wrapper batch execution.</source>
<target state="new">일괄 처리 파서 래퍼 일괄 처리 실행을 취소하고 있습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EE_ScriptError_Warning">
<source>Scripting warning.</source>
<target state="new">스크립팅 경고.</target>
<note/>
</trans-unit>
<trans-unit id="TroubleshootingAssistanceMessage">
<source>For more information about this error, see the troubleshooting topics in the product documentation.</source>
<target state="new">이 오류에 대한 추가 정보는 제품 설명서의 문제 해결 항목을 참조하십시오.</target>
<note/>
</trans-unit>
<trans-unit id="BatchParser_CircularReference">
<source>File '{0}' recursively included.</source>
<target state="new">' {0} '이 (가) 재귀적으로 포함 된 파일입니다.</target>
<note/>
</trans-unit>
<trans-unit id="BatchParser_CommentNotTerminated">
<source>Missing end comment mark '*/'.</source>
<target state="new">주석 끝 표시 ' * /' 누락 .</target>
<note/>
</trans-unit>
<trans-unit id="BatchParser_StringNotTerminated">
<source>Unclosed quotation mark after the character string.</source>
<target state="new">문자열에 닫히지 않은 인용 부호.</target>
<note/>
</trans-unit>
<trans-unit id="BatchParser_IncorrectSyntax">
<source>Incorrect syntax was encountered while parsing '{0}'.</source>
<target state="new">'{0}'을(를) 구문 분석하는 동안 잘못된 구문을 발견했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="BatchParser_VariableNotDefined">
<source>Variable {0} is not defined.</source>
<target state="new">{0} 변수가 정의되지 않았습니다.</target>
<note/>
</trans-unit>
<trans-unit id="TestLocalizationConstant">
<source>test</source>
<target state="new">테스트</target>
<note/>
</trans-unit>
<trans-unit id="ErrorEmptyStringReplacement">
<source>Replacement of an empty string by an empty string.</source>
<target state="new">
votes
빈 문자열을 빈 문자열로 대체.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataSessionNotFound">
<source>Edit session does not exist.</source>
<target state="new">편집 세션이 존재하지 않습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataQueryNotCompleted">
<source>Query has not completed execution</source>
<target state="new">쿼리 실행이 완료되지 않았습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataQueryImproperResultSets">
<source>Query did not generate exactly one result set</source>
<target state="new">쿼리가 정확히 하나의 결과 집합을 생성하지 않았습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataFailedAddRow">
<source>Failed to add new row to update cache</source>
<target state="new">업데이트 캐시에 새로운 행 추가를 실패했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataRowOutOfRange">
<source>Given row ID is outside the range of rows in the edit cache</source>
<target state="new">지정된 row ID가 수정 중인 캐시의 행 범위 밖에 있습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataUpdatePending">
<source>An update is already pending for this row and must be reverted first</source>
<target state="new">이 행에 대한 업데이트가 이미 보류 중이므로 먼저 되돌려야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataUpdateNotPending">
<source>Given row ID does not have pending update</source>
<target state="new">주어진 row ID에 보류 중인 업데이트가 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataObjectMetadataNotFound">
<source>Table or view metadata could not be found</source>
<target state="new">테이블이나 뷰 메타 데이터를 찾을 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataInvalidFormatBinary">
<source>Invalid format for binary column</source>
<target state="new">이진 열에 형식이 잘못되었습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataInvalidFormatBoolean">
<source>Allowed values for boolean columns are 0, 1, &quot;true&quot;, or &quot;false&quot;</source>
<target state="new">Boolean 열은 반드시 숫자 1이나 0 혹은 문자 true나 false여야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataCreateScriptMissingValue">
<source>The column '{0}' is defined as NOT NULL but was not given a value</source>
<target state="new">필수 셀 값이 누락되었습니다.</target>
<note>.
Parameters: 0 - colName (string) </note>
</trans-unit>
<trans-unit id="EditDataDeleteSetCell">
<source>A delete is pending for this row, a cell update cannot be applied.</source>
<target state="new">행 삭제가 보류 중이므로, 셀을 업데이트할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataColumnIdOutOfRange">
<source>Column ID must be in the range of columns for the query</source>
<target state="new">열 ID는 쿼리의 열 범위 내에 있어야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataColumnCannotBeEdited">
<source>Column cannot be edited</source>
<target state="new">열을 편집할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataColumnNoKeyColumns">
<source>No key columns were found</source>
<target state="new">키 열이 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataScriptFilePathNull">
<source>An output filename must be provided</source>
<target state="new">출력 파일명이 필요합니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataUnsupportedObjectType">
<source>Database object {0} cannot be used for editing.</source>
<target state="new">데이터베이스 개체 {0} 는 편집할 수 없습니다.</target>
<note>.
Parameters: 0 - typeName (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceDbErrorDefaultNotConnected">
<source>Specified URI '{0}' does not have a default connection</source>
<target state="new">지정된 Uri ' {0} '에 기본 연결이 지정되지 않았습니다.</target>
<note>.
Parameters: 0 - uri (string) </note>
</trans-unit>
<trans-unit id="EditDataCommitInProgress">
<source>A commit task is in progress. Please wait for completion.</source>
<target state="new">커밋 작업이 진행 중입니다. 완료될 때까지 기다리세요.</target>
<note/>
</trans-unit>
<trans-unit id="SqlScriptFormatterDecimalMissingPrecision">
<source>Decimal column is missing numeric precision or numeric scale</source>
<target state="new">Decimal 형식 열에 전체 자릿수 또는 소수 자릿수가 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataComputedColumnPlaceholder">
<source>&lt;TBD&gt;</source>
<target state="new">&lt;TBD&gt;</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceResultSetAddNoRows">
<source>Cannot add row to result buffer, data reader does not contain rows</source>
<target state="new">결과 버퍼에 새로운 행을 추가할 수 없거나 데이터 리더에 행이 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataTimeOver24Hrs">
<source>TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999</source>
<target state="new">TIME 열의 값은 00:00:00.0000000과 23:59:59.9999999 사이의 값만 허용됩니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataNullNotAllowed">
<source>NULL is not allowed for this column</source>
<target state="new">이 열은 NULL을 허용하지 않습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyExists">
<source>Edit session already exists.</source>
<target state="new">편집 세션이 이미 존재합니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataSessionNotInitialized">
<source>Edit session has not been initialized</source>
<target state="new">편집 세션이 초기화 되지 않았습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyInitialized">
<source>Edit session has already been initialized</source>
<target state="new">편집 세션이 이미 초기화 되었습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyInitializing">
<source>Edit session has already been initialized or is in the process of initializing</source>
<target state="new">편집 세션이 이미 초기화 되었거나 초기화 중입니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataQueryFailed">
<source>Query execution failed, see messages for details</source>
<target state="new">쿼리 실행에 실패했습니다. 자세한 정보는 메시지를 참조하세요.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataFilteringNegativeLimit">
<source>Result limit cannot be negative</source>
<target state="new">결과 제한은 음수가 될 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceCellNull">
<source>NULL</source>
<target state="new">NULL</target>
<note/>
</trans-unit>
<trans-unit id="EditDataMetadataObjectNameRequired">
<source>A object name must be provided</source>
<target state="new">개체 이름이 필요합니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataMetadataTooManyIdentifiers">
<source>Explicitly specifying server or database is not supported</source>
<target state="new">서버와 데이터베이스를 명시적으로 지정할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataMetadataNotExtended">
<source>Table metadata does not have extended properties</source>
<target state="new">테이블 메타데이터에 확장 속성이 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="EditDataObjectNotFound">
<source>Table or view requested for edit could not be found</source>
<target state="new">편집하려는 테이블이나 뷰를 찾을 수 없습니다</target>
<note/>
</trans-unit>
<trans-unit id="TreeNodeError">
<source>Error expanding: {0}</source>
<target state="new">오류 확장: {0}</target>
<note/>
</trans-unit>
<trans-unit id="ServerNodeConnectionError">
<source>Error connecting to {0}</source>
<target state="new">{0}에 연결하는 동안 오류가 발생했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Aggregates">
<source>Aggregates</source>
<target state="new">집계</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRoles">
<source>Server Roles</source>
<target state="new">서버 역할</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ApplicationRoles">
<source>Application Roles</source>
<target state="new">응용 프로그램 역할</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Assemblies">
<source>Assemblies</source>
<target state="new">어셈블리</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_AssemblyFiles">
<source>Assembly Files</source>
<target state="new">어셈블리 파일</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_AsymmetricKeys">
<source>Asymmetric Keys</source>
<target state="new">비대칭 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseAsymmetricKeys">
<source>Asymmetric Keys</source>
<target state="new">비대칭 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DataCompressionOptions">
<source>Data Compression Options</source>
<target state="new">데이터 압축 옵션</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Certificates">
<source>Certificates</source>
<target state="new">인증서</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_FileTables">
<source>FileTables</source>
<target state="new">FileTables</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseCertificates">
<source>Certificates</source>
<target state="new">인증서</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_CheckConstraints">
<source>Check Constraints</source>
<target state="new">Check 제약 조건</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Columns">
<source>Columns</source>
<target state="new"></target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Constraints">
<source>Constraints</source>
<target state="new">제약 조건</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Contracts">
<source>Contracts</source>
<target state="new">계약</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Credentials">
<source>Credentials</source>
<target state="new">자격 증명</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ErrorMessages">
<source>Error Messages</source>
<target state="new">오류 메시지</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRoleMembership">
<source>Server Role Membership</source>
<target state="new">서버 역할 멤버 자격</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseOptions">
<source>Database Options</source>
<target state="new">데이터베이스 옵션</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseRoles">
<source>Database Roles</source>
<target state="new">데이터베이스 역할</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_RoleMemberships">
<source>Role Memberships</source>
<target state="new">역할 멤버 자격</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseTriggers">
<source>Database Triggers</source>
<target state="new">데이터베이스 트리거</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DefaultConstraints">
<source>Default Constraints</source>
<target state="new">기본 제약 조건</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Defaults">
<source>Defaults</source>
<target state="new">기본값</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Sequences">
<source>Sequences</source>
<target state="new">시퀀스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Endpoints">
<source>Endpoints</source>
<target state="new">끝점</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_EventNotifications">
<source>Event Notifications</source>
<target state="new">이벤트 알림</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerEventNotifications">
<source>Server Event Notifications</source>
<target state="new">서버 이벤트 알림</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExtendedProperties">
<source>Extended Properties</source>
<target state="new">확장 속성</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_FileGroups">
<source>Filegroups</source>
<target state="new">파일 그룹</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ForeignKeys">
<source>Foreign Keys</source>
<target state="new">외래 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextCatalogs">
<source>Full-Text Catalogs</source>
<target state="new">전체 텍스트 카탈로그</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextIndexes">
<source>Full-Text Indexes</source>
<target state="new">전체 텍스트 인덱스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Functions">
<source>Functions</source>
<target state="new">함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Indexes">
<source>Indexes</source>
<target state="new">인덱스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_InlineFunctions">
<source>Inline Functions</source>
<target state="new">인라인 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Keys">
<source>Keys</source>
<target state="new"></target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_LinkedServers">
<source>Linked Servers</source>
<target state="new">연결된 서버</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_LinkedServerLogins">
<source>Linked Server Logins</source>
<target state="new">연결된 서버 로그인</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Logins">
<source>Logins</source>
<target state="new">로그인</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_MasterKey">
<source>Master Key</source>
<target state="new">마스터 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_MasterKeys">
<source>Master Keys</source>
<target state="new">마스터 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_MessageTypes">
<source>Message Types</source>
<target state="new">메시지 유형</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_MultiSelectFunctions">
<source>Table-Valued Functions</source>
<target state="new">테이블 반환 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Parameters">
<source>Parameters</source>
<target state="new">매개 변수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_PartitionFunctions">
<source>Partition Functions</source>
<target state="new">파티션 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_PartitionSchemes">
<source>Partition Schemes</source>
<target state="new">파티션 구성표</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Permissions">
<source>Permissions</source>
<target state="new">사용 권한</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_PrimaryKeys">
<source>Primary Keys</source>
<target state="new">기본 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Programmability">
<source>Programmability</source>
<target state="new">프로그래밍 기능</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Queues">
<source>Queues</source>
<target state="new"></target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_RemoteServiceBindings">
<source>Remote Service Bindings</source>
<target state="new">원격 서비스 바인딩</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ReturnedColumns">
<source>Returned Columns</source>
<target state="new">반환 열</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Roles">
<source>Roles</source>
<target state="new">역할</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Routes">
<source>Routes</source>
<target state="new">경로</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Rules">
<source>Rules</source>
<target state="new">규칙</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Schemas">
<source>Schemas</source>
<target state="new">스키마</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Security">
<source>Security</source>
<target state="new">보안</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerObjects">
<source>Server Objects</source>
<target state="new">서버 개체</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Management">
<source>Management</source>
<target state="new">관리</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerTriggers">
<source>Triggers</source>
<target state="new">트리거</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServiceBroker">
<source>Service Broker</source>
<target state="new">Service Broker</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Services">
<source>Services</source>
<target state="new">서비스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Signatures">
<source>Signatures</source>
<target state="new">서명</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_LogFiles">
<source>Log Files</source>
<target state="new">로그 파일</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Statistics">
<source>Statistics</source>
<target state="new">통계</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Storage">
<source>Storage</source>
<target state="new">저장소</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_StoredProcedures">
<source>Stored Procedures</source>
<target state="new">저장 프로시저</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SymmetricKeys">
<source>Symmetric Keys</source>
<target state="new">대칭 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Synonyms">
<source>Synonyms</source>
<target state="new">동의어</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Tables">
<source>Tables</source>
<target state="new">테이블</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Triggers">
<source>Triggers</source>
<target state="new">트리거</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Types">
<source>Types</source>
<target state="new">유형</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_UniqueKeys">
<source>Unique Keys</source>
<target state="new">고유 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedDataTypes">
<source>User-Defined Data Types</source>
<target state="new">사용자 정의 데이터 형식</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedTypes">
<source>User-Defined Types (CLR)</source>
<target state="new">사용자 정의 형식 (CLR)</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Users">
<source>Users</source>
<target state="new">사용자</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Views">
<source>Views</source>
<target state="new"></target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlIndexes">
<source>XML Indexes</source>
<target state="new">XML 인덱스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_XMLSchemaCollections">
<source>XML Schema Collections</source>
<target state="new">XML 스키마 컬렉션</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedTableTypes">
<source>User-Defined Table Types</source>
<target state="new">사용자 정의 테이블 형식</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_FilegroupFiles">
<source>Files</source>
<target state="new">파일</target>
<note/>
</trans-unit>
<trans-unit id="MissingCaption">
<source>Missing Caption</source>
<target state="new">캡션 누락</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_BrokerPriorities">
<source>Broker Priorities</source>
<target state="new">브로커 우선 순위</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_CryptographicProviders">
<source>Cryptographic Providers</source>
<target state="new">암호화 공급자</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseAuditSpecifications">
<source>Database Audit Specifications</source>
<target state="new">데이터베이스 감사 사양</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseEncryptionKeys">
<source>Database Encryption Keys</source>
<target state="new">데이터베이스 암호화 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_EventSessions">
<source>Event Sessions</source>
<target state="new">이벤트 세션</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextStopLists">
<source>Full Text Stoplists</source>
<target state="new">전체 텍스트 중지 목록</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ResourcePools">
<source>Resource Pools</source>
<target state="new">리소스 풀</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerAudits">
<source>Audits</source>
<target state="new">감사</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerAuditSpecifications">
<source>Server Audit Specifications</source>
<target state="new">서버 감사 사양</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SpatialIndexes">
<source>Spatial Indexes</source>
<target state="new">공간 인덱스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_WorkloadGroups">
<source>Workload Groups</source>
<target state="new">작업 그룹</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlFiles">
<source>SQL Files</source>
<target state="new">SQL 파일</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerFunctions">
<source>Server Functions</source>
<target state="new">서버 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlType">
<source>SQL Type</source>
<target state="new">SQL 유형</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerOptions">
<source>Server Options</source>
<target state="new">서버 옵션</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseDiagrams">
<source>Database Diagrams</source>
<target state="new">데이터베이스 다이어그램</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemTables">
<source>System Tables</source>
<target state="new">시스템 테이블</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Databases">
<source>Databases</source>
<target state="new">데이터베이스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemContracts">
<source>System Contracts</source>
<target state="new">시스템 계약</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDatabases">
<source>System Databases</source>
<target state="new">시스템 데이터베이스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMessageTypes">
<source>System Message Types</source>
<target state="new">시스템 메시지 유형</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemQueues">
<source>System Queues</source>
<target state="new">시스템 큐</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemServices">
<source>System Services</source>
<target state="new">시스템 서비스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemStoredProcedures">
<source>System Stored Procedures</source>
<target state="new">시스템 저장 프로시저</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemViews">
<source>System Views</source>
<target state="new">시스템 뷰</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DataTierApplications">
<source>Data-tier Applications</source>
<target state="new">데이터 계층 응용 프로그램</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExtendedStoredProcedures">
<source>Extended Stored Procedures</source>
<target state="new">확장 저장 프로시저</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemAggregateFunctions">
<source>Aggregate Functions</source>
<target state="new">집계 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemApproximateNumerics">
<source>Approximate Numerics</source>
<target state="new">근사치</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemBinaryStrings">
<source>Binary Strings</source>
<target state="new">이진 문자열</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCharacterStrings">
<source>Character Strings</source>
<target state="new">문자열</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCLRDataTypes">
<source>CLR Data Types</source>
<target state="new">CLR 데이터 형식</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemConfigurationFunctions">
<source>Configuration Functions</source>
<target state="new">구성 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCursorFunctions">
<source>Cursor Functions</source>
<target state="new">커서 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDataTypes">
<source>System Data Types</source>
<target state="new">시스템 데이터 형식</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDateAndTime">
<source>Date and Time</source>
<target state="new">날짜 및 시간</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDateAndTimeFunctions">
<source>Date and Time Functions</source>
<target state="new">날짜 및 시간 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemExactNumerics">
<source>Exact Numerics</source>
<target state="new">정확한 수치</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemFunctions">
<source>System Functions</source>
<target state="new">시스템 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemHierarchyIdFunctions">
<source>Hierarchy Id Functions</source>
<target state="new">계층 구조 ID 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMathematicalFunctions">
<source>Mathematical Functions</source>
<target state="new">수학 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMetadataFunctions">
<source>Metadata Functions</source>
<target state="new">메타데이터 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemOtherDataTypes">
<source>Other Data Types</source>
<target state="new">기타 데이터 형식</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemOtherFunctions">
<source>Other Functions</source>
<target state="new">기타 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemRowsetFunctions">
<source>Rowset Functions</source>
<target state="new">행 집합 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSecurityFunctions">
<source>Security Functions</source>
<target state="new">보안 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSpatialDataTypes">
<source>Spatial Data Types</source>
<target state="new">공간 데이터 형식</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemStringFunctions">
<source>String Functions</source>
<target state="new">문자열 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSystemStatisticalFunctions">
<source>System Statistical Functions</source>
<target state="new">시스템 통계 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemTextAndImageFunctions">
<source>Text and Image Functions</source>
<target state="new">텍스트 및 이미지 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemUnicodeCharacterStrings">
<source>Unicode Character Strings</source>
<target state="new">유니코드 문자열</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_AggregateFunctions">
<source>Aggregate Functions</source>
<target state="new">집계 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ScalarValuedFunctions">
<source>Scalar-valued Functions</source>
<target state="new">스칼라 반환 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_TableValuedFunctions">
<source>Table-valued Functions</source>
<target state="new">테이블 반환 함수</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemExtendedStoredProcedures">
<source>System Extended Stored Procedures</source>
<target state="new">시스템 확장 저장 프로시저</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_BuiltInType">
<source>Built-in Types</source>
<target state="new">기본 제공 유형</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_BuiltInServerRole">
<source>Built-in Server Roles</source>
<target state="new">기본 제공 서버 역할</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserWithPassword">
<source>User with Password</source>
<target state="new">암호가 있는 사용자</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SearchPropertyList">
<source>Search Property List</source>
<target state="new">검색 속성 목록</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SecurityPolicies">
<source>Security Policies</source>
<target state="new">보안 정책</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SecurityPredicates">
<source>Security Predicates</source>
<target state="new">보안 조건자</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRole">
<source>Server Role</source>
<target state="new">서버 역할</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SearchPropertyLists">
<source>Search Property Lists</source>
<target state="new">검색 속성 목록</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnStoreIndexes">
<source>Column Store Indexes</source>
<target state="new">열 저장 인덱스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_TableTypeIndexes">
<source>Table Type Indexes</source>
<target state="new">테이블 형식 인덱스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SelectiveXmlIndexes">
<source>Selective XML Indexes</source>
<target state="new">선택적 XML 인덱스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlNamespaces">
<source>XML Namespaces</source>
<target state="new">XML 네임스페이스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlTypedPromotedPaths">
<source>XML Typed Promoted Paths</source>
<target state="new">XML 유형의 공유된 경로</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlTypedPromotedPaths">
<source>T-SQL Typed Promoted Paths</source>
<target state="new">T-SQL 유형의 공유된 경로</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseScopedCredentials">
<source>Database Scoped Credentials</source>
<target state="new">데이터베이스 범위 자격 증명</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalDataSources">
<source>External Data Sources</source>
<target state="new">외부 데이터 원본</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalFileFormats">
<source>External File Formats</source>
<target state="new">외부 파일 형식</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalResources">
<source>External Resources</source>
<target state="new">외부 리소스</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalTables">
<source>External Tables</source>
<target state="new">외부 테이블</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_AlwaysEncryptedKeys">
<source>Always Encrypted Keys</source>
<target state="new">Always Encrypted 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnMasterKeys">
<source>Column Master Keys</source>
<target state="new">열 마스터 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnEncryptionKeys">
<source>Column Encryption Keys</source>
<target state="new">열 암호화 키</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_Server">
<source>Server</source>
<target state="new">서버</target>
<note/>
</trans-unit>
<trans-unit id="ScriptingParams_ConnectionString_Property_Invalid">
<source>Error parsing ScriptingParams.ConnectionString property.</source>
<target state="new">ScriptingParams.ConnectionString 속성 분석을 하는 동안 오류가 발생했습니다.</target>
<note/>
</trans-unit>
<trans-unit id="ScriptingParams_FilePath_Property_Invalid">
<source>Invalid directory specified by the ScriptingParams.FilePath property.</source>
<target state="new">ScriptingParams.FilePath 속성에 잘못된 디렉터리 지정</target>
<note/>
</trans-unit>
<trans-unit id="ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid">
<source>Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</source>
<target state="new">ScriptingListObjectsCompleteParams.ConnectionSring 속성을 분석할때 오류가 생겼습니다.</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterLabelFormatString">
<source>{0} ({1}, {2}, {3})</source>
<target state="new">{0}({1}, {2}, {3})</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterNoDefaultLabel">
<source>No default</source>
<target state="new">기본값 없음</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputLabel">
<source>Input</source>
<target state="new">입력</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputOutputLabel">
<source>Input/Output</source>
<target state="new">입/출력</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputReadOnlyLabel">
<source>Input/ReadOnly</source>
<target state="new">입력/읽기 전용</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel">
<source>Input/Output/ReadOnly</source>
<target state="new">입/출력/읽기 전용</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterDefaultLabel">
<source>Default</source>
<target state="new">기본값</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_NullColumn_Label">
<source>null</source>
<target state="new">Null</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_NotNullColumn_Label">
<source>not null</source>
<target state="new">Not Null</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_UDDTLabelWithType">
<source>{0} ({1}, {2})</source>
<target state="new">{0}({1}, {2})</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_UDDTLabelWithoutType">
<source>{0} ({1})</source>
<target state="new">{0}({1})</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ComputedColumnLabelWithType">
<source>{0} ({1}Computed, {2}, {3})</source>
<target state="new">{0}({1}계산됨, {2}, {3})</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ComputedColumnLabelWithoutType">
<source>{0} ({1}Computed)</source>
<target state="new">{0}({1}계산됨)</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithoutType">
<source>{0} (Column Set, {1})</source>
<target state="new">{0}(열 집합, {1})</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithType">
<source>{0} (Column Set, {1}{2}, {3})</source>
<target state="new">{0}(열 집합, {1}{2}, {3})</target>
<note/>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString">
<source>{0} (Column Set, {1}, {2}, {3})</source>
<target state="new">{0}(열 집합, {1}, {2}, {3})</target>
<note/>
</trans-unit>
<trans-unit id="UniqueIndex_LabelPart">
<source>Unique</source>
<target state="new">고유</target>
<note/>
</trans-unit>
<trans-unit id="NonUniqueIndex_LabelPart">
<source>Non-Unique</source>
<target state="new">고유하지 않음</target>
<note/>
</trans-unit>
<trans-unit id="ClusteredIndex_LabelPart">
<source>Clustered</source>
<target state="new">클러스터형</target>
<note/>
</trans-unit>
<trans-unit id="NonClusteredIndex_LabelPart">
<source>Non-Clustered</source>
<target state="new">비클러스터형</target>
<note/>
</trans-unit>
<trans-unit id="History_LabelPart">
<source>History</source>
<target state="new">기록</target>
<note/>
</trans-unit>
<trans-unit id="SystemVersioned_LabelPart">
<source>System-Versioned</source>
<target state="new">시스템 버전 관리</target>
<note/>
</trans-unit>
<trans-unit id="unavailable">
<source>Unavailable</source>
<target state="new">사용할 수 없음</target>
<note/>
</trans-unit>
<trans-unit id="filegroup_dialog_defaultFilegroup">
<source>Current default filegroup: {0}</source>
<target state="new">현재 기본 파일 그룹: {0}</target>
<note/>
</trans-unit>
<trans-unit id="filegroup_dialog_title">
<source>New Filegroup for {0}</source>
<target state="new">{0}에 대한 새 파일 그룹</target>
<note/>
</trans-unit>
<trans-unit id="filegroups_default">
<source>Default</source>
<target state="new">기본값</target>
<note/>
</trans-unit>
<trans-unit id="filegroups_files">
<source>Files</source>
<target state="new">파일</target>
<note/>
</trans-unit>
<trans-unit id="filegroups_name">
<source>Name</source>
<target state="new">이름</target>
<note/>
</trans-unit>
<trans-unit id="filegroups_readonly">
<source>Read-Only</source>
<target state="new">읽기 전용</target>
<note/>
</trans-unit>
<trans-unit id="general_autogrowth">
<source>Autogrowth / Maxsize</source>
<target state="new">자동 증가 / 최대 크기</target>
<note/>
</trans-unit>
<trans-unit id="general_builderText">
<source>...</source>
<target state="new">...</target>
<note/>
</trans-unit>
<trans-unit id="general_default">
<source>&lt;default&gt;</source>
<target state="new">&lt;기본값&gt;</target>
<note/>
</trans-unit>
<trans-unit id="general_fileGroup">
<source>Filegroup</source>
<target state="new">파일 그룹</target>
<note/>
</trans-unit>
<trans-unit id="general_fileName">
<source>Logical Name</source>
<target state="new">논리적 이름</target>
<note/>
</trans-unit>
<trans-unit id="general_fileType">
<source>File Type</source>
<target state="new">파일 형식</target>
<note/>
</trans-unit>
<trans-unit id="general_initialSize">
<source>Initial Size (MB)</source>
<target state="new">처음 크기 (MB)</target>
<note/>
</trans-unit>
<trans-unit id="general_newFilegroup">
<source>&lt;new filegroup&gt;</source>
<target state="new">&lt;새 파일 그룹&gt;</target>
<note/>
</trans-unit>
<trans-unit id="general_path">
<source>Path</source>
<target state="new">경로</target>
<note/>
</trans-unit>
<trans-unit id="general_physicalFileName">
<source>File Name</source>
<target state="new">파일 이름</target>
<note/>
</trans-unit>
<trans-unit id="general_rawDevice">
<source>&lt;raw device&gt;</source>
<target state="new">&lt;원시 장치&gt;</target>
<note/>
</trans-unit>
<trans-unit id="general_recoveryModel_bulkLogged">
<source>Bulk-logged</source>
<target state="new">대량 로그</target>
<note/>
</trans-unit>
<trans-unit id="general_recoveryModel_full">
<source>Full</source>
<target state="new">전체</target>
<note/>
</trans-unit>
<trans-unit id="general_recoveryModel_simple">
<source>Simple</source>
<target state="new">단순</target>
<note/>
</trans-unit>
<trans-unit id="general_titleSearchOwner">
<source>Select Database Owner</source>
<target state="new">데이터베이스 소유자 선택</target>
<note/>
</trans-unit>
<trans-unit id="prototype_autogrowth_disabled">
<source>None</source>
<target state="new">없음</target>
<note/>
</trans-unit>
<trans-unit id="prototype_autogrowth_restrictedGrowthByMB">
<source>By {0} MB, Limited to {1} MB</source>
<target state="new">{0} MB 단위로 {1} MB까지 제한됨</target>
<note/>
</trans-unit>
<trans-unit id="prototype_autogrowth_restrictedGrowthByPercent">
<source>By {0} percent, Limited to {1} MB</source>
<target state="new">{0} % 단위로 {1} MB까지 제한됨</target>
<note/>
</trans-unit>
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByMB">
<source>By {0} MB, Unlimited</source>
<target state="new">{0} MB 단위로, 제한 없음</target>
<note/>
</trans-unit>
<trans-unit id="prototype_autogrowth_unrestrictedGrowthByPercent">
<source>By {0} percent, Unlimited</source>
<target state="new">{0} % 단위로, 제한 없음</target>
<note/>
</trans-unit>
<trans-unit id="prototype_autogrowth_unlimitedfilestream">
<source>Unlimited</source>
<target state="new">제한 없음</target>
<note/>
</trans-unit>
<trans-unit id="prototype_autogrowth_limitedfilestream">
<source>Limited to {0} MB</source>
<target state="new">{0} MB로 제한됨</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_category_automatic">
<source>Automatic</source>
<target state="new">자동</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_category_servicebroker">
<source>Service Broker</source>
<target state="new">Service Broker</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_category_collation">
<source>Collation</source>
<target state="new">데이터 정렬</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_category_cursor">
<source>Cursor</source>
<target state="new">커서</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_category_misc">
<source>Miscellaneous</source>
<target state="new">기타</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_category_recovery">
<source>Recovery</source>
<target state="new">복구</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_category_state">
<source>State</source>
<target state="new">상태</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_ansiNullDefault">
<source>ANSI NULL Default</source>
<target state="new">ANSI NULL 기본값</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_ansiNulls">
<source>ANSI NULLS Enabled</source>
<target state="new">ANSI NULLS 사용</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_ansiPadding">
<source>ANSI Padding Enabled </source>
<target state="new">ANSI 패딩 설정</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_ansiWarnings">
<source>ANSI Warnings Enabled</source>
<target state="new">ANSI Warnings 사용</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_arithabort">
<source>Arithmetic Abort Enabled </source>
<target state="new">산술 연산 중단 설정</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_autoClose">
<source>Auto Close</source>
<target state="new">자동 닫기</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_autoCreateStatistics">
<source>Auto Create Statistics</source>
<target state="new">통계 자동 작성</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_autoShrink">
<source>Auto Shrink</source>
<target state="new">자동 축소</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_autoUpdateStatistics">
<source>Auto Update Statistics </source>
<target state="new">통계 자동 업데이트</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_autoUpdateStatisticsAsync">
<source>Auto Update Statistics Asynchronously</source>
<target state="new">통계를 비동기적으로 자동 업데이트</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_caseSensitive">
<source>Case Sensitive</source>
<target state="new">대/소문자 구분</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_closeCursorOnCommit">
<source>Close Cursor on Commit Enabled </source>
<target state="new">커밋 시 커서 닫기 설정</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_collation">
<source>Collation</source>
<target state="new">데이터 정렬</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_concatNullYieldsNull">
<source>Concatenate Null Yields Null </source>
<target state="new">Null 연결 시 Null 생성</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseCompatibilityLevel">
<source>Database Compatibility Level</source>
<target state="new">데이터베이스 호환성 수준</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState">
<source>Database State </source>
<target state="new">데이터베이스 상태</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_defaultCursor">
<source>Default Cursor</source>
<target state="new">기본 커서</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_fullTextIndexing">
<source>Full-Text Indexing Enabled </source>
<target state="new">전체 텍스트 인덱싱 설정</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_numericRoundAbort">
<source>Numeric Round-Abort </source>
<target state="new">숫자 반올림 시 중단</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_pageVerify">
<source>Page Verify </source>
<target state="new">페이지 확인</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_quotedIdentifier">
<source>Quoted Identifiers Enabled </source>
<target state="new">따옴표 붙은 식별자 설정</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_readOnly">
<source>Database Read-Only</source>
<target state="new">데이터베이스 읽기 전용</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_recursiveTriggers">
<source>Recursive Triggers Enabled </source>
<target state="new">재귀적 트리거 설정</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_restrictAccess">
<source>Restrict Access</source>
<target state="new">액세스 제한</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_selectIntoBulkCopy">
<source>Select Into/Bulk Copy</source>
<target state="new">SELECT INTO/대량 복사</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_honorBrokerPriority">
<source>Honor Broker Priority</source>
<target state="new">Broker 우선 순위 인식</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_serviceBrokerGuid">
<source>Service Broker Identifier</source>
<target state="new">Service Broker 식별자</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_brokerEnabled">
<source>Broker Enabled</source>
<target state="new">Broker 활성화</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_truncateLogOnCheckpoint">
<source>Truncate Log on Checkpoint </source>
<target state="new">검사점에서 로그 자름</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_dbChaining">
<source>Cross-database Ownership Chaining Enabled</source>
<target state="new">데이터베이스 간 소유권 체인 사용</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_trustworthy">
<source>Trustworthy</source>
<target state="new">신뢰</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_dateCorrelationOptimization">
<source>Date Correlation Optimization Enabled</source>
<target state="new">날짜 상관관계 최적화 설정</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_parameterization_value_forced">
<source>Forced</source>
<target state="new">강제</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_parameterization_value_simple">
<source>Simple</source>
<target state="new">단순</target>
<note/>
</trans-unit>
<trans-unit id="prototype_file_dataFile">
<source>ROWS Data</source>
<target state="new">ROWS 데이터</target>
<note/>
</trans-unit>
<trans-unit id="prototype_file_logFile">
<source>LOG</source>
<target state="new">로그</target>
<note/>
</trans-unit>
<trans-unit id="prototype_file_filestreamFile">
<source>FILESTREAM Data</source>
<target state="new">FILESTREAM 데이터</target>
<note/>
</trans-unit>
<trans-unit id="prototype_file_noFileGroup">
<source>Not Applicable</source>
<target state="new">해당 사항 없음</target>
<note/>
</trans-unit>
<trans-unit id="prototype_file_defaultpathstring">
<source>&lt;default path&gt;</source>
<target state="new">&lt;기본 경로&gt;</target>
<note/>
</trans-unit>
<trans-unit id="title_openConnectionsMustBeClosed">
<source>Open Connections</source>
<target state="new">연결 열기</target>
<note/>
</trans-unit>
<trans-unit id="warning_openConnectionsMustBeClosed">
<source>To change the database properties, SQL Server must close all other connections to the database_ Are you sure you want to change the properties and close all other connections?</source>
<target state="new">데이터베이스 속성을 변경하기 위해, SQL Server가 database_ 에  다른 연결을 모두 닫아야 합니다. 속성을 변경하고 다른 연결을 모두 닫으시겠습니까?</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_autoClosed">
<source>AUTO_CLOSED</source>
<target state="new">AUTO_CLOSED</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_emergency">
<source>EMERGENCY</source>
<target state="new">긴급</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_inaccessible">
<source>INACCESSIBLE</source>
<target state="new">INACCESSIBLE</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_normal">
<source>NORMAL</source>
<target state="new">NORMAL</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_offline">
<source>OFFLINE</source>
<target state="new">오프라인</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_recovering">
<source>RECOVERING</source>
<target state="new">복구 중</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_recoveryPending">
<source>RECOVERY PENDING</source>
<target state="new">복구 보류 중</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_restoring">
<source>RESTORING</source>
<target state="new">RESTORING</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_shutdown">
<source>SHUTDOWN</source>
<target state="new">SHUTDOWN</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_standby">
<source>STANDBY</source>
<target state="new">STANDBY</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databaseState_value_suspect">
<source>SUSPECT</source>
<target state="new">SUSPECT</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_defaultCursor_value_global">
<source>GLOBAL</source>
<target state="new">GLOBAL</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_defaultCursor_value_local">
<source>LOCAL</source>
<target state="new">LOCAL</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_restrictAccess_value_multiple">
<source>MULTI_USER</source>
<target state="new">MULTI_USER</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_restrictAccess_value_restricted">
<source>RESTRICTED_USER</source>
<target state="new">RESTRICTED_USER</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_restrictAccess_value_single">
<source>SINGLE_USER</source>
<target state="new">SINGLE_USER</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_pageVerify_value_checksum">
<source>CHECKSUM</source>
<target state="new">CHECKSUM</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_pageVerify_value_none">
<source>NONE</source>
<target state="new">NONE</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_pageVerify_value_tornPageDetection">
<source>TORN_PAGE_DETECTION</source>
<target state="new">TORN_PAGE_DETECTION</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_varDecimalEnabled">
<source>VarDecimal Storage Format Enabled</source>
<target state="new">VarDecimal 저장소 형식 사용</target>
<note/>
</trans-unit>
<trans-unit id="compatibilityLevel_katmai">
<source>SQL Server 2008 (100)</source>
<target state="new">SQL Server 2008 (100)</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_encryptionEnabled">
<source>Encryption Enabled</source>
<target state="new">암호화 사용</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databasescopedconfig_value_off">
<source>OFF</source>
<target state="new">OFF</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databasescopedconfig_value_on">
<source>ON</source>
<target state="new">ON</target>
<note/>
</trans-unit>
<trans-unit id="prototype_db_prop_databasescopedconfig_value_primary">
<source>PRIMARY</source>
<target state="new">PRIMARY</target>
<note/>
</trans-unit>
<trans-unit id="error_db_prop_invalidleadingColumns">
<source>For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns </source>
<target state="new">배포 정책이 HASH인 경우 선행 해시 열 수는 선택 사항이지만, 선택할 경우 1개에서 16개 사이의 열로 지정해야 합니다.</target>
<note/>
</trans-unit>
<trans-unit id="compatibilityLevel_denali">
<source>SQL Server 2012 (110)</source>
<target state="new">SQL Server 2012 (110)</target>
<note/>
</trans-unit>
<trans-unit id="compatibilityLevel_sql14">
<source>SQL Server 2014 (120)</source>
<target state="new">SQL Server 2014 (120)</target>
<note/>
</trans-unit>
<trans-unit id="compatibilityLevel_sql15">
<source>SQL Server 2016 (130)</source>
<target state="new">SQL Server 2016 (130)</target>
<note/>
</trans-unit>
<trans-unit id="compatibilityLevel_sqlvNext">
<source>SQL Server vNext (140)</source>
<target state="new">SQL Server vNext (140)</target>
<note/>
</trans-unit>
<trans-unit id="general_containmentType_None">
<source>None</source>
<target state="new">없음</target>
<note/>
</trans-unit>
<trans-unit id="general_containmentType_Partial">
<source>Partial</source>
<target state="new">부분</target>
<note/>
</trans-unit>
<trans-unit id="filegroups_filestreamFiles">
<source>FILESTREAM Files</source>
<target state="new">FILESTREAM 파일</target>
<note/>
</trans-unit>
<trans-unit id="prototype_file_noApplicableFileGroup">
<source>No Applicable Filegroup</source>
<target state="new">해당 파일 그룹 없음</target>
<note/>
</trans-unit>
<trans-unit id="DatabaseNotAccessible">
<source>The database {0} is not accessible.</source>
<target state="new">{0} 데이터베이스에 액세스할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceResultSetHasNoResults">
<source>Query has no results to return</source>
<target state="new">쿼리 반환 결과 없음</target>
<note/>
</trans-unit>
<trans-unit id="QueryServiceResultSetTooLarge">
<source>Result set has too many rows to be safely loaded</source>
<target state="new">결과 집합의 행 수가 너무 많아서 안전하게 불러들일 수 없습니다.</target>
</trans-unit>
<trans-unit id="prototype_db_prop_parameterization">
<source>Parameterization</source>
<target state="new">매개 변수화</target>
<note/>
</trans-unit>
<trans-unit id="ConflictWithNoRecovery">
<source>Specifying this option when restoring a backup with the NORECOVERY option is not permitted.</source>
<target state="new">NORECOVERY 옵션을 사용하여 백업을 복원하는 동안 이 옵션을 지정할 수 없습니다.</target>
<note/>
</trans-unit>
<trans-unit id="InvalidPathForDatabaseFile">
<source>Invalid path for database file: '{0}'</source>
<target state="new">데이터베이스 파일의 경로가 잘못되었습니다. '{0}'</target>
<note/>
</trans-unit>
<trans-unit id="Log">
<source>Log</source>
<target state="new">로그</target>
<note/>
</trans-unit>
<trans-unit id="RestorePlanFailed">
<source>Failed to create restore plan</source>
<target state="new">복원 계획을 만들지 못했습니다</target>
<note/>
</trans-unit>
<trans-unit id="RestoreNotSupported">
<source>Restore database is not supported</source>
<target state="new">데이터베이스 복원은 지원되지 않습니다.</target>
<note/>
</trans-unit>
<trans-unit id="RestoreTaskName">
<source>Restore Database</source>
<target state="new">데이터베이스 복원</target>
<note/>
</trans-unit>
<trans-unit id="RestoreCopyOnly">
<source>(Copy Only)</source>
<target state="new">복사 전용</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetComponent">
<source>Component</source>
<target state="new">구성 요소</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetType">
<source>Type</source>
<target state="new">형식</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetServer">
<source>Server</source>
<target state="new">서버</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetDatabase">
<source>Database</source>
<target state="new">데이터베이스</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetPosition">
<source>Position</source>
<target state="new">위치</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetFirstLsn">
<source>First LSN</source>
<target state="new">첫 번째 LSN</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetLastLsn">
<source>Last LSN</source>
<target state="new">마지막 LSN</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetCheckpointLsn">
<source>Checkpoint LSN</source>
<target state="new">검사점 LSN</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetFullLsn">
<source>Full LSN</source>
<target state="new">전체 LSN</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetStartDate">
<source>Start Date</source>
<target state="new">시작 날짜</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetFinishDate">
<source>Finish Date</source>
<target state="new">완료 날짜</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetSize">
<source>Size</source>
<target state="new">크기</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetUserName">
<source>User Name</source>
<target state="new">사용자 이름</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetExpiration">
<source>Expiration</source>
<target state="new">만료</target>
<note/>
</trans-unit>
<trans-unit id="RestoreBackupSetName">
<source>Name</source>
<target state="new">Name</target>
<note/>
</trans-unit>
<trans-unit id="TheLastBackupTaken">
<source>The last backup taken ({0})</source>
<target state="new">수행된 마지막 백업({0})</target>
<note/>
</trans-unit>
<trans-unit id="BackupTaskName">
<source>Backup Database</source>
<target state="new">데이터베이스 백업</target>
<note/>
</trans-unit>
<trans-unit id="TaskInProgress">
<source>In progress</source>
<target state="new">진행 중</target>
<note/>
</trans-unit>
<trans-unit id="TaskCompleted">
<source>Completed</source>
<target state="new">완료됨</target>
<note/>
</trans-unit>
<trans-unit id="ScriptTaskName">
<source>scripting</source>
<target state="new">스크립팅</target>
<note/>
</trans-unit>
<trans-unit id="ProfilerConnectionNotFound">
<source>Connection not found</source>
<target state="new">연결 없음</target>
<note/>
</trans-unit>
<trans-unit id="BackupPathIsFolderError">
<source>Please provide a file path instead of directory path</source>
<target state="new">지정한 파일 이름은 디렉터리 이름이기도 합니다: {0}</target>
<note/>
</trans-unit>
<trans-unit id="InvalidBackupPathError">
<source> The provided path is invalid</source>
<target state="new">백업 파일 위치를 확인할 수 없습니다: {0}</target>
<note/>
</trans-unit>
<trans-unit id="InvalidPathError">
<source>Cannot access the specified path on the server: {0}</source>
<target state="new">서버에서 지정된 경로에 액세스할 수 없습니다: {0}</target>
<note/>
</trans-unit>
<trans-unit id="NoBackupsetsToRestore">
<source>No backupset selected to be restored</source>
<target state="new">복원하려는 백업 세트를 선택하지 않았습니다</target>
<note/>
</trans-unit>
<trans-unit id="NeverBackedUp">
<source>Never</source>
<target state="new">안 함 </target>
<note/>
</trans-unit>
<trans-unit id="AzureSqlDbEdition">
<source>Azure SQL DB</source>
<target state="new">Azure SQL DB</target>
<note/>
</trans-unit>
<trans-unit id="AzureSqlDwEdition">
<source>Azure SQL Data Warehouse</source>
<target state="new">Azure SQL Data Warehouse</target>
<note/>
</trans-unit>
<trans-unit id="AzureSqlStretchEdition">
<source>Azure SQL Stretch Database</source>
<target state="new">Azure SQL 신축성 데이터베이스</target>
<note/>
</trans-unit>
<trans-unit id="Error_InvalidDirectoryName">
<source>Path {0} is not a valid directory </source>
<target state="new">경로 [{0}]은(는) 올바른 디렉터리가 아닙니다.</target>
<note/>
</trans-unit>
<trans-unit id="Error_ExistingDirectoryName">
<source>For directory {0} a file with name {1} already exists</source>
<target state="new">디렉터리 {0}에 대한 파일{1} 이 이미 존재합니다. </target>
<note/>
</trans-unit>
<trans-unit id="EditDataValueTooLarge">
<source>Value {0} is too large to fit in column of type {1}</source>
<target state="new">값 {0}이 너무 커서 {1} 유형의 열에 들어갈 수 없습니다.</target>
<note>.
Parameters: 0 - value (string), 1 - columnType (string) </note>
</trans-unit>
</body>
</file>
</xliff>