@ones-editor/editor 3.0.3 → 3.0.4-beta.101

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.
Files changed (40) hide show
  1. package/@ones-editor/block-locker/src/i18n/de-de.d.ts +8 -0
  2. package/@ones-editor/block-menu/src/locale/de-de.d.ts +25 -0
  3. package/@ones-editor/callout-block/src/locale/de-de.d.ts +15 -0
  4. package/@ones-editor/code-block/src/locale/de-de.d.ts +13 -0
  5. package/@ones-editor/comments/src/locale/de-de.d.ts +33 -0
  6. package/@ones-editor/context-menu/src/locale/de-de.d.ts +14 -0
  7. package/@ones-editor/core/src/i18n/de-de.d.ts +21 -0
  8. package/@ones-editor/core/src/i18n/i18n.d.ts +21 -1
  9. package/@ones-editor/dividing-line-embed/src/i18n/de-de.d.ts +7 -0
  10. package/@ones-editor/drawio-embed/src/lang/de-de.d.ts +19 -0
  11. package/@ones-editor/embed-block-helper/src/locale/de-de.d.ts +7 -0
  12. package/@ones-editor/exclusive-block/src/locale/de-de.d.ts +7 -0
  13. package/@ones-editor/file/src/locale/de-de.d.ts +17 -0
  14. package/@ones-editor/find-dialog/src/locale/de-de.d.ts +13 -0
  15. package/@ones-editor/graph-embed/src/lang/de-de.d.ts +18 -0
  16. package/@ones-editor/heading-collapse/src/locale/de-de.d.ts +7 -0
  17. package/@ones-editor/image-embed/src/locale/de-de.d.ts +17 -0
  18. package/@ones-editor/input-handlers/src/i18n/de-de.d.ts +13 -0
  19. package/@ones-editor/layout-block/src/locale/de-de.d.ts +10 -0
  20. package/@ones-editor/list-block/src/lang/de-de.d.ts +21 -0
  21. package/@ones-editor/main-toolbar/src/locale/de-de.d.ts +18 -0
  22. package/@ones-editor/mathjax/src/locale/de-de.d.ts +7 -0
  23. package/@ones-editor/media-embed/src/locale/de-de.d.ts +20 -0
  24. package/@ones-editor/mention/src/locale/de-de.d.ts +9 -0
  25. package/@ones-editor/misc/src/re-auth/locale/de-de.d.ts +7 -0
  26. package/@ones-editor/mobile-helper/src/locale/de-de.d.ts +9 -0
  27. package/@ones-editor/paste-special/src/locale/de-de.d.ts +8 -0
  28. package/@ones-editor/status/src/locale/de-de.d.ts +25 -0
  29. package/@ones-editor/table-block/src/locale/de-de.d.ts +33 -0
  30. package/@ones-editor/templates/src/locale/de-de.d.ts +9 -0
  31. package/@ones-editor/to-docx/src/locale/de-de.d.ts +7 -0
  32. package/@ones-editor/toc/src/locale/de-de.d.ts +8 -0
  33. package/@ones-editor/tsconfig.tsbuildinfo +1 -1
  34. package/@ones-editor/ui/src/locale/de-de.d.ts +60 -0
  35. package/@ones-editor/ui-base/src/locale/de-de.d.ts +39 -0
  36. package/@ones-editor/versions/src/locale/de-de.d.ts +46 -0
  37. package/@ones-editor/webpage-embed/src/locale/de-de.d.ts +27 -0
  38. package/dist/index.js +678 -37
  39. package/dist/lang/de-de.d.ts +31 -0
  40. package/package.json +1 -1
