@g1cloud/entity-modeler-next 5.0.0-beta.11 → 5.0.0-beta.13
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/entity-modeler-next.css +1 -1
- package/dist/entity-modeler.js +7005 -6887
- package/dist/entity-modeler.umd.cjs +15 -15
- package/dist/i18n/ko.d.ts +7 -1
- package/package.json +1 -1
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -170,6 +170,10 @@ export declare const ko: {
|
|
|
170
170
|
readonly 'em.attr.nameless': "(이름 없음)";
|
|
171
171
|
readonly 'em.attr.selectHint': "위 목록에서 속성을 선택하면 편집 폼이 표시됩니다.";
|
|
172
172
|
readonly 'em.attr.inverseNavHint': "역방향 연관관계 필드 — 물리 컬럼이 없습니다(대상 엔티티 참조).";
|
|
173
|
+
readonly 'em.attr.fkDerivedNote': "외래키(FK)에서 파생된 컬럼입니다 — 형상은 부모 PK를 따르며, 변경은 관계선·식별관계에서 하세요.";
|
|
174
|
+
readonly 'em.attr.scaleTypeHint': "소수부(scale)는 NUMERIC·DECIMAL 타입에만 적용됩니다.";
|
|
175
|
+
readonly 'em.attr.embedFixedHint': "임베더블 정의에서 고정된 값입니다.";
|
|
176
|
+
readonly 'em.attr.embedSharedHint': "다른 컬럼과 공유하는 통화 컬럼입니다 — 대상에서 파생(읽기 전용).";
|
|
173
177
|
readonly 'em.attr.namePlaceholder': "이름";
|
|
174
178
|
readonly 'em.attr.typePlaceholder': "타입";
|
|
175
179
|
readonly 'em.attr.customTypePlaceholder': "커스텀 타입명";
|
|
@@ -242,6 +246,7 @@ export declare const ko: {
|
|
|
242
246
|
readonly 'em.cmd.groupTag': "그룹";
|
|
243
247
|
readonly 'em.canvas.emptyTitle': "빈 다이어그램입니다";
|
|
244
248
|
readonly 'em.canvas.emptyHint': "캔버스를 <strong>우클릭</strong>하거나 좌하단 <strong>+</strong> 버튼으로 첫 엔티티를 추가하세요.";
|
|
249
|
+
readonly 'em.canvas.emptyConnectHint': "엔티티를 두 개 이상 만들면, 엔티티 가장자리에서 <strong>드래그</strong>해 관계를 연결할 수 있어요.";
|
|
245
250
|
readonly 'em.canvas.emptyShortcutHint': "단축키 도움말은 <kbd>?</kbd> 키";
|
|
246
251
|
readonly 'em.canvas.emptyReadonly': "표시할 엔티티가 없습니다";
|
|
247
252
|
readonly 'em.ctx.addEntity': "엔티티 추가";
|
|
@@ -278,6 +283,7 @@ export declare const ko: {
|
|
|
278
283
|
readonly 'em.node.required': "필수 (NOT NULL)";
|
|
279
284
|
readonly 'em.node.logicalMissing': "(논리명)";
|
|
280
285
|
readonly 'em.node.editLock': "편집 잠금";
|
|
286
|
+
readonly 'em.node.connectHint': "드래그해 다른 엔티티와 관계 연결";
|
|
281
287
|
readonly 'em.node.opsSummaryTitle': "오퍼레이션 {n}개 — 클래스 표시 모드에서 펼쳐 보입니다";
|
|
282
288
|
readonly 'em.node.opsSummary': "오퍼레이션 {n}개";
|
|
283
289
|
readonly 'em.node.addAttr': "+ 속성";
|
|
@@ -320,7 +326,7 @@ export declare const ko: {
|
|
|
320
326
|
readonly 'em.history.cancel': "취소";
|
|
321
327
|
readonly 'em.history.restoreToHere': "이 시점으로 복원";
|
|
322
328
|
readonly 'em.history.diff.compare': "현재와 비교";
|
|
323
|
-
readonly 'em.history.diff.
|
|
329
|
+
readonly 'em.history.diff.current': "현재";
|
|
324
330
|
readonly 'em.history.diff.exit': "비교 해제";
|
|
325
331
|
readonly 'em.history.diff.count': "누적 변경 {n}건";
|
|
326
332
|
readonly 'em.history.diff.empty': "이 구간의 누적 변경이 없습니다.";
|