@hiai-gg/docsmint 0.3.5 → 0.3.7

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 (158) hide show
  1. package/README.md +0 -18
  2. package/backend/src/lib/lifecycle-service.ts +334 -219
  3. package/dist/backend/index.js +232 -18
  4. package/dist/backend-launcher.d.ts +15 -0
  5. package/dist/backend-launcher.js +22 -0
  6. package/dist/frontend/CategoryDialog--rIE7FrH.js +580 -0
  7. package/dist/frontend/ConfirmDialog-Cpzyb55f.js +212 -0
  8. package/dist/frontend/CreateSnapshotDialog-CmkV-n2A.js +216 -0
  9. package/dist/frontend/DatePicker-Byynca7V.js +257 -0
  10. package/dist/frontend/DeleteDialog-ap6nOywZ.js +174 -0
  11. package/dist/frontend/FolderDialog-DmN_trV0.js +247 -0
  12. package/dist/frontend/FolderNode-C4B8a2fd.js +317 -0
  13. package/dist/frontend/FolderTreeSelector-D6ijiZTA.js +100 -0
  14. package/dist/frontend/Icon-DtNo0N1U.js +64 -0
  15. package/dist/frontend/SettingsDialog-2kTaTXAs.js +992 -0
  16. package/dist/frontend/ShareDialog-BBDGNF5n.js +165 -0
  17. package/dist/frontend/TagCreateDialog-DiLZnJo4.js +258 -0
  18. package/dist/frontend/api/attachments.d.ts +6 -0
  19. package/dist/frontend/api/attachments.js +2 -0
  20. package/dist/frontend/api/categories.js +1 -1
  21. package/dist/frontend/api/documents.js +1 -1
  22. package/dist/frontend/api/folders.js +1 -1
  23. package/dist/frontend/api/settings.js +1 -1
  24. package/dist/frontend/api/share.d.ts +5 -0
  25. package/dist/frontend/api/share.js +2 -0
  26. package/dist/frontend/api/tags.js +1 -1
  27. package/dist/frontend/api-keys-CpkrA8rD.js +35 -0
  28. package/dist/frontend/attachments-BuILSs56.js +50 -0
  29. package/dist/frontend/{settings-PCrOtied.js → auth-client-Cygmp1I2.js} +205 -265
  30. package/dist/frontend/awareness-snQ3RD9f.js +3714 -0
  31. package/dist/frontend/bundle-mjs-CP6Owz-8.js +1723 -0
  32. package/dist/frontend/camera-B7dAOd4s.js +28 -0
  33. package/dist/frontend/{categories-BE6ZpZl8.js → categories-izQovv2w.js} +1 -1
  34. package/dist/frontend/check-CDwRlG9T.js +24 -0
  35. package/dist/frontend/chevron-down-B7ZrjUmT.js +24 -0
  36. package/dist/frontend/circle-check-CDqeMB2d.js +28 -0
  37. package/dist/frontend/{client-C6QQGb0e.js → client-Bc5Fzx40.js} +833 -814
  38. package/dist/frontend/{client-B9hzI0W8.js → client-GbtOH90i.js} +1 -1
  39. package/dist/frontend/clipboard-Cgzxc0_R.js +16 -0
  40. package/dist/frontend/clock-Ck5Sn-Zl.js +28 -0
  41. package/dist/frontend/clsx-nmtDPO_P.js +16 -0
  42. package/dist/frontend/collaboration.d.ts +6 -0
  43. package/dist/frontend/collaboration.js +182 -0
  44. package/dist/frontend/components/category-dialog.d.ts +2 -0
  45. package/dist/frontend/components/category-dialog.js +2 -0
  46. package/dist/frontend/components/create-snapshot-dialog.d.ts +2 -0
  47. package/dist/frontend/components/create-snapshot-dialog.js +2 -0
  48. package/dist/frontend/components/delete-dialog.d.ts +2 -0
  49. package/dist/frontend/components/delete-dialog.js +2 -0
  50. package/dist/frontend/components/editor/document-editor.d.ts +3 -0
  51. package/dist/frontend/components/editor/document-editor.js +3021 -0
  52. package/dist/frontend/components/editor/document-title.d.ts +2 -0
  53. package/dist/frontend/components/editor/document-title.js +31 -0
  54. package/dist/frontend/components/editor/docx-serializer.d.ts +2 -0
  55. package/dist/frontend/components/editor/docx-serializer.js +14600 -0
  56. package/dist/frontend/components/editor/extensions.d.ts +2 -0
  57. package/dist/frontend/components/editor/extensions.js +2 -0
  58. package/dist/frontend/components/editor/markdown-toggle.d.ts +2 -0
  59. package/dist/frontend/components/editor/markdown-toggle.js +72 -0
  60. package/dist/frontend/components/editor/markdown.d.ts +1 -0
  61. package/dist/frontend/components/editor/markdown.js +2 -0
  62. package/dist/frontend/components/folder-node.d.ts +3 -0
  63. package/dist/frontend/components/folder-node.js +2 -0
  64. package/dist/frontend/components/folder-tree-selector.d.ts +2 -0
  65. package/dist/frontend/components/folder-tree-selector.js +2 -0
  66. package/dist/frontend/components/save-as-dialog.d.ts +2 -0
  67. package/dist/frontend/components/save-as-dialog.js +254 -0
  68. package/dist/frontend/components/settings.js +1 -1
  69. package/dist/frontend/components/share-dialog.d.ts +2 -0
  70. package/dist/frontend/components/share-dialog.js +2 -0
  71. package/dist/frontend/components/sidebar.js +1206 -3762
  72. package/dist/frontend/components/tag-create-dialog.d.ts +2 -0
  73. package/dist/frontend/components/tag-create-dialog.js +2 -0
  74. package/dist/frontend/components/version-history.d.ts +2 -0
  75. package/dist/frontend/components/version-history.js +293 -0
  76. package/dist/frontend/{context-DbnW5yib.js → context-BMD6XTPe.js} +0 -3
  77. package/dist/frontend/copy-CMAA6GP0.js +31 -0
  78. package/dist/frontend/dashboard.js +1148 -1224
  79. package/dist/frontend/{SettingsDialog-D4pgFD0D.js → db-ByrlYfaI.js} +923 -2002
  80. package/dist/frontend/dialog-BDkiG42a.js +213 -0
  81. package/dist/frontend/disclose-version-5I57E3LD.js +3 -0
  82. package/dist/frontend/dndzone-BzsOINtP.js +1199 -0
  83. package/dist/frontend/doc-tabs.d.ts +7 -0
  84. package/dist/frontend/doc-tabs.js +14 -0
  85. package/dist/frontend/document-drop-coordinator-C4xHMjwC.js +68 -0
  86. package/dist/frontend/document-drop-coordinator.d.ts +2 -0
  87. package/dist/frontend/document-drop-coordinator.js +2 -0
  88. package/dist/frontend/{documents-DFVS9SsL.js → documents-BsDkvzCm.js} +1 -1
  89. package/dist/frontend/editorExtensions-BMHvUbdk.js +27021 -0
  90. package/dist/frontend/ellipsis-vertical-BBuPldbW.js +519 -0
  91. package/dist/frontend/extension.d.ts +2 -1
  92. package/dist/frontend/extension.js +6 -5
  93. package/dist/frontend/floating-layer-anchor-C51M4l6v.js +4513 -0
  94. package/dist/frontend/folder-TQjKY4yn.js +44 -0
  95. package/dist/frontend/folder-refresh.d.ts +8 -0
  96. package/dist/frontend/folder-refresh.js +2 -0
  97. package/dist/frontend/{folders-CGe9diAG.js → folders-CTuV_JtU.js} +1 -1
  98. package/dist/frontend/frontend.css +1 -1
  99. package/dist/frontend/i18n.js +1 -1
  100. package/dist/frontend/identity-DyWeNzu_.js +69 -0
  101. package/dist/frontend/index-client-jobkrWVL.js +86 -0
  102. package/dist/frontend/input-CBI6p4Xl.js +23 -0
  103. package/dist/frontend/keyboard.d.ts +14 -0
  104. package/dist/frontend/keyboard.js +2 -0
  105. package/dist/frontend/keyboard.svelte-D7H8DihC.js +133 -0
  106. package/dist/frontend/label-C-GkhEp4.js +30 -0
  107. package/dist/frontend/loader-circle-Bk-WFz9g.js +267 -0
  108. package/dist/frontend/markdown-BwnyjITU.js +11 -0
  109. package/dist/frontend/messages-BpYaLbzE.js +1091 -0
  110. package/dist/frontend/offline/identity.d.ts +6 -0
  111. package/dist/frontend/offline/identity.js +2 -0
  112. package/dist/frontend/resolve-BG4HgzpN.js +19 -0
  113. package/dist/frontend/rolldown-runtime-CWhphoD1.js +23 -0
  114. package/dist/frontend/rotate-ccw-CleZtJ5D.js +24 -0
  115. package/dist/frontend/search.js +637 -628
  116. package/dist/frontend/select-value-CvrWRkXW.js +1436 -0
  117. package/dist/frontend/settings-blyobazp.js +62 -0
  118. package/dist/frontend/share-Cu7SSJuJ.js +28 -0
  119. package/dist/frontend/shared-document.js +105 -69
  120. package/dist/frontend/subfolders-refresh-store.svelte-BsheoQma.js +65 -0
  121. package/dist/frontend/{tag-C5xrg-bb.js → tag-Dx3SmucJ.js} +7 -7
  122. package/dist/frontend/tag-store.svelte-CIaF4sdZ.js +29 -0
  123. package/dist/frontend/{tags-DVXTut0p.js → tags-CtCV0Djo.js} +1 -1
  124. package/dist/frontend/textarea-Dfp78XlL.js +23 -0
  125. package/dist/frontend/theme.js +1 -1
  126. package/dist/frontend/{theme.svelte-ei0QxXa8.js → theme.svelte-CROg1Hi5.js} +7 -7
  127. package/dist/frontend/types.d.ts +6 -0
  128. package/dist/frontend/types.js +0 -0
  129. package/dist/frontend/utils/clipboard.d.ts +1 -0
  130. package/dist/frontend/utils/clipboard.js +2 -0
  131. package/dist/frontend/utils/dndzone.d.ts +4 -0
  132. package/dist/frontend/utils/dndzone.js +2 -0
  133. package/dist/frontend/utils-C0OW2678.js +20 -0
  134. package/dist/frontend/utils-D8kmM3ub.js +8 -0
  135. package/dist/frontend/utils.d.ts +4 -0
  136. package/dist/frontend/utils.js +2 -0
  137. package/dist/frontend/x-DaTdeDXv.js +24 -0
  138. package/dist/lifecycle-persistent.d.ts +31 -0
  139. package/dist/lifecycle-persistent.js +33 -0
  140. package/dist/server-only-browser-entry.d.ts +0 -0
  141. package/dist/server-only-browser-entry.js +3 -0
  142. package/dist/storage-quota.d.ts +36 -0
  143. package/dist/storage-quota.js +14 -1
  144. package/dist/types.d.ts +7 -0
  145. package/dist/workspace.d.ts +4 -1
  146. package/dist/workspace.js +29 -8
  147. package/package.json +110 -3
  148. package/packages/cli/src/index.ts +1 -1
  149. package/packages/db/src/index.ts +11 -2
  150. package/packages/db/src/schema.ts +30 -2
  151. package/packages/db/src/with-tenant.ts +38 -1
  152. package/packages/mcp-server/src/index.ts +1 -1
  153. package/dist/frontend/DatePicker-BcMD49PV.js +0 -275
  154. package/dist/frontend/ShareDialog-Dzh7rV7J.js +0 -1317
  155. package/dist/frontend/input-ieWIt8I7.js +0 -257
  156. package/dist/frontend/messages-CTGAsqFu.js +0 -1106
  157. package/dist/frontend/resolve-Bl6xmJl_.js +0 -2068
  158. package/dist/frontend/tag-store.svelte-B3839FYq.js +0 -6152
