From f0a43a068f1eae1c12aada77685e3c8f545aaa00 Mon Sep 17 00:00:00 2001
From: GiteaBot <teabot@gitea.io>
Date: Tue, 18 Feb 2020 06:11:13 +0000
Subject: [PATCH] [skip ci] Updated translations via Crowdin

---
 options/locale/locale_zh-CN.ini | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini
index a168eeede4..341d76c48c 100644
--- a/options/locale/locale_zh-CN.ini
+++ b/options/locale/locale_zh-CN.ini
@@ -104,6 +104,8 @@ user=用户名
 password=数据库用户密码
 db_name=数据库名称
 db_helper=MySQL 用户注意:请使用InnoDB 存储引擎,如果您使用“utf8mb4”,您的 InnoDB 版本必须大于5.6。
+db_schema=Schema
+db_schema_helper=留空则数据库中默认值为("public")。
 ssl_mode=SSL
 charset=字符集
 path=数据库文件路径
@@ -638,6 +640,7 @@ forks=派生仓库
 pick_reaction=选择你的表情
 reactions_more=再加载 %d 
 unit_disabled=站点管理员已禁用此仓库单元。
+language_other=其它
 
 template.items=模板选项
 template.git_content=Git数据(默认分支)
@@ -1065,6 +1068,8 @@ pulls.blocked_by_rejection=此合并请求有官方审核员请求的更改。
 pulls.can_auto_merge_desc=该合并请求可以进行自动合并操作。
 pulls.cannot_auto_merge_desc=该合并请求存在冲突,无法进行自动合并操作。
 pulls.cannot_auto_merge_helper=手动合并解决此冲突
+pulls.num_conflicting_files_1=%d 个冲突文件
+pulls.num_conflicting_files_n=%d 个冲突文件
 pulls.no_merge_desc=由于未启用合并选项,此合并请求无法被合并。
 pulls.no_merge_helper=在仓库设置中启用合并选项或者手工合并请求。
 pulls.no_merge_wip=这个合并请求无法合并,因为被标记为尚未完成的工作。
@@ -1392,6 +1397,7 @@ settings.add_discord_hook_desc=将 <a href="%s">Discord</a> 集成到您的仓
 settings.add_dingtalk_hook_desc=将 <a href="%s">Dingtalk</a> 集成到您的仓库中。
 settings.add_telegram_hook_desc=将 <a href="%s">Telegram</a> 集成到您的仓库中。
 settings.add_msteams_hook_desc=将 <a href="%s">Microsoft Teams</a> 集成到您的仓库中。
+settings.add_feishu_hook_desc=将 <a href="%s">Feishu</a> 集成到您的仓库中。
 settings.deploy_keys=管理部署密钥
 settings.add_deploy_key=添加部署密钥
 settings.deploy_key_desc=部署密钥具有对仓库的只读拉取权限。
@@ -1564,6 +1570,7 @@ release.deletion_success=Release已被删除。
 release.tag_name_already_exist=使用此标签名称的发布版本已经存在。
 release.tag_name_invalid=标签名称无效。
 release.downloads=下载附件
+release.download_count=下载:%s
 
 branch.name=分支名称
 branch.search=搜索分支
@@ -1852,6 +1859,7 @@ auths.attribute_surname=姓氏属性
 auths.attribute_mail=电子邮箱属性
 auths.attribute_ssh_public_key=SSH公钥属性
 auths.attributes_in_bind=从 Bind DN 中拉取属性信息
+auths.allow_deactivate_all=允许在搜索结果为空时停用所有用户
 auths.use_paged_search=使用分页搜索
 auths.search_page_size=分页大小
 auths.filter=用户过滤规则
@@ -2081,6 +2089,10 @@ monitor.queue.pool.addworkers.numberworkers.placeholder=工作者数量
 monitor.queue.pool.addworkers.timeout.placeholder=设置为0则无超时
 monitor.queue.pool.addworkers.mustnumbergreaterzero=要添加的工作者数量必须大于等于0
 monitor.queue.pool.addworkers.musttimeoutduration=超时时间必须为Go语言时间间隔。例如 5m 或者 0
+monitor.queue.pool.flush.title=刷新队列
+monitor.queue.pool.flush.desc=刷新将添加一个工作者,一旦队列为空或超时将结束。
+monitor.queue.pool.flush.submit=添加刷新者
+monitor.queue.pool.flush.added=为 %[1]s 添加刷新工作者
 
 monitor.queue.settings.title=池设置
 monitor.queue.settings.desc=池动态增长以应对队列阻塞。这些变更将不会影响当前的工作者组。