diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-28 00:26:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-28 00:26:37 +0000 |
commit | 9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0 (patch) | |
tree | 894949e5eac1edab28ffa01aed3c0d52acc9e3fa /lib | |
parent | a6d0a4e6d4f60bbf7d0ada06dc61c34157c876a5 (diff) | |
download | nextcloud-server-9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0.tar.gz nextcloud-server-9e67ab7fb8c7c2006a8cdfa75088d38d1120f8f0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/zh_CN.js | 12 | ||||
-rw-r--r-- | lib/l10n/zh_CN.json | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index a186c1d90e5..82929d9ffde 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -5,6 +5,7 @@ OC.L10N.register( "This can usually be fixed by giving the web server write access to the config directory." : "通常可以为 Web 服务器授予对 config 目录的写入权限来修复这个问题。", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "但是,如果您更希望将 config.php 文件设为只读,可以将 \"config_is_read_only\" 选项设置为 true。", "See %s" : "查看 %s", + "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "应用程序%1$s不存在或其版本与此服务器不兼容。请检查应用目录。", "Sample configuration detected" : "示例配置检测", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接把 config.php 的样例文件直接复制使用。这可能会破坏您的安装。在对 config.php 进行修改之前请先阅读相关文档。", "The page could not be found on the server." : "无法在服务器上找到此页面", @@ -154,6 +155,8 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s 对您共享了 »%2$s«。", "Click the button below to open it." : "点击下方按钮可打开它。", "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\"", "Sunday" : "星期日", "Monday" : "星期一", @@ -203,6 +206,7 @@ OC.L10N.register( "A valid password must be provided" : "必须提供合法的密码", "The username is already being used" : "用户名已被使用", "Could not create user" : "无法创建用户", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "在用户名中只允许使用以下字符:“a-z”、“A-Z”、“0-9”、空格和 \"_.@-'\"", "A valid username must be provided" : "必须提供合法的用户名", "Username contains whitespace at the beginning or at the end" : "用户名在开头或结尾处包含空格", "Username must not consist of dots only" : "用户名不能仅由点组成", @@ -257,6 +261,14 @@ OC.L10N.register( "Storage connection error. %s" : "存储连接错误。%s", "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", + "Free prompt" : "自由提示", + "Runs an arbitrary prompt through the language model." : "向语言模型中输入任何提示词", + "Generate headline" : "产生标题", + "Generates a possible headline for a text." : "为一段文本生成一个可能的标题", + "Summarize" : "总结归纳", + "Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息", + "Extract topics" : "提取主题", + "Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "应用%1$s的文件替换不正确。请确认版本与当前服务器兼容。", "404" : "404", "Full name" : "全名", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 56051e63d1d..87e5c9b4021 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -3,6 +3,7 @@ "This can usually be fixed by giving the web server write access to the config directory." : "通常可以为 Web 服务器授予对 config 目录的写入权限来修复这个问题。", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "但是,如果您更希望将 config.php 文件设为只读,可以将 \"config_is_read_only\" 选项设置为 true。", "See %s" : "查看 %s", + "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "应用程序%1$s不存在或其版本与此服务器不兼容。请检查应用目录。", "Sample configuration detected" : "示例配置检测", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接把 config.php 的样例文件直接复制使用。这可能会破坏您的安装。在对 config.php 进行修改之前请先阅读相关文档。", "The page could not be found on the server." : "无法在服务器上找到此页面", @@ -152,6 +153,8 @@ "%1$s shared »%2$s« with you." : "%1$s 对您共享了 »%2$s«。", "Click the button below to open it." : "点击下方按钮可打开它。", "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\"", "Sunday" : "星期日", "Monday" : "星期一", @@ -201,6 +204,7 @@ "A valid password must be provided" : "必须提供合法的密码", "The username is already being used" : "用户名已被使用", "Could not create user" : "无法创建用户", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "在用户名中只允许使用以下字符:“a-z”、“A-Z”、“0-9”、空格和 \"_.@-'\"", "A valid username must be provided" : "必须提供合法的用户名", "Username contains whitespace at the beginning or at the end" : "用户名在开头或结尾处包含空格", "Username must not consist of dots only" : "用户名不能仅由点组成", @@ -255,6 +259,14 @@ "Storage connection error. %s" : "存储连接错误。%s", "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", + "Free prompt" : "自由提示", + "Runs an arbitrary prompt through the language model." : "向语言模型中输入任何提示词", + "Generate headline" : "产生标题", + "Generates a possible headline for a text." : "为一段文本生成一个可能的标题", + "Summarize" : "总结归纳", + "Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息", + "Extract topics" : "提取主题", + "Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "应用%1$s的文件替换不正确。请确认版本与当前服务器兼容。", "404" : "404", "Full name" : "全名", |