From 3376354ed8a38c6a3c4f27d6a1111cfa8f739089 Mon Sep 17 00:00:00 2001 From: Stefan Grönke Date: Thu, 22 Dec 2016 05:49:56 +0100 Subject: Check if file is a symlink with web editor (#3687) * editor checks for symlinks * translate file_is_a_symlink message * credit translation author --- conf/locale/locale_zh-CN.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/locale/locale_zh-CN.ini') 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=文件内容在您进行编辑时已经发生变动。单击此处 查看变动的具体内容,或者 再次提交 覆盖已发生的变动。 -- cgit v1.2.3