-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathzh_CN.json
330 lines (330 loc) · 21.7 KB
/
zh_CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
{ "translations": {
"Failed to notify when ready; unknown user" : "就绪时通知失败;未知用户",
"Send an email" : "发送一封电子邮件",
"User not logged in" : "用户未登录",
"User not found" : "未找到用户",
"Failed to create a chat session" : "创建聊天会话失败",
"Failed to update the chat session" : "更新聊天会话失败",
"Failed to delete the chat session" : "删除聊天会话失败",
"Failed to get chat sessions" : "获取聊天会话失败",
"Session not found" : "找不到会话",
"Message content is empty" : "消息内容为空",
"Failed to add a chat message" : "添加聊天消息失败",
"Failed to get chat messages" : "获取聊天消息失败",
"Failed to delete a chat message" : "删除聊天消息失败",
"Failed to delete the last message" : "删除最后一条消息失败",
"Failed to add a chat message into DB" : "添加聊天消息到数据库失败",
"Failed to generate a title for the chat session" : "为聊天会话生成标题失败",
"Nextcloud Assistant" : "云助手",
"Assistant task" : "助手任务",
"AI text generation" : "AI文本生成",
"AI image generation" : "AI图像生成",
"AI audio transcription" : "AI音频转写",
"AI context writer" : "AI内容撰写",
"Writing style: %1$s; Source material: %2$s" : "写作风格:%1$s;素材:%2$s",
"Task for \"%1$s\" has finished" : "任务“%1$s”已完成",
"\"%1$s\" task for \"%2$s\" has finished" : "“%2$s”的“%1$s”任务已完成",
"Input: %1$s" : "输入:%1$s",
"Result: %1$s" : "生成结果:%1$s",
"View results" : "查看结果",
"Task for \"%1$s\" has failed" : "任务“%1$s”执行失败",
"\"%1$s\" task for \"%2$s\" has failed" : "“%2$s”的“%1$s”任务已失败",
"View task" : "查看任务",
"Chat with AI" : "与AI聊天",
"Chat with an AI model." : "与AI模型聊天",
"Generate text" : "生成文字",
"Send a request to the Assistant, for example: write a first draft of a presentation, give me suggestions for a presentation, write a draft reply to my colleague." : "向助手发送一条请求,例如:写一份投影片的初稿,给我一些做演说的建议,写一个向我同事回复的草稿。",
"Artificial Intelligence" : "人工智能",
"Process and transform text" : "处理并转换文本",
"Assistant admin options saved" : "助手管理选项已保存",
"Failed to save assistant admin options" : "助手管理选项保存失败",
"Find more details on how to set up Assistant and recommended backends in the Administration documentation." : "在管理文档中寻找更多关于如何配置助手和推荐的后端。",
"Select which features you want to enable" : "选择您想要启用的特性",
"Top-right assistant" : "右上角的助手",
"AI text generation smart picker" : "AI文本生成智能选择器",
"Text-to-image smart picker" : "文本转图像智能选择器",
"To enable this feature, please install a text-to-image provider:" : "请安装一个文本转图片提供程序以启用此功能:",
"Speech-to-text smart picker" : "语音转文本智能选择器",
"To enable this feature, please install a speech-to-text provider:" : "请安装一个语音转文本提供程序以启用此功能:",
"Chat User Instructions for Chat Completions" : "完成聊天的聊天用户指令",
"It is passed on to the LLM for it to better understand the context." : "这将会传给大语言模型以便其更好地理解内容。",
"\"{user}\" is a placeholder for the user's display name." : "“{user}”是用户显示名称的占位符。",
"Chat User Instructions for Title Generation" : "聊天用户的标题生成指令",
"It is passed on to the LLMs to let it know what to do" : "它将传给大语言模型以告知它应该做些什么",
"\"{user}\" is a placeholder for the user's display name here as well." : "“{user}”也是此处用户显示名称的占位符。",
"Last N messages to consider for chat completions" : "聊天补全参考所需的最后N条消息",
"Number of messages to consider for chat completions (excluding the user instructions, which is always considered)" : "聊天补全时参考的消息数(不含一律参考的用户指令)",
"The task ran successfully but the result is identical to the input." : "任务执行成功,但结果与输入完全相同。",
"This output was generated by AI. Make sure to double-check and adjust." : "此输出使用AI生成。请务必二次检查并调整。",
"Hide advanced options" : "隐藏高级选项",
"Show advanced options" : "显示高级选项",
"Try again" : "请重试",
"Send request" : "发送请求",
"Launch this task again" : "再次启动此任务",
"Launch a task" : "启动任务",
"Generate a first draft for a blog post about privacy" : "为关于隐私的博文生成一篇初稿",
"What is the venue for the team retreat this quarter?" : "本季度团建地点在哪里?",
"Type or paste the text to summarize" : "输入或粘贴需要摘要的文本",
"Type or paste the text to generate a headline for" : "输入或粘贴需要生成标题的文本",
"Type or paste the text to extract the topics from" : "输入或粘贴需要提取话题的文本",
"landscape trees forest peaceful" : "风景 树木 森林 宁静",
"a number" : "数字",
"Shakespeare or an example of the style" : "莎士比亚或类似风格的例子",
"A description of what you need or some original content" : "您需要的或者一些原创的内容的描述",
"Back to the assistant" : "返回助手",
"Previous \"{taskTypeName}\" tasks" : "先前的“{taskTypeName}”任务",
"Show previous tasks" : "显示先前的任务",
"Close" : "关闭",
"Close Nextcloud Assistant" : "关闭云助手",
"Less" : "更少",
"More" : "更多",
"Cancel" : "取消",
"Error generating a response" : "生成响应时发生错误",
"Error updating title of conversation" : "更新对话标题时出错",
"Untitled conversation" : "无标题对话",
"Error generating a title for the conversation" : "生成对话标题时发生错误",
"Error deleting conversation" : "删除对话发生错误",
"Error fetching conversations" : "获取对话时发生错误",
"Error deleting message" : "删除消息时发生错误",
"Error fetching messages" : "获取消息时发生错误",
"Error creating a new message" : "创建新消息时发生错误",
"Invalid response received for a new conversation request" : "收到无效的响应,无法建立新对话请求",
"Error creating a new conversation" : "创建新对话时发生错误",
"Error regenerating a response" : "重新生成响应时发生错误",
"New conversation" : "新的对话",
"Loading conversations…" : "正在加载对话……",
"No conversations yet" : "尚无对话",
"Delete" : "删除",
"Conversation title" : "对话标题",
"Edit title" : "编辑标题",
"Generate title" : "生成标题",
"Creating a new conversation" : "创建新对话",
"Hello there! What can I help you with today?" : "您好!请问我能帮您些什么?",
"Try sending a message to spark a conversation." : "尝试发送消息来发起对话。",
"Load older messages" : "加载更早的消息",
"Retry response generation" : "重试响应生成",
"Error loading messages" : "加载消息时发生错误",
"Loading messages…" : "正在加载消息……",
"The text must be shorter than or equal to {maxLength} characters, currently {length}" : "文本必须少于等于{maxLength}字,当前为{length}字",
"Cancel editing" : "取消编辑",
"Submit" : "提交",
"Type a message…" : "输入消息……",
"You" : "您",
"Message copied to clipboard" : "消息已复制到剪贴板",
"Copy message" : "复制消息",
"Regenerate message" : "重新生成消息",
"Delete message" : "删除消息",
"Select Files/Folders" : "选择文件/文件夹",
"Select Providers" : "选择提供程序",
"Choose Files/Folders" : "选择文件/文件夹",
"Choose" : "选择",
"Clear Selection" : "清除选择",
"Error fetching default provider key" : "获取默认提供程序密钥错误",
"Error fetching providers" : "获取提供程序错误",
"Selective context" : "选择性内容",
"No sources referenced" : "未找到资源",
"tool" : "工具",
"integration" : "集成",
"complete AI documentation" : "完整AI文档",
"No provider found" : "未找到提供程序",
"AI Providers need to be installed to use the Assistant" : "需要安装AI提供程序来使用助手",
"Assistant options saved" : "助手选项已保存",
"Failed to save assistant options" : "助手选项保存失败",
"AI image generation smart picker" : "AI图像生成智能选择器",
"AI transcription smart picker" : "AI转写智能选择器",
"No suitable providers are available. They must first be enabled by your administrator." : "没有可用的合适提供程序。它们必须先由您的管理员启用。",
"Configured Backends" : "已设定的后端",
"The following services are used as backends for Nextcloud Assistant:" : "以下服务被用于云助手的后端:",
"{providerName} for {taskName}" : "供{taskName}使用的{providerName}",
"Getting results…" : "正在获取结果……",
"Run task in the background and get notified" : "在后台执行任务并接收通知",
"Back to the Assistant" : "回到云助手",
"Cancel task" : "取消任务",
"Your task has been scheduled" : "您的任务已排期",
"You will receive a notification when it has finished" : "您将在完成后接收到通知",
"You have not submitted any \"{taskTypeName}\" task yet" : "您尚未提交任何“{taskTypename}”任务",
"Nothing yet" : "暂无",
"Succeeded" : "成功",
"Cancelled" : "已取消",
"Failed" : "失败",
"Running" : "运行中",
"Scheduled" : "已排期",
"Input" : "输入",
"_{n} image has been generated_::_{n} images have been generated_" : ["已生成{n}张图像"],
"Result" : "结果",
"_Generation of {n} image is scheduled_::_Generation of {n} images is scheduled_" : ["生成{n}图像已排期"],
"This task is scheduled" : "此任务已排期",
"Unknown status" : "未知状态",
"Error while recording audio" : "录制音频时出错",
"Start recording" : "开始录制",
"Dismiss recording" : "取消录音",
"End recording and send" : "结束录音并发送",
"Choose file" : "选择文件",
"Choose a file" : "选择一个文件",
"No file selected" : "没有选择文件",
"Choose a value" : "选择值",
"Could not upload the recorded file" : "无法上传录制的文件",
"Output file share link copied to clipboard" : "输出文件分享链接已复制到剪贴板",
"Could not copy to clipboard" : "无法复制到剪贴板",
"Upload from device" : "从设备上传",
"Select from Nextcloud" : "从云端选择",
"Pick one or multiple files" : "选择一个或多个文件",
"Remove this media" : "移除此媒体",
"Download this media" : "下载此媒体",
"Share this media" : "分享此媒体",
"Share" : "共享",
"Pick a file" : "选择文件",
"Clear value" : "清除值",
"Type some number" : "输入一些数字",
"The current value is not a number" : "当前值不是数字",
"Advanced" : "高级",
"Choose a text file" : "选择文本文件",
"Unexpected response from text parser" : "非预期的文本解析器响应",
"Could not parse file" : "无法解析文件",
"Result could not be copied to clipboard" : "结果无法被复制到剪贴板",
"Copy output" : "复制输出",
"Copy" : "复制",
"Upload file" : "上传文件",
"Could not upload the file" : "无法上传文件",
"Could not upload the files" : "无法上传文件",
"Your task with ID {id} has failed" : "您的ID为{id}的任务已失败",
"Failed to schedule your task" : "您的任务排期失败",
"Submit the current task's result" : "提交当前任务的结果",
"Assistant error" : "助手错误",
"Please log in to view the task result" : "请登录以查看任务的结果",
"This task does not exist or has been cleaned up" : "此任务不存在或已删除",
"Failed to schedule the task" : "任务排期失败",
"Failed to get the last message" : "获取最后一条消息失败",
"Failed to process prompt; unknown user" : "提示词处理失败;未知用户",
"Failed to get prompt history; unknown user" : "获取提示词历史失败;未知用户",
"Failed to get outputs; unknown user" : "输出获取失败;未知用户",
"Failed to cancel generation; unknown user" : "取消生成失败;未知用户",
"Some internal error occurred. Contact your sysadmin for more info." : "发生内部错误。请联系系统管理员获取更多信息。",
"No Speech-to-Text provider found, install one from the app store to use this feature." : "未找到语音转文本提供程序,请从应用商店安装以使用这个功能",
"Audio file not found." : "未找到音频文件。",
"No permission to create recording file/directory, contact your sysadmin to resolve this issue." : "没有权限生成录制文件/路径,请联系系统管理员以解决此问题。",
"Failed to set visibility of image files; unknown user" : "设置图片文件可见性失败;未知用户",
"Unknown error while retrieving prompt history." : "提取提示词历史时发生未知错误",
"Context write" : "文本撰写",
"Writes text in a given style based on the provided source material." : "通过给出语料的风格生成文本",
"Transcribe" : "转写",
"Transcribe audio to text" : "将音频转写成文本",
"Generate image" : "生成图片",
"Generate an image from a text" : "通过文本生成一张图片",
"Canceled by user" : "用户已取消",
"FreePromptTaskType not available" : "自由提示词任务属性不可用",
"Failed to run or schedule a task" : "任务运行失败或无法排期",
"Failed to get prompt history" : "获取提示词历史失败",
"Generation not found" : "生成结果未找到",
"Multiple tasks found" : "找到多个任务",
"Transcript not found" : "找不到转写",
"No text to image processing provider available" : "没有可用的文字转图像处理提供者",
"Image request error" : "图像请求错误",
"Image generation not found." : "无法找到图像生成",
"Retrieving the image generation failed." : "检索图像生成失败",
"Image generation failed." : "图像生成失败",
"Image file names could not be fetched from database" : "无法从数据库获取图像文件名称",
"Image file not found in database" : "数据库中找不到图像文件",
"Image file not found" : "找不到图像文件",
"To be able to use this feature, please install at least one AI text processing provider." : "请至少安装一个AI文字处理服务来使用此功能。",
"To enable this feature, please install an AI text processing provider for the free prompt task type." : "请为免费提示任务类型安装一个AI文本处理提供程序以启用此功能。",
"To enable this feature, please install a text-to-image provider." : "请安装一个文本转图片提供程序以启用此功能。",
"To enable this feature, please install a speech-to-text provider." : "请安装一个语音转文本提供程序以启用此功能。",
"Image storage" : "图像存储",
"Image generation idle time (days)" : "图像生成闲置时间(天)",
"Days until generated images are deleted if they are not viewed" : "如果生成的图像超过此天数未被查看则将其删除",
" This includes the user instructions and the LLM's messages" : "这包含用户指令和大语言模型的消息",
"Writing style" : "撰写风格",
"Describe the writing style you want to use or supply an example document." : "描述您想要使用的撰写风格或提供范例文档。",
"Source material" : "来源材料",
"Describe what you want the document to be written on." : "描述您想要撰写文档的主题。",
"Type some text" : "输入一些文本",
"Text Generation" : "文本生成",
"Audio transcription" : "音频转写",
"Unknown Result Type" : "未知结果类型",
"Output" : "输出结果",
"Copy output text to clipboard" : "复制输出的文本到剪贴板",
"Reset the output value to the originally generated one" : "重置输出值为最初生成的值。",
"Reset" : "重置",
"The task ran successfully but the generated text is empty." : "任务执行成功但生成的文本为空。",
"Run a task" : "执行任务",
"Loading conversations..." : "正在加载对话……",
"Edit Title" : "编辑标题",
"Generate Title" : "生成标题",
"Loading messages..." : "正在加载消息……",
"Type a message..." : "输入消息……",
"Thinking..." : "正在思考……",
"Unexpected server response" : "非预期的服务器响应",
"The processing of generations failed." : "生成处理失败。",
"The processing of some generations failed." : "部分生成处理失败",
"Text generation error" : "文本生成出现错误",
"Unknown text generation API error" : "未知的文本生成API错误",
"Prompt" : "提示",
"Result {index}" : "结果 {index}",
"Text generation content" : "文本生成内容",
"The text generation task was scheduled to run in the background." : "文本生成任务已排期在后台运行。",
"Estimated completion time: " : "预计补全时间:",
"This can take a while…" : "这可能需要一段时间……",
"Some generations are still being processed in the background! Showing finished generations." : "部分生成仍在后台处理!显示已完成的生成。",
"Loading generations…" : "正在载入生成……",
"Include prompt in the final result" : "在最终结果中包含提示词",
"Run in the background" : "后台执行",
"Choose Audio File" : "选择音频文件",
"Record Audio" : "录制音频",
"Reset recorded audio" : "重置录制的音频",
"Stop recording" : "停止录制",
"No audio file selected" : "未选择音频文件",
"Selected Audio File:" : "已选的音频文件:",
"Choose audio file in your storage" : "选择您的存储中的音频文件",
"Choose audio File" : "选择音频文件",
"Audio input" : "音频输入",
"Unknown input" : "未知输入",
"Running…" : "正在运行……",
"Unknown error" : "未知错误",
"Task result was copied to clipboard" : "任务结果已复制到剪贴板",
"Copy result" : "复制结果",
"Image generation failed" : "图像生成失败",
"This generation has no visible images" : "此次生成没有可见的图像",
"Rate limit reached. Please try again later." : "已达速率限制。请稍后再试。",
"Unknown server query error" : "未知的服务器查询错误",
"Image generation" : "图像生成",
"Edit visible images" : "编辑可见的图像",
"Click to toggle generation visibility" : "点击切换生成可见性",
"Generated image" : "已生成的图像",
"Estimated generation time left: " : "预计剩余生成时间:",
"The image(s) will be displayed here once generated." : "图像生成后将在此处现实",
"This image generation was scheduled to run in the background." : "此图像生成已排期在后台运行。",
"Failed to get images" : "获取图像失败",
"Include the prompt in the result" : "在结果中包含提示",
"Number of results" : "结果数目",
"Regenerate" : "重新生成",
"Preview" : "预览",
"Enter your question or task here:" : "在此输入您的问题或任务:",
"Preview text generation by AI" : "预览AI文本生成",
"Notify when ready" : "准备完毕时通知",
"Submit text generated by AI" : "提交AI生成的文本",
"The task could not be found. It may have been deleted." : "找不到任务。它可能已被删除。",
"Successfully scheduled transcription" : "成功排期转写",
"Failed to schedule transcription" : "转写排期失败",
"Unknown API error" : "未知API错误",
"Schedule Transcription" : "转写排期",
"A description of the image you want to generate" : "描述你想生成的图片",
"Image generation cancel error" : "图像生成取消发生错误",
"Unknown image generation cancel error" : "未知的图像生成取消错误",
"Unexpected response from server." : "非预期的服务器响应",
"Image generation error" : "图像生成错误",
"Unknown image generation error" : "未知的图像生成错误",
"You will be notified when the image generation is ready." : "您将会在图像生成就绪时收到通知。",
"Notify when ready error" : "就绪通知发生错误",
"Unknown notify when ready error" : "未知的就绪通知错误",
"Preview image generation by AI" : "预览AI生成的图片",
"Submit image(s) generated by AI" : "提交AI生成的图片",
"Send" : "发送",
"Show/hide advanced options" : "显示/隐藏高级选项",
"Advanced options" : "高级选项",
"Image link copied to clipboard" : "图像链接已复制到剪贴板",
"Image link could not be copied to clipboard" : "图像链接无法复制到剪贴板",
"Copy the link to this generation to clipboard" : "复制此生成的链接到剪贴板",
"Copy link to clipboard" : "复制链接到剪贴板"
},"pluralForm" :"nplurals=1; plural=0;"
}