mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 04:40:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -6,10 +6,41 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backup.mediaOptionFormat": "备份到新媒体集",
|
||||
"backup.backupName": "备份名称",
|
||||
"backup.recoveryModel": "恢复模型",
|
||||
"backup.backupType": "备份类型",
|
||||
"backup.backupDevice": "备份文件",
|
||||
"backup.algorithm": "算法",
|
||||
"backup.certificateOrAsymmetricKey": "证书或非对称密钥",
|
||||
"backup.media": "媒体",
|
||||
"backup.mediaOption": "备份到现有媒体集",
|
||||
"backup.mediaOptionFormat": "备份到新的媒体集",
|
||||
"backup.existingMediaAppend": "追加到现有备份集",
|
||||
"backup.existingMediaOverwrite": "覆盖所有现有备份集",
|
||||
"backup.newMediaSetName": "新媒体集名称",
|
||||
"backup.newMediaSetDescription": "新建媒体集说明",
|
||||
"backup.checksumContainer": "在写入媒体前执行和校验",
|
||||
"backup.verifyContainer": "完成时验证备份",
|
||||
"backup.continueOnErrorContainer": "错误发生时继续",
|
||||
"backup.expiration": "过期",
|
||||
"backup.setBackupRetainDays": "设置备份保留天数",
|
||||
"backup.copyOnly": "仅复制备份",
|
||||
"backup.advancedConfiguration": "高级配置",
|
||||
"backup.compression": "压缩",
|
||||
"backup.setBackupCompression": "设置备份压缩",
|
||||
"backup.encryption": "加密",
|
||||
"backup.transactionLog": "事务日志",
|
||||
"backup.truncateTransactionLog": "截断事务日志",
|
||||
"backup.backupTail": "备份日志的末尾",
|
||||
"backup.reliability": "可靠性",
|
||||
"backup.mediaNameRequired": "需要媒体名称",
|
||||
"backup.noEncryptorWarning": "没有可用的证书或非对称密钥",
|
||||
"addFile": "添加文件",
|
||||
"removeFile": "删除文件",
|
||||
"backupComponent.invalidInput": "输入无效。值必须大于或等于 0。",
|
||||
"backupComponent.script": "脚本",
|
||||
"backupComponent.backup": "备份",
|
||||
"backup.containsBackupToUrlError": "只支持备份到文件"
|
||||
"backupComponent.cancel": "取消",
|
||||
"backup.containsBackupToUrlError": "只支持备份到文件",
|
||||
"backup.backupFileRequired": "备份文件路径是必需的"
|
||||
}
|
||||
@@ -5,5 +5,19 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"backup.labelDatabase": "数据库",
|
||||
"backup.labelFilegroup": "文件和文件组",
|
||||
"backup.labelFull": "完全",
|
||||
"backup.labelDifferential": "差异",
|
||||
"backup.labelLog": "事务日志",
|
||||
"backup.labelDisk": "磁盘",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.defaultCompression": "使用默认服务器设置",
|
||||
"backup.compressBackup": "压缩备份",
|
||||
"backup.doNotCompress": "不压缩备份",
|
||||
"backup.serverCertificate": "服务器证书",
|
||||
"backup.asymmetricKey": "非对称密钥",
|
||||
"backup.filterBackupFiles": "备份文件",
|
||||
"backup.allFiles": "所有文件"
|
||||
}
|
||||
@@ -6,12 +6,35 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backupFilePath": "备份文件路径",
|
||||
"targetDatabase": "目标数据库",
|
||||
"RestoreDialogTitle": "还原数据库",
|
||||
"restoreDialog.restore": "恢复",
|
||||
"restoreDialog.restoreTitle": "还原数据库",
|
||||
"restoreDialog.database": "数据库",
|
||||
"restoreDialog.backupFile": "备份文件",
|
||||
"restoreDialog.restore": "还原",
|
||||
"restoreDialog.cancel": "取消",
|
||||
"restoreDialog.script": "脚本",
|
||||
"source": "源",
|
||||
"restoreFrom": "还原自",
|
||||
"missingBackupFilePathError": "备份文件路径是必需的。",
|
||||
"multipleBackupFilePath": "请输入一个或多个用逗号分隔的文件路径",
|
||||
"database": "数据库",
|
||||
"destination": "目的地",
|
||||
"restoreDialog.toggleDatabaseNameDropdown": "“选择数据库”切换下拉列表",
|
||||
"restoreTo": "还原到",
|
||||
"restorePlan": "还原计划",
|
||||
"backupSetsToRestore": "要恢复的备份集",
|
||||
"restoreDatabaseFileAs": "将数据库文件还原为",
|
||||
"restoreDatabaseFileDetails": "还原数据库文件详细信息",
|
||||
"logicalFileName": "逻辑文件名",
|
||||
"fileType": "文件类型",
|
||||
"originalFileName": "原始文件名",
|
||||
"restoreAs": "还原为",
|
||||
"restoreOptions": "还原选项",
|
||||
"filesTitle": "文件"
|
||||
"taillogBackup": "结尾日志备份",
|
||||
"serverConnection": "服务器连接",
|
||||
"generalTitle": "常规",
|
||||
"filesTitle": "文件",
|
||||
"optionsTitle": "选项"
|
||||
}
|
||||
Reference in New Issue
Block a user