Sortana/_locales/en-US/messages.json

22 lines
1.2 KiB
JSON

{
"classification": { "message": "AI classification" },
"matches": { "message": "matches" },
"doesntMatch": { "message": "doesn't match" },
"options.title": { "message": "AI Filter Options" },
"options.endpoint": { "message": "Endpoint" },
"options.template": { "message": "Prompt template" },
"options.customTemplate": { "message": "Custom template" },
"options.systemInstructions": { "message": "System instructions" },
"options.reset": { "message": "Reset to default" },
"options.placeholders": { "message": "Placeholders: {{system}}, {{email}}, {{query}}" },
"template.openai": { "message": "OpenAI / ChatML" },
"template.qwen": { "message": "Qwen" },
"template.mistral": { "message": "Mistral" },
"template.custom": { "message": "Custom" },
"options.save": { "message": "Save" },
"options.debugLogging": { "message": "Enable debug logging" },
"options.htmlToMarkdown": { "message": "Convert HTML body to Markdown" },
"options.stripUrlParams": { "message": "Remove URL tracking parameters" },
"options.altTextImages": { "message": "Replace images with alt text" },
"options.collapseWhitespace": { "message": "Collapse long whitespace" }
}