@@ -0,0 +1,60 @@
1
+ declare const _default: {
2
+ quickMenu: {
3
+ basic: {
4
+ heading: {
5
+ title: string;
6
+ space: string;
7
+ };
8
+ unordered: string;
9
+ ordered: string;
10
+ checkbox: string;
11
+ quote: string;
12
+ };
13
+ inlineBox: {
14
+ math: string;
15
+ link: string;
16
+ emoji: string;
17
+ };
18
+ };
19
+ link: {
20
+ textLabel: string;
21
+ urlLabel: string;
22
+ textPlaceholder: string;
23
+ urlPlaceholder: string;
24
+ mobileTextPlaceholder: string;
25
+ mobileUrlPlaceholder: string;
26
+ submitText: string;
27
+ cancelText: string;
28
+ edit: string;
29
+ remove: string;
30
+ title: string;
31
+ openLink: string;
32
+ };
33
+ commands: {
34
+ unordered: string;
35
+ ordered: string;
36
+ check: string;
37
+ link: string;
38
+ quote: string;
39
+ alignLeft: string;
40
+ alignRight: string;
41
+ alignCenter: string;
42
+ alignGroup: string;
43
+ heading: string;
44
+ headingGroup: string;
45
+ text: string;
46
+ paste: string;
47
+ tab: string;
48
+ shiftTab: string;
49
+ bold: string;
50
+ italic: string;
51
+ underline: string;
52
+ strikethrough: string;
53
+ code: string;
54
+ subscript: string;
55
+ superscript: string;
56
+ more: string;
57
+ selectBlock: string;
58
+ };
59
+ };
60
+ export default _default;
@@ -0,0 +1,39 @@
1
+ declare const _default: {
2
+ button: {
3
+ ok: string;
4
+ cancel: string;
5
+ confirm: string;
6
+ };
7
+ colorPalette: {
8
+ colorDesc: string;
9
+ name: string;
10
+ backgroundDesc: string;
11
+ reset: string;
12
+ more: string;
13
+ };
14
+ emojiPalette: {
15
+ name: string;
16
+ search: {
17
+ placeholder: string;
18
+ };
19
+ content: {
20
+ loading: string;
21
+ empty: string;
22
+ };
23
+ category: {
24
+ frequentlyUsed: string;
25
+ smileysAndPeople: string;
26
+ animalsAndNature: string;
27
+ foodAndDrink: string;
28
+ travelAndPlaces: string;
29
+ activity: string;
30
+ objects: string;
31
+ symbols: string;
32
+ };
33
+ };
34
+ search: {
35
+ emptyTips: string;
36
+ loading: string;
37
+ };
38
+ };
39
+ export default _default;
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ version: {
3
+ latest: string;
4
+ update: string;
5
+ insert: string;
6
+ delete: string;
7
+ goBack: string;
8
+ revertVersion: string;
9
+ play: string;
10
+ versionList: string;
11
+ versionListHeader: string;
12
+ unknown: string;
13
+ restoreFrom: string;
14
+ restoreInfo: string;
15
+ versionInfoLeft: string;
16
+ versionInfoRight: string;
17
+ noSelectedVersion: string;
18
+ noMemoedVersion: string;
19
+ noFilterVersion: string;
20
+ memo: string;
21
+ revert: string;
22
+ copyLink: string;
23
+ filter: {
24
+ all: string;
25
+ memoed: string;
26
+ allVersions: string;
27
+ memoVersions: string;
28
+ };
29
+ textarea: {
30
+ placeholder: string;
31
+ };
32
+ tooltip: {
33
+ help: string;
34
+ user: string;
35
+ auth: string;
36
+ };
37
+ dropdownHeader: string;
38
+ dropdown: {
39
+ header: string;
40
+ };
41
+ noVersions: string;
42
+ lastVersion: string;
43
+ filterMemoed: string;
44
+ };
45
+ };
46
+ export default _default;
@@ -0,0 +1,27 @@
1
+ declare const _default: {
2
+ webpage: {
3
+ title: string;
4
+ youku: string;
5
+ modao: string;
6
+ tencent: string;
7
+ bilibili: string;
8
+ figma: string;
9
+ dialog: {
10
+ helpContent: string;
11
+ helpLink: string;
12
+ label: string;
13
+ placeholder: string;
14
+ title: string;
15
+ errorEnterUrl: string;
16
+ unsupportedUrl: string;
17
+ okText: string;
18
+ cancelText: string;
19
+ };
20
+ abstract: string;
21
+ command: {
22
+ refresh: string;
23
+ openPage: string;
24
+ };
25
+ };
26
+ };
27
+ export default _default;