@ones-editor/editor 2.8.26-beta.1 → 2.8.27
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/@ones-editor/core/src/i18n/i18n.d.ts +1 -21
- package/@ones-editor/drawio-embed/types/index.d.ts +1 -1
- package/@ones-editor/sharedb-doc/src/doc/sharedb-local-doc.d.ts +2 -1
- package/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +757 -1319
- package/package.json +1 -1
- package/@ones-editor/block-locker/src/i18n/zh-hant-hk.d.ts +0 -8
- package/@ones-editor/block-menu/src/locale/zh-hant-hk.d.ts +0 -25
- package/@ones-editor/callout-block/src/locale/zh-hant-hk.d.ts +0 -15
- package/@ones-editor/code-block/src/locale/zh-hant-hk.d.ts +0 -13
- package/@ones-editor/comments/src/locale/zh-hant-hk.d.ts +0 -24
- package/@ones-editor/context-menu/src/locale/zh-hant-hk.d.ts +0 -14
- package/@ones-editor/core/src/i18n/zh-hant-hk.d.ts +0 -21
- package/@ones-editor/dividing-line-embed/src/i18n/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/drawio-embed/src/lang/zh-hant-hk.d.ts +0 -19
- package/@ones-editor/embed-block-helper/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/exclusive-block/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/file/src/locale/zh-hant-hk.d.ts +0 -15
- package/@ones-editor/find-dialog/src/locale/zh-hant-hk.d.ts +0 -13
- package/@ones-editor/graph-embed/src/lang/zh-hant-hk.d.ts +0 -18
- package/@ones-editor/heading-collapse/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/image-embed/src/locale/zh-hant-hk.d.ts +0 -17
- package/@ones-editor/input-handlers/src/i18n/zh-hant-hk.d.ts +0 -13
- package/@ones-editor/layout-block/src/locale/zh-hant-hk.d.ts +0 -10
- package/@ones-editor/list-block/src/lang/zh-hant-hk.d.ts +0 -21
- package/@ones-editor/main-toolbar/src/locale/zh-hant-hk.d.ts +0 -15
- package/@ones-editor/mathjax/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/media-embed/src/locale/zh-hant-hk.d.ts +0 -20
- package/@ones-editor/mention/src/locale/zh-hant-hk.d.ts +0 -9
- package/@ones-editor/misc/src/re-auth/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/mobile-helper/src/locale/zh-hant-hk.d.ts +0 -9
- package/@ones-editor/paste-special/src/locale/zh-hant-hk.d.ts +0 -8
- package/@ones-editor/status/src/locale/zh-hant-hk.d.ts +0 -25
- package/@ones-editor/table-block/src/locale/zh-hant-hk.d.ts +0 -33
- package/@ones-editor/templates/src/locale/zh-hant-hk.d.ts +0 -9
- package/@ones-editor/toc/src/locale/zh-hant-hk.d.ts +0 -8
- package/@ones-editor/ui/src/locale/zh-hant-hk.d.ts +0 -60
- package/@ones-editor/ui-base/src/locale/zh-hant-hk.d.ts +0 -39
- package/@ones-editor/versions/src/locale/zh-hant-hk.d.ts +0 -45
- package/@ones-editor/webpage-embed/src/locale/zh-hant-hk.d.ts +0 -27
- package/dist/lang/zh-hant-hk.d.ts +0 -31
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
placeholder: {
|
|
3
|
-
common: {
|
|
4
|
-
title: string;
|
|
5
|
-
mobileTitle: string;
|
|
6
|
-
readonlyTitle: string;
|
|
7
|
-
content: string;
|
|
8
|
-
contentInContainer: string;
|
|
9
|
-
contentInCallout: string;
|
|
10
|
-
};
|
|
11
|
-
local: {
|
|
12
|
-
readonlyTitle: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
copyCutProperty: {
|
|
16
|
-
copy: string;
|
|
17
|
-
cut: string;
|
|
18
|
-
unsafeEnvTips: string;
|
|
19
|
-
limitedEnvTips: string;
|
|
20
|
-
};
|
|
21
|
-
error: {
|
|
22
|
-
retry: string;
|
|
23
|
-
network: string;
|
|
24
|
-
networkPopup: string;
|
|
25
|
-
uploadResourceError: string;
|
|
26
|
-
uploadResourceErrorMessage: string;
|
|
27
|
-
uploadResourcePopup: string;
|
|
28
|
-
uploadResourceNoPopup: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
export default _default;
|