mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -6,15 +6,41 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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.backup": "備份",
|
||||
"backupComponent.cancel": "取消",
|
||||
"backup.containsBackupToUrlError": "僅支援備份到檔案",
|
||||
"backup.backupFileRequired": "需要備份檔案路徑"
|
||||
}
|
||||
@@ -6,5 +6,18 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backup.filterBackupFiles": "備份檔案"
|
||||
"backup.labelDatabase": "資料庫",
|
||||
"backup.labelFilegroup": "檔案與檔案群組",
|
||||
"backup.labelFull": "Full",
|
||||
"backup.labelDifferential": "差異",
|
||||
"backup.labelLog": "交易記錄",
|
||||
"backup.labelDisk": "磁碟",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.defaultCompression": "使用預設伺服器設定",
|
||||
"backup.compressBackup": "壓縮備份",
|
||||
"backup.doNotCompress": "不要壓縮備份",
|
||||
"backup.serverCertificate": "伺服器憑證",
|
||||
"backup.asymmetricKey": "非對稱金鑰",
|
||||
"backup.filterBackupFiles": "備份檔案",
|
||||
"backup.allFiles": "所有檔案"
|
||||
}
|
||||
@@ -6,16 +6,35 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backupFilePath": "備份檔案路徑",
|
||||
"targetDatabase": "目標資料庫",
|
||||
"RestoreDialogTitle": "還原資料庫",
|
||||
"restoreDialog.restoreTitle": "還原資料庫",
|
||||
"restoreDialog.database": "資料庫",
|
||||
"restoreDialog.backupFile": "備份檔案",
|
||||
"restoreDialog.restore": "還原",
|
||||
"targetDatabase": "目標資料庫",
|
||||
"restoreDialog.cancel": "取消",
|
||||
"restoreDialog.script": "指令碼",
|
||||
"source": "來源",
|
||||
"restoreFrom": "還原自",
|
||||
"missingBackupFilePathError": "需要備份檔案路徑。",
|
||||
"multipleBackupFilePath": "請輸入一個或多個用逗號分隔的檔案路徑",
|
||||
"database": "資料庫",
|
||||
"destination": "目的地",
|
||||
"restoreDialog.toggleDatabaseNameDropdown": "選取資料庫切換下拉式清單",
|
||||
"restoreTo": "還原到",
|
||||
"restorePlan": "還原計劃",
|
||||
"backupSetsToRestore": "要還原的備份組",
|
||||
"restoreDatabaseFileAs": "將資料庫檔案還原為",
|
||||
"restoreDatabaseFileDetails": "還原資料庫檔詳細資訊",
|
||||
"logicalFileName": "邏輯檔案名稱",
|
||||
"fileType": "檔案類型",
|
||||
"originalFileName": "原檔案名稱",
|
||||
"restoreAs": "還原為",
|
||||
"restoreOptions": "還原選項",
|
||||
"taillogBackup": "結尾記錄備份",
|
||||
"serverConnection": "伺服器連接",
|
||||
"generalTitle": "一般"
|
||||
"generalTitle": "一般",
|
||||
"filesTitle": "檔案",
|
||||
"optionsTitle": "選項"
|
||||
}
|
||||
Reference in New Issue
Block a user