diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-20 00:20:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-20 00:20:35 +0000 |
commit | abdffe367626527ef93b3d9bb7f5b8abc60d7257 (patch) | |
tree | 8b1412e7a37a456377c08a8500fb17ed29023d9e /lib/l10n/zh_CN.js | |
parent | 85046e7e9dc415722c53d11defdefb243d165797 (diff) | |
download | nextcloud-server-abdffe367626527ef93b3d9bb7f5b8abc60d7257.tar.gz nextcloud-server-abdffe367626527ef93b3d9bb7f5b8abc60d7257.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 18aa47d1677..a073277be6d 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -83,6 +83,8 @@ OC.L10N.register( "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系您的管理员。", "Dot files are not allowed" : "以 . 开头的文件不被允许", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" 是禁止的文件或文件夹名称。", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" 是文件或文件夹名称的禁止前缀。", + "Filenames must not end with \"%1$s\"." : "文件名不能以 “%1$s” 结尾。", "File already exists" : "文件已存在", "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", @@ -97,7 +99,7 @@ OC.L10N.register( "__language_name__" : "简体中文", "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", "Help & privacy" : "帮助&隐私", - "Appearance and accessibility" : "外观和可访问性", + "Appearance and accessibility" : "外观和辅助功能", "Apps" : "应用", "Personal settings" : "个人设置", "Administration settings" : "管理设置", @@ -304,8 +306,13 @@ OC.L10N.register( "Prompt" : "提示", "Describe the image you want to generate" : "描述你想要生成的图像", "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" : "助手生成的文本", "Define rules and assumptions that the assistant should follow during the conversation." : "定义助手在对话过程中应遵循的规则和假设。", "The history of chat messages before the current message, starting with a message by the user" : "当前消息之前的聊天消息历史记录,从用户发送的消息开始", + "The generated response as part of the conversation" : "作为对话的一部分生成的响应", + "Takes a text and makes it sound more formal" : "使文本听起来更正式", + "Write a text that you want the assistant to formalize" : "写下你希望助手正式化的文本", "Generate a headline" : "生成标题", "Generates a possible headline for a text." : "为一段文本生成一个可能的标题", "The original text to generate a headline for" : "需要生成标题的原始文本", @@ -315,6 +322,7 @@ OC.L10N.register( "Write a text that you want the assistant to reformulate" : "写下您希望云助手重新表述的文本", "Reformulated text" : "重新表述的文本", "The reformulated text, written by the assistant" : "由云助手撰写的重新表述的文本", + "Write a text that you want the assistant to simplify" : "写下您希望助手简化的文本", "Summarize" : "总结归纳", "Summarizes a text" : "总结一段文本", "The original text to summarize" : "需要总结的原始文本", |