diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-27 00:27:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-27 00:27:40 +0000 |
commit | 01bb3efe238cecf5075a5030719d3b0a726dfe51 (patch) | |
tree | 40a7a82e5d9daf5b94e066c106dcad0102469baf /apps/settings/l10n/zh_CN.json | |
parent | f3bfa4de66a2d9f9c8170143c78fb729010e0f33 (diff) | |
download | nextcloud-server-01bb3efe238cecf5075a5030719d3b0a726dfe51.tar.gz nextcloud-server-01bb3efe238cecf5075a5030719d3b0a726dfe51.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_CN.json')
-rw-r--r-- | apps/settings/l10n/zh_CN.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index ca71d74bba4..0566b5e06fc 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -75,6 +75,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "OPcache 内部字符串缓存几乎已满。为确保重复的字符串可以被有效地缓存,建议在您的 PHP 设置中 <code>opcache.interned_strings_buffer</code> 设置一个高于 <code>%s</code> 的值。", "Administrator documentation" : "管理员文档", "User documentation" : "用户文档", + "Nextcloud help overview" : "Nextcloud 帮助文件预览", "Invalid SMTP password." : "无效的 SMTP 密码", "Email setting test" : "电子邮件设置测试", "Well done, %s!" : "已完成,%s!", @@ -137,11 +138,27 @@ "Reshare" : "重新共享", "Unlimited" : "无限", "Verifying" : "正在验证", + "Checking for old user imported certificate" : "正在检查老用户导入的证书", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", + "Checking for default phone region" : "正在检查默认电话区域", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "您在安装过程中未设置默认的国际区号。缺失国际区号的电话号码时将使用默认的国际区号进行验证。要允许无国际区号的电话,请在您的配置文件中添加 “default_phone_region” 设置选项并依照 ISO 3166-1 进行设置。", + "Internet connectivity" : "网络连接", + "Internet connectivity is disabled in configuration file." : "配置文件中网络连接已禁用。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此服务器没有工作的互联网连接:无法访问多个端点。这意味着一些功能,如挂载外部存储、更新或安装第三方应用程序的通知将无法工作。远程访问文件和发送通知邮件也可能无法工作。建立从这个服务器到互联网的连接,以享受所有功能。", + "Checking for old server-side-encryption being disabled" : "正在检查老服务端加密是否已禁用", "The old server-side-encryption format is enabled. We recommend disabling this." : "旧的服务器端加密格式已启用。我们建议禁用此功能。", + "Checking for PHP default charset" : "正在检查 PHP 默认字符集", + "PHP configuration option default_charset should be UTF-8" : "PHP 设置选项 default_chatset 应该为 UTF-8", + "Checking for PHP version" : "正在检查 PHP 版本", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在使用 PHP %s。在 Nextcloud 27 中 PHP 8.0 已过时,而在 Nextcloud 28 中可能最低需要 PHP 8.1。请尽快升级 PHP 至官方支持的最新版本。", + "You are currently running PHP %s." : "您当前正在使用 PHP %s。", + "Checking for PHP output_buffering option" : "正在检查 PHP output_buffering 设置", + "PHP configuration option output_buffering must be disabled" : "PHP 设置选项 output_buffering 必须被禁用", + "Checking for configuration file access rights" : "正在检查配置文件访问权限", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。", + "Nextcloud configuration file is writable" : "Nextcloud 配置文件可写", + "Checking for database version" : "正在检查数据库版本", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "正在使用 PostgreSQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 PostgreSQL 9.6 或更高版本。", @@ -153,8 +170,10 @@ "Speech-To-Text" : "语音转文本", "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "语音转文本可由不同的应用程序实现。您可以在此设置使用哪个应用程序。", "None of your currently installed apps provide Speech-To-Text functionality" : "您当前安装的应用程序均不提供语音转文本功能", + "Image generation" : "图像生成", "Text processing" : "文本处理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文本处理任务可由不同的应用程序执行。在这里,您可以设置哪个应用程序用于执行哪个任务。", + "Task:" : "任务:", "None of your currently installed apps provide Text processing functionality" : "您当前安装的应用程序均不提供文本处理功能", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此决定哪个组可以访问管理设置的特定部分。", "None" : "无", @@ -198,8 +217,10 @@ "Results from other categories" : "来自其他类别的结果", "No apps found for your version" : "未找到适合当前版本的应用", "Disable all" : "禁用全部", + "Download and enable all" : "下载并启用全部", "_%n app has an update available_::_%n apps have an update available_" : ["%n 应用有可用的更新"], "_Update_::_Update all_" : ["全部更新"], + "Device name" : "设备名称", "Marked for remote wipe" : "标记为远程擦除", "Device settings" : "设备设置", "Allow filesystem access" : "允许访问文件系统", @@ -254,6 +275,7 @@ "Cron (Recommended)" : "Cron(推荐)", "Use system cron service to call the cron.php file every 5 minutes." : "使用系统定时任务服务每 5 分钟执行一次 cron.php 文件。", "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 需要由系统用户“{user}”执行。", + "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "您需要安装 PHP POSIX 拓展,详情请见 {linkstart}PHP documentation{linkend}。", "Unable to update background job mode" : "无法更新后台任务模式", "Profile" : "个人资料", "Enable or disable profile by default for new users." : "对新用户默认启用或禁用简介。", @@ -272,11 +294,14 @@ "Select default encryption module:" : "选择默认的加密模块:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "您需要从旧版本(ownCloud <= 8.0)迁移您的加密密钥。请在应用中启用“Default encryption module”并运行 {command}", "Unable to update server side encryption config" : "无法更新服务端加密设置", + "Please confirm the group removal" : "请确认移除该群组", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "你将移除群组 “{group}”。群组内的用户不会被删除。", "Cancel" : "取消", "Confirm" : "确认", "Submit" : "提交", "Rename group" : "重命名分组", "Remove group" : "删除分组", + "Failed to remove group \"{group}\"" : "删除群组 “{group}” 失败", "Current password" : "当前密码", "New password" : "新密码", "Change password" : "修改密码", @@ -342,6 +367,9 @@ "Unable to update federation scope of additional {property}" : "无法更新额外 {property} 的联盟范围", "Add additional email" : "添加额外的电子邮箱", "Add" : "添加", + "No users" : "无用户", + "Loading users …" : "正在加载用户 ...", + "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "列出所有用户。考虑性能原因该列表可能不会全部显示,而是在你浏览列表时按需显示。", "Default language" : "默认语言", "Common languages" : "常用语言", "Other languages" : "其他语言", @@ -366,12 +394,21 @@ "Username will be autogenerated" : "用户名将自动生成", "Username (required)" : "用户名(必填)", "Total rows summary" : "总行摘要", + "Scroll to load more rows" : "滚动以加载更多列。", + "_{userCount} user …_::_{userCount} users …_" : ["{userCount} 个用户 ..."], + "_{userCount} user_::_{userCount} users_" : ["{userCount} 个用户"], "Avatar" : "头像", "Group admin for" : "分组管理员", "User backend" : "用户来源", "Storage location" : "存储位置", "Last login" : "最后登录", + "User actions" : "用户操作", + "Password or insufficient permissions message" : "密码错误或权限不足的提示消息", + "Loading user …" : "正在加载用户 ...", + "Change display name" : "修改显示名称", + "Set new password" : "设置新密码", "You do not have permissions to see the details of this user" : "您没有权限查看该用户的详细信息", + "Set new email address" : "设置新邮箱地址", "Add user to group" : "添加用户到组", "Set user as admin for" : "设置用户为管理员", "Select user quota" : "选择用户容量限额", @@ -386,6 +423,7 @@ "Remote wipe of devices" : "远程擦除设备", "Wipe {userid}'s devices" : "擦除 {userid} 的设备", "Wiped {userid}'s devices" : "已抹除 {userid} 的设备", + "Failed to update user manager" : "更新用户管理员失败", "Fully delete {userid}'s account including all their personal files, app data, etc." : "完全删除 {userid} 的账号,包括其所有个人文件,应用程序数据等。", "Account deletion" : "帐号删除", "Delete {userid}'s account" : "删除 {userid} 的账号", @@ -395,11 +433,14 @@ "Welcome mail sent!" : "欢迎邮件已经发送!", "Toggle user actions menu" : "切换用户行动菜单", "Edit" : "编辑", + "User management settings" : "用户管理设置", "Visibility" : "可见性", + "Show language" : "显示语言", "Show user backend" : "显示用户来源", "Show storage path" : "显示存储路径", "Show last login" : "显示最后登录", "Send email" : "发送电子邮件", + "Send welcome email to new users" : "向新用户发送欢迎邮件", "Defaults" : "默认", "Default quota" : "默认配额", "Select default quota" : "选择默认存储限额", @@ -423,7 +464,11 @@ "Active users" : "活跃用户", "Admins" : "管理员", "Disabled users" : "已禁用的用户", + "Creating group …" : "正在创建群组 ...", + "Create group" : "创建群组", "Group name" : "分组名称", + "Please enter a valid group name" : "请处输入一个有效的群组名称", + "Failed to create group" : "创建群组失败", "Not saved" : "未保存", "Sending…" : "正在发送 ...", "Email sent" : "邮件已发送", @@ -449,10 +494,12 @@ "Updates" : "更新", "App bundles" : "应用捆绑包", "Featured apps" : "精选应用", + "Supported apps" : "支持的应用", "Show to everyone" : "显示给所有人", "Show to logged in users only" : "仅显示给登录用户", "Hide" : "隐藏", "Download and enable" : "下载并启用", + "Allow untested app" : "允许未经测试的应用", "The app will be downloaded from the App Store" : "将从应用商店下载应用", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", "Never" : "从不", @@ -462,6 +509,10 @@ "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "您的网络请求过多。如果出现错误,请稍后重试或与您的管理员联系。", "Documentation" : "文档", "Forum" : "论坛", + "Nextcloud help resources" : "Nextcloud 帮助资源", + "Account documentation" : "账号文档", + "Administration documentation" : "管理文档", + "General documentation" : "一般文档", "Login" : "登录", "None/STARTTLS" : "无/STARTTLS", "SSL" : "SSL", @@ -556,6 +607,7 @@ "Authentication method" : "认证方法", "Allow username autocompletion in share dialog" : "在分享对话框中允许用户名自动完成", "Allow username autocompletion to users within the same groups" : "允许自动完成同一组内的用户的用户名", + "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV 系统通讯录同步失败,这可能是因为你的服务器实例有超过1000名用户,或是因为出现了错误。请手动通过指令 occ dav:sync-system-addressbook 继续该操作。", "Edit display name" : "编辑显示名称", "Select manager" : "选择管理者", "User's table" : "用户的表格", |