diff options
author | Unknwon <u@gogs.io> | 2016-02-11 13:34:21 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-11 13:34:21 -0500 |
commit | 5258ee37408ec67d04166d8dc4fee5036cf9d774 (patch) | |
tree | e10469a3c841675b709f806ac6318c786ed00812 /conf/locale/locale_zh-CN.ini | |
parent | 59745c62b48efff2d120f84b2b57505c5783482a (diff) | |
download | gitea-5258ee37408ec67d04166d8dc4fee5036cf9d774.tar.gz gitea-5258ee37408ec67d04166d8dc4fee5036cf9d774.zip |
Update locales and update sponsor
Diffstat (limited to 'conf/locale/locale_zh-CN.ini')
-rwxr-xr-x | conf/locale/locale_zh-CN.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 92e25007d5..5ace3ea1de 100755 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -65,7 +65,7 @@ db_name=数据库名称 db_helper=如果您使用 MySQL,请使用 INNODB 引擎以及 utf8_general_ci 字符集。 ssl_mode=SSL 模式 path=数据库文件路径 -sqlite_helper=SQLite3 或 TiDB 的数据库路径。 +sqlite_helper=SQLite3 或 TiDB 数据库文件路径。<br>作为服务启动时,请使用绝对路径。 err_empty_db_path=SQLite3 或 TiDB 的数据库路径不能为空。 err_invalid_tidb_name=TiDB 数据库名称不允许包含字符 "." 或 "-" 。 no_admin_and_disable_registration=您不能够在未创建管理员用户的情况下禁止注册。 @@ -818,6 +818,8 @@ dashboard.resync_all_sshkeys=重新生成 '.ssh/authorized_keys' 文件(警告 dashboard.resync_all_sshkeys_success=所有公钥重新生成成功! dashboard.resync_all_update_hooks=重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改) dashboard.resync_all_update_hooks_success=所有仓库的 Update 钩子重新生成成功! +dashboard.reinit_missing_repos=重新初始化所有丢失 Git 文件的仓库 +dashboard.reinit_missing_repos_success=所有丢失 Git 文件的仓库重新初始化成功! dashboard.server_uptime=服务运行时间 dashboard.current_goroutine=当前 Goroutines 数量 |