Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20230724153857510. (#23973)

Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
CSIGS@microsoft.com
2023-07-24 09:40:00 -07:00
committed by GitHub
parent 935bd61b27
commit e13b7c1813
5 changed files with 45 additions and 0 deletions

View File

@@ -16341,6 +16341,9 @@
<Item ItemId=";src/sql/workbench/services/connection/browser/connectionManagementService.connection.providerNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection provider '{0}' not found]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' 연결 공급자를 찾을 수 없습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -18597,12 +18600,18 @@
<Item ItemId=";src/sql/workbench/services/profiler/browser/profilerService.FileTooLarge" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The file is too large to open in profiler. The profiler can open files that are less than 1GB.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[파일이 너무 커서 프로파일러에서 열 수 없습니다. 프로파일러는 1GB 미만의 파일을 열 수 있습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";src/sql/workbench/services/profiler/browser/profilerService.LargeFileWait" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Loading the file might take a moment due to the file size.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[파일 크기 때문에 파일을 로드하는 데 시간이 걸릴 수 있습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>