mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
@ -4,8 +4,10 @@
|
||||
"ru": "ChatGPT",
|
||||
"fr": "ChatGPT",
|
||||
"es": "ChatGPT",
|
||||
"pt-BR": "ChatGPT",
|
||||
"de": "ChatGPT"
|
||||
"de": "ChatGPT",
|
||||
"cs": "ChatGPT",
|
||||
"zh": "ChatGPT",
|
||||
"pt-BR": "ChatGPT"
|
||||
},
|
||||
"guid": "asc.{9DC93CDB-B576-4F0C-B55E-FCC9C48DD007}",
|
||||
"version" : "1.1.4",
|
||||
@ -20,7 +22,8 @@
|
||||
"es": "Utilice el chatbot OpenAI para realizar tareas que impliquen la comprensión o generación de lenguaje natural o de código.",
|
||||
"pt-BR": "Use o chatbot OpenAI para realizar tarefas que envolvam compreensão ou geração de linguagem ou código natural.",
|
||||
"de": "Verwenden Sie den OpenAI-Chatbot, um Aufgaben auszuführen, die das Verstehen oder Generieren von natürlicher Sprache oder Code beinhalten.",
|
||||
"cs": "OpenAL API lze použít prakticky na jakýkoli úkol, který zahrnuje porozumění nebo generování přirozeného jazyka nebo kódu."
|
||||
"cs": "OpenAL API lze použít prakticky na jakýkoli úkol, který zahrnuje porozumění nebo generování přirozeného jazyka nebo kódu.",
|
||||
"zh": "使用 OpenAI 聊天机器人完成有关理解、生成自然语言或代码的任务。"
|
||||
},
|
||||
"url" : "index.html",
|
||||
"icons" : [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
"de-DE",
|
||||
"es-ES",
|
||||
"fr-FR",
|
||||
"pt-BR",
|
||||
"ru-RU"
|
||||
"ru-RU",
|
||||
"zh-CN",
|
||||
"pt-BR"
|
||||
]
|
||||
70
sdkjs-plugins/content/openai/translations/zh-CN.json
Normal file
70
sdkjs-plugins/content/openai/translations/zh-CN.json
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"For using ChatGPT you should get an API key." : "要使用 ChatGPT,您需要获取一个 API 密钥。",
|
||||
"Create API keys and copy in this field." : "创建 API 密钥并复制到此字段。",
|
||||
"Go to" : "转到",
|
||||
"Loading..." : "加载中...",
|
||||
"Api key saved successfully." : "Api 密钥已成功保存。",
|
||||
"Save" : "保存",
|
||||
"Text analysis" : "文本分析",
|
||||
"Summarize" : "摘要",
|
||||
"Keywords" : "关键词",
|
||||
"Word analysis" : "单词分析",
|
||||
"Explain text in comment" : "用评论解释文本",
|
||||
"Explain text in hyperlink" : "用超链接解释文本",
|
||||
"Translate" : "翻译",
|
||||
"Translate to French" : "翻译成法语",
|
||||
"Translate to English" : "翻译成英语",
|
||||
"Translate to German" : "翻译成德语",
|
||||
"Translate to Chinese" : "翻译成中文",
|
||||
"Translate to Japanese" : "翻译成日语",
|
||||
"Translate to Russian" : "翻译成俄语",
|
||||
"Translate to Korean" : "翻译成韩语",
|
||||
"Translate to Spanish" : "翻译成西班牙语",
|
||||
"Translate to Italian" : "翻译成意大利语",
|
||||
"Generate image from text" : "根据文本生成图片",
|
||||
"Settings" : "设置",
|
||||
"Maximum 8000 tokens are available." : "最多可用 8000 代币。",
|
||||
"For work with this model we should save chat history and sent it into a request." : "使用这种模式时,我们应该保存聊天记录,并将其发送到请求中。",
|
||||
"But we have a limit on the number of tokens in the request." : "但我们对请求中的代币数量有限制。",
|
||||
"That's why sometimes you should clear your chat history." : "这就是为什么有时您需要清除聊天记录的原因。",
|
||||
"Clear history" : "清除聊天记录",
|
||||
"Tokens in the request about: " : "请求中的代币: ",
|
||||
"Total tokens are used in last request: " : "最后一次请求使用的代币总数: ",
|
||||
"Chat" : "聊天",
|
||||
"The model which will generate the completion. Some models are suitable for natural language tasks, others specialize in code." : "生成补全的模型。有些模型适用于自然语言任务,有些适用于代码。",
|
||||
"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the node will become deterministic and repetitive." : "管理随机性: 温度越低,完成的随机性越小。当温度接近零时,节点将变得确定和重复。",
|
||||
"The maximum number of tokens to generate in the completion." : "完成时要生成的最大代币数。",
|
||||
"Up to four sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence." : "最多四个序列,API 将在这四个序列上停止生成更多代币。返回的文本将不包含停止序列。",
|
||||
"An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.": "温度采样的另一种方法,称为核采样,该模型考虑的是具有 top_p 概率质量的代币结果。",
|
||||
"Submit" : "提交",
|
||||
"Clear" : "清除",
|
||||
"Model" : "模型",
|
||||
"Maximum length" : "最大长度",
|
||||
"Temperature" : "温度",
|
||||
"Stop sequences" : "停止序列",
|
||||
"This plugin doesn't work in Internet Explorer." : "此插件无法在 Internet Explorer 浏览器中使用。",
|
||||
"Tokens: " : "代币: ",
|
||||
"Learn More" : "了解更多",
|
||||
"Show advanced settings" : "显示高级设置",
|
||||
"Up to" : "最多",
|
||||
"tokens in response." : "回应的代币。",
|
||||
"Maximum " : "最大 ",
|
||||
"tokens are available." : "可用的代币。",
|
||||
"Because you are using: " : "因为您正在使用: ",
|
||||
"tokens in your request." : "请求中的代币。",
|
||||
"Custom request": "自定义请求",
|
||||
"You exceeded your current quota, please check your plan and billing details." : "您超出了当前配额,请检查您的方案和账单详情。",
|
||||
"Too many tokens in your request.": "您的请求中包含太多代币。",
|
||||
"Error:" : "错误:",
|
||||
"Generate image variation" : "生成不同的图像",
|
||||
"Thesaurus" : "同义词库",
|
||||
"Show hyperlink content" : "显示超链接内容",
|
||||
"Warning" : "警告",
|
||||
"This plugin is not supported by IE": "IE 不支持该插件",
|
||||
"Fix spelling & grammar": "纠正拼写和语法",
|
||||
"Rewrite differently": "换种方式重写",
|
||||
"Make longer": "扩写",
|
||||
"Make shorter": "缩写",
|
||||
"Make simpler": "简单点写",
|
||||
"Invalid Api key or this service doesn't work in your region." : "Api 密钥无效或此服务在您所在地区无法使用。"
|
||||
}
|
||||
@ -12,7 +12,7 @@
|
||||
"nl": "Spraak",
|
||||
"pt": "Discurso",
|
||||
"uk": "Читати",
|
||||
"zh": "讲话"
|
||||
"zh": "朗读"
|
||||
},
|
||||
"guid": "asc.{D71C2EF0-F15B-47C7-80E9-86D671F9C595}",
|
||||
"version" : "2.0.1",
|
||||
@ -23,10 +23,13 @@
|
||||
"descriptionLocale": {
|
||||
"ru": "Преобразуйте выделенный текст в речь.",
|
||||
"fr": "Convertissez le texte sélectionné en parole.",
|
||||
"it": "Converti il testo selezionato in voce parlata.",
|
||||
"ja": "選択したテキストを音声に変換します。",
|
||||
"es": "Convierta el texto seleccionado en voz.",
|
||||
"pt-BR": "Converta o texto selecionado em fala.",
|
||||
"de": "Konvertieren Sie den ausgewählten Text in die Rede.",
|
||||
"uk": "Прочитайте виділений текст."
|
||||
"uk": "Прочитайте виділений текст.",
|
||||
"zh": "朗读所选的文本。"
|
||||
},
|
||||
"url": "index.html",
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
"de": "Plugin-Verwaltung",
|
||||
"cs": "Správce Pluginů",
|
||||
"si": "පේනු කළමනාකරු",
|
||||
"zh": "插件管理器",
|
||||
"pt-BR": "Gerenciador de plug-ins"
|
||||
},
|
||||
"guid" : "asc.{AA2EA9B6-9EC2-415F-9762-634EE8D9A95E}",
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
"it-IT",
|
||||
"ja-JA",
|
||||
"ru-RU",
|
||||
"pt-BR",
|
||||
"si-SI"
|
||||
"si-SI",
|
||||
"zh-ZH",
|
||||
"pt-BR"
|
||||
]
|
||||
14
store/plugin/translations/zh-ZH.json
Normal file
14
store/plugin/translations/zh-ZH.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"This version of \"Plugin Manager\" is not official." : "此版本的\"插件管理器\"不是官方的。",
|
||||
"No Internet Connection.": "没有网络连接。",
|
||||
"Warning" : "警告",
|
||||
"Yes" : "是",
|
||||
"No" : "否",
|
||||
"Do you want to completely remove this plugin?" : "您想彻底删除这个插件吗?",
|
||||
"If you choose \"No\", you will be able to restore this plugin later in the marketplace." : "如果您选择\"否\",稍后可以在市场中恢复此插件。",
|
||||
"Enter the URL for your marketplace page here" : "在此处输入市场页面的网址",
|
||||
"Return to default settings" : "返回默认设置",
|
||||
"Enter URL" : "输入网址",
|
||||
"Cancel" : "取消",
|
||||
"Be careful! Avoid using the untrusted URLs." : "当心!避免使用不受信任的网址"
|
||||
}
|
||||
@ -6,6 +6,7 @@
|
||||
"it-IT",
|
||||
"ja-JA",
|
||||
"ru-RU",
|
||||
"pt-BR",
|
||||
"si-SI"
|
||||
"si-SI",
|
||||
"zh-ZH",
|
||||
"pt-BR"
|
||||
]
|
||||
60
store/translations/zh-ZH.json
Normal file
60
store/translations/zh-ZH.json
Normal file
@ -0,0 +1,60 @@
|
||||
{
|
||||
"Manage plugins": "管理插件",
|
||||
"Available plugins": "可用的插件",
|
||||
"Marketplace": "市场",
|
||||
"Submit your own plugin": "提交您自己的插件",
|
||||
"Install plugin manually": "手动安装插件",
|
||||
"Install": "安装",
|
||||
"Remove": "移除",
|
||||
"Update": "更新",
|
||||
"Offered by": "提供商",
|
||||
"Overview": "简介",
|
||||
"Info & Support": "信息与支持",
|
||||
"Learn how to use": "了解如何使用",
|
||||
"the plugin in": "插件在",
|
||||
"Contribute": "贡献",
|
||||
"to the plugin development or report an issue on": "至插件开发或报告问题",
|
||||
"Get help": "获得帮助",
|
||||
"with the plugin functionality on our forum.": "在论坛上了解更多关于插件功能。",
|
||||
"Create a new plugin using": "要创建一个新插件,可以使用",
|
||||
"Loading": "加载中",
|
||||
"Installation": "安装",
|
||||
"Updating": "更新中",
|
||||
"Removal": "移动",
|
||||
"Problem with loading plugins.": "加载插件时出现问题。",
|
||||
"No installed plugins.": "没有安装插件。",
|
||||
"Version": "版本",
|
||||
"Languages": "语言",
|
||||
"English": "英语",
|
||||
"Czech": "捷克语",
|
||||
"German": "德语",
|
||||
"Spanish": "西班牙语",
|
||||
"French": "法语",
|
||||
"Italian": "意大利语",
|
||||
"Japanese": "日语",
|
||||
"Dutch": "荷兰语",
|
||||
"Portuguese": "葡萄牙语",
|
||||
"Russian": "俄语",
|
||||
"Chinese": "中文",
|
||||
"Update All": "全部更新",
|
||||
"Categories": "类目",
|
||||
"Search plugins": "搜索插件",
|
||||
"All": "全部",
|
||||
"Recommended": "推荐的",
|
||||
"Developer tools": "开发者工具",
|
||||
"Work": "工作",
|
||||
"Entertainment": "娱乐",
|
||||
"Communication": "沟通",
|
||||
"Special abilities": "特殊能力",
|
||||
"The minimum supported editors version" : "支持的最低编辑器版本",
|
||||
"This plugin will only work in a newer version of the editor.": "该插件仅适用于更新版本的编辑器。",
|
||||
"Nothing was found for this query.": "没有找到查询的内容。",
|
||||
"No Internet Connection.": "没有网络连接。",
|
||||
"Problem with loading plugin config.\nConfig: " : "加载插件配置时出现问题 .\nConfig: ",
|
||||
"Problem with loading some resources." : "加载某些资源时出现问题。",
|
||||
"File not found." : "未找到文件。",
|
||||
"Network problem." : "网络问题。",
|
||||
"Problem with loading some resources" : "加载某些资源时出现问题",
|
||||
"Click to rate" : "点击评分",
|
||||
"No disscussion page for this plugin." : "该插件没有讨论页面。"
|
||||
}
|
||||
Reference in New Issue
Block a user