@kedataindo/docflow-vue 0.0.5 → 0.0.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 (48) hide show
  1. package/LICENSE +44 -0
  2. package/dist/components/BubbleMenu.vue.d.ts.map +1 -1
  3. package/dist/components/ColorPickerDropdown.vue.d.ts +17 -0
  4. package/dist/components/ColorPickerDropdown.vue.d.ts.map +1 -0
  5. package/dist/components/{QuickActionChips.vue.d.ts → DetailsDialog.vue.d.ts} +6 -8
  6. package/dist/components/DetailsDialog.vue.d.ts.map +1 -0
  7. package/dist/components/DocsEditor.vue.d.ts +55 -2
  8. package/dist/components/DocsEditor.vue.d.ts.map +1 -1
  9. package/dist/components/EditorToolbar.vue.d.ts.map +1 -1
  10. package/dist/components/EmailDialog.vue.d.ts +15 -0
  11. package/dist/components/EmailDialog.vue.d.ts.map +1 -0
  12. package/dist/components/FindReplaceDialog.vue.d.ts +12 -0
  13. package/dist/components/FindReplaceDialog.vue.d.ts.map +1 -0
  14. package/dist/components/HeaderBar.vue.d.ts +13 -5
  15. package/dist/components/HeaderBar.vue.d.ts.map +1 -1
  16. package/dist/components/LinkDialog.vue.d.ts +23 -0
  17. package/dist/components/LinkDialog.vue.d.ts.map +1 -0
  18. package/dist/components/StatusBar.vue.d.ts +2 -0
  19. package/dist/components/StatusBar.vue.d.ts.map +1 -1
  20. package/dist/components/VirtualPageOverlay.vue.d.ts +8 -0
  21. package/dist/components/VirtualPageOverlay.vue.d.ts.map +1 -0
  22. package/dist/components/sidebars/AISidebar.vue.d.ts +9 -3
  23. package/dist/components/sidebars/AISidebar.vue.d.ts.map +1 -1
  24. package/dist/components/sidebars/ReferencesSidebar.vue.d.ts +57 -0
  25. package/dist/components/sidebars/ReferencesSidebar.vue.d.ts.map +1 -0
  26. package/dist/components/sidebars/TOCSidebar.vue.d.ts.map +1 -1
  27. package/dist/components/sidebars/markerGrammar.d.ts +61 -0
  28. package/dist/components/sidebars/markerGrammar.d.ts.map +1 -0
  29. package/dist/composables/useClipboard.d.ts +24 -0
  30. package/dist/composables/useClipboard.d.ts.map +1 -0
  31. package/dist/composables/useEditor.d.ts.map +1 -1
  32. package/dist/composables/useLocale.d.ts +1 -1
  33. package/dist/composables/useLocale.d.ts.map +1 -1
  34. package/dist/composables/useVirtualPages.d.ts +77 -0
  35. package/dist/composables/useVirtualPages.d.ts.map +1 -0
  36. package/dist/index.cjs +14780 -77
  37. package/dist/index.d.ts +2 -0
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/index.js +42194 -2532
  40. package/dist/locales/en.d.ts +192 -7
  41. package/dist/locales/en.d.ts.map +1 -1
  42. package/dist/locales/id.d.ts +192 -7
  43. package/dist/locales/id.d.ts.map +1 -1
  44. package/dist/style.css +1 -1
  45. package/dist/types.d.ts +36 -4
  46. package/dist/types.d.ts.map +1 -1
  47. package/package.json +6 -3
  48. package/dist/components/QuickActionChips.vue.d.ts.map +0 -1
@@ -16,6 +16,11 @@ declare const _default: {
16
16
  readonly dismiss: "Dismiss";
17
17
  readonly emptyDocument: "(Empty Document)";
18
18
  readonly confirmDelete: "Are you sure you want to delete this document?";
19
+ readonly undo: "Undo";
20
+ readonly restore: "Restore";
21
+ readonly deleteForever: "Delete forever";
22
+ readonly back: "Back";
23
+ readonly confirmPermanentDelete: "Permanently delete this document? This cannot be undone.";
19
24
  };