@@ -0,0 +1,1091 @@
1
+ import { n as e } from "./rolldown-runtime-CWhphoD1.js";
2
+ //#region src/lib/paraglide/runtime.js
3
+ var t = {}, n = ["en"], r = "PARAGLIDE_LOCALE", i = 3456e4, a = [
4
+ "cookie",
5
+ "globalVariable",
6
+ "baseLocale"
7
+ ], o = [], s, c;
8
+ function ee(e) {
9
+ if (o.length === 0) return;
10
+ let n = typeof e == "string" ? e : e.href;
11
+ if (s === n) return c;
12
+ let r = new URL(n, "http://dummy.com"), i;
13
+ for (let e of o) if (new t(e.match, r.href).exec(r.href)) {
14
+ i = e;
15
+ break;
16
+ }
17
+ return s = n, c = i, i;
18
+ }
19
+ function te(e) {
20
+ let t = ee(e);
21
+ return t && t.exclude !== !0 && Array.isArray(t.strategy) ? t.strategy : a;
22
+ }
23
+ var ne = void 0, l = typeof window > "u";
24
+ globalThis.__paraglide = globalThis.__paraglide ?? {}, globalThis.__paraglide.ssr = globalThis.__paraglide.ssr ?? {};
25
+ var u, re = !1, d = () => {
26
+ if (ne) {
27
+ let e = ne?.getStore()?.locale;
28
+ if (e) return e;
29
+ }
30
+ let e = a;
31
+ !l && typeof window < "u" && window.location?.href && (e = te(window.location.href));
32
+ let t = ie(e, typeof window < "u" ? window.location?.href : void 0);
33
+ if (t) return re || (u = t, re = !0, oe(t, { reload: !1 })), t;
34
+ throw Error("No locale found. Read the docs https://paraglidejs.com/errors#no-locale-found");
35
+ };
36
+ function ie(e, t) {
37
+ let n;
38
+ for (let t of e) {
39
+ if (t === "cookie") n = pe();
40
+ else if (t === "baseLocale") n = "en";
41
+ else if (t === "globalVariable" && u !== void 0) n = u;
42
+ else if (me(t) && m.has(t)) {
43
+ let e = m.get(t);
44
+ if (e) {
45
+ let t = e.getLocale();
46
+ if (t instanceof Promise) continue;
47
+ if (t !== void 0) return ce(t);
48
+ }
49
+ }
50
+ let e = se(n);
51
+ if (e) return e;
52
+ }
53
+ }
54
+ var ae = (e) => {
55
+ e ? window.location.href = e : window.location.reload();
56
+ }, oe = (e, t) => {
57
+ let n = {
58
+ reload: !0,
59
+ ...t
60
+ }, o;
61
+ try {
62
+ o = d();
63
+ } catch {}
64
+ let s = [], c = a;
65
+ !l && typeof window < "u" && window.location?.href && (c = te(window.location.href));
66
+ for (let t of c) if (t === "globalVariable") u = e;
67
+ else if (t === "cookie") {
68
+ if (l || typeof document > "u" || typeof window > "u") continue;
69
+ let t = `${r}=${e}; path=/; max-age=${i}`;
70
+ document.cookie = t, p();
71
+ } else if (t === "baseLocale") continue;
72
+ else if (me(t) && m.has(t)) {
73
+ let n = m.get(t);
74
+ if (n) {
75
+ let r = n.setLocale(e);
76
+ r instanceof Promise && (r = r.catch((e) => {
77
+ throw Error(`Custom strategy "${t}" setLocale failed.`, { cause: e });
78
+ }), s.push(r));
79
+ }
80
+ }
81
+ let ee = () => {
82
+ !l && n.reload && window.location && e !== o && ae(void 0);
83
+ };
84
+ if (s.length) return Promise.all(s).then(() => {
85
+ ee();
86
+ });
87
+ ee();
88
+ };
89
+ function se(e) {
90
+ if (typeof e != "string") return;
91
+ let t = e.toLowerCase();
92
+ for (let e of n) if (e.toLowerCase() === t) return e;
93
+ }
94
+ function ce(e) {
95
+ let t = se(e);
96
+ if (t) return t;
97
+ throw Error(`Invalid locale: ${e}. Expected one of: ${n.join(", ")}`);
98
+ }
99
+ var le = r.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), ue = RegExp(`(?:^|;\\s*)${le}=([^;]*)`), de = Symbol(), f = de;
100
+ function p() {
101
+ f = de;
102
+ }
103
+ function fe() {
104
+ typeof queueMicrotask == "function" ? queueMicrotask(p) : Promise.resolve().then(p);
105
+ }
106
+ function pe() {
107
+ if (typeof document > "u") return;
108
+ if (f !== de) return f;
109
+ let e = document.cookie.match(ue)?.[1];
110
+ return f = se(e), fe(), f;
111
+ }
112
+ var m = /* @__PURE__ */ new Map();
113
+ function me(e) {
114
+ return typeof e == "string" && /^custom-[A-Za-z0-9_-]+$/.test(e);
115
+ }
116
+ //#endregion
117
+ //#region src/lib/paraglide/messages/app_name.js
118
+ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), ge = () => "AI-first documentation platform", _e = ((e = {}, t = {}) => (t.locale ?? d(), ge(e))), ve = () => "Dashboard", ye = ((e = {}, t = {}) => (t.locale ?? d(), ve(e))), be = () => "Documents", g = ((e = {}, t = {}) => (t.locale ?? d(), be(e))), xe = () => "Folders", _ = ((e = {}, t = {}) => (t.locale ?? d(), xe(e))), Se = () => "Tags", Ce = ((e = {}, t = {}) => (t.locale ?? d(), Se(e))), we = () => "Search", Te = ((e = {}, t = {}) => (t.locale ?? d(), we(e))), Ee = () => "Settings", De = ((e = {}, t = {}) => (t.locale ?? d(), Ee(e))), Oe = () => "Log out", ke = ((e = {}, t = {}) => (t.locale ?? d(), Oe(e))), Ae = () => "Dashboard", v = ((e = {}, t = {}) => (t.locale ?? d(), Ae(e))), je = () => "Your recent documents and quick access", y = ((e = {}, t = {}) => (t.locale ?? d(), je(e))), Me = () => "New Document", b = ((e = {}, t = {}) => (t.locale ?? d(), Me(e))), Ne = () => "Loading...", Pe = ((e = {}, t = {}) => (t.locale ?? d(), Ne(e))), Fe = () => "Could not load documents", Ie = ((e = {}, t = {}) => (t.locale ?? d(), Fe(e))), Le = () => "Retry", Re = ((e = {}, t = {}) => (t.locale ?? d(), Le(e))), ze = () => "Create your first document", Be = ((e = {}, t = {}) => (t.locale ?? d(), ze(e))), Ve = () => "Get started by creating a new document. Your notes will be automatically embedded for AI-powered search.", He = ((e = {}, t = {}) => (t.locale ?? d(), Ve(e))), Ue = () => "Dashboard - DocsMint", x = ((e = {}, t = {}) => (t.locale ?? d(), Ue(e))), We = () => "Untitled", S = ((e = {}, t = {}) => (t.locale ?? d(), We(e))), Ge = () => "Document title", C = ((e = {}, t = {}) => (t.locale ?? d(), Ge(e))), Ke = () => "Start writing...", w = ((e = {}, t = {}) => (t.locale ?? d(), Ke(e))), qe = () => "Are you sure you want to delete this document?", T = ((e = {}, t = {}) => (t.locale ?? d(), qe(e))), Je = () => "Document deleted", E = ((e = {}, t = {}) => (t.locale ?? d(), Je(e))), Ye = () => "was deleted.", D = ((e = {}, t = {}) => (t.locale ?? d(), Ye(e))), Xe = () => "Document saved", Ze = ((e = {}, t = {}) => (t.locale ?? d(), Xe(e))), Qe = () => "Document created", $e = ((e = {}, t = {}) => (t.locale ?? d(), Qe(e))), et = () => "Document not found", tt = ((e = {}, t = {}) => (t.locale ?? d(), et(e))), nt = () => "Failed to load document", rt = ((e = {}, t = {}) => (t.locale ?? d(), nt(e))), it = () => "Tags", O = ((e = {}, t = {}) => (t.locale ?? d(), it(e))), at = () => "Versions", ot = ((e = {}, t = {}) => (t.locale ?? d(), at(e))), st = () => "Share", k = ((e = {}, t = {}) => (t.locale ?? d(), st(e))), ct = () => "Delete", A = ((e = {}, t = {}) => (t.locale ?? d(), ct(e))), lt = () => "Last edited", ut = ((e = {}, t = {}) => (t.locale ?? d(), lt(e))), dt = () => "words", ft = ((e = {}, t = {}) => (t.locale ?? d(), dt(e))), pt = () => "characters", mt = ((e = {}, t = {}) => (t.locale ?? d(), pt(e))), ht = (e) => `Updated ${e?.time}`, j = ((e, t = {}) => (t.locale ?? d(), ht(e))), gt = () => "Open menu", M = ((e = {}, t = {}) => (t.locale ?? d(), gt(e))), _t = () => "Open", N = ((e = {}, t = {}) => (t.locale ?? d(), _t(e))), vt = () => "Duplicate", P = ((e = {}, t = {}) => (t.locale ?? d(), vt(e))), yt = () => "Move to folder", F = ((e = {}, t = {}) => (t.locale ?? d(), yt(e))), bt = () => "Folders", xt = ((e = {}, t = {}) => (t.locale ?? d(), bt(e))), St = () => "Organize your documents into folders", Ct = ((e = {}, t = {}) => (t.locale ?? d(), St(e))), wt = () => "New Folder", I = ((e = {}, t = {}) => (t.locale ?? d(), wt(e))), Tt = () => "No folders yet", L = ((e = {}, t = {}) => (t.locale ?? d(), Tt(e))), Et = () => "Create a folder to organize your documents.", R = ((e = {}, t = {}) => (t.locale ?? d(), Et(e))), Dt = () => "Rename", z = ((e = {}, t = {}) => (t.locale ?? d(), Dt(e))), Ot = () => "Delete", B = ((e = {}, t = {}) => (t.locale ?? d(), Ot(e))), kt = () => "Delete this folder and all its contents?", At = ((e = {}, t = {}) => (t.locale ?? d(), kt(e))), jt = () => "Delete folder", V = ((e = {}, t = {}) => (t.locale ?? d(), jt(e))), Mt = () => "Delete this folder and all its contents? This cannot be undone.", H = ((e = {}, t = {}) => (t.locale ?? d(), Mt(e))), Nt = () => "Folder deleted", U = ((e = {}, t = {}) => (t.locale ?? d(), Nt(e))), Pt = () => "Its documents were moved to the root.", W = ((e = {}, t = {}) => (t.locale ?? d(), Pt(e))), Ft = () => "Folder name", G = ((e = {}, t = {}) => (t.locale ?? d(), Ft(e))), It = () => "documents", K = ((e = {}, t = {}) => (t.locale ?? d(), It(e))), Lt = () => "document", q = ((e = {}, t = {}) => (t.locale ?? d(), Lt(e))), Rt = () => "subfolders", J = ((e = {}, t = {}) => (t.locale ?? d(), Rt(e))), zt = () => "subfolder", Y = ((e = {}, t = {}) => (t.locale ?? d(), zt(e))), Bt = () => "Move", X = ((e = {}, t = {}) => (t.locale ?? d(), Bt(e))), Vt = () => "Tags", Ht = ((e = {}, t = {}) => (t.locale ?? d(), Vt(e))), Ut = () => "Organize documents with tags", Wt = ((e = {}, t = {}) => (t.locale ?? d(), Ut(e))), Gt = () => "New Tag", Z = ((e = {}, t = {}) => (t.locale ?? d(), Gt(e))), Kt = () => "Edit Tag", Q = ((e = {}, t = {}) => (t.locale ?? d(), Kt(e))), qt = () => "No tags yet", Jt = ((e = {}, t = {}) => (t.locale ?? d(), qt(e))), Yt = () => "Create tags to categorize your documents.", Xt = ((e = {}, t = {}) => (t.locale ?? d(), Yt(e))), Zt = () => "Tag name", Qt = ((e = {}, t = {}) => (t.locale ?? d(), Zt(e))), $t = () => "Color", en = ((e = {}, t = {}) => (t.locale ?? d(), $t(e))), tn = (e) => `${e?.count} documents`, nn = ((e, t = {}) => (t.locale ?? d(), tn(e))), rn = () => "Delete this tag?", an = ((e = {}, t = {}) => (t.locale ?? d(), rn(e))), on = () => "Delete tag", sn = ((e = {}, t = {}) => (t.locale ?? d(), on(e))), cn = () => "Are you sure you want to delete this tag? This cannot be undone.", ln = ((e = {}, t = {}) => (t.locale ?? d(), cn(e))), un = () => "New tag", dn = ((e = {}, t = {}) => (t.locale ?? d(), un(e))), fn = () => "A tag with this name already exists", pn = ((e = {}, t = {}) => (t.locale ?? d(), fn(e))), mn = () => "add", hn = ((e = {}, t = {}) => (t.locale ?? d(), mn(e))), gn = () => "Search", _n = ((e = {}, t = {}) => (t.locale ?? d(), gn(e))), vn = () => "Search documents...", yn = ((e = {}, t = {}) => (t.locale ?? d(), vn(e))), bn = () => "Search documents...", xn = ((e = {}, t = {}) => (t.locale ?? d(), bn(e))), Sn = () => "No results found", Cn = ((e = {}, t = {}) => (t.locale ?? d(), Sn(e))), wn = () => "Try different keywords or check your spelling.", Tn = ((e = {}, t = {}) => (t.locale ?? d(), wn(e))), En = () => "Filters", Dn = ((e = {}, t = {}) => (t.locale ?? d(), En(e))), On = () => "Folder", kn = ((e = {}, t = {}) => (t.locale ?? d(), On(e))), An = () => "Tags", jn = ((e = {}, t = {}) => (t.locale ?? d(), An(e))), Mn = () => "From", Nn = ((e = {}, t = {}) => (t.locale ?? d(), Mn(e))), Pn = () => "To", Fn = ((e = {}, t = {}) => (t.locale ?? d(), Pn(e))), In = () => "Clear filters", Ln = ((e = {}, t = {}) => (t.locale ?? d(), In(e))), Rn = (e) => `${e?.count} results`, zn = ((e, t = {}) => (t.locale ?? d(), Rn(e))), Bn = () => "Suggestions", Vn = ((e = {}, t = {}) => (t.locale ?? d(), Bn(e))), Hn = () => "Relevance", Un = ((e = {}, t = {}) => (t.locale ?? d(), Hn(e))), Wn = () => "Create Share Link", Gn = ((e = {}, t = {}) => (t.locale ?? d(), Wn(e))), Kn = () => "Create share link", qn = ((e = {}, t = {}) => (t.locale ?? d(), Kn(e))), Jn = () => "Creating...", Yn = ((e = {}, t = {}) => (t.locale ?? d(), Jn(e))), Xn = () => "Password (optional)", Zn = ((e = {}, t = {}) => (t.locale ?? d(), Xn(e))), Qn = () => "Password protection", $n = ((e = {}, t = {}) => (t.locale ?? d(), Qn(e))), er = () => "Toggle password protection", tr = ((e = {}, t = {}) => (t.locale ?? d(), er(e))), nr = () => "Enter password", rr = ((e = {}, t = {}) => (t.locale ?? d(), nr(e))), ir = () => "Password", ar = ((e = {}, t = {}) => (t.locale ?? d(), ir(e))), or = () => "Expiration", sr = ((e = {}, t = {}) => (t.locale ?? d(), or(e))), cr = () => "Never", lr = ((e = {}, t = {}) => (t.locale ?? d(), cr(e))), ur = () => "1 hour", dr = ((e = {}, t = {}) => (t.locale ?? d(), ur(e))), fr = () => "1 day", pr = ((e = {}, t = {}) => (t.locale ?? d(), fr(e))), mr = () => "24 hours", hr = ((e = {}, t = {}) => (t.locale ?? d(), mr(e))), gr = () => "7 days", _r = ((e = {}, t = {}) => (t.locale ?? d(), gr(e))), vr = () => "30 days", yr = ((e = {}, t = {}) => (t.locale ?? d(), vr(e))), br = () => "Guest access", xr = ((e = {}, t = {}) => (t.locale ?? d(), br(e))), Sr = () => "Guests:", Cr = ((e = {}, t = {}) => (t.locale ?? d(), Sr(e))), wr = () => "Add", Tr = ((e = {}, t = {}) => (t.locale ?? d(), wr(e))), Er = () => "Copy Link", Dr = ((e = {}, t = {}) => (t.locale ?? d(), Er(e))), Or = () => "Copy", kr = ((e = {}, t = {}) => (t.locale ?? d(), Or(e))), Ar = () => "Link copied!", jr = ((e = {}, t = {}) => (t.locale ?? d(), Ar(e))), Mr = () => "Share link created!", Nr = ((e = {}, t = {}) => (t.locale ?? d(), Mr(e))), Pr = () => "Password required", Fr = ((e = {}, t = {}) => (t.locale ?? d(), Pr(e))), Ir = () => "Invalid password", Lr = ((e = {}, t = {}) => (t.locale ?? d(), Ir(e))), Rr = () => "This link has expired", zr = ((e = {}, t = {}) => (t.locale ?? d(), Rr(e))), Br = () => "Expired", Vr = ((e = {}, t = {}) => (t.locale ?? d(), Br(e))), Hr = () => "Never expires", Ur = ((e = {}, t = {}) => (t.locale ?? d(), Hr(e))), Wr = (e) => `Expires ${e?.date}`, Gr = ((e, t = {}) => (t.locale ?? d(), Wr(e))), Kr = () => "Share link not found", qr = ((e = {}, t = {}) => (t.locale ?? d(), Kr(e))), Jr = () => "Too many requests. Please try again later.", Yr = ((e = {}, t = {}) => (t.locale ?? d(), Jr(e))), Xr = () => "Guest", Zr = ((e = {}, t = {}) => (t.locale ?? d(), Xr(e))), Qr = () => "Read-only", $r = ((e = {}, t = {}) => (t.locale ?? d(), Qr(e))), ei = () => "Revoke link", ti = ((e = {}, t = {}) => (t.locale ?? d(), ei(e))), ni = () => "Revoke this link?", ri = ((e = {}, t = {}) => (t.locale ?? d(), ni(e))), ii = () => "Yes", ai = ((e = {}, t = {}) => (t.locale ?? d(), ii(e))), oi = () => "Settings", si = ((e = {}, t = {}) => (t.locale ?? d(), oi(e))), ci = () => "Profile", li = ((e = {}, t = {}) => (t.locale ?? d(), ci(e))), ui = () => "Account", di = ((e = {}, t = {}) => (t.locale ?? d(), ui(e))), fi = () => "Appearance", pi = ((e = {}, t = {}) => (t.locale ?? d(), fi(e))), mi = () => "Language", hi = ((e = {}, t = {}) => (t.locale ?? d(), mi(e))), gi = () => "Theme", _i = ((e = {}, t = {}) => (t.locale ?? d(), gi(e))), vi = () => "Light", yi = ((e = {}, t = {}) => (t.locale ?? d(), vi(e))), bi = () => "Dark", xi = ((e = {}, t = {}) => (t.locale ?? d(), bi(e))), Si = () => "System", Ci = ((e = {}, t = {}) => (t.locale ?? d(), Si(e))), wi = () => "Light", Ti = ((e = {}, t = {}) => (t.locale ?? d(), wi(e))), Ei = () => "Dark", Di = ((e = {}, t = {}) => (t.locale ?? d(), Ei(e))), Oi = () => "System", ki = ((e = {}, t = {}) => (t.locale ?? d(), Oi(e))), Ai = () => "Email", ji = ((e = {}, t = {}) => (t.locale ?? d(), Ai(e))), Mi = () => "Changing your email will affect how you log in. Make sure you have access to the new email address.", Ni = ((e = {}, t = {}) => (t.locale ?? d(), Mi(e))), Pi = () => "Please enter a valid email address", Fi = ((e = {}, t = {}) => (t.locale ?? d(), Pi(e))), Ii = () => "Name", Li = ((e = {}, t = {}) => (t.locale ?? d(), Ii(e))), Ri = () => "Save changes", zi = ((e = {}, t = {}) => (t.locale ?? d(), Ri(e))), Bi = () => "Settings saved", Vi = ((e = {}, t = {}) => (t.locale ?? d(), Bi(e))), Hi = () => "Change password", Ui = ((e = {}, t = {}) => (t.locale ?? d(), Hi(e))), Wi = () => "Password", Gi = ((e = {}, t = {}) => (t.locale ?? d(), Wi(e))), Ki = () => "New password", qi = ((e = {}, t = {}) => (t.locale ?? d(), Ki(e))), Ji = () => "Confirm password", Yi = ((e = {}, t = {}) => (t.locale ?? d(), Ji(e))), Xi = () => "Change password", Zi = ((e = {}, t = {}) => (t.locale ?? d(), Xi(e))), Qi = () => "Delete account", $i = ((e = {}, t = {}) => (t.locale ?? d(), Qi(e))), ea = () => "This action is permanent. Are you sure?", ta = ((e = {}, t = {}) => (t.locale ?? d(), ea(e))), na = () => "Log in", ra = ((e = {}, t = {}) => (t.locale ?? d(), na(e))), ia = () => "Sign up", aa = ((e = {}, t = {}) => (t.locale ?? d(), ia(e))), oa = () => "Email", sa = ((e = {}, t = {}) => (t.locale ?? d(), oa(e))), ca = () => "Password", la = ((e = {}, t = {}) => (t.locale ?? d(), ca(e))), ua = () => "Confirm password", da = ((e = {}, t = {}) => (t.locale ?? d(), ua(e))), fa = () => "Forgot password?", pa = ((e = {}, t = {}) => (t.locale ?? d(), fa(e))), ma = () => "Don't have an account?", ha = ((e = {}, t = {}) => (t.locale ?? d(), ma(e))), ga = () => "Already have an account?", _a = ((e = {}, t = {}) => (t.locale ?? d(), ga(e))), va = () => "Invalid email or password", ya = ((e = {}, t = {}) => (t.locale ?? d(), va(e))), ba = () => "Registration failed", xa = ((e = {}, t = {}) => (t.locale ?? d(), ba(e))), Sa = () => "Passwords do not match", Ca = ((e = {}, t = {}) => (t.locale ?? d(), Sa(e))), wa = () => "Email is required", Ta = ((e = {}, t = {}) => (t.locale ?? d(), wa(e))), Ea = () => "Password is required", Da = ((e = {}, t = {}) => (t.locale ?? d(), Ea(e))), Oa = () => "Password must be at least 8 characters", ka = ((e = {}, t = {}) => (t.locale ?? d(), Oa(e))), Aa = () => "Your name", ja = ((e = {}, t = {}) => (t.locale ?? d(), Aa(e))), Ma = () => "Log out", Na = ((e = {}, t = {}) => (t.locale ?? d(), Ma(e))), Pa = () => "Something went wrong", Fa = ((e = {}, t = {}) => (t.locale ?? d(), Pa(e))), Ia = () => "Page not found", La = ((e = {}, t = {}) => (t.locale ?? d(), Ia(e))), Ra = () => "You need to log in to access this page", za = ((e = {}, t = {}) => (t.locale ?? d(), Ra(e))), Ba = () => "You don't have permission to access this page", Va = ((e = {}, t = {}) => (t.locale ?? d(), Ba(e))), Ha = () => "Network error. Please check your connection.", Ua = ((e = {}, t = {}) => (t.locale ?? d(), Ha(e))), Wa = () => "Request timed out. Please try again.", Ga = ((e = {}, t = {}) => (t.locale ?? d(), Wa(e))), Ka = () => "Server error. Please try again later.", qa = ((e = {}, t = {}) => (t.locale ?? d(), Ka(e))), Ja = () => "Save", Ya = ((e = {}, t = {}) => (t.locale ?? d(), Ja(e))), Xa = () => "Cancel", Za = ((e = {}, t = {}) => (t.locale ?? d(), Xa(e))), Qa = () => "Delete", $a = ((e = {}, t = {}) => (t.locale ?? d(), Qa(e))), eo = () => "Edit", to = ((e = {}, t = {}) => (t.locale ?? d(), eo(e))), no = () => "Create", ro = ((e = {}, t = {}) => (t.locale ?? d(), no(e))), io = () => "Close", ao = ((e = {}, t = {}) => (t.locale ?? d(), io(e))), oo = () => "Confirm", so = ((e = {}, t = {}) => (t.locale ?? d(), oo(e))), co = () => "Back", lo = ((e = {}, t = {}) => (t.locale ?? d(), co(e))), uo = () => "Done", fo = ((e = {}, t = {}) => (t.locale ?? d(), uo(e))), po = () => "Go to", mo = ((e = {}, t = {}) => (t.locale ?? d(), po(e))), ho = () => "Loading...", go = ((e = {}, t = {}) => (t.locale ?? d(), ho(e))), _o = () => "just now", vo = ((e = {}, t = {}) => (t.locale ?? d(), _o(e))), yo = (e) => `${e?.count}m ago`, bo = ((e, t = {}) => (t.locale ?? d(), yo(e))), xo = (e) => `${e?.count}h ago`, So = ((e, t = {}) => (t.locale ?? d(), xo(e))), Co = (e) => `${e?.count}d ago`, wo = ((e, t = {}) => (t.locale ?? d(), Co(e))), To = (e) => `${e?.count}w ago`, Eo = ((e, t = {}) => (t.locale ?? d(), To(e))), Do = () => "New Document", Oo = ((e = {}, t = {}) => (t.locale ?? d(), Do(e))), ko = () => "Recent", Ao = ((e = {}, t = {}) => (t.locale ?? d(), ko(e))), jo = () => "All Documents", Mo = ((e = {}, t = {}) => (t.locale ?? d(), jo(e))), No = () => "Docs", Po = ((e = {}, t = {}) => (t.locale ?? d(), No(e))), Fo = () => "Tags", Io = ((e = {}, t = {}) => (t.locale ?? d(), Fo(e))), Lo = () => "Settings", Ro = ((e = {}, t = {}) => (t.locale ?? d(), Lo(e))), zo = () => "Search...", Bo = ((e = {}, t = {}) => (t.locale ?? d(), zo(e))), Vo = () => "Bold", Ho = ((e = {}, t = {}) => (t.locale ?? d(), Vo(e))), Uo = () => "Italic", Wo = ((e = {}, t = {}) => (t.locale ?? d(), Uo(e))), Go = () => "Underline", Ko = ((e = {}, t = {}) => (t.locale ?? d(), Go(e))), qo = () => "Code", Jo = ((e = {}, t = {}) => (t.locale ?? d(), qo(e))), Yo = () => "Link", Xo = ((e = {}, t = {}) => (t.locale ?? d(), Yo(e))), Zo = () => "Image", Qo = ((e = {}, t = {}) => (t.locale ?? d(), Zo(e))), $o = () => "Bullet list", es = ((e = {}, t = {}) => (t.locale ?? d(), $o(e))), ts = () => "Numbered list", ns = ((e = {}, t = {}) => (t.locale ?? d(), ts(e))), rs = () => "List", is = ((e = {}, t = {}) => (t.locale ?? d(), rs(e))), as = () => "Heading", os = ((e = {}, t = {}) => (t.locale ?? d(), as(e))), ss = () => "Paragraph", cs = ((e = {}, t = {}) => (t.locale ?? d(), ss(e))), ls = () => "Heading 1", us = ((e = {}, t = {}) => (t.locale ?? d(), ls(e))), ds = () => "Heading 2", fs = ((e = {}, t = {}) => (t.locale ?? d(), ds(e))), ps = () => "Heading 3", ms = ((e = {}, t = {}) => (t.locale ?? d(), ps(e))), hs = () => "Quote", gs = ((e = {}, t = {}) => (t.locale ?? d(), hs(e))), _s = () => "Code block", vs = ((e = {}, t = {}) => (t.locale ?? d(), _s(e))), ys = () => "Divider", bs = ((e = {}, t = {}) => (t.locale ?? d(), ys(e))), xs = () => "Undo", Ss = ((e = {}, t = {}) => (t.locale ?? d(), xs(e))), Cs = () => "Redo", ws = ((e = {}, t = {}) => (t.locale ?? d(), Cs(e))), Ts = () => "Highlight", Es = ((e = {}, t = {}) => (t.locale ?? d(), Ts(e))), Ds = () => "Text formatting", Os = ((e = {}, t = {}) => (t.locale ?? d(), Ds(e))), ks = () => "Emoji", As = ((e = {}, t = {}) => (t.locale ?? d(), ks(e))), js = () => "Align", Ms = ((e = {}, t = {}) => (t.locale ?? d(), js(e))), Ns = () => "Align left", Ps = ((e = {}, t = {}) => (t.locale ?? d(), Ns(e))), Fs = () => "Align center", Is = ((e = {}, t = {}) => (t.locale ?? d(), Fs(e))), Ls = () => "Align right", Rs = ((e = {}, t = {}) => (t.locale ?? d(), Ls(e))), zs = () => "Align justify", Bs = ((e = {}, t = {}) => (t.locale ?? d(), zs(e))), Vs = () => "Copy content", Hs = ((e = {}, t = {}) => (t.locale ?? d(), Vs(e))), Us = () => "Copied to clipboard", Ws = ((e = {}, t = {}) => (t.locale ?? d(), Us(e))), Gs = () => "Enter URL:", Ks = ((e = {}, t = {}) => (t.locale ?? d(), Gs(e))), qs = () => "Document content editor", Js = ((e = {}, t = {}) => (t.locale ?? d(), qs(e))), Ys = () => "Write Markdown here...", Xs = ((e = {}, t = {}) => (t.locale ?? d(), Ys(e))), Zs = () => "Raw Markdown editor", Qs = ((e = {}, t = {}) => (t.locale ?? d(), Zs(e))), $s = () => "Version History", ec = ((e = {}, t = {}) => (t.locale ?? d(), $s(e))), tc = () => "Current version", nc = ((e = {}, t = {}) => (t.locale ?? d(), tc(e))), rc = () => "Restore this version", ic = ((e = {}, t = {}) => (t.locale ?? d(), rc(e))), ac = () => "Restore", oc = ((e = {}, t = {}) => (t.locale ?? d(), ac(e))), sc = () => "Restore this version? Current content will be saved as a new version.", cc = ((e = {}, t = {}) => (t.locale ?? d(), sc(e))), lc = () => "Create snapshot", uc = ((e = {}, t = {}) => (t.locale ?? d(), lc(e))), dc = () => "Snapshot label", fc = ((e = {}, t = {}) => (t.locale ?? d(), dc(e))), pc = () => "Description (optional)", mc = ((e = {}, t = {}) => (t.locale ?? d(), pc(e))), hc = () => "e.g. Pre-release draft", gc = ((e = {}, t = {}) => (t.locale ?? d(), hc(e))), _c = () => "Notes about what this snapshot captures", vc = ((e = {}, t = {}) => (t.locale ?? d(), _c(e))), yc = () => "Create snapshot", bc = ((e = {}, t = {}) => (t.locale ?? d(), yc(e))), xc = () => "Creating snapshot...", Sc = ((e = {}, t = {}) => (t.locale ?? d(), xc(e))), Cc = () => "Snapshot created", wc = ((e = {}, t = {}) => (t.locale ?? d(), Cc(e))), Tc = () => "Create snapshot", Ec = ((e = {}, t = {}) => (t.locale ?? d(), Tc(e))), Dc = () => "Save the current document state as a named snapshot you can restore later.", Oc = ((e = {}, t = {}) => (t.locale ?? d(), Dc(e))), kc = () => "All", Ac = ((e = {}, t = {}) => (t.locale ?? d(), kc(e))), jc = () => "Snapshots only", Mc = ((e = {}, t = {}) => (t.locale ?? d(), jc(e))), Nc = () => "Snapshot", Pc = ((e = {}, t = {}) => (t.locale ?? d(), Nc(e))), Fc = () => "Restored from v", Ic = ((e = {}, t = {}) => (t.locale ?? d(), Fc(e))), Lc = () => "Restoring...", Rc = ((e = {}, t = {}) => (t.locale ?? d(), Lc(e))), zc = () => "Version restored", Bc = ((e = {}, t = {}) => (t.locale ?? d(), zc(e))), Vc = () => "Restore failed", Hc = ((e = {}, t = {}) => (t.locale ?? d(), Vc(e))), Uc = () => "From version", Wc = ((e = {}, t = {}) => (t.locale ?? d(), Uc(e))), Gc = () => "To version", Kc = ((e = {}, t = {}) => (t.locale ?? d(), Gc(e))), qc = (e) => `${e?.added} added, ${e?.removed} removed, ${e?.modified} modified`, Jc = ((e, t = {}) => (t.locale ?? d(), qc(e))), Yc = () => "No differences between these versions.", Xc = ((e = {}, t = {}) => (t.locale ?? d(), Yc(e))), Zc = () => "Inline", Qc = ((e = {}, t = {}) => (t.locale ?? d(), Zc(e))), $c = () => "Side by side", el = ((e = {}, t = {}) => (t.locale ?? d(), $c(e))), tl = () => "Computing diff...", nl = ((e = {}, t = {}) => (t.locale ?? d(), tl(e))), rl = () => "Drop file here or click to upload", il = ((e = {}, t = {}) => (t.locale ?? d(), rl(e))), al = () => "Images, PDFs, docs, and text files", ol = ((e = {}, t = {}) => (t.locale ?? d(), al(e))), sl = (e) => `File too large (${e?.size}). Max 10MB.`, cl = ((e, t = {}) => (t.locale ?? d(), sl(e))), ll = () => "Remove", ul = ((e = {}, t = {}) => (t.locale ?? d(), ll(e))), dl = () => "Welcome back", fl = ((e = {}, t = {}) => (t.locale ?? d(), dl(e))), pl = () => "Enter your credentials to access your documents", ml = ((e = {}, t = {}) => (t.locale ?? d(), pl(e))), hl = () => "Sign in", gl = ((e = {}, t = {}) => (t.locale ?? d(), hl(e))), _l = () => "Signing in...", vl = ((e = {}, t = {}) => (t.locale ?? d(), _l(e))), yl = () => "or", bl = ((e = {}, t = {}) => (t.locale ?? d(), yl(e))), xl = () => "Demo mode - use any email/password to sign in", Sl = ((e = {}, t = {}) => (t.locale ?? d(), xl(e))), Cl = () => "Login - DocsMint", wl = ((e = {}, t = {}) => (t.locale ?? d(), Cl(e))), Tl = () => "Create account", El = ((e = {}, t = {}) => (t.locale ?? d(), Tl(e))), Dl = () => "Get started with DocsMint", Ol = ((e = {}, t = {}) => (t.locale ?? d(), Dl(e))), kl = () => "Creating account...", Al = ((e = {}, t = {}) => (t.locale ?? d(), kl(e))), jl = () => "Register - DocsMint", Ml = ((e = {}, t = {}) => (t.locale ?? d(), jl(e))), Nl = () => "Home", Pl = ((e = {}, t = {}) => (t.locale ?? d(), Nl(e))), Fl = () => "Breadcrumb", Il = ((e = {}, t = {}) => (t.locale ?? d(), Fl(e))), Ll = () => "Saved", Rl = ((e = {}, t = {}) => (t.locale ?? d(), Ll(e))), zl = () => "Saving...", Bl = ((e = {}, t = {}) => (t.locale ?? d(), zl(e))), Vl = () => "Unsaved", Hl = ((e = {}, t = {}) => (t.locale ?? d(), Vl(e))), Ul = () => "Editor mode", Wl = ((e = {}, t = {}) => (t.locale ?? d(), Ul(e))), Gl = () => "WYSIWYG editor", Kl = ((e = {}, t = {}) => (t.locale ?? d(), Gl(e))), ql = () => "WYSIWYG mode", Jl = ((e = {}, t = {}) => (t.locale ?? d(), ql(e))), Yl = () => "Raw Markdown", Xl = ((e = {}, t = {}) => (t.locale ?? d(), Yl(e))), Zl = () => "Markdown mode", Ql = ((e = {}, t = {}) => (t.locale ?? d(), Zl(e))), $l = () => "Share document", eu = ((e = {}, t = {}) => (t.locale ?? d(), $l(e))), tu = () => "More options", nu = ((e = {}, t = {}) => (t.locale ?? d(), tu(e))), ru = () => "Export as .md", iu = ((e = {}, t = {}) => (t.locale ?? d(), ru(e))), au = () => "Copy link", ou = ((e = {}, t = {}) => (t.locale ?? d(), au(e))), su = () => "Copy content", cu = ((e = {}, t = {}) => (t.locale ?? d(), su(e))), lu = () => "Dismiss error", uu = ((e = {}, t = {}) => (t.locale ?? d(), lu(e))), du = () => "Delete this document? This cannot be undone.", fu = ((e = {}, t = {}) => (t.locale ?? d(), du(e))), pu = () => "Failed to save content", mu = ((e = {}, t = {}) => (t.locale ?? d(), pu(e))), hu = () => "Failed to save title", gu = ((e = {}, t = {}) => (t.locale ?? d(), hu(e))), _u = () => "Failed to delete document", vu = ((e = {}, t = {}) => (t.locale ?? d(), _u(e))), yu = (e) => `${e?.title} - DocsMint`, bu = ((e, t = {}) => (t.locale ?? d(), yu(e))), xu = () => "Failed to load tags", Su = ((e = {}, t = {}) => (t.locale ?? d(), xu(e))), Cu = () => "Failed to add tag", wu = ((e = {}, t = {}) => (t.locale ?? d(), Cu(e))), Tu = () => "Failed to remove tag", Eu = ((e = {}, t = {}) => (t.locale ?? d(), Tu(e))), Du = () => "Add tag", Ou = ((e = {}, t = {}) => (t.locale ?? d(), Du(e))), ku = () => "Remove tag", Au = ((e = {}, t = {}) => (t.locale ?? d(), ku(e))), ju = () => "No tags available", Mu = ((e = {}, t = {}) => (t.locale ?? d(), ju(e))), Nu = () => "Tag menu", Pu = ((e = {}, t = {}) => (t.locale ?? d(), Nu(e))), Fu = () => "Click to rename", Iu = ((e = {}, t = {}) => (t.locale ?? d(), Fu(e))), Lu = () => "New Subfolder", Ru = ((e = {}, t = {}) => (t.locale ?? d(), Lu(e))), zu = () => "This folder is empty", Bu = ((e = {}, t = {}) => (t.locale ?? d(), zu(e))), Vu = () => "Create a document or subfolder to get started", Hu = ((e = {}, t = {}) => (t.locale ?? d(), Vu(e))), Uu = (e) => `${e?.name} - DocsMint`, Wu = ((e, t = {}) => (t.locale ?? d(), Uu(e))), Gu = () => "Name", Ku = ((e = {}, t = {}) => (t.locale ?? d(), Gu(e))), qu = () => "Date modified", Ju = ((e = {}, t = {}) => (t.locale ?? d(), qu(e))), Yu = () => "Date created", Xu = ((e = {}, t = {}) => (t.locale ?? d(), Yu(e))), Zu = () => "Shared Content - DocsMint", Qu = ((e = {}, t = {}) => (t.locale ?? d(), Zu(e))), $u = () => "Failed to load shared content", ed = ((e = {}, t = {}) => (t.locale ?? d(), $u(e))), td = () => "Network error", nd = ((e = {}, t = {}) => (t.locale ?? d(), td(e))), rd = () => "Go to homepage", id = ((e = {}, t = {}) => (t.locale ?? d(), rd(e))), ad = () => "Enter password", od = ((e = {}, t = {}) => (t.locale ?? d(), ad(e))), sd = () => "Access content", cd = ((e = {}, t = {}) => (t.locale ?? d(), sd(e))), ld = () => "Incorrect password. Please try again.", ud = ((e = {}, t = {}) => (t.locale ?? d(), ld(e))), dd = () => "Missing share token", fd = ((e = {}, t = {}) => (t.locale ?? d(), dd(e))), pd = () => "Shared via DocsMint", md = ((e = {}, t = {}) => (t.locale ?? d(), pd(e))), hd = () => "Copied", gd = ((e = {}, t = {}) => (t.locale ?? d(), hd(e))), _d = () => "Empty document", vd = ((e = {}, t = {}) => (t.locale ?? d(), _d(e))), yd = () => "This folder is empty", bd = ((e = {}, t = {}) => (t.locale ?? d(), yd(e))), xd = () => "Settings - DocsMint", Sd = ((e = {}, t = {}) => (t.locale ?? d(), xd(e))), Cd = () => "Embedding", wd = ((e = {}, t = {}) => (t.locale ?? d(), Cd(e))), Td = () => "Danger", Ed = ((e = {}, t = {}) => (t.locale ?? d(), Td(e))), Dd = () => "Saving...", Od = ((e = {}, t = {}) => (t.locale ?? d(), Dd(e))), kd = () => "Saved!", Ad = ((e = {}, t = {}) => (t.locale ?? d(), kd(e))), jd = () => "Embedding Configuration", Md = ((e = {}, t = {}) => (t.locale ?? d(), jd(e))), Nd = () => "Base URL", Pd = ((e = {}, t = {}) => (t.locale ?? d(), Nd(e))), Fd = () => "API Key", Id = ((e = {}, t = {}) => (t.locale ?? d(), Fd(e))), Ld = () => "Model", Rd = ((e = {}, t = {}) => (t.locale ?? d(), Ld(e))), zd = () => "Fallback Provider", Bd = ((e = {}, t = {}) => (t.locale ?? d(), zd(e))), Vd = () => "Fallback Base URL", Hd = ((e = {}, t = {}) => (t.locale ?? d(), Vd(e))), Ud = () => "Fallback API Key", Wd = ((e = {}, t = {}) => (t.locale ?? d(), Ud(e))), Gd = () => "Fallback Model", Kd = ((e = {}, t = {}) => (t.locale ?? d(), Gd(e))), qd = () => "Save config", Jd = ((e = {}, t = {}) => (t.locale ?? d(), qd(e))), Yd = () => "Dark mode", Xd = ((e = {}, t = {}) => (t.locale ?? d(), Yd(e))), Zd = () => "Toggle dark theme", Qd = ((e = {}, t = {}) => (t.locale ?? d(), Zd(e))), $d = () => "Toggle dark mode", ef = ((e = {}, t = {}) => (t.locale ?? d(), $d(e))), tf = () => "Danger Zone", nf = ((e = {}, t = {}) => (t.locale ?? d(), tf(e))), rf = () => "Permanently delete your account and all associated data. This action cannot be undone.", af = ((e = {}, t = {}) => (t.locale ?? d(), rf(e))), of = () => "Are you sure?", sf = ((e = {}, t = {}) => (t.locale ?? d(), of(e))), cf = () => "Yes, delete", lf = ((e = {}, t = {}) => (t.locale ?? d(), cf(e))), uf = () => "Failed to delete account", df = ((e = {}, t = {}) => (t.locale ?? d(), uf(e))), ff = (e) => `Search: ${e?.query}`, pf = ((e, t = {}) => (t.locale ?? d(), ff(e))), mf = () => "Search documents by title, content, or tags...", hf = ((e = {}, t = {}) => (t.locale ?? d(), mf(e))), gf = () => "Clear search", _f = ((e = {}, t = {}) => (t.locale ?? d(), gf(e))), vf = () => "Toggle filters", yf = ((e = {}, t = {}) => (t.locale ?? d(), vf(e))), bf = () => "Close filters", xf = ((e = {}, t = {}) => (t.locale ?? d(), bf(e))), Sf = () => "Clear all filters", Cf = ((e = {}, t = {}) => (t.locale ?? d(), Sf(e))), wf = () => "Folders", Tf = ((e = {}, t = {}) => (t.locale ?? d(), wf(e))), Ef = () => "Date range", Df = ((e = {}, t = {}) => (t.locale ?? d(), Ef(e))), Of = () => "Searching...", kf = ((e = {}, t = {}) => (t.locale ?? d(), Of(e))), Af = () => "Semantic search is still working", jf = ((e = {}, t = {}) => (t.locale ?? d(), Af(e))), Mf = () => "Checking meaning, related concepts, and knowledge graph connections. Results will appear automatically.", Nf = ((e = {}, t = {}) => (t.locale ?? d(), Mf(e))), Pf = (e) => `${e?.count} result for`, Ff = ((e, t = {}) => (t.locale ?? d(), Pf(e))), If = (e) => `${e?.count} results for`, Lf = ((e, t = {}) => (t.locale ?? d(), If(e))), Rf = () => "Search results pages", zf = ((e = {}, t = {}) => (t.locale ?? d(), Rf(e))), Bf = () => "Previous page", Vf = ((e = {}, t = {}) => (t.locale ?? d(), Bf(e))), Hf = () => "Next page", Uf = ((e = {}, t = {}) => (t.locale ?? d(), Hf(e))), Wf = (e) => `Page ${e?.num}`, Gf = ((e, t = {}) => (t.locale ?? d(), Wf(e))), Kf = (e) => `We couldn't find anything matching "${e?.query}".`, qf = ((e, t = {}) => (t.locale ?? d(), Kf(e))), Jf = () => "Try different keywords, check your spelling, or broaden your search.", Yf = ((e = {}, t = {}) => (t.locale ?? d(), Jf(e))), Xf = () => "New search", Zf = ((e = {}, t = {}) => (t.locale ?? d(), Xf(e))), Qf = () => "Try searching for", $f = ((e = {}, t = {}) => (t.locale ?? d(), Qf(e))), ep = () => "Search your knowledge base", tp = ((e = {}, t = {}) => (t.locale ?? d(), ep(e))), np = () => "Find documents by title, content, or tags. Use filters to narrow down results.", rp = ((e = {}, t = {}) => (t.locale ?? d(), np(e))), ip = () => "Popular searches", ap = ((e = {}, t = {}) => (t.locale ?? d(), ip(e))), op = () => "Relevance", sp = ((e = {}, t = {}) => (t.locale ?? d(), op(e))), cp = () => "Date (newest first)", lp = ((e = {}, t = {}) => (t.locale ?? d(), cp(e))), up = () => "Date (oldest first)", dp = ((e = {}, t = {}) => (t.locale ?? d(), up(e))), fp = () => "Name (A-Z)", pp = ((e = {}, t = {}) => (t.locale ?? d(), fp(e))), mp = () => "Name (Z-A)", hp = ((e = {}, t = {}) => (t.locale ?? d(), mp(e))), gp = () => "Filter", _p = ((e = {}, t = {}) => (t.locale ?? d(), gp(e))), vp = () => "Sort results", yp = ((e = {}, t = {}) => (t.locale ?? d(), vp(e))), bp = () => "All", xp = ((e = {}, t = {}) => (t.locale ?? d(), bp(e))), Sp = () => "January", Cp = ((e = {}, t = {}) => (t.locale ?? d(), Sp(e))), wp = () => "February", Tp = ((e = {}, t = {}) => (t.locale ?? d(), wp(e))), Ep = () => "March", Dp = ((e = {}, t = {}) => (t.locale ?? d(), Ep(e))), Op = () => "April", kp = ((e = {}, t = {}) => (t.locale ?? d(), Op(e))), Ap = () => "May", jp = ((e = {}, t = {}) => (t.locale ?? d(), Ap(e))), Mp = () => "June", Np = ((e = {}, t = {}) => (t.locale ?? d(), Mp(e))), Pp = () => "July", Fp = ((e = {}, t = {}) => (t.locale ?? d(), Pp(e))), Ip = () => "August", Lp = ((e = {}, t = {}) => (t.locale ?? d(), Ip(e))), Rp = () => "September", zp = ((e = {}, t = {}) => (t.locale ?? d(), Rp(e))), Bp = () => "October", Vp = ((e = {}, t = {}) => (t.locale ?? d(), Bp(e))), Hp = () => "November", Up = ((e = {}, t = {}) => (t.locale ?? d(), Hp(e))), Wp = () => "December", Gp = ((e = {}, t = {}) => (t.locale ?? d(), Wp(e))), Kp = () => "Mo", qp = ((e = {}, t = {}) => (t.locale ?? d(), Kp(e))), Jp = () => "Tu", Yp = ((e = {}, t = {}) => (t.locale ?? d(), Jp(e))), Xp = () => "We", Zp = ((e = {}, t = {}) => (t.locale ?? d(), Xp(e))), Qp = () => "Th", $p = ((e = {}, t = {}) => (t.locale ?? d(), Qp(e))), em = () => "Fr", tm = ((e = {}, t = {}) => (t.locale ?? d(), em(e))), nm = () => "Sa", rm = ((e = {}, t = {}) => (t.locale ?? d(), nm(e))), im = () => "Su", am = ((e = {}, t = {}) => (t.locale ?? d(), im(e))), om = () => "Select date", sm = ((e = {}, t = {}) => (t.locale ?? d(), om(e))), cm = () => "Clear", lm = ((e = {}, t = {}) => (t.locale ?? d(), cm(e))), um = () => "Choose date", dm = ((e = {}, t = {}) => (t.locale ?? d(), um(e))), fm = () => "Previous month", pm = ((e = {}, t = {}) => (t.locale ?? d(), fm(e))), mm = () => "Next month", hm = ((e = {}, t = {}) => (t.locale ?? d(), mm(e))), gm = () => "Validation error", _m = ((e = {}, t = {}) => (t.locale ?? d(), gm(e))), vm = () => "Too many requests. Please try again later.", ym = ((e = {}, t = {}) => (t.locale ?? d(), vm(e))), bm = () => "Failed to save document", xm = ((e = {}, t = {}) => (t.locale ?? d(), bm(e))), Sm = () => "Failed to load document", Cm = ((e = {}, t = {}) => (t.locale ?? d(), Sm(e))), wm = () => "Search failed", Tm = ((e = {}, t = {}) => (t.locale ?? d(), wm(e))), Em = () => "Table", Dm = ((e = {}, t = {}) => (t.locale ?? d(), Em(e))), Om = () => "Anonymous", km = ((e = {}, t = {}) => (t.locale ?? d(), Om(e))), Am = () => "Saving too quickly. Please wait.", jm = ((e = {}, t = {}) => (t.locale ?? d(), Am(e))), Mm = () => "Yellow", Nm = ((e = {}, t = {}) => (t.locale ?? d(), Mm(e))), Pm = () => "Orange", Fm = ((e = {}, t = {}) => (t.locale ?? d(), Pm(e))), Im = () => "Red", Lm = ((e = {}, t = {}) => (t.locale ?? d(), Im(e))), Rm = () => "Green", zm = ((e = {}, t = {}) => (t.locale ?? d(), Rm(e))), Bm = () => "Blue", Vm = ((e = {}, t = {}) => (t.locale ?? d(), Bm(e))), Hm = () => "Purple", Um = ((e = {}, t = {}) => (t.locale ?? d(), Hm(e))), Wm = () => "Pink", Gm = ((e = {}, t = {}) => (t.locale ?? d(), Wm(e))), Km = () => "Gray", qm = ((e = {}, t = {}) => (t.locale ?? d(), Km(e))), Jm = () => "Copy text", Ym = ((e = {}, t = {}) => (t.locale ?? d(), Jm(e))), Xm = () => "Import", Zm = ((e = {}, t = {}) => (t.locale ?? d(), Xm(e))), Qm = () => "Filter:", $m = ((e = {}, t = {}) => (t.locale ?? d(), Qm(e))), eh = () => "Untitled Document", th = ((e = {}, t = {}) => (t.locale ?? d(), eh(e))), nh = () => "No folder", rh = ((e = {}, t = {}) => (t.locale ?? d(), nh(e))), ih = () => "Move to root", ah = ((e = {}, t = {}) => (t.locale ?? d(), ih(e))), oh = () => "New folder", sh = ((e = {}, t = {}) => (t.locale ?? d(), oh(e))), ch = () => "New folder name", lh = ((e = {}, t = {}) => (t.locale ?? d(), ch(e))), uh = () => "Change folder", dh = ((e = {}, t = {}) => (t.locale ?? d(), uh(e))), fh = () => "New folder name input", ph = ((e = {}, t = {}) => (t.locale ?? d(), fh(e))), mh = () => "Powered by DocsMint", hh = ((e = {}, t = {}) => (t.locale ?? d(), mh(e))), gh = () => "Scroll to top", _h = ((e = {}, t = {}) => (t.locale ?? d(), gh(e))), vh = () => "Custom color", yh = ((e = {}, t = {}) => (t.locale ?? d(), vh(e))), bh = () => "No versions yet.", xh = ((e = {}, t = {}) => (t.locale ?? d(), bh(e))), Sh = () => "Toggle switch", Ch = ((e = {}, t = {}) => (t.locale ?? d(), Sh(e))), wh = () => "Categories", $ = ((e = {}, t = {}) => (t.locale ?? d(), wh(e))), Th = () => "New category", Eh = ((e = {}, t = {}) => (t.locale ?? d(), Th(e))), Dh = () => "New category", Oh = ((e = {}, t = {}) => (t.locale ?? d(), Dh(e))), kh = () => "Rename category", Ah = ((e = {}, t = {}) => (t.locale ?? d(), kh(e))), jh = () => "Category name", Mh = ((e = {}, t = {}) => (t.locale ?? d(), jh(e))), Nh = () => "Failed to load categories", Ph = ((e = {}, t = {}) => (t.locale ?? d(), Nh(e))), Fh = () => "Failed to create category", Ih = ((e = {}, t = {}) => (t.locale ?? d(), Fh(e))), Lh = () => "Failed to update category", Rh = ((e = {}, t = {}) => (t.locale ?? d(), Lh(e))), zh = () => "Failed to delete category", Bh = ((e = {}, t = {}) => (t.locale ?? d(), zh(e))), Vh = () => "Delete category", Hh = ((e = {}, t = {}) => (t.locale ?? d(), Vh(e))), Uh = () => "Delete this category? It will be detached from any folders or documents it is assigned to. This cannot be undone.", Wh = ((e = {}, t = {}) => (t.locale ?? d(), Uh(e))), Gh = () => "Category deleted", Kh = ((e = {}, t = {}) => (t.locale ?? d(), Gh(e))), qh = () => "It was detached from its folders and documents.", Jh = ((e = {}, t = {}) => (t.locale ?? d(), qh(e))), Yh = () => "No categories yet", Xh = ((e = {}, t = {}) => (t.locale ?? d(), Yh(e))), Zh = (e) => `${e?.count} docs`, Qh = ((e, t = {}) => (t.locale ?? d(), Zh(e))), $h = (e) => `${e?.count} folders`, eg = ((e, t = {}) => (t.locale ?? d(), $h(e))), tg = () => "Failed to assign category", ng = ((e = {}, t = {}) => (t.locale ?? d(), tg(e))), rg = () => "Uncategorized", ig = ((e = {}, t = {}) => (t.locale ?? d(), rg(e))), ag = () => "Quick search", og = ((e = {}, t = {}) => (t.locale ?? d(), ag(e))), sg = () => "Search documents and commands...", cg = ((e = {}, t = {}) => (t.locale ?? d(), sg(e))), lg = () => "Type to search documents", ug = ((e = {}, t = {}) => (t.locale ?? d(), lg(e))), dg = () => "No matches", fg = ((e = {}, t = {}) => (t.locale ?? d(), dg(e))), pg = () => "Documents", mg = ((e = {}, t = {}) => (t.locale ?? d(), pg(e))), hg = () => "Commands", gg = ((e = {}, t = {}) => (t.locale ?? d(), hg(e))), _g = () => "New document", vg = ((e = {}, t = {}) => (t.locale ?? d(), _g(e))), yg = () => "Open search page", bg = ((e = {}, t = {}) => (t.locale ?? d(), yg(e))), xg = () => "Open settings", Sg = ((e = {}, t = {}) => (t.locale ?? d(), xg(e))), Cg = () => "Show keyboard shortcuts", wg = ((e = {}, t = {}) => (t.locale ?? d(), Cg(e))), Tg = (e) => `Press ${e?.keys} to open quick search`, Eg = ((e, t = {}) => (t.locale ?? d(), Tg(e))), Dg = () => "Use arrows to navigate, Enter to select", Og = ((e = {}, t = {}) => (t.locale ?? d(), Dg(e))), kg = () => "Quick search dialog", Ag = ((e = {}, t = {}) => (t.locale ?? d(), kg(e))), jg = () => "Keyboard shortcuts", Mg = ((e = {}, t = {}) => (t.locale ?? d(), jg(e))), Ng = (e) => `Press ${e?.keys} anytime to toggle this dialog`, Pg = ((e, t = {}) => (t.locale ?? d(), Ng(e))), Fg = () => "Global", Ig = ((e = {}, t = {}) => (t.locale ?? d(), Fg(e))), Lg = () => "Editor", Rg = ((e = {}, t = {}) => (t.locale ?? d(), Lg(e))), zg = () => "Dialog", Bg = ((e = {}, t = {}) => (t.locale ?? d(), zg(e))), Vg = () => "Lists", Hg = ((e = {}, t = {}) => (t.locale ?? d(), Vg(e))), Ug = () => "Close shortcuts", Wg = ((e = {}, t = {}) => (t.locale ?? d(), Ug(e))), Gg = () => "No shortcuts registered", Kg = ((e = {}, t = {}) => (t.locale ?? d(), Gg(e))), qg = () => "Open quick search", Jg = ((e = {}, t = {}) => (t.locale ?? d(), qg(e))), Yg = () => "Export document", Xg = ((e = {}, t = {}) => (t.locale ?? d(), Yg(e))), Zg = () => "Toggle markdown view", Qg = ((e = {}, t = {}) => (t.locale ?? d(), Zg(e))), $g = () => "Show keyboard shortcuts", e_ = ((e = {}, t = {}) => (t.locale ?? d(), $g(e))), t_ = () => "Close dialog or panel", n_ = ((e = {}, t = {}) => (t.locale ?? d(), t_(e))), r_ = () => "Importing documents", i_ = ((e = {}, t = {}) => (t.locale ?? d(), r_(e))), a_ = (e) => `${e?.done} of ${e?.total} complete`, o_ = ((e, t = {}) => (t.locale ?? d(), a_(e))), s_ = () => "Uploading", c_ = ((e = {}, t = {}) => (t.locale ?? d(), s_(e))), l_ = () => "Processing", u_ = ((e = {}, t = {}) => (t.locale ?? d(), l_(e))), d_ = () => "Done", f_ = ((e = {}, t = {}) => (t.locale ?? d(), d_(e))), p_ = () => "Failed", m_ = ((e = {}, t = {}) => (t.locale ?? d(), p_(e))), h_ = (e) => `${e?.imported} imported, ${e?.failed} failed`, g_ = ((e, t = {}) => (t.locale ?? d(), h_(e))), __ = () => "View all documents", v_ = ((e = {}, t = {}) => (t.locale ?? d(), __(e))), y_ = () => "Close", b_ = ((e = {}, t = {}) => (t.locale ?? d(), y_(e))), x_ = () => "No files selected", S_ = ((e = {}, t = {}) => (t.locale ?? d(), x_(e))), C_ = () => "View import summary", w_ = ((e = {}, t = {}) => (t.locale ?? d(), C_(e))), T_ = () => "Title match boosted", E_ = ((e = {}, t = {}) => (t.locale ?? d(), T_(e))), D_ = () => "Title match", O_ = ((e = {}, t = {}) => (t.locale ?? d(), D_(e))), k_ = /* @__PURE__ */ e({
119
+ action_back: () => lo,
120
+ action_cancel: () => Za,
121
+ action_close: () => ao,
122
+ action_confirm: () => so,
123
+ action_copy_content: () => cu,
124
+ action_copy_link: () => ou,
125
+ action_create: () => ro,
126
+ action_delete: () => $a,
127
+ action_done: () => fo,
128
+ action_edit: () => to,
129
+ action_go_to: () => mo,
130
+ action_loading: () => go,
131
+ action_save: () => Ya,
132
+ app_description: () => _e,
133
+ app_name: () => h,
134
+ aria_breadcrumb: () => Il,
135
+ attachment_drop_here: () => il,
136
+ attachment_file_too_large: () => cl,
137
+ attachment_remove: () => ul,
138
+ attachment_types_hint: () => ol,
139
+ auth_confirm_password: () => da,
140
+ auth_email: () => sa,
141
+ auth_email_required: () => Ta,
142
+ auth_forgot_password: () => pa,
143
+ auth_has_account: () => _a,
144
+ auth_login: () => ra,
145
+ auth_login_error: () => ya,
146
+ auth_logout: () => Na,
147
+ auth_name_placeholder: () => ja,
148
+ auth_no_account: () => ha,
149
+ auth_password: () => la,
150
+ auth_password_min: () => ka,
151
+ auth_password_mismatch: () => Ca,
152
+ auth_password_required: () => Da,
153
+ auth_signup: () => aa,
154
+ auth_signup_error: () => xa,
155
+ breadcrumb_home: () => Pl,
156
+ categories_assign_error: () => ng,
157
+ categories_count_docs: () => Qh,
158
+ categories_count_folders: () => eg,
159
+ categories_create_error: () => Ih,
160
+ categories_create_title: () => Oh,
161
+ categories_delete_description: () => Wh,
162
+ categories_delete_error: () => Bh,
163
+ categories_delete_success: () => Kh,
164
+ categories_delete_success_description: () => Jh,
165
+ categories_delete_title: () => Hh,
166
+ categories_edit_title: () => Ah,
167
+ categories_empty: () => Xh,
168
+ categories_load_error: () => Ph,
169
+ categories_name_placeholder: () => Mh,
170
+ categories_new: () => Eh,
171
+ categories_title: () => $,
172
+ categories_update_error: () => Rh,
173
+ change_password: () => Zi,
174
+ confirm_password: () => Yi,
175
+ dashboard_empty_description: () => He,
176
+ dashboard_empty_title: () => Be,
177
+ dashboard_error_retry: () => Re,
178
+ dashboard_error_title: () => Ie,
179
+ dashboard_filter_label: () => $m,
180
+ dashboard_import: () => Zm,
181
+ dashboard_loading: () => Pe,
182
+ dashboard_new_document: () => b,
183
+ dashboard_page_title: () => x,
184
+ dashboard_subtitle: () => y,
185
+ dashboard_title: () => v,
186
+ dashboard_untitled_document: () => th,
187
+ date_picker_aria: () => dm,
188
+ date_picker_clear: () => lm,
189
+ date_picker_next_month: () => hm,
190
+ date_picker_placeholder: () => sm,
191
+ date_picker_prev_month: () => pm,
192
+ doc_change_folder: () => dh,
193
+ doc_chars: () => mt,
194
+ doc_content_placeholder: () => w,
195
+ doc_create_success: () => $e,
196
+ doc_delete: () => A,
197
+ doc_delete_confirm: () => T,
198
+ doc_delete_confirm_hard: () => fu,
199
+ doc_delete_error: () => vu,
200
+ doc_delete_success: () => E,
201
+ doc_delete_success_description: () => D,
202
+ doc_duplicate: () => P,
203
+ doc_last_edited: () => ut,
204
+ doc_load_error: () => rt,
205
+ doc_move_to_folder: () => F,
206
+ doc_move_to_root: () => ah,
207
+ doc_new_folder: () => sh,
208
+ doc_new_folder_name: () => lh,
209
+ doc_new_folder_name_aria: () => ph,
210
+ doc_no_folder: () => rh,
211
+ doc_not_found: () => tt,
212
+ doc_open: () => N,
213
+ doc_open_menu: () => M,
214
+ doc_page_title: () => bu,
215
+ doc_save_content_error: () => mu,
216
+ doc_save_success: () => Ze,
217
+ doc_save_title_error: () => gu,
218
+ doc_share: () => k,
219
+ doc_tags: () => O,
220
+ doc_title_label: () => C,
221
+ doc_title_placeholder: () => S,
222
+ doc_updated: () => j,
223
+ doc_versions: () => ot,
224
+ doc_words: () => ft,
225
+ editor_anonymous: () => km,
226
+ editor_content_label: () => Js,
227
+ editor_enter_url: () => Ks,
228
+ editor_export_md: () => iu,
229
+ editor_highlight_blue: () => Vm,
230
+ editor_highlight_gray: () => qm,
231
+ editor_highlight_green: () => zm,
232
+ editor_highlight_orange: () => Fm,
233
+ editor_highlight_pink: () => Gm,
234
+ editor_highlight_purple: () => Um,
235
+ editor_highlight_red: () => Lm,
236
+ editor_highlight_yellow: () => Nm,
237
+ editor_markdown_label: () => Qs,
238
+ editor_markdown_mode_label: () => Ql,
239
+ editor_markdown_placeholder: () => Xs,
240
+ editor_markdown_title: () => Xl,
241
+ editor_mode_label: () => Wl,
242
+ editor_more_options: () => nu,
243
+ editor_saving_rate_limited: () => jm,
244
+ editor_share_label: () => eu,
245
+ editor_status_saved: () => Rl,
246
+ editor_status_saving: () => Bl,
247
+ editor_status_unsaved: () => Hl,
248
+ editor_toolbar_align: () => Ms,
249
+ editor_toolbar_align_center: () => Is,
250
+ editor_toolbar_align_justify: () => Bs,
251
+ editor_toolbar_align_left: () => Ps,
252
+ editor_toolbar_align_right: () => Rs,
253
+ editor_toolbar_blockquote: () => gs,
254
+ editor_toolbar_bold: () => Ho,
255
+ editor_toolbar_bullet_list: () => es,
256
+ editor_toolbar_code: () => Jo,
257
+ editor_toolbar_code_block: () => vs,
258
+ editor_toolbar_copied: () => Ws,
259
+ editor_toolbar_copy: () => Hs,
260
+ editor_toolbar_emoji: () => As,
261
+ editor_toolbar_heading: () => os,
262
+ editor_toolbar_heading_1: () => us,
263
+ editor_toolbar_heading_2: () => fs,
264
+ editor_toolbar_heading_3: () => ms,
265
+ editor_toolbar_highlight: () => Es,
266
+ editor_toolbar_horizontal_rule: () => bs,
267
+ editor_toolbar_image: () => Qo,
268
+ editor_toolbar_italic: () => Wo,
269
+ editor_toolbar_link: () => Xo,
270
+ editor_toolbar_list: () => is,
271
+ editor_toolbar_ordered_list: () => ns,
272
+ editor_toolbar_paragraph: () => cs,
273
+ editor_toolbar_redo: () => ws,
274
+ editor_toolbar_table: () => Dm,
275
+ editor_toolbar_text_formatting: () => Os,
276
+ editor_toolbar_underline: () => Ko,
277
+ editor_toolbar_undo: () => Ss,
278
+ editor_wysiwyg_mode_label: () => Jl,
279
+ editor_wysiwyg_title: () => Kl,
280
+ error_dismiss: () => uu,
281
+ error_document_load: () => Cm,
282
+ error_document_save: () => xm,
283
+ error_forbidden: () => Va,
284
+ error_generic: () => Fa,
285
+ error_network: () => Ua,
286
+ error_not_found: () => La,
287
+ error_rate_limited: () => ym,
288
+ error_search_failed: () => Tm,
289
+ error_server: () => qa,
290
+ error_timeout: () => Ga,
291
+ error_unauthorized: () => za,
292
+ error_validation: () => _m,
293
+ folder_click_to_rename: () => Iu,
294
+ folder_empty_description: () => Hu,
295
+ folder_empty_title: () => Bu,
296
+ folder_new_subfolder: () => Ru,
297
+ folder_page_title: () => Wu,
298
+ folders_delete: () => B,
299
+ folders_delete_confirm: () => At,
300
+ folders_delete_description: () => H,
301
+ folders_delete_success: () => U,
302
+ folders_delete_success_description: () => W,
303
+ folders_delete_title: () => V,
304
+ folders_document: () => q,
305
+ folders_documents: () => K,
306
+ folders_empty: () => L,
307
+ folders_empty_description: () => R,
308
+ folders_move: () => X,
309
+ folders_name_placeholder: () => G,
310
+ folders_new: () => I,
311
+ folders_rename: () => z,
312
+ folders_subfolder: () => Y,
313
+ folders_subfolders: () => J,
314
+ folders_subtitle: () => Ct,
315
+ folders_title: () => xt,
316
+ import_progress_close: () => b_,
317
+ import_progress_done: () => f_,
318
+ import_progress_empty: () => S_,
319
+ import_progress_error: () => m_,
320
+ import_progress_processing: () => u_,
321
+ import_progress_summary: () => g_,
322
+ import_progress_title: () => i_,
323
+ import_progress_total: () => o_,
324
+ import_progress_uploading: () => c_,
325
+ import_progress_view_all: () => v_,
326
+ import_results_link: () => w_,
327
+ import_title_match_boosted: () => E_,
328
+ login_demo_hint: () => Sl,
329
+ login_loading: () => vl,
330
+ login_or: () => bl,
331
+ login_page_title: () => wl,
332
+ login_submit: () => gl,
333
+ login_subtitle: () => ml,
334
+ login_title: () => fl,
335
+ month_april: () => kp,
336
+ month_august: () => Lp,
337
+ month_december: () => Gp,
338
+ month_february: () => Tp,
339
+ month_january: () => Cp,
340
+ month_july: () => Fp,
341
+ month_june: () => Np,
342
+ month_march: () => Dp,
343
+ month_may: () => jp,
344
+ month_november: () => Up,
345
+ month_october: () => Vp,
346
+ month_september: () => zp,
347
+ nav_dashboard: () => ye,
348
+ nav_documents: () => g,
349
+ nav_folders: () => _,
350
+ nav_logout: () => ke,
351
+ nav_search: () => Te,
352
+ nav_settings: () => De,
353
+ nav_tags: () => Ce,
354
+ new_password: () => qi,
355
+ password_label: () => Gi,
356
+ quick_search_aria: () => Ag,
357
+ quick_search_command_new_doc: () => vg,
358
+ quick_search_command_open_search: () => bg,
359
+ quick_search_command_open_settings: () => Sg,
360
+ quick_search_command_show_shortcuts: () => wg,
361
+ quick_search_empty: () => ug,
362
+ quick_search_hint: () => Eg,
363
+ quick_search_navigate_hint: () => Og,
364
+ quick_search_no_results: () => fg,
365
+ quick_search_placeholder: () => cg,
366
+ quick_search_section_commands: () => gg,
367
+ quick_search_section_documents: () => mg,
368
+ quick_search_title: () => og,
369
+ register_loading: () => Al,
370
+ register_page_title: () => Ml,
371
+ register_subtitle: () => Ol,
372
+ register_title: () => El,
373
+ scroll_to_top_aria: () => _h,
374
+ search_clear: () => _f,
375
+ search_clear_all_filters: () => Cf,
376
+ search_clear_filters: () => Ln,
377
+ search_close_filters: () => xf,
378
+ search_date_from: () => Nn,
379
+ search_date_range: () => Df,
380
+ search_date_to: () => Fn,
381
+ search_empty_description: () => rp,
382
+ search_empty_title: () => tp,
383
+ search_filter_all: () => xp,
384
+ search_filter_label: () => _p,
385
+ search_filter_label_aria: () => yp,
386
+ search_filters: () => Dn,
387
+ search_folder: () => kn,
388
+ search_folders: () => Tf,
389
+ search_input_placeholder: () => hf,
390
+ search_new_search: () => Zf,
391
+ search_next_page: () => Uf,
392
+ search_no_results: () => Cn,
393
+ search_no_results_description: () => Tn,
394
+ search_no_results_query: () => qf,
395
+ search_no_results_tip: () => Yf,
396
+ search_page_number: () => Gf,
397
+ search_pages_aria: () => zf,
398
+ search_placeholder: () => yn,
399
+ search_placeholder_shortcut: () => xn,
400
+ search_popular: () => ap,
401
+ search_previous_page: () => Vf,
402
+ search_relevance: () => Un,
403
+ search_result_for: () => Ff,
404
+ search_results_count: () => zn,
405
+ search_results_for: () => Lf,
406
+ search_searching: () => kf,
407
+ search_semantic_search_detail: () => Nf,
408
+ search_semantic_search_in_progress: () => jf,
409
+ search_suggestions: () => Vn,
410
+ search_tags: () => jn,
411
+ search_title: () => _n,
412
+ search_title_match_badge: () => O_,
413
+ search_title_with_query: () => pf,
414
+ search_toggle_filters: () => yf,
415
+ search_try_searching: () => $f,
416
+ settings_account: () => di,
417
+ settings_appearance: () => pi,
418
+ settings_change_password: () => Ui,
419
+ settings_danger_description: () => af,
420
+ settings_danger_title: () => nf,
421
+ settings_dark_mode: () => Xd,
422
+ settings_dark_mode_description: () => Qd,
423
+ settings_delete_account: () => $i,
424
+ settings_delete_account_confirm: () => ta,
425
+ settings_delete_confirm_text: () => sf,
426
+ settings_delete_confirm_yes: () => lf,
427
+ settings_delete_failed: () => df,
428
+ settings_email: () => ji,
429
+ settings_email_change_warning: () => Ni,
430
+ settings_embedding_api_key: () => Id,
431
+ settings_embedding_base_url: () => Pd,
432
+ settings_embedding_fallback_api_key: () => Wd,
433
+ settings_embedding_fallback_base_url: () => Hd,
434
+ settings_embedding_fallback_model: () => Kd,
435
+ settings_embedding_fallback_title: () => Bd,
436
+ settings_embedding_model: () => Rd,
437
+ settings_embedding_save: () => Jd,
438
+ settings_embedding_title: () => Md,
439
+ settings_invalid_email: () => Fi,
440
+ settings_language: () => hi,
441
+ settings_name: () => Li,
442
+ settings_page_title: () => Sd,
443
+ settings_profile: () => li,
444
+ settings_save: () => zi,
445
+ settings_saved: () => Vi,
446
+ settings_saved_status: () => Ad,
447
+ settings_saving: () => Od,
448
+ settings_tab_danger: () => Ed,
449
+ settings_tab_embedding: () => wd,
450
+ settings_theme: () => _i,
451
+ settings_theme_dark: () => xi,
452
+ settings_theme_light: () => yi,
453
+ settings_theme_system: () => Ci,
454
+ settings_title: () => si,
455
+ settings_toggle_dark_mode: () => ef,
456
+ share_access_button: () => cd,
457
+ share_add: () => Tr,
458
+ share_copied: () => gd,
459
+ share_copy: () => kr,
460
+ share_copy_link: () => Dr,
461
+ share_copy_text: () => Ym,
462
+ share_create_link: () => qn,
463
+ share_create_title: () => Gn,
464
+ share_creating: () => Yn,
465
+ share_empty_document: () => vd,
466
+ share_enter_password: () => rr,
467
+ share_expired: () => zr,
468
+ share_expired_label: () => Vr,
469
+ share_expires: () => sr,
470
+ share_expires_1d: () => pr,
471
+ share_expires_1h: () => dr,
472
+ share_expires_24h: () => hr,
473
+ share_expires_30d: () => yr,
474
+ share_expires_7d: () => _r,
475
+ share_expires_date: () => Gr,
476
+ share_expires_never: () => lr,
477
+ share_folder_empty: () => bd,
478
+ share_go_home: () => id,
479
+ share_guest_access: () => xr,
480
+ share_guest_label: () => Zr,
481
+ share_guests: () => Cr,
482
+ share_invalid_password: () => Lr,
483
+ share_link_copied: () => jr,
484
+ share_link_created: () => Nr,
485
+ share_load_error: () => ed,
486
+ share_missing_token: () => fd,
487
+ share_network_error: () => nd,
488
+ share_never_expires: () => Ur,
489
+ share_not_found: () => qr,
490
+ share_page_title: () => Qu,
491
+ share_password: () => Zn,
492
+ share_password_incorrect: () => ud,
493
+ share_password_label: () => ar,
494
+ share_password_placeholder: () => od,
495
+ share_password_protection: () => $n,
496
+ share_password_required: () => Fr,
497
+ share_rate_limited: () => Yr,
498
+ share_read_only: () => $r,
499
+ share_revoke_confirm: () => ri,
500
+ share_revoke_link: () => ti,
501
+ share_toggle_password: () => tr,
502
+ share_via_label: () => md,
503
+ share_yes: () => ai,
504
+ shortcut_cmd_e: () => Xg,
505
+ shortcut_cmd_k: () => Jg,
506
+ shortcut_cmd_shift_7: () => Qg,
507
+ shortcut_escape: () => n_,
508
+ shortcut_help_close: () => Wg,
509
+ shortcut_help_no_shortcuts: () => Kg,
510
+ shortcut_help_section_dialog: () => Bg,
511
+ shortcut_help_section_editor: () => Rg,
512
+ shortcut_help_section_global: () => Ig,
513
+ shortcut_help_section_list: () => Hg,
514
+ shortcut_help_subtitle: () => Pg,
515
+ shortcut_help_title: () => Mg,
516
+ shortcut_question: () => e_,
517
+ sidebar_all_documents: () => Mo,
518
+ sidebar_folders: () => Po,
519
+ sidebar_new_doc: () => Oo,
520
+ sidebar_powered_by: () => hh,
521
+ sidebar_recent: () => Ao,
522
+ sidebar_search_placeholder: () => Bo,
523
+ sidebar_settings: () => Ro,
524
+ sidebar_tags: () => Io,
525
+ sidebar_uncategorized: () => ig,
526
+ sort_date_created: () => Xu,
527
+ sort_date_modified: () => Ju,
528
+ sort_date_newest: () => lp,
529
+ sort_date_oldest: () => dp,
530
+ sort_name: () => Ku,
531
+ sort_name_asc: () => pp,
532
+ sort_name_desc: () => hp,
533
+ sort_relevance: () => sp,
534
+ tag_add_error: () => wu,
535
+ tag_add_label: () => Ou,
536
+ tag_custom_color: () => yh,
537
+ tag_drop_aria: () => Pu,
538
+ tag_no_tags_available: () => Mu,
539
+ tag_remove_error: () => Eu,
540
+ tag_remove_label: () => Au,
541
+ tags_add: () => hn,
542
+ tags_already_exists: () => pn,
543
+ tags_color: () => en,
544
+ tags_create_new: () => dn,
545
+ tags_delete_confirm: () => an,
546
+ tags_delete_description: () => ln,
547
+ tags_delete_title: () => sn,
548
+ tags_documents_count: () => nn,
549
+ tags_edit: () => Q,
550
+ tags_empty: () => Jt,
551
+ tags_empty_description: () => Xt,
552
+ tags_load_error: () => Su,
553
+ tags_name_placeholder: () => Qt,
554
+ tags_new: () => Z,
555
+ tags_subtitle: () => Wt,
556
+ tags_title: () => Ht,
557
+ theme_dark: () => Di,
558
+ theme_light: () => Ti,
559
+ theme_system: () => ki,
560
+ time_days_ago: () => wo,
561
+ time_hours_ago: () => So,
562
+ time_just_now: () => vo,
563
+ time_minutes_ago: () => bo,
564
+ time_weeks_ago: () => Eo,
565
+ ui_toggle_switch: () => Ch,
566
+ version_badge_snapshot: () => Pc,
567
+ version_create_snapshot: () => uc,
568
+ version_current: () => nc,
569
+ version_diff_empty: () => Xc,
570
+ version_diff_loading: () => nl,
571
+ version_diff_mode_inline: () => Qc,
572
+ version_diff_mode_side_by_side: () => el,
573
+ version_diff_pick_new: () => Kc,
574
+ version_diff_pick_old: () => Wc,
575
+ version_diff_stats: () => Jc,
576
+ version_filter_all: () => Ac,
577
+ version_filter_snapshots: () => Mc,
578
+ version_history_empty: () => xh,
579
+ version_history_title: () => ec,
580
+ version_restore: () => ic,
581
+ version_restore_confirm: () => cc,
582
+ version_restore_failed: () => Hc,
583
+ version_restore_short: () => oc,
584
+ version_restore_success: () => Bc,
585
+ version_restored_from: () => Ic,
586
+ version_restoring: () => Rc,
587
+ version_snapshot_create: () => bc,
588
+ version_snapshot_created: () => wc,
589
+ version_snapshot_creating: () => Sc,
590
+ version_snapshot_description: () => mc,
591
+ version_snapshot_description_placeholder: () => vc,
592
+ version_snapshot_dialog_description: () => Oc,
593
+ version_snapshot_dialog_title: () => Ec,
594
+ version_snapshot_label: () => fc,
595
+ version_snapshot_label_placeholder: () => gc,
596
+ weekday_fr: () => tm,
597
+ weekday_mo: () => qp,
598
+ weekday_sa: () => rm,
599
+ weekday_su: () => am,
600
+ weekday_th: () => $p,
601
+ weekday_tu: () => Yp,
602
+ weekday_we: () => Zp
603
+ }), A_ = /* @__PURE__ */ e({
604
+ action_back: () => lo,
605
+ action_cancel: () => Za,
606
+ action_close: () => ao,
607
+ action_confirm: () => so,
608
+ action_copy_content: () => cu,
609
+ action_copy_link: () => ou,
610
+ action_create: () => ro,
611
+ action_delete: () => $a,
612
+ action_done: () => fo,
613
+ action_edit: () => to,
614
+ action_go_to: () => mo,
615
+ action_loading: () => go,
616
+ action_save: () => Ya,
617
+ app_description: () => _e,
618
+ app_name: () => h,
619
+ aria_breadcrumb: () => Il,
620
+ attachment_drop_here: () => il,
621
+ attachment_file_too_large: () => cl,
622
+ attachment_remove: () => ul,
623
+ attachment_types_hint: () => ol,
624
+ auth_confirm_password: () => da,
625
+ auth_email: () => sa,
626
+ auth_email_required: () => Ta,
627
+ auth_forgot_password: () => pa,
628
+ auth_has_account: () => _a,
629
+ auth_login: () => ra,
630
+ auth_login_error: () => ya,
631
+ auth_logout: () => Na,
632
+ auth_name_placeholder: () => ja,
633
+ auth_no_account: () => ha,
634
+ auth_password: () => la,
635
+ auth_password_min: () => ka,
636
+ auth_password_mismatch: () => Ca,
637
+ auth_password_required: () => Da,
638
+ auth_signup: () => aa,
639
+ auth_signup_error: () => xa,
640
+ breadcrumb_home: () => Pl,
641
+ categories_assign_error: () => ng,
642
+ categories_count_docs: () => Qh,
643
+ categories_count_folders: () => eg,
644
+ categories_create_error: () => Ih,
645
+ categories_create_title: () => Oh,
646
+ categories_delete_description: () => Wh,
647
+ categories_delete_error: () => Bh,
648
+ categories_delete_success: () => Kh,
649
+ categories_delete_success_description: () => Jh,
650
+ categories_delete_title: () => Hh,
651
+ categories_edit_title: () => Ah,
652
+ categories_empty: () => Xh,
653
+ categories_load_error: () => Ph,
654
+ categories_name_placeholder: () => Mh,
655
+ categories_new: () => Eh,
656
+ categories_title: () => $,
657
+ categories_update_error: () => Rh,
658
+ change_password: () => Zi,
659
+ confirm_password: () => Yi,
660
+ dashboard_empty_description: () => He,
661
+ dashboard_empty_title: () => Be,
662
+ dashboard_error_retry: () => Re,
663
+ dashboard_error_title: () => Ie,
664
+ dashboard_filter_label: () => $m,
665
+ dashboard_import: () => Zm,
666
+ dashboard_loading: () => Pe,
667
+ dashboard_new_document: () => b,
668
+ dashboard_page_title: () => x,
669
+ dashboard_subtitle: () => y,
670
+ dashboard_title: () => v,
671
+ dashboard_untitled_document: () => th,
672
+ date_picker_aria: () => dm,
673
+ date_picker_clear: () => lm,
674
+ date_picker_next_month: () => hm,
675
+ date_picker_placeholder: () => sm,
676
+ date_picker_prev_month: () => pm,
677
+ doc_change_folder: () => dh,
678
+ doc_chars: () => mt,
679
+ doc_content_placeholder: () => w,
680
+ doc_create_success: () => $e,
681
+ doc_delete: () => A,
682
+ doc_delete_confirm: () => T,
683
+ doc_delete_confirm_hard: () => fu,
684
+ doc_delete_error: () => vu,
685
+ doc_delete_success: () => E,
686
+ doc_delete_success_description: () => D,
687
+ doc_duplicate: () => P,
688
+ doc_last_edited: () => ut,
689
+ doc_load_error: () => rt,
690
+ doc_move_to_folder: () => F,
691
+ doc_move_to_root: () => ah,
692
+ doc_new_folder: () => sh,
693
+ doc_new_folder_name: () => lh,
694
+ doc_new_folder_name_aria: () => ph,
695
+ doc_no_folder: () => rh,
696
+ doc_not_found: () => tt,
697
+ doc_open: () => N,
698
+ doc_open_menu: () => M,
699
+ doc_page_title: () => bu,
700
+ doc_save_content_error: () => mu,
701
+ doc_save_success: () => Ze,
702
+ doc_save_title_error: () => gu,
703
+ doc_share: () => k,
704
+ doc_tags: () => O,
705
+ doc_title_label: () => C,
706
+ doc_title_placeholder: () => S,
707
+ doc_updated: () => j,
708
+ doc_versions: () => ot,
709
+ doc_words: () => ft,
710
+ editor_anonymous: () => km,
711
+ editor_content_label: () => Js,
712
+ editor_enter_url: () => Ks,
713
+ editor_export_md: () => iu,
714
+ editor_highlight_blue: () => Vm,
715
+ editor_highlight_gray: () => qm,
716
+ editor_highlight_green: () => zm,
717
+ editor_highlight_orange: () => Fm,
718
+ editor_highlight_pink: () => Gm,
719
+ editor_highlight_purple: () => Um,
720
+ editor_highlight_red: () => Lm,
721
+ editor_highlight_yellow: () => Nm,
722
+ editor_markdown_label: () => Qs,
723
+ editor_markdown_mode_label: () => Ql,
724
+ editor_markdown_placeholder: () => Xs,
725
+ editor_markdown_title: () => Xl,
726
+ editor_mode_label: () => Wl,
727
+ editor_more_options: () => nu,
728
+ editor_saving_rate_limited: () => jm,
729
+ editor_share_label: () => eu,
730
+ editor_status_saved: () => Rl,
731
+ editor_status_saving: () => Bl,
732
+ editor_status_unsaved: () => Hl,
733
+ editor_toolbar_align: () => Ms,
734
+ editor_toolbar_align_center: () => Is,
735
+ editor_toolbar_align_justify: () => Bs,
736
+ editor_toolbar_align_left: () => Ps,
737
+ editor_toolbar_align_right: () => Rs,
738
+ editor_toolbar_blockquote: () => gs,
739
+ editor_toolbar_bold: () => Ho,
740
+ editor_toolbar_bullet_list: () => es,
741
+ editor_toolbar_code: () => Jo,
742
+ editor_toolbar_code_block: () => vs,
743
+ editor_toolbar_copied: () => Ws,
744
+ editor_toolbar_copy: () => Hs,
745
+ editor_toolbar_emoji: () => As,
746
+ editor_toolbar_heading: () => os,
747
+ editor_toolbar_heading_1: () => us,
748
+ editor_toolbar_heading_2: () => fs,
749
+ editor_toolbar_heading_3: () => ms,
750
+ editor_toolbar_highlight: () => Es,
751
+ editor_toolbar_horizontal_rule: () => bs,
752
+ editor_toolbar_image: () => Qo,
753
+ editor_toolbar_italic: () => Wo,
754
+ editor_toolbar_link: () => Xo,
755
+ editor_toolbar_list: () => is,
756
+ editor_toolbar_ordered_list: () => ns,
757
+ editor_toolbar_paragraph: () => cs,
758
+ editor_toolbar_redo: () => ws,
759
+ editor_toolbar_table: () => Dm,
760
+ editor_toolbar_text_formatting: () => Os,
761
+ editor_toolbar_underline: () => Ko,
762
+ editor_toolbar_undo: () => Ss,
763
+ editor_wysiwyg_mode_label: () => Jl,
764
+ editor_wysiwyg_title: () => Kl,
765
+ error_dismiss: () => uu,
766
+ error_document_load: () => Cm,
767
+ error_document_save: () => xm,
768
+ error_forbidden: () => Va,
769
+ error_generic: () => Fa,
770
+ error_network: () => Ua,
771
+ error_not_found: () => La,
772
+ error_rate_limited: () => ym,
773
+ error_search_failed: () => Tm,
774
+ error_server: () => qa,
775
+ error_timeout: () => Ga,
776
+ error_unauthorized: () => za,
777
+ error_validation: () => _m,
778
+ folder_click_to_rename: () => Iu,
779
+ folder_empty_description: () => Hu,
780
+ folder_empty_title: () => Bu,
781
+ folder_new_subfolder: () => Ru,
782
+ folder_page_title: () => Wu,
783
+ folders_delete: () => B,
784
+ folders_delete_confirm: () => At,
785
+ folders_delete_description: () => H,
786
+ folders_delete_success: () => U,
787
+ folders_delete_success_description: () => W,
788
+ folders_delete_title: () => V,
789
+ folders_document: () => q,
790
+ folders_documents: () => K,
791
+ folders_empty: () => L,
792
+ folders_empty_description: () => R,
793
+ folders_move: () => X,
794
+ folders_name_placeholder: () => G,
795
+ folders_new: () => I,
796
+ folders_rename: () => z,
797
+ folders_subfolder: () => Y,
798
+ folders_subfolders: () => J,
799
+ folders_subtitle: () => Ct,
800
+ folders_title: () => xt,
801
+ import_progress_close: () => b_,
802
+ import_progress_done: () => f_,
803
+ import_progress_empty: () => S_,
804
+ import_progress_error: () => m_,
805
+ import_progress_processing: () => u_,
806
+ import_progress_summary: () => g_,
807
+ import_progress_title: () => i_,
808
+ import_progress_total: () => o_,
809
+ import_progress_uploading: () => c_,
810
+ import_progress_view_all: () => v_,
811
+ import_results_link: () => w_,
812
+ import_title_match_boosted: () => E_,
813
+ login_demo_hint: () => Sl,
814
+ login_loading: () => vl,
815
+ login_or: () => bl,
816
+ login_page_title: () => wl,
817
+ login_submit: () => gl,
818
+ login_subtitle: () => ml,
819
+ login_title: () => fl,
820
+ m: () => k_,
821
+ month_april: () => kp,
822
+ month_august: () => Lp,
823
+ month_december: () => Gp,
824
+ month_february: () => Tp,
825
+ month_january: () => Cp,
826
+ month_july: () => Fp,
827
+ month_june: () => Np,
828
+ month_march: () => Dp,
829
+ month_may: () => jp,
830
+ month_november: () => Up,
831
+ month_october: () => Vp,
832
+ month_september: () => zp,
833
+ nav_dashboard: () => ye,
834
+ nav_documents: () => g,
835
+ nav_folders: () => _,
836
+ nav_logout: () => ke,
837
+ nav_search: () => Te,
838
+ nav_settings: () => De,
839
+ nav_tags: () => Ce,
840
+ new_password: () => qi,
841
+ password_label: () => Gi,
842
+ quick_search_aria: () => Ag,
843
+ quick_search_command_new_doc: () => vg,
844
+ quick_search_command_open_search: () => bg,
845
+ quick_search_command_open_settings: () => Sg,
846
+ quick_search_command_show_shortcuts: () => wg,
847
+ quick_search_empty: () => ug,
848
+ quick_search_hint: () => Eg,
849
+ quick_search_navigate_hint: () => Og,
850
+ quick_search_no_results: () => fg,
851
+ quick_search_placeholder: () => cg,
852
+ quick_search_section_commands: () => gg,
853
+ quick_search_section_documents: () => mg,
854
+ quick_search_title: () => og,
855
+ register_loading: () => Al,
856
+ register_page_title: () => Ml,
857
+ register_subtitle: () => Ol,
858
+ register_title: () => El,
859
+ scroll_to_top_aria: () => _h,
860
+ search_clear: () => _f,
861
+ search_clear_all_filters: () => Cf,
862
+ search_clear_filters: () => Ln,
863
+ search_close_filters: () => xf,
864
+ search_date_from: () => Nn,
865
+ search_date_range: () => Df,
866
+ search_date_to: () => Fn,
867
+ search_empty_description: () => rp,
868
+ search_empty_title: () => tp,
869
+ search_filter_all: () => xp,
870
+ search_filter_label: () => _p,
871
+ search_filter_label_aria: () => yp,
872
+ search_filters: () => Dn,
873
+ search_folder: () => kn,
874
+ search_folders: () => Tf,
875
+ search_input_placeholder: () => hf,
876
+ search_new_search: () => Zf,
877
+ search_next_page: () => Uf,
878
+ search_no_results: () => Cn,
879
+ search_no_results_description: () => Tn,
880
+ search_no_results_query: () => qf,
881
+ search_no_results_tip: () => Yf,
882
+ search_page_number: () => Gf,
883
+ search_pages_aria: () => zf,
884
+ search_placeholder: () => yn,
885
+ search_placeholder_shortcut: () => xn,
886
+ search_popular: () => ap,
887
+ search_previous_page: () => Vf,
888
+ search_relevance: () => Un,
889
+ search_result_for: () => Ff,
890
+ search_results_count: () => zn,
891
+ search_results_for: () => Lf,
892
+ search_searching: () => kf,
893
+ search_semantic_search_detail: () => Nf,
894
+ search_semantic_search_in_progress: () => jf,
895
+ search_suggestions: () => Vn,
896
+ search_tags: () => jn,
897
+ search_title: () => _n,
898
+ search_title_match_badge: () => O_,
899
+ search_title_with_query: () => pf,
900
+ search_toggle_filters: () => yf,
901
+ search_try_searching: () => $f,
902
+ settings_account: () => di,
903
+ settings_appearance: () => pi,
904
+ settings_change_password: () => Ui,
905
+ settings_danger_description: () => af,
906
+ settings_danger_title: () => nf,
907
+ settings_dark_mode: () => Xd,
908
+ settings_dark_mode_description: () => Qd,
909
+ settings_delete_account: () => $i,
910
+ settings_delete_account_confirm: () => ta,
911
+ settings_delete_confirm_text: () => sf,
912
+ settings_delete_confirm_yes: () => lf,
913
+ settings_delete_failed: () => df,
914
+ settings_email: () => ji,
915
+ settings_email_change_warning: () => Ni,
916
+ settings_embedding_api_key: () => Id,
917
+ settings_embedding_base_url: () => Pd,
918
+ settings_embedding_fallback_api_key: () => Wd,
919
+ settings_embedding_fallback_base_url: () => Hd,
920
+ settings_embedding_fallback_model: () => Kd,
921
+ settings_embedding_fallback_title: () => Bd,
922
+ settings_embedding_model: () => Rd,
923
+ settings_embedding_save: () => Jd,
924
+ settings_embedding_title: () => Md,
925
+ settings_invalid_email: () => Fi,
926
+ settings_language: () => hi,
927
+ settings_name: () => Li,
928
+ settings_page_title: () => Sd,
929
+ settings_profile: () => li,
930
+ settings_save: () => zi,
931
+ settings_saved: () => Vi,
932
+ settings_saved_status: () => Ad,
933
+ settings_saving: () => Od,
934
+ settings_tab_danger: () => Ed,
935
+ settings_tab_embedding: () => wd,
936
+ settings_theme: () => _i,
937
+ settings_theme_dark: () => xi,
938
+ settings_theme_light: () => yi,
939
+ settings_theme_system: () => Ci,
940
+ settings_title: () => si,
941
+ settings_toggle_dark_mode: () => ef,
942
+ share_access_button: () => cd,
943
+ share_add: () => Tr,
944
+ share_copied: () => gd,
945
+ share_copy: () => kr,
946
+ share_copy_link: () => Dr,
947
+ share_copy_text: () => Ym,
948
+ share_create_link: () => qn,
949
+ share_create_title: () => Gn,
950
+ share_creating: () => Yn,
951
+ share_empty_document: () => vd,
952
+ share_enter_password: () => rr,
953
+ share_expired: () => zr,
954
+ share_expired_label: () => Vr,
955
+ share_expires: () => sr,
956
+ share_expires_1d: () => pr,
957
+ share_expires_1h: () => dr,
958
+ share_expires_24h: () => hr,
959
+ share_expires_30d: () => yr,
960
+ share_expires_7d: () => _r,
961
+ share_expires_date: () => Gr,
962
+ share_expires_never: () => lr,
963
+ share_folder_empty: () => bd,
964
+ share_go_home: () => id,
965
+ share_guest_access: () => xr,
966
+ share_guest_label: () => Zr,
967
+ share_guests: () => Cr,
968
+ share_invalid_password: () => Lr,
969
+ share_link_copied: () => jr,
970
+ share_link_created: () => Nr,
971
+ share_load_error: () => ed,
972
+ share_missing_token: () => fd,
973
+ share_network_error: () => nd,
974
+ share_never_expires: () => Ur,
975
+ share_not_found: () => qr,
976
+ share_page_title: () => Qu,
977
+ share_password: () => Zn,
978
+ share_password_incorrect: () => ud,
979
+ share_password_label: () => ar,
980
+ share_password_placeholder: () => od,
981
+ share_password_protection: () => $n,
982
+ share_password_required: () => Fr,
983
+ share_rate_limited: () => Yr,
984
+ share_read_only: () => $r,
985
+ share_revoke_confirm: () => ri,
986
+ share_revoke_link: () => ti,
987
+ share_toggle_password: () => tr,
988
+ share_via_label: () => md,
989
+ share_yes: () => ai,
990
+ shortcut_cmd_e: () => Xg,
991
+ shortcut_cmd_k: () => Jg,
992
+ shortcut_cmd_shift_7: () => Qg,
993
+ shortcut_escape: () => n_,
994
+ shortcut_help_close: () => Wg,
995
+ shortcut_help_no_shortcuts: () => Kg,
996
+ shortcut_help_section_dialog: () => Bg,
997
+ shortcut_help_section_editor: () => Rg,
998
+ shortcut_help_section_global: () => Ig,
999
+ shortcut_help_section_list: () => Hg,
1000
+ shortcut_help_subtitle: () => Pg,
1001
+ shortcut_help_title: () => Mg,
1002
+ shortcut_question: () => e_,
1003
+ sidebar_all_documents: () => Mo,
1004
+ sidebar_folders: () => Po,
1005
+ sidebar_new_doc: () => Oo,
1006
+ sidebar_powered_by: () => hh,
1007
+ sidebar_recent: () => Ao,
1008
+ sidebar_search_placeholder: () => Bo,
1009
+ sidebar_settings: () => Ro,
1010
+ sidebar_tags: () => Io,
1011
+ sidebar_uncategorized: () => ig,
1012
+ sort_date_created: () => Xu,
1013
+ sort_date_modified: () => Ju,
1014
+ sort_date_newest: () => lp,
1015
+ sort_date_oldest: () => dp,
1016
+ sort_name: () => Ku,
1017
+ sort_name_asc: () => pp,
1018
+ sort_name_desc: () => hp,
1019
+ sort_relevance: () => sp,
1020
+ tag_add_error: () => wu,
1021
+ tag_add_label: () => Ou,
1022
+ tag_custom_color: () => yh,
1023
+ tag_drop_aria: () => Pu,
1024
+ tag_no_tags_available: () => Mu,
1025
+ tag_remove_error: () => Eu,
1026
+ tag_remove_label: () => Au,
1027
+ tags_add: () => hn,
1028
+ tags_already_exists: () => pn,
1029
+ tags_color: () => en,
1030
+ tags_create_new: () => dn,
1031
+ tags_delete_confirm: () => an,
1032
+ tags_delete_description: () => ln,
1033
+ tags_delete_title: () => sn,
1034
+ tags_documents_count: () => nn,
1035
+ tags_edit: () => Q,
1036
+ tags_empty: () => Jt,
1037
+ tags_empty_description: () => Xt,
1038
+ tags_load_error: () => Su,
1039
+ tags_name_placeholder: () => Qt,
1040
+ tags_new: () => Z,
1041
+ tags_subtitle: () => Wt,
1042
+ tags_title: () => Ht,
1043
+ theme_dark: () => Di,
1044
+ theme_light: () => Ti,
1045
+ theme_system: () => ki,
1046
+ time_days_ago: () => wo,
1047
+ time_hours_ago: () => So,
1048
+ time_just_now: () => vo,
1049
+ time_minutes_ago: () => bo,
1050
+ time_weeks_ago: () => Eo,
1051
+ ui_toggle_switch: () => Ch,
1052
+ version_badge_snapshot: () => Pc,
1053
+ version_create_snapshot: () => uc,
1054
+ version_current: () => nc,
1055
+ version_diff_empty: () => Xc,
1056
+ version_diff_loading: () => nl,
1057
+ version_diff_mode_inline: () => Qc,
1058
+ version_diff_mode_side_by_side: () => el,
1059
+ version_diff_pick_new: () => Kc,
1060
+ version_diff_pick_old: () => Wc,
1061
+ version_diff_stats: () => Jc,
1062
+ version_filter_all: () => Ac,
1063
+ version_filter_snapshots: () => Mc,
1064
+ version_history_empty: () => xh,
1065
+ version_history_title: () => ec,
1066
+ version_restore: () => ic,
1067
+ version_restore_confirm: () => cc,
1068
+ version_restore_failed: () => Hc,
1069
+ version_restore_short: () => oc,
1070
+ version_restore_success: () => Bc,
1071
+ version_restored_from: () => Ic,
1072
+ version_restoring: () => Rc,
1073
+ version_snapshot_create: () => bc,
1074
+ version_snapshot_created: () => wc,
1075
+ version_snapshot_creating: () => Sc,
1076
+ version_snapshot_description: () => mc,
1077
+ version_snapshot_description_placeholder: () => vc,
1078
+ version_snapshot_dialog_description: () => Oc,
1079
+ version_snapshot_dialog_title: () => Ec,
1080
+ version_snapshot_label: () => fc,
1081
+ version_snapshot_label_placeholder: () => gc,
1082
+ weekday_fr: () => tm,
1083
+ weekday_mo: () => qp,
1084
+ weekday_sa: () => rm,
1085
+ weekday_su: () => am,
1086
+ weekday_th: () => $p,
1087
+ weekday_tu: () => Yp,
1088
+ weekday_we: () => Zp
1089
+ });
1090
+ //#endregion
1091
+ export { Up as $, to as $n, Qt as $r, Ec as $t, Gm as A, S as Ai, fs as An, yr as Ar, Df as At, hm as B, Wo as Bn, qn as Br, Wu as Bt, Eh as C, k as Ci, Os as Cn, li as Cr, Uf as Ct, lh as D, T as Di, bs as Dn, kr as Dr, Ff as Dt, hh as E, E as Ei, Ss as En, jr as Er, Lf as Et, Fm as F, _ as Fi, ns as Fn, sr as Fr, _f as Ft, am as G, So as Gn, jn as Gr, cl as Gt, dm as H, Po as Hn, Ln as Hr, uu as Ht, Nm as I, g as Ii, es as In, rr as Ir, hf as It, $p as J, mo as Jn, yn as Jr, Ic as Jt, rm as K, bo as Kn, Dn as Kr, ol as Kt, km as L, h as Li, Qo as Ln, tr as Lr, pf as Lt, Vm as M, b as Mi, cs as Mn, pr as Mr, Cf as Mt, zm as N, y as Ni, os as Nn, dr as Nr, xf as Nt, Zm as O, w as Oi, vs as On, Tr as Or, Nf as Ot, Lm as P, v as Pi, is as Pn, lr as Pr, yf as Pt, Gp as Q, ro as Qn, sn as Qr, Oc as Qt, xm as R, n as Ri, Xo as Rn, $n as Rr, Ad as Rt, Oh as S, A as Si, As as Sn, di as Sr, Gf as St, xh as T, D as Ti, ws as Tn, Nr as Tr, zf as Tt, lm as U, Ao as Un, Fn as Ur, cu as Ut, pm as V, Ho as Vn, Gn as Vr, Su as Vt, sm as W, wo as Wn, Nn as Wr, nu as Wt, Yp as X, lo as Xn, hn as Xr, Mc as Xt, Zp as Y, fo as Yn, _n as Yr, Pc as Yt, qp as Z, ao as Zn, ln as Zr, Ac as Zt, Bh as _, F as _i, Bs as _n, ki as _r, tp as _t, g_ as a, q as ai, fc as an, Na as ar, jp as at, Mh as b, M as bi, Ps as bn, _i as br, Yf as bt, u_ as c, W as ci, oc as cn, la as cr, Tp as ct, i_ as d, V as di, Qs as dn, qi as dr, pp as dt, Q as ei, Sc as en, $a as er, Vp as et, ig as f, B as fi, Xs as fn, Gi as fr, dp as ft, Hh as g, I as gi, Hs as gn, ji as gr, rp as gt, Wh as h, L as hi, Ws as hn, Ni as hr, ap as ht, b_ as i, J as ii, mc as in, Fa as ir, Np as it, Um as j, x as ji, us as jn, _r as jr, Tf as jt, qm as k, C as ki, ms as kn, xr as kr, jf as kt, c_ as l, U as li, ic as ln, Zi as lr, Cp as lt, Kh as m, R as mi, Ks as mn, Li as mr, sp as mt, O_ as n, X as ni, vc as nn, Ya as nr, Lp as nt, m_ as o, K as oi, uc as on, ka as or, kp as ot, Jh as p, z as pi, Js as pn, zi as pr, lp as pt, tm as q, go as qn, Cn as qr, Hc as qt, S_ as r, Y as ri, gc as rn, qa as rr, Fp as rt, f_ as s, G as si, cc as sn, Ca as sr, Dp as st, A_ as t, Z as ti, bc as tn, Za as tr, zp as tt, o_ as u, H as ui, ec as un, Yi as ur, hp as ut, Rh as v, P as vi, Rs as vn, Di as vr, $f as vt, $ as w, O as wi, Es as wn, si as wr, Vf as wt, Ah as x, j as xi, Ms as xn, pi as xr, qf as xt, Ih as y, N as yi, Is as yn, Ti as yr, Zf as yt, _m as z, oe as zi, Ko as zn, Yn as zr, gd as zt };