diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index fbeeebe1e67..e5b53c41240 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", + "Storage %s cannot be moved" : "无法移动存储空间 %s", + "Moving a share (%s) into a shared folder is not allowed" : "不允许将分享(%s)移动到共享文件夹中", + "Moving a storage (%s) into a shared folder is not allowed" : "不允许将储存空间(%s)移动到共享文件夹中", + "Moving a share (%s) into another share (%s) is not allowed" : "不允许将分享(%s)移动到另一个分享(%s)中", + "Moving a share (%s) into another storage (%s) is not allowed" : "不允许将分享(%s)移动到另一个储存空间(%s)中", + "Moving a storage (%s) into a share (%s) is not allowed" : "不允许将储存空间(%s)移动到分享(%s)中", + "Moving a storage (%s) into another storage (%s) is not allowed" : "不允许将储存空间(%s)移动到另一个储存空间(%s)中", "Path contains invalid segments" : "路径包含无效段", "Filename is a reserved word" : "Filename 是保留字", "Filename contains at least one invalid character" : "文件名中存在至少一个非法字符", @@ -194,10 +201,14 @@ OC.L10N.register( "Cannot disable sending the password by Talk without setting a new password" : "如果不设置新密码,则无法禁用 Talk 发送密码", "Share provider does not support accepting" : "共享提供商不支持接受", "Cannot change target of link share" : "无法更改链接共享的目标", + "Invalid share recipient" : "无效的分享接收者", + "Group \"%s\" does not exist" : "组“%s”不存在", "The requested share does not exist anymore" : "当前请求的共享已经不存在", "The requested share comes from a disabled user" : "请求的分享来自一个被禁用的用户", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "由于已达用户数量上限,用户未创建。请检查通知以了解详情。", "Could not find category \"%s\"" : "无法找到分类 \"%s\"", + "Input text" : "输入文本", + "The input text" : "输入文本", "Sunday" : "星期日", "Monday" : "星期一", "Tuesday" : "星期二", @@ -304,19 +315,40 @@ OC.L10N.register( "Transcribe the things said in an audio" : "将音频中的内容转录下来", "Audio input" : "音频输入", "The audio to transcribe" : "要转录的音频", + "Transcription" : "转录", + "The transcribed text" : "已转录的文本", + "Chat with an agent" : "和 agent 对话", + "Chat message" : "聊天消息", + "A chat message to send to the agent." : "要发送给 agent 的聊天消息。", "Confirmation" : "确认", + "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否确认之前的操作:0表示拒绝,1表示确认。", + "A token representing the conversation." : "代表对话的 token。", + "Generated response" : "生成的回复", + "The response from the chat model." : "来自聊天模型的回应。", + "The new conversation token" : "新的对话 token", + "Send this along with the next interaction." : "下次交互时一起发送。", + "Requested actions by the agent" : "Agent 要求的操作", "Context write" : "文本撰写", "Writes text in a given style based on the provided source material." : "通过给出语料的风格生成文字", "Writing style" : "撰写风格", "Demonstrate a writing style that you would like to immitate" : "展示你想模仿的写作风格", "Source material" : "来源材料", "The content that would like to be rewritten in the new writing style" : "希望以新文风重写的内容", + "Generated text" : "生成的文本", "The generated text with content from the source material in the given style" : "生成的文本内容来自给定风格的源材料", + "Emoji generator" : "表情生成器", + "Takes text and generates a representative emoji for it." : "应用文本并生成一个相应的表情。", + "The text to generate an emoji for" : "用于生成表情的文字", + "Generated emoji" : "生成的表情", "The generated emoji based on the input text" : "根据输入文本生成的表情符号", "Generate image" : "生成图片", "Generate an image from a text prompt" : "根据文本提示生成图像", "Prompt" : "提示", "Describe the image you want to generate" : "描述你想要生成的图像", + "Number of images" : "图像数量", + "How many images to generate" : "生成多少张图片", + "Output images" : "输出图像", + "The generated images" : "生成的图像", "Runs an arbitrary prompt through a language model that returns a reply" : "通过语言模型运行任意提示并返回答复", "Describe a task that you want the assistant to do or ask a question" : "描述你希望助手执行的任务或提出问题", "The generated text from the assistant" : "助手生成的文本", |