mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Loc checkin for November update (#548)
This commit is contained in:
@@ -2705,13 +2705,13 @@ votes
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="BackupPathIsFolderError">
|
||||
<source>The provided path specifies a directory but a file path is required: {0}</source>
|
||||
<source>Please provide a file path instead of directory path</source>
|
||||
<target state="new">지정한 파일 이름은 디렉터리 이름이기도 합니다: {0}</target>
|
||||
|
||||
<note/>
|
||||
</trans-unit>
|
||||
<trans-unit id="InvalidBackupPathError">
|
||||
<source> Cannot verify the existence of the backup file location: {0}</source>
|
||||
<source> The provided path is invalid</source>
|
||||
<target state="new">백업 파일 위치를 확인할 수 없습니다: {0}</target>
|
||||
|
||||
<note/>
|
||||
@@ -2722,6 +2722,55 @@ votes
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user