@g1cloud/entity-modeler-next 5.0.0-beta.17 → 5.0.0-beta.18
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/editor/controller.d.ts +22 -17
- package/dist/entity-modeler-next.css +1 -1
- package/dist/entity-modeler.js +9129 -9068
- package/dist/entity-modeler.umd.cjs +24 -24
- package/dist/i18n/ko.d.ts +5 -0
- package/package.json +1 -1
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -47,6 +47,10 @@ export declare const ko: {
|
|
|
47
47
|
readonly 'em.panel.expandAll': "모두 펼치기";
|
|
48
48
|
readonly 'em.panel.lockedBanner': "편집 잠김 — 이동·수정·삭제 차단";
|
|
49
49
|
readonly 'em.panel.openNamed': "{name} 열기";
|
|
50
|
+
readonly 'em.notice.readOnly': "조회 모드에서는 편집할 수 없습니다";
|
|
51
|
+
readonly 'em.notice.entityLocked': "잠긴 엔티티입니다 — 잠금 해제 후 편집하세요";
|
|
52
|
+
readonly 'em.notice.groupLocked': "잠긴 그룹입니다 — 잠금 해제 후 편집하세요";
|
|
53
|
+
readonly 'em.notice.assocLocked': "잠긴 엔티티에 연결된 관계입니다 — 잠금 해제 후 편집하세요";
|
|
50
54
|
readonly 'em.validation.title': "검증";
|
|
51
55
|
readonly 'em.validation.noIssues': "검증 이슈가 없습니다.";
|
|
52
56
|
readonly 'em.validation.noVisibleIssues': "표시할 이슈가 없습니다 (필터 적용 중).";
|
|
@@ -250,6 +254,7 @@ export declare const ko: {
|
|
|
250
254
|
readonly 'em.canvas.emptyConnectHint': "엔티티를 두 개 이상 만들면, 엔티티 가장자리에서 <strong>드래그</strong>해 관계를 연결할 수 있어요.";
|
|
251
255
|
readonly 'em.canvas.emptyShortcutHint': "단축키 도움말은 <kbd>?</kbd> 키";
|
|
252
256
|
readonly 'em.canvas.emptyReadonly': "표시할 엔티티가 없습니다";
|
|
257
|
+
readonly 'em.canvas.exportFailed': "내보내기에 실패했습니다";
|
|
253
258
|
readonly 'em.ctx.addEntity': "엔티티 추가";
|
|
254
259
|
readonly 'em.ctx.addNote': "노트 추가";
|
|
255
260
|
readonly 'em.ctx.addGroup': "그룹 추가";
|