@g1cloud/entity-modeler-next 5.0.0-beta.40 → 5.0.0-beta.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/embedSlots.d.ts +18 -0
- package/dist/entity-modeler-next.css +1 -1
- package/dist/entity-modeler.js +10692 -10296
- package/dist/entity-modeler.umd.cjs +26 -26
- package/dist/i18n/ko.d.ts +10 -0
- package/package.json +1 -1
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ export declare const ko: {
|
|
|
78
78
|
readonly 'em.export.copyFailed': "복사에 실패했습니다.";
|
|
79
79
|
readonly 'em.import.title': "가져오기";
|
|
80
80
|
readonly 'em.import.placeholder': "SQL DDL · Mermaid ER · JSON 백업을 붙여넣으세요.";
|
|
81
|
+
readonly 'em.import.formatGroup': "입력 형식";
|
|
81
82
|
readonly 'em.import.formatAuto': "자동 감지";
|
|
82
83
|
readonly 'em.import.formatMermaid': "Mermaid ER";
|
|
83
84
|
readonly 'em.import.formatDdl': "SQL DDL";
|
|
@@ -92,6 +93,11 @@ export declare const ko: {
|
|
|
92
93
|
readonly 'em.shortcuts.title': "키보드 단축키";
|
|
93
94
|
readonly 'em.shortcuts.groupEdit': "편집";
|
|
94
95
|
readonly 'em.shortcuts.groupMove': "이동 · 정렬";
|
|
96
|
+
readonly 'em.shortcuts.groupExplorer': "탐색기";
|
|
97
|
+
readonly 'em.shortcuts.descExplorerSearch': "탐색기 검색으로 포커스";
|
|
98
|
+
readonly 'em.shortcuts.descExplorerNav': "트리 이동 (←→ 접기·펼치기)";
|
|
99
|
+
readonly 'em.shortcuts.descExplorerSelect': "항목 선택 + 캔버스 이동";
|
|
100
|
+
readonly 'em.shortcuts.descExplorerDetail': "엔티티 상세 편집 열기";
|
|
95
101
|
readonly 'em.shortcuts.groupOther': "기타";
|
|
96
102
|
readonly 'em.shortcuts.keyArrows': "방향키";
|
|
97
103
|
readonly 'em.shortcuts.keyRightClick': "우클릭";
|
|
@@ -251,6 +257,7 @@ export declare const ko: {
|
|
|
251
257
|
readonly 'em.index.noColumns': "컬럼 없음 — 좌측에서 추가";
|
|
252
258
|
readonly 'em.index.selectPrompt': "인덱스를 선택하거나 추가하세요.";
|
|
253
259
|
readonly 'em.palette.autoLayout': "자동 배치";
|
|
260
|
+
readonly 'em.cmd.title': "명령 팔레트";
|
|
254
261
|
readonly 'em.cmd.placeholder': "엔티티로 이동하거나 명령 실행…";
|
|
255
262
|
readonly 'em.cmd.sectionGoto': "이동";
|
|
256
263
|
readonly 'em.cmd.sectionActions': "명령";
|
|
@@ -311,6 +318,7 @@ export declare const ko: {
|
|
|
311
318
|
readonly 'em.explorer.emptyNote': "(빈 노트)";
|
|
312
319
|
readonly 'em.explorer.diagram': "다이어그램";
|
|
313
320
|
readonly 'em.explorer.searchPlaceholder': "엔티티·속성 검색 ( / )";
|
|
321
|
+
readonly 'em.explorer.treeAria': "다이어그램 트리";
|
|
314
322
|
readonly 'em.explorer.searchAria': "엔티티·속성 검색";
|
|
315
323
|
readonly 'em.explorer.clearSearchAria': "검색어 지우기";
|
|
316
324
|
readonly 'em.explorer.clearSearchTitle': "지우기 (Esc)";
|
|
@@ -390,6 +398,8 @@ export declare const ko: {
|
|
|
390
398
|
readonly 'em.check.jpa18': "cascade가 관계 양쪽(부모·자식)에 모두 설정되어 양방향 전파됩니다 — 의도치 않은 연쇄 저장/삭제·전파 사이클 위험. 보통 cascade는 한쪽에만 둡니다";
|
|
391
399
|
readonly 'em.check.jpa19': "부모에 컬렉션/참조 필드가 있으나 자식({child})에 대응 관계 속성이 없어 JPA 매핑(mappedBy)을 만들 수 없습니다 — 코드젠이 이 관계를 방출하지 못합니다. 자식에 FK 속성을 만들거나 관계를 단방향으로 정리하세요";
|
|
392
400
|
readonly 'em.check.jpa20': "복합 PK(@IdClass/@EmbeddedId)에는 채번(@GeneratedValue)을 쓸 수 없습니다 — 속성 \"{name}\"에 설정되어 있습니다";
|
|
401
|
+
readonly 'em.check.jpa21Missing': "임베드 \"{name}\"의 컬럼이 임베더블({embeddable}) 선언보다 적습니다 — 슬롯 {slots} / 선언 {declared}. 뒤에 추가된 컬럼이 반영되지 않아 DDL에서 빠집니다(JPA는 임베더블 선언대로 컬럼을 만듭니다)";
|
|
402
|
+
readonly 'em.check.jpa21Extra': "임베드 \"{name}\"의 컬럼이 임베더블({embeddable}) 선언보다 많습니다 — 슬롯 {slots} / 선언 {declared}. 임베더블에서 지워진 컬럼이 남아 DDL에 없는 컬럼을 방출합니다";
|
|
393
403
|
readonly 'em.check.type1': "타겟 DB가 지원하지 않는 컬럼 타입입니다: \"{dataType}\"";
|
|
394
404
|
readonly 'em.check.type2': "{dataType} 타입에 length가 지정되지 않았습니다";
|
|
395
405
|
readonly 'em.check.type3': "공유 대상 컬럼의 타입({targetType})이 {metaName} 정의({metaType})와 다릅니다";
|