@hiai-gg/docsmint 0.7.0 → 0.7.3

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