20
25
  readonly header: {
21
26
  readonly file: "File";
@@ -31,10 +36,13 @@ declare const _default: {
31
36
  readonly move: "Move";
32
37
  readonly moveToFolder: "Move to folder";
33
38
  readonly moveToTrash: "Move to trash";
39
+ readonly addToStarred: "Add to Starred";
34
40
  readonly versionHistory: "Version history";
35
41
  readonly language: "Language";
36
42
  readonly pageSetup: "Page setup";
37
43
  readonly print: "Print";
44
+ readonly details: "Details";
45
+ readonly security: "Security limitations";
38
46
  readonly edit: "Edit";
39
47
  readonly view: "View";
40
48
  readonly insert: "Insert";
@@ -60,22 +68,45 @@ declare const _default: {
60
68
  readonly undo: "Undo";
61
69
  readonly redo: "Redo";
62
70
  readonly selectAll: "Select all";
63
- readonly showSidebar: "Show sidebar";
71
+ readonly cut: "Cut";
72
+ readonly copy: "Copy";
73
+ readonly paste: "Paste";
74
+ readonly pasteWithoutFormatting: "Paste without formatting";
75
+ readonly delete: "Delete";
76
+ readonly findAndReplace: "Find and replace";
77
+ readonly showSidebar: "Show outline";
64
78
  readonly focusMode: "Full focus mode";
65
79
  readonly showRuler: "Show ruler";
66
80
  readonly meetingNotes: "Meeting notes";
67
81
  readonly image: "Image";
68
82
  readonly table: "Table";
69
83
  readonly codeBlock: "Code block";
84
+ readonly link: "Link";
70
85
  readonly header: "Header";
71
86
  readonly footer: "Footer";
72
87
  readonly footnote: "Footnote";
88
+ readonly tableOfContents: "Table of contents";
73
89
  readonly bold: "Bold text";
74
90
  readonly italic: "Italic text";
75
91
  readonly underline: "Underline";
76
92
  readonly heading1: "Heading 1";
77
93
  readonly heading2: "Heading 2";
78
94
  readonly heading3: "Heading 3";
95
+ readonly alignIndent: "Align & indent";
96
+ readonly alignLeft: "Align left";
97
+ readonly alignCenter: "Align center";
98
+ readonly alignRight: "Align right";
99
+ readonly alignJustify: "Justify";
100
+ readonly bulletsNumbering: "Bullets & numbering";
101
+ readonly bulletList: "Bulleted list";
102
+ readonly numberedList: "Numbered list";
103
+ readonly taskList: "Task list";
104
+ readonly horizontalLine: "Horizontal line";
105
+ readonly pageNumbers: "Page numbers";
106
+ readonly pageNumberInHeader: "Insert in header";
107
+ readonly pageNumberInFooter: "Insert in footer";
108
+ readonly pagelessFormat: "Pageless format";
109
+ readonly clearFormatting: "Clear formatting";
79
110
  readonly spellCheck: "Spell check";
80
111
  readonly wordCount: "Word count";
81
112
  readonly preferences: "Preferences";
@@ -102,6 +133,7 @@ declare const _default: {
102
133
  readonly history: "History";
103
134
  readonly ai: "AI";
104
135
  readonly tableOfContents: "Table of contents";
136
+ readonly references: "References";
105
137
  };
106
138
  readonly statusBar: {
107
139
  readonly liveSyncActive: "Live Sync Active";
@@ -113,6 +145,7 @@ declare const _default: {
113
145
  readonly pageSize: "Page size";
114
146
  readonly page: "Page";
115
147
  readonly of: "of";
148
+ readonly pageless: "Pageless";
116
149
  readonly words: "words";
117
150
  readonly characters: "characters";
118
151
  };
@@ -130,6 +163,11 @@ declare const _default: {
130
163
  readonly add: "Add";
131
164
  readonly userNotFound: "User not found";
132
165
  readonly failedToAdd: "Failed to add collaborator";
166
+ readonly visibility: "Visibility";
167
+ readonly private: "Private";
168
+ readonly privateDescription: "Only you and people you invite can access this document.";
169
+ readonly restricted: "Restricted";
170
+ readonly restrictedDescription: "Anyone with the link can view this document.";
133
171
  };
134
172
  readonly print: "Print";
135
173
  readonly logOut: "Log out";
@@ -153,6 +191,58 @@ declare const _default: {
153
191
  readonly apply: "Apply";
154
192
  readonly cancel: "Cancel";
155
193
  };
194
+ readonly details: {
195
+ readonly title: "Document details";
196
+ readonly titleLabel: "Title";
197
+ readonly owner: "Owner";
198
+ readonly location: "Location";
199
+ readonly noFolder: "(No folder)";
200
+ readonly created: "Created";
201
+ readonly modified: "Last modified";
202
+ readonly statistics: "Statistics";
203
+ readonly words: "Words";
204
+ readonly characters: "Characters";
205
+ readonly pages: "Pages";
206
+ readonly loading: "Loading document details…";
207
+ };
208
+ readonly email: {
209
+ readonly title: "Email this file";
210
+ readonly to: "To";
211
+ readonly toPlaceholder: "recipient@example.com";
212
+ readonly subject: "Subject";
213
+ readonly body: "Body";
214
+ readonly send: "Send";
215
+ readonly copyLink: "Copy link";
216
+ readonly shareableLink: "Shareable link";
217
+ readonly defaultSubject: "Document: {title}";
218
+ readonly defaultBody: "You can view this document at: {url}";
219
+ };
220
+ readonly linkDialog: {
221
+ readonly insertTitle: "Insert link";
222
+ readonly editTitle: "Edit link";
223
+ readonly text: "Text to display";
224
+ readonly textPlaceholder: "Link text";
225
+ readonly url: "URL";
226
+ readonly urlPlaceholder: "https://example.com";
227
+ readonly insert: "Insert";
228
+ readonly update: "Update";
229
+ readonly remove: "Remove link";
230
+ readonly cancel: "Cancel";
231
+ readonly urlRequired: "URL is required";
232
+ readonly urlInvalid: "Please enter a valid URL";
233
+ };
234
+ readonly findReplace: {
235
+ readonly title: "Find and replace";
236
+ readonly findPlaceholder: "Find in document";
237
+ readonly replacePlaceholder: "Replace with";
238
+ readonly next: "Next";
239
+ readonly previous: "Previous";
240
+ readonly replace: "Replace";
241
+ readonly replaceAll: "Replace all";
242
+ readonly noMatches: "No matches";
243
+ readonly matchCount: "{current} of {total}";
244
+ readonly close: "Close";
245
+ };
156
246
  readonly headerFooter: {
157
247
  readonly title: "Header & Footer Customization";
158
248
  readonly header: "Header";
@@ -160,11 +250,33 @@ declare const _default: {
160
250
  readonly left: "Left";
161
251
  readonly right: "Right";
162
252
  readonly clear: "Clear";
253
+ readonly headerPlaceholder: "e.g. Document Title";
254
+ readonly footerPlaceholder: "e.g. Page {page} of {total}";
163
255
  readonly headerLeftPlaceholder: "e.g. Document Title";
164
256
  readonly headerRightPlaceholder: "e.g. Page {page}";
165
257
  readonly footerLeftPlaceholder: "e.g. Confidential";
166
258
  readonly footerRightPlaceholder: "e.g. Page {page} of {total}";
167
259
  readonly variableInfo: "Variable Info: You can use {page} for the current page number, and {total} for the total page count.";
260
+ readonly differentFirstPage: "Different first page";
261
+ readonly differentOddEven: "Different odd & even pages";
262
+ readonly options: "Options";
263
+ readonly formatHeader: "Header format";
264
+ readonly pageNumber: "Page numbers";
265
+ readonly removeHeader: "Remove header";
266
+ readonly headerFooterFormatTitle: "Header & footer";
267
+ readonly marginSection: "Margin";
268
+ readonly headerTopMargin: "Header (centimeters from top)";
269
+ readonly footerBottomMargin: "Footer (centimeters from bottom)";
270
+ readonly layoutSection: "Layout";
271
+ readonly pageNumberTitle: "Page numbers";
272
+ readonly positionSection: "Position";
273
+ readonly positionHeader: "Header";
274
+ readonly positionFooter: "Footer";
275
+ readonly showOnFirstPage: "Show on first page";
276
+ readonly numberingSection: "Numbering";
277
+ readonly startAt: "Start at";
278
+ readonly continueFromPrevious: "Continue from previous section";
279
+ readonly apply: "Apply";
168
280
  readonly cancel: "Cancel";
169
281
  readonly save: "Save";
170
282
  };
@@ -176,11 +288,6 @@ declare const _default: {
176
288
  readonly basicBlocks: "Basic Blocks";
177
289
  readonly noMatch: "No matching commands";
178
290
  };
179
- readonly quickActions: {
180
- readonly meetingNotes: "Meeting notes";
181
- readonly emailDraft: "Email draft";
182
- readonly more: "More";
183
- };
184
291
  readonly documentTabs: {
185
292
  readonly documentTabs: "Document Tabs";
186
293
  readonly addTab: "Add tab";
@@ -209,9 +316,21 @@ declare const _default: {
209
316
  readonly copied: "Copied";
210
317
  readonly insert: "Insert";
211
318
  readonly inserted: "Inserted";
212
- readonly noDraft: "No draft generated yet. Submit a prompt or macro command above to start.";
319
+ readonly noDraft: "Ask anything about your document, or run a quick macro above.";
213
320
  readonly promptPlaceholder: "Ask AI to draft outline, write content, rewrite tone…";
214
321
  readonly promptAI: "Prompt AI";
322
+ readonly close: "Close";
323
+ readonly you: "You";
324
+ readonly assistant: "Assistant";
325
+ readonly notConfigured: "AI is not configured on this deployment.";
326
+ readonly selectTextFirst: "Select text in the document first";
327
+ readonly improveSelection: "Improve selection";
328
+ readonly draft: "Draft with citations";
329
+ readonly draftPlaceholder: "Ask the AI to draft text grounded on your reference library…";
330
+ readonly promptDraft: "Draft";
331
+ readonly citations: "Citations";
332
+ readonly emptyResponse: "The AI returned an empty response.";
333
+ readonly aiError: "AI request failed";
215
334
  };
216
335
  readonly comments: {
217
336
  readonly title: "Discussion Panel";
@@ -266,6 +385,67 @@ declare const _default: {
266
385
  readonly outlineLayout: "Outline Layout";
267
386
  readonly outlineSync: "Outline syncs automatically. Click any header to instantly jump, focus, and scroll the editor to that section.";
268
387
  };
388
+ readonly references: {
389
+ readonly title: "References";
390
+ readonly subtitle: "Manage sources and insert citations.";
391
+ readonly close: "Close references";
392
+ readonly citationStyle: "Citation style";
393
+ readonly searchSources: "Search sources…";
394
+ readonly addSource: "Add source";
395
+ readonly editSource: "Edit source";
396
+ readonly noSources: "No sources yet";
397
+ readonly noSourcesDescription: "Add your first reference to start citing. Citations and the bibliography follow the active style automatically.";
398
+ readonly noMatchingSources: "No matching sources found";
399
+ readonly cite: "Cite";
400
+ readonly edit: "Edit";
401
+ readonly delete: "Delete";
402
+ readonly back: "Back to list";
403
+ readonly anonymous: "Anonymous";
404
+ readonly etAl: "et al.";
405
+ readonly confirmDelete: "Delete source \"{title}\"? Citations referencing it will stop rendering.";
406
+ readonly import: {
407
+ readonly title: "Import";
408
+ readonly fromDoi: "From DOI (CrossRef)";
409
+ readonly doiPlaceholder: "Paste a DOI or DOI link…";
410
+ readonly importDoi: "Import DOI";
411
+ readonly doiSuccess: "Source imported from CrossRef.";
412
+ readonly doiFailed: "DOI could not be resolved.";
413
+ readonly fromFile: "From BibTeX / RIS file";
414
+ readonly pickFile: "Choose .bib or .ris file";
415
+ readonly importing: "Importing…";
416
+ readonly batchSuccess: "{count} source(s) imported.";
417
+ readonly partial: "{ok} imported, {failed} failed.";
418
+ readonly failed: "Import failed.";
419
+ };
420
+ readonly types: {
421
+ readonly book: "Book";
422
+ readonly 'article-journal': "Journal article";
423
+ readonly chapter: "Book chapter";
424
+ readonly webpage: "Web page";
425
+ readonly report: "Report";
426
+ readonly thesis: "Thesis";
427
+ readonly document: "Document";
428
+ };
429
+ readonly form: {
430
+ readonly type: "Source type";
431
+ readonly title: "Title";
432
+ readonly authors: "Authors";
433
+ readonly familyName: "Family name";
434
+ readonly givenName: "Given name";
435
+ readonly addAuthor: "Add author";
436
+ readonly year: "Year";
437
+ readonly journal: "Journal";
438
+ readonly bookTitle: "Book title";
439
+ readonly publisher: "Publisher";
440
+ readonly publisherPlace: "Place";
441
+ readonly volume: "Volume";
442
+ readonly issue: "Issue";
443
+ readonly pages: "Pages";
444
+ readonly save: "Save changes";
445
+ readonly create: "Add source";
446
+ readonly cancel: "Cancel";
447
+ };
448
+ };
269
449
  };
270
450
  readonly dashboard: {
271
451
  readonly allDocuments: "All Documents";
@@ -300,6 +480,11 @@ declare const _default: {
300
480
  readonly documentTitle: "Document Title";
301
481
  readonly lastModified: "Last Modified";
302
482
  readonly actions: "Actions";
483
+ readonly trash: "Trash";
484
+ readonly trashEmpty: "Trash is empty";
485
+ readonly trashEmptyDescription: "Deleted documents will appear here.";
486
+ readonly trashedAt: "Trashed";
487
+ readonly movedToTrash: "Moved to trash:";
303
488
  };
304
489
  readonly auth: {
305
490
  readonly signInTitle: "Sign in to create and edit documents";
@@ -1 +1 @@
1
- {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/locales/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA4UU"}
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/locales/en.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqgBU"}
@@ -16,6 +16,11 @@ declare const _default: {
16
16
  readonly dismiss: "Tutup";
17
17
  readonly emptyDocument: "(Dokumen Kosong)";
18
18
  readonly confirmDelete: "Apakah Anda yakin ingin menghapus dokumen ini?";
19
+ readonly undo: "Batalkan";
20
+ readonly restore: "Pulihkan";
21
+ readonly deleteForever: "Hapus permanen";
22
+ readonly back: "Kembali";
23
+ readonly confirmPermanentDelete: "Hapus dokumen ini secara permanen? Tindakan ini tidak dapat dibatalkan.";
19
24
  };
20
25
  readonly header: {
21
26
  readonly file: "Berkas";
@@ -31,10 +36,13 @@ declare const _default: {
31
36
  readonly move: "Pindah";
32
37
  readonly moveToFolder: "Pindah ke folder";
33
38
  readonly moveToTrash: "Pindah ke sampah";
39
+ readonly addToStarred: "Tambahkan ke Bintang";
34
40
  readonly versionHistory: "Riwayat versi";
35
41
  readonly language: "Bahasa";
36
42
  readonly pageSetup: "Penataan halaman";
37
43
  readonly print: "Cetak";
44
+ readonly details: "Detail";
45
+ readonly security: "Batasan keamanan";
38
46
  readonly edit: "Sunting";
39
47
  readonly view: "Tampilan";
40
48
  readonly insert: "Sisipkan";
@@ -60,22 +68,45 @@ declare const _default: {
60
68
  readonly undo: "Urungkan";
61
69
  readonly redo: "Ulangi";
62
70
  readonly selectAll: "Pilih semua";
63
- readonly showSidebar: "Tampilkan sidebar";
71
+ readonly cut: "Potong";
72
+ readonly copy: "Salin";
73
+ readonly paste: "Tempel";
74
+ readonly pasteWithoutFormatting: "Tempel tanpa pemformatan";
75
+ readonly delete: "Hapus";
76
+ readonly findAndReplace: "Temukan dan ganti";
77
+ readonly showSidebar: "Tampilkan kerangka";
64
78
  readonly focusMode: "Mode Fokus Penuh";
65
79
  readonly showRuler: "Tampilkan penggaris";
66
80
  readonly meetingNotes: "Catatan Rapat";
67
81
  readonly image: "Gambar";
68
82
  readonly table: "Tabel";
69
83
  readonly codeBlock: "Kode Blok";
84
+ readonly link: "Tautan";
70
85
  readonly header: "Header";
71
86
  readonly footer: "Footer";
72
87
  readonly footnote: "Catatan Kaki";
88
+ readonly tableOfContents: "Daftar isi";
73
89
  readonly bold: "Teks Tebal";
74
90
  readonly italic: "Teks Miring";
75
91
  readonly underline: "Garis Bawah";
76
92
  readonly heading1: "Judul 1";
77
93
  readonly heading2: "Judul 2";
78
94
  readonly heading3: "Judul 3";
95
+ readonly alignIndent: "Perataan & indentasi";
96
+ readonly alignLeft: "Rata kiri";
97
+ readonly alignCenter: "Rata tengah";
98
+ readonly alignRight: "Rata kanan";
99
+ readonly alignJustify: "Rata kiri-kanan";
100
+ readonly bulletsNumbering: "Bullet & penomoran";
101
+ readonly bulletList: "Daftar ber-bullet";
102
+ readonly numberedList: "Daftar bernomor";
103
+ readonly taskList: "Daftar tugas";
104
+ readonly horizontalLine: "Garis horizontal";
105
+ readonly pageNumbers: "Nomor halaman";
106
+ readonly pageNumberInHeader: "Sisipkan di header";
107
+ readonly pageNumberInFooter: "Sisipkan di footer";
108
+ readonly pagelessFormat: "Format tanpa halaman";
109
+ readonly clearFormatting: "Hapus pemformatan";
79
110
  readonly spellCheck: "Periksa ejaan";
80
111
  readonly wordCount: "Hitungan kata";
81
112
  readonly preferences: "Preferensi";
@@ -102,6 +133,7 @@ declare const _default: {
102
133
  readonly history: "Riwayat";
103
134
  readonly ai: "AI";
104
135
  readonly tableOfContents: "Daftar isi";
136
+ readonly references: "Referensi";
105
137
  };
106
138
  readonly statusBar: {
107
139
  readonly liveSyncActive: "Sinkron Langsung Aktif";
@@ -113,6 +145,7 @@ declare const _default: {
113
145
  readonly pageSize: "Ukuran halaman";
114
146
  readonly page: "Halaman";
115
147
  readonly of: "dari";
148
+ readonly pageless: "Tanpa halaman";
116
149
  readonly words: "kata";
117
150
  readonly characters: "karakter";
118
151
  };
@@ -130,6 +163,11 @@ declare const _default: {
130
163
  readonly add: "Tambah";
131
164
  readonly userNotFound: "Pengguna tidak ditemukan";
132
165
  readonly failedToAdd: "Gagal menambahkan kolaborator";
166
+ readonly visibility: "Visibilitas";
167
+ readonly private: "Pribadi";
168
+ readonly privateDescription: "Hanya Anda dan orang yang Anda undang yang dapat mengakses dokumen ini.";
169
+ readonly restricted: "Terbatas";
170
+ readonly restrictedDescription: "Siapa pun dengan tautan dapat melihat dokumen ini.";
133
171
  };
134
172
  readonly print: "Cetak";
135
173
  readonly logOut: "Keluar";
@@ -153,6 +191,58 @@ declare const _default: {
153
191
  readonly apply: "Terapkan";
154
192
  readonly cancel: "Batal";
155
193
  };
194
+ readonly details: {
195
+ readonly title: "Detail dokumen";
196
+ readonly titleLabel: "Judul";
197
+ readonly owner: "Pemilik";
198
+ readonly location: "Lokasi";
199
+ readonly noFolder: "(Tanpa folder)";
200
+ readonly created: "Dibuat";
201
+ readonly modified: "Terakhir diubah";
202
+ readonly statistics: "Statistik";
203
+ readonly words: "Kata";
204
+ readonly characters: "Karakter";
205
+ readonly pages: "Halaman";
206
+ readonly loading: "Memuat detail dokumen…";
207
+ };
208
+ readonly email: {
209
+ readonly title: "Email file ini";
210
+ readonly to: "Kepada";
211
+ readonly toPlaceholder: "penerima@contoh.com";
212
+ readonly subject: "Subjek";
213
+ readonly body: "Isi";
214
+ readonly send: "Kirim";
215
+ readonly copyLink: "Salin tautan";
216
+ readonly shareableLink: "Tautan dapat dibagikan";
217
+ readonly defaultSubject: "Dokumen: {title}";
218
+ readonly defaultBody: "Anda dapat melihat dokumen ini di: {url}";
219
+ };
220
+ readonly linkDialog: {
221
+ readonly insertTitle: "Sisipkan tautan";
222
+ readonly editTitle: "Edit tautan";
223
+ readonly text: "Teks yang ditampilkan";
224
+ readonly textPlaceholder: "Teks tautan";
225
+ readonly url: "URL";
226
+ readonly urlPlaceholder: "https://contoh.com";
227
+ readonly insert: "Sisipkan";
228
+ readonly update: "Perbarui";
229
+ readonly remove: "Hapus tautan";
230
+ readonly cancel: "Batal";
231
+ readonly urlRequired: "URL wajib diisi";
232
+ readonly urlInvalid: "Masukkan URL yang valid";
233
+ };
234
+ readonly findReplace: {
235
+ readonly title: "Temukan dan ganti";
236
+ readonly findPlaceholder: "Temukan di dokumen";
237
+ readonly replacePlaceholder: "Ganti dengan";
238
+ readonly next: "Berikutnya";
239
+ readonly previous: "Sebelumnya";
240
+ readonly replace: "Ganti";
241
+ readonly replaceAll: "Ganti semua";
242
+ readonly noMatches: "Tidak ada hasil";
243
+ readonly matchCount: "{current} dari {total}";
244
+ readonly close: "Tutup";
245
+ };
156
246
  readonly headerFooter: {
157
247
  readonly title: "Penyesuaian Header & Footer";
158
248
  readonly header: "Header";
@@ -160,11 +250,33 @@ declare const _default: {
160
250
  readonly left: "Kiri";
161
251
  readonly right: "Kanan";
162
252
  readonly clear: "Kosongkan";
253
+ readonly headerPlaceholder: "mis. Judul Dokumen";
254
+ readonly footerPlaceholder: "mis. Halaman {page} dari {total}";
163
255
  readonly headerLeftPlaceholder: "mis. Judul Dokumen";
164
256
  readonly headerRightPlaceholder: "mis. Halaman {page}";
165
257
  readonly footerLeftPlaceholder: "mis. Rahasia";
166
258
  readonly footerRightPlaceholder: "mis. Halaman {page} dari {total}";
167
259
  readonly variableInfo: "Info Variabel: Anda dapat menggunakan {page} untuk nomor halaman aktif, dan {total} untuk jumlah halaman.";
260
+ readonly differentFirstPage: "Halaman pertama berbeda";
261
+ readonly differentOddEven: "Halaman ganjil & genap berbeda";
262
+ readonly options: "Opsi";
263
+ readonly formatHeader: "Format header";
264
+ readonly pageNumber: "Nomor halaman";
265
+ readonly removeHeader: "Hapus header";
266
+ readonly headerFooterFormatTitle: "Header & footer";
267
+ readonly marginSection: "Margin";
268
+ readonly headerTopMargin: "Header (sentimeter dari atas)";
269
+ readonly footerBottomMargin: "Footer (sentimeter dari bawah)";
270
+ readonly layoutSection: "Tata letak";
271
+ readonly pageNumberTitle: "Nomor halaman";
272
+ readonly positionSection: "Posisi";
273
+ readonly positionHeader: "Header";
274
+ readonly positionFooter: "Footer";
275
+ readonly showOnFirstPage: "Tampilkan di halaman pertama";
276
+ readonly numberingSection: "Penomoran";
277
+ readonly startAt: "Dimulai dari";
278
+ readonly continueFromPrevious: "Lanjutkan dari bagian sebelumnya";
279
+ readonly apply: "Terapkan";
168
280
  readonly cancel: "Batal";
169
281
  readonly save: "Simpan";
170
282
  };
@@ -176,11 +288,6 @@ declare const _default: {
176
288
  readonly basicBlocks: "Blok Dasar";
177
289
  readonly noMatch: "Tidak ada perintah yang cocok";
178
290
  };
179
- readonly quickActions: {
180
- readonly meetingNotes: "Catatan Rapat";
181
- readonly emailDraft: "Draf Email";
182
- readonly more: "Lainnya";
183
- };
184
291
  readonly documentTabs: {
185
292
  readonly documentTabs: "Tab Dokumen";
186
293
  readonly addTab: "Tambah tab";
@@ -209,9 +316,21 @@ declare const _default: {
209
316
  readonly copied: "Tersalin";
210
317
  readonly insert: "Sisipkan";
211
318
  readonly inserted: "Tersisip";
212
- readonly noDraft: "Belum ada draf. Kirim perintah atau makro di atas untuk mulai.";
319
+ readonly noDraft: "Tanya apa saja tentang dokumen Anda, atau jalankan makro cepat di atas.";
213
320
  readonly promptPlaceholder: "Minta AI membuat kerangka, menulis konten, menulis ulang nada…";
214
321
  readonly promptAI: "Perintah AI";
322
+ readonly close: "Tutup";
323
+ readonly you: "Anda";
324
+ readonly assistant: "Asisten";
325
+ readonly notConfigured: "AI belum dikonfigurasi pada deployment ini.";
326
+ readonly selectTextFirst: "Pilih teks di dokumen terlebih dahulu";
327
+ readonly improveSelection: "Perbaiki pilihan";
328
+ readonly draft: "Draf dengan sitasi";
329
+ readonly draftPlaceholder: "Minta AI menyusun teks berbasis pustaka referensi Anda…";
330
+ readonly promptDraft: "Susun";
331
+ readonly citations: "Sitasi";
332
+ readonly emptyResponse: "AI mengembalikan respons kosong.";
333
+ readonly aiError: "Permintaan AI gagal";
215
334
  };
216
335
  readonly comments: {
217
336
  readonly title: "Panel Diskusi";
@@ -266,6 +385,67 @@ declare const _default: {
266
385
  readonly outlineLayout: "Tata Letak Kerangka";
267
386
  readonly outlineSync: "Kerangka tersinkronisasi otomatis. Klik header apa pun untuk langsung melompat, fokus, dan menggulir editor ke bagian tersebut.";
268
387
  };
388
+ readonly references: {
389
+ readonly title: "Referensi";
390
+ readonly subtitle: "Kelola sumber dan sisipkan sitasi.";
391
+ readonly close: "Tutup referensi";
392
+ readonly citationStyle: "Gaya sitasi";
393
+ readonly searchSources: "Cari sumber…";
394
+ readonly addSource: "Tambah sumber";
395
+ readonly editSource: "Ubah sumber";
396
+ readonly noSources: "Belum ada sumber";
397
+ readonly noSourcesDescription: "Tambahkan referensi pertama Anda untuk mulai menyitasi. Sitasi dan daftar pustaka mengikuti gaya aktif secara otomatis.";
398
+ readonly noMatchingSources: "Tidak ada sumber yang cocok";
399
+ readonly cite: "Sitasi";
400
+ readonly edit: "Ubah";
401
+ readonly delete: "Hapus";
402
+ readonly back: "Kembali ke daftar";
403
+ readonly anonymous: "Anonim";
404
+ readonly etAl: "dkk.";
405
+ readonly confirmDelete: "Hapus sumber \"{title}\"? Sitasi yang merujuknya akan berhenti ditampilkan.";
406
+ readonly import: {
407
+ readonly title: "Impor";
408
+ readonly fromDoi: "Dari DOI (CrossRef)";
409
+ readonly doiPlaceholder: "Tempel DOI atau tautan DOI…";
410
+ readonly importDoi: "Impor DOI";
411
+ readonly doiSuccess: "Sumber berhasil diimpor dari CrossRef.";
412
+ readonly doiFailed: "DOI tidak dapat ditemukan.";
413
+ readonly fromFile: "Dari berkas BibTeX / RIS";
414
+ readonly pickFile: "Pilih berkas .bib atau .ris";
415
+ readonly importing: "Mengimpor…";
416
+ readonly batchSuccess: "{count} sumber berhasil diimpor.";
417
+ readonly partial: "{ok} berhasil, {failed} gagal.";
418
+ readonly failed: "Impor gagal.";
419
+ };
420
+ readonly types: {
421
+ readonly book: "Buku";
422
+ readonly 'article-journal': "Artikel jurnal";
423
+ readonly chapter: "Bab buku";
424
+ readonly webpage: "Halaman web";
425
+ readonly report: "Laporan";
426
+ readonly thesis: "Tesis";
427
+ readonly document: "Dokumen";
428
+ };
429
+ readonly form: {
430
+ readonly type: "Jenis sumber";
431
+ readonly title: "Judul";
432
+ readonly authors: "Penulis";
433
+ readonly familyName: "Nama keluarga";
434
+ readonly givenName: "Nama depan";
435
+ readonly addAuthor: "Tambah penulis";
436
+ readonly year: "Tahun";
437
+ readonly journal: "Jurnal";
438
+ readonly bookTitle: "Judul buku";
439
+ readonly publisher: "Penerbit";
440
+ readonly publisherPlace: "Kota terbit";
441
+ readonly volume: "Volume";
442
+ readonly issue: "Edisi";
443
+ readonly pages: "Halaman";
444
+ readonly save: "Simpan perubahan";
445
+ readonly create: "Tambah sumber";
446
+ readonly cancel: "Batal";
447
+ };
448
+ };
269
449
  };
270
450
  readonly dashboard: {
271
451
  readonly allDocuments: "Semua Dokumen";
@@ -300,6 +480,11 @@ declare const _default: {
300
480
  readonly documentTitle: "Judul Dokumen";
301
481
  readonly lastModified: "Terakhir Diubah";
302
482
  readonly actions: "Aksi";
483
+ readonly trash: "Sampah";
484
+ readonly trashEmpty: "Sampah kosong";
485
+ readonly trashEmptyDescription: "Dokumen yang dihapus akan muncul di sini.";
486
+ readonly trashedAt: "Dihapus";
487
+ readonly movedToTrash: "Dipindahkan ke sampah:";
303
488
  };
304
489
  readonly auth: {
305
490
  readonly signInTitle: "Masuk untuk membuat dan menyunting dokumen";
@@ -1 +1 @@
1
- {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../src/locales/id.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA4UU"}
1
+ {"version":3,"file":"id.d.ts","sourceRoot":"","sources":["../../src/locales/id.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqgBU"}