mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 03:21:36 -04:00
update localization resource files (#14389)
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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.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": "備份",
|
||||
"backupComponent.cancel": "取消",
|
||||
"backup.containsBackupToUrlError": "僅支援備份到檔案",
|
||||
"backup.backupFileRequired": "需要備份檔案路徑"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "備份"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backupAction.backup": "備份",
|
||||
"backup.isPreviewFeature": "您必須啟用預覽功能才能使用備份",
|
||||
"backup.commandNotSupported": "Azure SQL 資料庫不支援備份命令。",
|
||||
"backup.commandNotSupportedForServer": "伺服器內容中不支援備份命令。請選取資料庫並再試一次。"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"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": "所有檔案"
|
||||
}
|
||||
Reference in New Issue
Block a user