first commit

This commit is contained in:
yehongyu
2026-07-20 14:40:17 +08:00
commit 50fd043a2d
55 changed files with 7786 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
startup-begin = ChatPapers is loading
startup-finish = ChatPapers is ready
prefs-title = ChatPapers
item-section-chat-head = ChatPapers
item-section-chat-sidenav = Chat with paper
chat-loading = Loading ChatPapers…
chat-placeholder = Ask a question about this paper…
chat-send = Send
chat-stop = Stop
chat-summarize = Summarize
chat-add-selection = Add selection
chat-clear = Clear
chat-save-note = Save as note
chat-need-config = Configure a provider in Preferences first.
chat-thinking = Thinking…
chat-done = Done
chat-stopped = Stopped
chat-cleared = Chat cleared
chat-no-reply = No AI reply to save yet
chat-note-saved = Saved as note
chat-selection-added = Selection added to next message
chat-selection-empty = No text selected in the reader
+1
View File
@@ -0,0 +1 @@
itemmenu-label = ChatPapers: Summarize
+29
View File
@@ -0,0 +1,29 @@
prefs-title = ChatPapers
prefs-section-provider = AI Provider
prefs-section-generation = Generation
prefs-section-openrouter = OpenRouter (optional)
prefs-section-prompts = Prompts
prefs-provider = Provider
prefs-reset = Reset defaults
prefs-base-url = Base URL
prefs-api-key = API Key
prefs-model = Model
prefs-refresh-models = Refresh models
prefs-temperature = Temperature
prefs-max-tokens = Max tokens
prefs-timeout = Timeout (ms)
prefs-max-context = Max context chars
prefs-answer-language = Answer language
prefs-send-metadata =
.label = Include item metadata in prompts
prefs-openrouter-referer = HTTP-Referer
prefs-openrouter-title = X-Title
prefs-system-prompt = System prompt (leave empty for default)
prefs-summary-prompt = Summary prompt (leave empty for default)
prefs-hint-empty = Choose Ollama, LM Studio, OpenRouter, or another provider.
prefs-hint-local = Local provider: requests stay on this machine. Start the server first.
prefs-hint-openrouter = Cloud aggregator: paper text is sent to OpenRouter / upstream models.
prefs-hint-cloud = Cloud provider: paper text is sent to the selected API endpoint.
prefs-models-empty = No models returned.
prefs-models-pick = Enter a model id from the list (showing up to 30):
prefs-privacy = Privacy: ChatPapers only sends content when you click Send/Summarize, and only to the endpoint you configured. API keys are stored in local Zotero preferences.