diff options
author | Stefan Grönke <stefan@gronke.org> | 2016-12-22 05:49:56 +0100 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-12-21 23:49:56 -0500 |
commit | 3376354ed8a38c6a3c4f27d6a1111cfa8f739089 (patch) | |
tree | 16a0c5d8361c212396f76991e2508ce0f0f75461 /conf/locale/locale_zh-CN.ini | |
parent | c2e1370588b041657cb8c196a2f08aaaf5a83bef (diff) |
Check if file is a symlink with web editor (#3687)
* editor checks for symlinks
* translate file_is_a_symlink message
* credit translation author
Diffstat (limited to 'conf/locale/locale_zh-CN.ini')
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index 1dca59f9..537e5d33 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -455,6 +455,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.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> 覆盖已发生的变动。 |