Skip to content

Commit

Permalink
移动词条 (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: 陈生杂物房 <[email protected]>
  • Loading branch information
TC999 authored Dec 22, 2024
1 parent 3f23c5e commit 7aa049e
Showing 1 changed file with 112 additions and 3 deletions.
115 changes: 112 additions & 3 deletions locals.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ I18N["zh-CN"]["title"] = { // 标题翻译
"Enterprises": "企业版",
"Blocked users": "黑名单",
"New conversation · GitHub Copilot": "新聊天 · GitHub Copilot",
"Models · GitHub Marketplace": "模型 · GitHub 市场",
},
"regexp": [ // 正则翻译
[/Authorized OAuth Apps/, "授权的 OAuth 应用"],
Expand Down Expand Up @@ -1223,9 +1224,80 @@ I18N["zh-CN"]["public"] = { // 公共区域翻译
"Tibetan": "藏文",
"Vietnamese": "越南文",
"Zhuang, Chuang": "壮文", // 存疑

// Copilot 窗口
// 顶部
"All repositories": "所有仓库",
"Back": "返回",
"Conversation options": "选项",
"Delete conversation": "删除对话",
"View all conversations": "查看全部对话",
"Active conversations": "最近对话",
// 删除
"Are you sure? This can’t be undone.": "您确定吗?此操作无法撤销。",
"Take conversation to immersive": "全屏对话",
"Close chat": "关闭",

"public": "公共",
"repository": "仓库",

"Ask Copilot": "询问 Copilot",
"Select a repository to get started. Ask questions about your codebase to get answers fast and learn your way around.": "选择一个仓库即可开始。询问有关代码库的问题,以快速获得答案并了解相关知识。",
"uses AI. Check for mistakes.": "使用 AI。请检查错误。",
"Search repositories to chat about": "搜索要讨论的仓库",
"Recent repositories": "最近访问",
"General purpose chat": "普通对话",

"Loading Conversation": "加载中",
"Chatting about code and programming": "讨论关于代码和编程",
// 对话框
"Ask about the repository:": "询问关于此仓库的信息:",
"Attach files or symbols": "附加文件或符号",
"Add an extension": "添加扩展",
"Files and symbols…": "文件和符号…",
"First attach a repository": "请先附加仓库",
"Attach files and symbols": "附加文件和符号",
"Choose which files and symbols you want to chat about. Use fewer references for more accurate responses.": "选择您想要讨论的文件和符号。使用较少的参考资料即可获得更准确的回复。",
"Search files and symbols": "搜索文件和符号",
"Current attachments": "当前附件",
"Symbols": "符号",
"Repository…": "仓库…",
"Attach a repository": "附加仓库",
"Search repositories": "搜索仓库",
"Fetching repositories…": "正在获取仓库",
"Close": "关闭",
"Extension…": "扩展…",
"Extension": "扩展",
"Extensions": "扩展",
"Chat with your favorite tools and services": "使用您最喜欢的工具和服务聊天",
"Browse the marketplace to find extensions for the tools and services you rely on": "浏览市场以查找您所依赖的工具和服务的扩展",
"Browse marketplace": "前往市场",
"Send now": "发送",
// 反馈
"Rate your experience": "反馈",
// 四个表情
"Love it": "优",
"It’s ok": "良",
"Not great": "中",
"Hate it": "差",

"Tell us what you liked or what could be better": "告诉我们您喜欢什么或可以改进的地方",

"Please don’t include sensitive, confidential, or personal data. Your anonymous feedback helps us improve our services in line with our": "请不要包含敏感、机密或个人数据。您的匿名反馈有助于我们改进服务,根据",
"Privacy Policy": "隐私政策",
"Send": "发送",
"uses AI. Check for mistakes.": "使用 AI。请检查错误。",

"Copy code": "复制代码",
"Copied!": "复制成功!",

"Good response": "点赞",
"Bad response": "点踩",

},
"regexp": [ // 正则翻译
// Copilot 窗口
[/Chatting about ([^ ]+)/, "关于 $1 的对话"],
/**
* 匹配时间格式
*
Expand Down Expand Up @@ -6463,7 +6535,6 @@ I18N["zh-CN"]["repository-public"] = { // 仓库 - 公共部分
"You must be signed in to star a repository": "您必须登录后才能星标仓库",
"You must be signed in to add this repository to a list": "您必须登录后才能将此仓库添加到列表中",
"You must be logged in to vote": "您必须登录后才能投票",

},
"regexp": [ // 正则翻译
[/Started (\d+) discussions? in this repository in the past day/, "过去一天内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡
Expand Down Expand Up @@ -18741,6 +18812,22 @@ I18N["zh-CN"]["marketplace"] = { // GitHub 市场
"Open issues": "打开议题",
"is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.": "未经 GitHub 认证。它由第三方提供,并受单独的服务条款、隐私政策和支持文档的约束。",

// GitHub 模型集合页 https://github.com/marketplace/models
"Select a Model": "选择模型",

"Welcome to GitHub Models": "欢迎访问 GiHub 模型",
"A catalog and playground of AI models to help you build AI features and products.": "一个AI模型目录和运行场,帮助您构建AI特性和产品。",

"Model switching:": "模型切换:",
"A single API key for all models & billing.": "一个 API 密钥适用于所有模型和计费。",
"Quick personal setup:": "快速个人设置:",
"GitHub PAT to install models in your projects.": "使用 GitHub 个人访问令牌(PAT)在您的项目中安装模型。",
"Free to start:": "免费开始:",
"No charges until you hit our rate limits.": "在达到速率制限之前不收费。",

"Select a model to get started, or": "选择一个模型开始,或",
"explore the full model catalog": "浏览完整模型目录",

// GitHub 模型页面 https://github.com/marketplace/models/<user-name>/<model-name>
"You're already on the waitlist! We'll send you an email once your access is granted.": "GitHub 模型限量公开测试将有名额限制。如果您获准访问,您将收到一封电子邮件。",
"You're already on the waitlist! We'll send you an email once your access is granted": "GitHub 模型限量公开测试将有名额限制。如果您获准访问,您将收到一封电子邮件",
Expand Down Expand Up @@ -18797,23 +18884,45 @@ I18N["zh-CN"]["marketplace"] = { // GitHub 市场
"Anyone with the URL will be able to view and use this preset, but not edit. Presets are private by default.": "任何拥有该 URL 的人都可以查看和使用该预设,但不能进行编辑。预设默认为私有。",
"Create preset": "新建",
"Raw": "源码",
"Input:": "输入:",
"• Output:": "• 输出:",
"ms": "毫秒",
// 聊天窗口
// 顶部横条
"Restore last session": "恢复上次聊天",
"Compare": "比较",
"Select model": "选择模型",
"Reset chat history": "删除聊天",
// 状态
// 中间
"Responding...": "响应中...",
"An error occurred. Please try again.": "发生错误,请重试。",

"Positive": "点赞",
"Negative": "点踩",
"Regenerate": "重新生成",
"Edit message": "编辑信息",

"Attach an image": "附加图像",
"Remove": "移除",
"Type your prompt…": "键入提示词…",
"Send now": "发送",

// 参数设置
"Parameters": "参数",
"Reset to default inputs": "重置",
"Hide parameters setting": "隐藏参数设置",
"Show parameters setting": "显示参数设置",
"System prompt": "系统提示词",
"Set the context for the model response.": "设置模型响应的环境。",
//"Set the context for the model response.": "设置模型响应的环境。",
"You are a helpful assistant...": "你是一位助理...", // 默认提示词
"Improve prompt": "增强提示词",
"Adjust your prompt with specific suggestions or simply click to enhance your prompt.": "根据具体建议调整,或者简单地点击以增强您的提示词。",
"Current prompt": "原提示词",
"What would you like to improve? (optional)": "您想增强什么内容?(可选)",
"Eg: explain X for a beginner and write responses in nested bullets.": "例如:为初学者解释 X ,并用嵌套项目符号编写回应。",
"Response format": "响应格式",
"Text": "文本",
"Set the format for the model response.": "设置模型响应的格式。",
"Max Tokens": "最大令牌",
"Limit the maximum output tokens for the model response.": "限制模型响应的最大输出标记。",
"Temperature": "随机度",
Expand Down

0 comments on commit 7aa049e

Please sign in to comment.