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.
+24
View File
@@ -0,0 +1,24 @@
startup-begin = ChatPapers 加载中
startup-finish = ChatPapers 已就绪
prefs-title = ChatPapers
item-section-chat-head = ChatPapers
item-section-chat-sidenav = 论文对话
chat-loading = 正在加载 ChatPapers…
chat-placeholder = 就这篇论文提问…
chat-send = 发送
chat-stop = 停止
chat-summarize = 总结
chat-add-selection = 添加选区
chat-clear = 清空
chat-save-note = 保存为笔记
chat-need-config = 请先在偏好设置中配置 AI Provider
chat-thinking = 思考中…
chat-done = 完成
chat-stopped = 已停止
chat-cleared = 已清空对话
chat-no-reply = 还没有可保存的 AI 回复
chat-note-saved = 已保存为笔记
chat-selection-added = 已将选区加入下一条消息
chat-selection-empty = 阅读器中没有选中文本
+1
View File
@@ -0,0 +1 @@
itemmenu-label = ChatPapers:总结
+29
View File
@@ -0,0 +1,29 @@
prefs-title = ChatPapers
prefs-section-provider = AI 接入
prefs-section-generation = 生成参数
prefs-section-openrouter = OpenRouter(可选)
prefs-section-prompts = 提示词
prefs-provider = Provider
prefs-reset = 重置为预设默认
prefs-base-url = Base URL
prefs-api-key = API Key
prefs-model = 模型
prefs-refresh-models = 刷新模型列表
prefs-temperature = 温度
prefs-max-tokens = 最大 Token
prefs-timeout = 超时(毫秒)
prefs-max-context = 最大上下文字符
prefs-answer-language = 回答语言
prefs-send-metadata =
.label = 在提示词中附带条目元数据
prefs-openrouter-referer = HTTP-Referer
prefs-openrouter-title = X-Title
prefs-system-prompt = 系统提示词(留空使用默认)
prefs-summary-prompt = 总结提示词(留空使用默认)
prefs-hint-empty = 请选择 Ollama、LM Studio、OpenRouter 或其他 Provider。
prefs-hint-local = 本地 Provider:请求发往本机。请先启动对应服务。
prefs-hint-openrouter = 云端聚合:论文内容将发送到 OpenRouter / 上游模型。
prefs-hint-cloud = 云端 Provider:论文内容将发送到所选 API 端点。
prefs-models-empty = 未返回任何模型。
prefs-models-pick = 从列表中输入模型 ID(最多显示 30 个):
prefs-privacy = 隐私说明:仅在你点击发送/总结时,向你配置的端点发送内容。API Key 仅保存在本地 Zotero 偏好设置中。