update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View File

@@ -13,44 +13,44 @@
"alertDialog.Options": "옵션",
"alertDialog.eventAlert": "이벤트 경고 정의",
"alertDialog.Name": "이름",
"alertDialog.Type": "Type",
"alertDialog.Type": "형식",
"alertDialog.Enabled": "사용",
"alertDialog.DatabaseName": "데이터베이스 이름",
"alertDialog.ErrorNumber": "오류 번호",
"alertDialog.Severity": "심각도",
"alertDialog.RaiseAlertContains": "메시지에 다음이 포함되면 경고 발생",
"alertDialog.RaiseAlertContains": "메시지에 다음 텍스트가 포함될 때 경고 발생",
"alertDialog.MessageText": "메시지 텍스트",
"alertDialog.Severity001": "001 - 기타 시스템 정보",
"alertDialog.Severity002": "002 - 예약됨",
"alertDialog.Severity003": "003 - 예약됨",
"alertDialog.Severity004": "004 - 예약됨",
"alertDialog.Severity005": "005 - 예약됨",
"alertDialog.Severity006": "006 - 예약됨",
"alertDialog.Severity007": "007 - 알림: 상태 정보",
"alertDialog.Severity008": "008 - 알림: 사용자 개입 필요",
"alertDialog.Severity009": "009 - 사용자 정의됨",
"alertDialog.Severity010": "010 - 정보",
"alertDialog.Severity011": "011 - 지정된 데이터베이스 개체를 찾을 수 없음",
"alertDialog.Severity012": "012 - 사용 안 함",
"alertDialog.Severity013": "013 - 사용자 트랜잭션 구문 오류",
"alertDialog.Severity014": "014 - 불충분한 권한",
"alertDialog.Severity015": "015 - SQL 문의 구문 오류",
"alertDialog.Severity016": "016 - 기타 사용자 오류",
"alertDialog.Severity017": "017 - 불충분한 리소스",
"alertDialog.Severity018": "018 - 치명적이지 않은 내부 오류",
"alertDialog.Severity019": "019 - 치명적인 리소스 오류",
"alertDialog.Severity020": "020 - 현재 프로세스 내의 오류",
"alertDialog.Severity021": "021 - 데이터베이스 프로세스 내의 오류",
"alertDialog.Severity022": "022 - 오류: 테이블 무결성 의심",
"alertDialog.Severity023": "023 - 오류: 데이터베이스 무결성 의심",
"alertDialog.Severity024": "024 - 오류: 하드웨어 오류",
"alertDialog.Severity025": "025 - 오류",
"alertDialog.Severity001": "기타 시스템 정보 - 001",
"alertDialog.Severity002": "예약됨 - 002",
"alertDialog.Severity003": "예약됨 - 003",
"alertDialog.Severity004": "예약됨 - 004",
"alertDialog.Severity005": "예약됨 - 005",
"alertDialog.Severity006": "예약됨 - 006",
"alertDialog.Severity007": "알림: 상태 정보 - 007",
"alertDialog.Severity008": "알림: 사용자 개입 필요 - 008",
"alertDialog.Severity009": "사용자 정의 - 009",
"alertDialog.Severity010": "정보 - 010",
"alertDialog.Severity011": "지정된 데이터베이스 개체를 찾을 수 없음 - 011",
"alertDialog.Severity012": "사용 안 함 - 012",
"alertDialog.Severity013": "사용자 트랜잭션 구문 오류 - 013",
"alertDialog.Severity014": "권한 부족 - 014",
"alertDialog.Severity015": "SQL 문의 구문 오류 - 015",
"alertDialog.Severity016": "기타 사용자 오류- 016",
"alertDialog.Severity017": "리소스 부족 - 017",
"alertDialog.Severity018": "치명적이지 않은 내부 오류 - 018",
"alertDialog.Severity019": "치명적인 리소스 오류 - 019",
"alertDialog.Severity020": "현재 프로세스 내의 오류 - 020",
"alertDialog.Severity021": "데이터베이스 프로세스 내의 오류 - 021",
"alertDialog.Severity022": "오류: 테이블 무결성 의심 - 022",
"alertDialog.Severity023": "오류: 데이터베이스 무결성 의심 - 023",
"alertDialog.Severity024": "오류: 하드웨어 오류 - 024",
"alertDialog.Severity025": "오류 - 025",
"alertDialog.AllDatabases": "<모든 데이터베이스>",
"alertDialog.ExecuteJob": "작업 실행",
"alertDialog.ExecuteJobName": "작업 이름",
"alertDialog.NotifyOperators": "운영자 알림",
"alertDialog.NotifyOperators": "운영자에게 알림",
"alertDialog.NewJob": "새 작업",
"alertDialog.OperatorList": "연산자 목록",
"alertDialog.OperatorList": "운영자 목록",
"alertDialog.OperatorName": "운영자",
"alertDialog.OperatorEmail": "전자 메일",
"alertDialog.OperatorPager": "호출기",
@@ -58,7 +58,7 @@
"alertDialog.IncludeErrorInEmail": "전자 메일에 경고 오류 텍스트 포함",
"alertDialog.IncludeErrorInPager": "호출기에 경고 오류 텍스트 포함",
"alertDialog.AdditionalNotification": "전송할 추가 알림 메시지",
"alertDialog.DelayBetweenResponse": "응답 사이의 지연",
"alertDialog.DelayMinutes": "지연 시간(분)",
"alertDialog.DelaySeconds": "지연"
"alertDialog.DelayBetweenResponse": "응답 간격",
"alertDialog.DelayMinutes": "지연(분)",
"alertDialog.DelaySeconds": "지연(초)"
}