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

@@ -2703,14 +2703,14 @@
<note/>
</trans-unit>
<trans-unit id="BackupPathIsFolderError">
<source>The provided path specifies a directory but a file path is required: {0}</source>
<target state="new">指定的文件名也是一个目录名: {0}</target>
<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>
<target state="new">无法验证备份文件位置是否存在: {0}</target>
<source> The provided path is invalid</source>
<target state="new">无法验证备份文件位置是否存在: {0}</target>
<note/>
</trans-unit>
@@ -2720,6 +2720,55 @@
<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 数据库</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 Stretch Database</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>