smart-webcomponents
Version:
Web Components & Custom Elements for Professional Web Applications
65 lines • 3.6 kB
JSON
{
'duplicateIds': '{{elementType}}: 데이터 소스에 중복된 ID가 포함되어 있습니다. 작업은 고유한 ID를 가져야 합니다. 다음 ID가 중복됩니다: {{duplicates}}.',
'invalidNonworkingRange': '{{elementType}}: 잘못된 {{property}} 값입니다. {{property}}는 모든 가능한 요일/시간을 포함해서는 안 됩니다. 그렇지 않으면 무한 타임라인이 발생할 수 있습니다. 새 값 범위에서 마지막 항목을 제거하여 값이 검증되었습니다.',
'invalidValue': '{{elementType}}: 잘못된 {{property}} 값입니다. {{property}}는 {{typeOne}} 또는 {{typeTwo}} 타입이어야 합니다.',
'incorrectArgument': '{{elementType}}: {{methodName}} 메서드의 인수 {{argumentName}}가 올바르지 않습니다.',
'outOfBounds': '{{elementType}}: {{methodName}} 메서드의 인수 {{argumentName}}가 범위를 벗어났습니다.',
'missingReference': '{{elementType}}: {{methodName}} 메서드에 {{file}} 참조가 누락되었습니다.',
'alreadyExists': '{{elementType}}: {{methodName}} 메서드 호출 시 항목이 이미 존재합니다.',
'notExisting': '{{elementType}}: {{methodName}} 메서드 호출 시 항목이 존재하지 않습니다.',
'notAProject': '{{elementType}}: {{methodName}} 메서드의 {{argumentName}} 인수가 \'project\' 유형의 항목을 참조하지 않습니다.',
'noId': 'jqxGanttChart는 상태를 저장/로드/지우기 위해 ID가 필요합니다.',
'ok': '확인',
'add': '추가',
'remove': '제거',
'cancel': '취소',
'delete': '삭제',
'confirm': '{{componentName}}가 영구 삭제됩니다, <b>계속하시겠습니까?</b>',
'taskColumnLabel': '작업 이름',
'resourceColumnLabel': '자원 이름',
'deleteLink': '링크 삭제',
'unassigned': '할당되지 않음',
'generalTab': '일반',
'dependencyTab': '종속성',
'segmentsTab': '세그먼트',
'segment': '세그먼트',
'dependencyValidation': '*작업은 자기 자신과 연결할 수 없습니다.',
'segmentsCountValidation': '*분할된 작업은 최소 2개의 세그먼트를 가져야 합니다.',
'segmentConflictError': '*세그먼트 "{{label}}"이(가) 충돌 중입니다. "{{conflictLabel}}" 세그먼트의 {{dateConflict}} 날짜 이전 또는 이후에 시작/종료됩니다.',
'segmentStartError': '*세그먼트 "{{label}}"은(는) 종료되기 전에 시작할 수 없으며, 시작 전에 종료할 수 없습니다.',
'segmentEndError': '*세그먼트 "{{label}}"은(는) 종료 시점에 시작할 수 없습니다.',
'segmentRangeError': '*세그먼트 "{{label}}"이(가) 작업 날짜 범위를 벗어났습니다. 첫 번째 세그먼트는 작업 시작 시점에 시작해야 하며, 마지막 세그먼트는 작업 종료 시점에 종료되어야 합니다.',
'label': '라벨',
'duration': '기간',
'dateStart': '시작 날짜',
'dateEnd': '종료 날짜',
'id': 'ID',
'name': '이름',
'type': '유형',
'lag': '지연',
'startToStart': '시작-대-시작',
'endToStart': '종료-대-시작',
'endToEnd': '종료-대-종료',
'startToEnd': '시작-대-종료',
'overdue': '기한 초과',
'weeks': '주',
'days': '일',
'hours': '시간',
'minutes': '분',
'seconds': '초',
'miliseconds': '밀리초',
'task': '작업',
'resource': '자원',
'assignments': '할당',
'startTask': '작업 시작',
'endTask': '작업 종료',
'deadline': '마감일',
'quarter': '분기',
'quarterShort': '분기',
'itemsPerPage': '페이지당 항목 수:',
'lastButton': '마지막',
'firstButton': '처음',
'summaryPrefix': '중',
'previousButton': '이전',
'nextButton': '다음'
}