Publication IA: - 4 templates (magazine, brief, essay, simple) avec CSS riche - Rewrite IA (article/exercises/tutorial/reference/mixed) - Modération avec timeout 12s + fallback safe - Quotas publish_enhance par tier (basic=2, pro=15, business=100) - Détection contenu stale (hash) - Migration DB publishedContent/publishedTemplate/publishedSourceHash Fixes: - cheerio v1.2: Element -> AnyNode (domhandler), decodeEntities cast - _isShared ajouté au type Note (champ virtuel serveur) - callout colors PDF export: extraction fonction pure testable - admin/published: guard note.userId null - Cmd+S fonctionne en mode dialog (pas seulement fullPage) i18n: - 23 clés publish* traduites dans les 15 locales - Extension Web Clipper: 13 locales mise à jour Tests: - callout-colors.test.ts (6 tests) - note-visible-in-view.test.ts (5 tests) - entitlements.test.ts + byok-entitlements.test.ts: mock usageLog + unstubAllEnvs - 199/199 tests passent Tracker: user-stories.md sync avec sprint-status.yaml
183 lines
4.1 KiB
JSON
183 lines
4.1 KiB
JSON
{
|
|
"extName": {
|
|
"message": "Memento Web Clipper"
|
|
},
|
|
"extDescription": {
|
|
"message": "Capture web pages and highlighted text into your Memento notebooks — connects to your own Memento server."
|
|
},
|
|
"extActionTitle": {
|
|
"message": "Clip to Memento"
|
|
},
|
|
"webClipper": {
|
|
"message": "Web Clipper"
|
|
},
|
|
"connected": {
|
|
"message": "Connected"
|
|
},
|
|
"disconnected": {
|
|
"message": "Not connected"
|
|
},
|
|
"instanceSettings": {
|
|
"message": "Memento URL"
|
|
},
|
|
"instanceUrlLabel": {
|
|
"message": "Your Memento instance URL"
|
|
},
|
|
"presetProduction": {
|
|
"message": "Production preset · memento-note.com"
|
|
},
|
|
"applyReconnect": {
|
|
"message": "Apply and reconnect"
|
|
},
|
|
"openMomento": {
|
|
"message": "Open Memento"
|
|
},
|
|
"settingsHint": {
|
|
"message": "Paste the HTTPS (or LAN) URL of your Memento server. Cookies in this browser handle sign-in."
|
|
},
|
|
"footerVersion": {
|
|
"message": "Memento Web Clipper 0.3.1"
|
|
},
|
|
"errPermissionDenied": {
|
|
"message": "Memento can't access this tab. Check keyboard/site extension permissions — or open the Side Panel."
|
|
},
|
|
"notebookUnnamed": {
|
|
"message": "Untitled notebook"
|
|
},
|
|
"noNotebooks": {
|
|
"message": "No notebooks yet"
|
|
},
|
|
"readingTimeOne": {
|
|
"message": "~1 minute read"
|
|
},
|
|
"readingTimeOther": {
|
|
"message": "Approx. $COUNT$ min read",
|
|
"placeholders": {
|
|
"COUNT": {
|
|
"content": "$1",
|
|
"example": "5"
|
|
}
|
|
}
|
|
},
|
|
"selectionDetected": {
|
|
"message": "Selection detected"
|
|
},
|
|
"ignore": {
|
|
"message": "ignore"
|
|
},
|
|
"selectionHint": {
|
|
"message": "Tip: highlight text on the page to clip a precise selection as a note."
|
|
},
|
|
"clipSelection": {
|
|
"message": "Clip selection"
|
|
},
|
|
"clipPage": {
|
|
"message": "Clip this page"
|
|
},
|
|
"saveLinkOnly": {
|
|
"message": "Save link only"
|
|
},
|
|
"pageNotAccessible": {
|
|
"message": "Can't clip here — this page blocks extension access."
|
|
},
|
|
"errLoginRequired": {
|
|
"message": "Please sign in to Memento in this browser first."
|
|
},
|
|
"errLoadNotebooks": {
|
|
"message": "Could not load notebooks. Try reconnecting."
|
|
},
|
|
"notebooksLoaded": {
|
|
"message": "Notebooks loaded"
|
|
},
|
|
"connecting": {
|
|
"message": "Connecting…"
|
|
},
|
|
"connectedToUrl": {
|
|
"message": "Connected to $URL$",
|
|
"placeholders": {
|
|
"URL": {
|
|
"content": "$1",
|
|
"example": "https://memento-note.com"
|
|
}
|
|
}
|
|
},
|
|
"restrictedPage": {
|
|
"message": "Restricted page — clip via the Memento toolbar or Side Panel."
|
|
},
|
|
"destinationNotebook": {
|
|
"message": "Destination notebook"
|
|
},
|
|
"activePage": {
|
|
"message": "Active page"
|
|
},
|
|
"previewBeforeSave": {
|
|
"message": "Review before saving"
|
|
},
|
|
"noteTitleLabel": {
|
|
"message": "Title"
|
|
},
|
|
"excerptLabel": {
|
|
"message": "Excerpt"
|
|
},
|
|
"saveToMomento": {
|
|
"message": "Save to Memento"
|
|
},
|
|
"back": {
|
|
"message": "Back"
|
|
},
|
|
"analyzingSource": {
|
|
"message": "Analyzing source"
|
|
},
|
|
"statusAnalyzing": {
|
|
"message": "Analyzing…"
|
|
},
|
|
"statusSaving": {
|
|
"message": "Saving…"
|
|
},
|
|
"processingDetail": {
|
|
"message": "Generating tags, a semantic summary, and embeddings."
|
|
},
|
|
"noteSaved": {
|
|
"message": "Note saved"
|
|
},
|
|
"sentToNotebook": {
|
|
"message": "Saved to $NOTEBOOK$",
|
|
"placeholders": {
|
|
"NOTEBOOK": {
|
|
"content": "$1",
|
|
"example": "Read later"
|
|
}
|
|
}
|
|
},
|
|
"viewInMomento": {
|
|
"message": "View in Memento"
|
|
},
|
|
"clipAnother": {
|
|
"message": "Clip another page"
|
|
},
|
|
"failure": {
|
|
"message": "Could not complete"
|
|
},
|
|
"genericError": {
|
|
"message": "Something went wrong reaching your Memento instance."
|
|
},
|
|
"retry": {
|
|
"message": "Retry"
|
|
},
|
|
"errNoSelection": {
|
|
"message": "Select text first, or clip the full page."
|
|
},
|
|
"errAnalyzeFailed": {
|
|
"message": "Could not analyze this page."
|
|
},
|
|
"errSaveFailed": {
|
|
"message": "Could not save your note."
|
|
},
|
|
"errNetwork": {
|
|
"message": "Network issue — check your connection and Memento URL."
|
|
},
|
|
"bannerPickText": {
|
|
"message": "Highlight text on the page, or clip the whole page."
|
|
}
|
|
}
|