diff options
author | Unknwon <u@gogs.io> | 2016-12-23 21:06:15 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-12-23 21:06:15 -0500 |
commit | 598e0622411f8035dead4cebaabc0cd16694ae1b (patch) | |
tree | 874212b9dceae8519f87168b064329743ec12847 /conf/locale/locale_zh-CN.ini | |
parent | bf70082c224de12c821d0ca2037764634ffc53f2 (diff) |
Add Galician support
- Update locales
Diffstat (limited to 'conf/locale/locale_zh-CN.ini')
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 537e5d33..9b7849e7 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -137,6 +137,7 @@ issues.in_your_repos=属于该用户仓库的 [explore] repos=仓库 users=用户 +organizations=组织 search=搜索 [auth] @@ -426,6 +427,7 @@ file_history=文件历史 file_view_raw=查看原始文件 file_permalink=永久链接 file_too_large=文件过大导致无法显示 +video_not_supported_in_browser=您的浏览器不支持使用 HTML5 播放视频。 editor.new_file=新的文件 editor.upload_file=上传文件 @@ -455,7 +457,7 @@ editor.cancel=取消 editor.filename_cannot_be_empty=文件名不能为空。 editor.branch_already_exists=此仓库已存在名为 '%s' 的分支。 editor.directory_is_a_file=路径 '%s' 的父路径中包含此仓库已存在的文件名。 -editor.file_is_a_symlink = '%s'数据是网页编辑器不能改变的符号链接。 +editor.file_is_a_symlink=文件 '%s' 为一个符号链接,无法通过 Web 编辑器编辑内容。 editor.filename_is_a_directory=文件名 '%s' 是此仓库中已存在的目录名。 editor.file_editing_no_longer_exists=您编辑的文件 '%s' 已经不存在于此仓库中。 editor.file_changed_while_editing=文件内容在您进行编辑时已经发生变动。<a target="_blank" href="%s">单击此处</a> 查看变动的具体内容,或者 <strong>再次提交</strong> 覆盖已发生的变动。 @@ -580,6 +582,8 @@ pulls.cannot_auto_merge_desc=该合并请求存在冲突,无法进行自动合 pulls.cannot_auto_merge_helper=请手动拉取代码变更以解决冲突。 pulls.merge_pull_request=合并请求 pulls.open_unmerged_pull_exists=`由于已经存在来自相同仓库和合并信息的未合并请求(#%d),您无法执行重新开启操作。` +pulls.delete_branch=删除分支 +pulls.delete_branch_has_new_commits=该分支在完成合并后又推送了新的提交,无法进行删除操作。 milestones.new=新的里程碑 milestones.open_tab=%d 开启中 @@ -1029,6 +1033,7 @@ auths.delete_auth_title=删除认证操作 auths.delete_auth_desc=该认证将被删除。是否继续? auths.still_in_used=此认证仍旧与一些用户有关联,请先删除或者将这些用户转换为其它登录类型。 auths.deletion_success=授权源删除成功! +auths.login_source_exist=登录源 '%s' 已存在。 config.server_config=服务器配置 config.app_name=应用名称 |