@g1cloud/entity-modeler-next 5.0.0-beta.11 → 5.0.0-beta.12
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 +6820 -6777
- package/dist/entity-modeler.umd.cjs +13 -13
- package/dist/i18n/ko.d.ts +1 -1
- package/package.json +1 -1
package/dist/i18n/ko.d.ts
CHANGED
|
@@ -320,7 +320,7 @@ export declare const ko: {
|
|
|
320
320
|
readonly 'em.history.cancel': "취소";
|
|
321
321
|
readonly 'em.history.restoreToHere': "이 시점으로 복원";
|
|
322
322
|
readonly 'em.history.diff.compare': "현재와 비교";
|
|
323
|
-
readonly 'em.history.diff.
|
|
323
|
+
readonly 'em.history.diff.current': "현재";
|
|
324
324
|
readonly 'em.history.diff.exit': "비교 해제";
|
|
325
325
|
readonly 'em.history.diff.count': "누적 변경 {n}건";
|
|
326
326
|
readonly 'em.history.diff.empty': "이 구간의 누적 변경이 없습니다.";
|