@g1cloud/entity-modeler-next 5.0.0-beta.51 → 5.0.0-beta.53
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/agent/resolver.d.ts +66 -3
- package/dist/agent/symbolicOp.d.ts +44 -4
- package/dist/core/entityPackage.d.ts +24 -0
- package/dist/core/propagation.d.ts +14 -0
- package/dist/editor/commandPlans.d.ts +1 -1
- package/dist/entity-modeler.js +5295 -5104
- package/dist/entity-modeler.umd.cjs +23 -23
- package/dist/i18n/ko.d.ts +2 -1
- package/package.json +1 -1
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -374,7 +374,8 @@ export declare const ko: {
|
|
|
374
374
|
readonly 'em.check.catDsn': "설계";
|
|
375
375
|
readonly 'em.check.name1': "속성 이름이 중복됩니다: \"{name}\"";
|
|
376
376
|
readonly 'em.check.name2': "컬럼 물리명이 중복됩니다: \"{name}\"";
|
|
377
|
-
readonly 'em.check.
|
|
377
|
+
readonly 'em.check.name3Entity': "엔티티 이름이 중복됩니다: \"{name}\" — 같은 이름의 엔티티가 또 있습니다. JPA는 엔티티 이름을 퍼시스턴스 유닛 전역에 등록하므로 패키지(그룹)를 나눠도 해소되지 않습니다";
|
|
378
|
+
readonly 'em.check.name3Package': "엔티티 이름이 중복됩니다: \"{name}\" — 같은 패키지에 같은 이름이 있습니다. 이름을 바꾸거나 그룹(패키지)을 나누면 해소됩니다";
|
|
378
379
|
readonly 'em.check.name4Entity': "엔티티 이름이 비어 있습니다";
|
|
379
380
|
readonly 'em.check.name4Attr': "속성 이름이 비어 있습니다";
|
|
380
381
|
readonly 'em.check.name5': "물리명이 {max}자를 초과했습니다 ({len}자) — 일부 DB에서 잘릴 수 있습니다";
|