Add article export to Word, PDF, and Markdown
Desktop Client Build / Resolve Build Metadata (push) Successful in 24s
Frontend CI / Frontend (push) Successful in 5m26s
Desktop Client Build / Build Desktop Client (push) Successful in 22m50s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 30s
Desktop Client Build / Resolve Build Metadata (push) Successful in 24s
Frontend CI / Frontend (push) Successful in 5m26s
Desktop Client Build / Build Desktop Client (push) Successful in 22m50s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 30s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1078,6 +1078,22 @@ const enUS = {
|
||||
noContent: 'This article does not have generated content yet.',
|
||||
editor: {
|
||||
publish: 'Publish',
|
||||
download: 'Download',
|
||||
downloadFormats: {
|
||||
word: 'Word',
|
||||
pdf: 'PDF',
|
||||
markdown: 'Markdown',
|
||||
},
|
||||
downloadMessages: {
|
||||
success: 'Download started.',
|
||||
failed: 'Export failed. Please try again.',
|
||||
},
|
||||
markdownExportConfirm: {
|
||||
title: 'Download Markdown',
|
||||
description:
|
||||
'Images will be removed from the Markdown file. Text content such as headings, tables, and links will be kept.',
|
||||
confirm: 'Download',
|
||||
},
|
||||
titlePlaceholder: 'Enter article title',
|
||||
leaveConfirm: {
|
||||
title: 'Unsaved changes',
|
||||
|
||||
Reference in New Issue
Block a user