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