Loc checkin for November update (#548)

This commit is contained in:
Monasr
2017-11-20 15:14:32 -08:00
committed by Kevin Cunnane
parent d7080eb07e
commit c512d53caa
10 changed files with 511 additions and 24 deletions

View File

@@ -2705,13 +2705,13 @@ ANSI Padding 已啟用</target>
<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 @@ ANSI Padding 已啟用</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 資料倉儲</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>