mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 14:20:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -6,11 +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.noEncryptorWarning": "사용 가능한 인증서 또는 비대칭 키가 없습니다"
|
||||
"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": "백업 파일 경로가 필요합니다."
|
||||
}
|
||||
@@ -6,5 +6,18 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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,9 +6,35 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"restoreDialog.database": "데이터베이스",
|
||||
"restoreDialog.cancel": "취소",
|
||||
"backupFilePath": "백업 파일 경로",
|
||||
"targetDatabase": "대상 데이터베이스",
|
||||
"RestoreDialogTitle": "데이터베이스 복원",
|
||||
"restoreDialog.restoreTitle": "데이터베이스 복원",
|
||||
"restoreDialog.database": "데이터베이스",
|
||||
"restoreDialog.backupFile": "백업 파일",
|
||||
"restoreDialog.restore": "복원",
|
||||
"restoreDialog.cancel": "취소",
|
||||
"restoreDialog.script": "스크립트",
|
||||
"source": "소스",
|
||||
"restoreFrom": "복원하기",
|
||||
"missingBackupFilePathError": "백업 파일의 경로가 필요합니다.",
|
||||
"multipleBackupFilePath": "하나 이상의 파일 경로를 쉼표로 구분하여 입력하세요.",
|
||||
"database": "데이터베이스",
|
||||
"destination": "대상",
|
||||
"restoreOptions": "복원 옵션"
|
||||
"restoreDialog.toggleDatabaseNameDropdown": "데이터베이스 토글 드롭다운을 선택하십시오",
|
||||
"restoreTo": "복원 위치",
|
||||
"restorePlan": "복원 계획",
|
||||
"backupSetsToRestore": "복원할 백업 세트",
|
||||
"restoreDatabaseFileAs": "으로 데이터베이스 파일을 복원",
|
||||
"restoreDatabaseFileDetails": "복원 데이터베이스 파일 세부 사항",
|
||||
"logicalFileName": "논리적 파일 이름",
|
||||
"fileType": "파일 형식",
|
||||
"originalFileName": "원래 파일 이름",
|
||||
"restoreAs": "으로 복원",
|
||||
"restoreOptions": "복원 옵션",
|
||||
"taillogBackup": "비상 로그 백업",
|
||||
"serverConnection": "서버 연결",
|
||||
"generalTitle": "일반",
|
||||
"filesTitle": "파일",
|
||||
"optionsTitle": "옵션"
|
||||
}
|
||||
Reference in New Issue
Block a user