* Fix comment and lang.

This commit is contained in:
tianshujie98
2020-08-28 12:19:22 +08:00
parent 51fb61bed3
commit 8fca750bdd
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = 'The program does not have the privilege to
$lang->repo->error->output = "The command is: %s\nThe error is(%s): %s\n";
$lang->repo->error->clientVersion = "Client version is too low, please upgrade or change SVN client";
$lang->repo->error->encoding = "The encoding maybe wrong. Please change the encoding and try again.";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = '<strong>You may find the reference about how to set Git sync from <a target="_blank" href="https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-git-105.html">here</a>.</strong>';
$lang->repo->encodingsTips = "The encodings of commit comments, can be comma separated values,e.g. utf-8";
+1 -1
View File
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = 'The program does not have the privilege to
$lang->repo->error->output = "The command is: %s\nThe error is(%s): %s\n";
$lang->repo->error->clientVersion = "Client version is too low, please upgrade or change SVN client";
$lang->repo->error->encoding = "The encoding might be wrong. Please change the encoding and try again.";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = '<strong>You may find the reference about how to set Git sync from <a target="_blank" href="https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-git-105.html">here</a>.</strong>';
$lang->repo->encodingsTips = "The encodings of comments can be comma separated values, e.g. utf-8.";
+1 -1
View File
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = "Le programme n'a pas les privilèges pour b
$lang->repo->error->output = "La commande est: %s\nL'erreur est (%s): %s\n";
$lang->repo->error->clientVersion = "La version du client est trop ancienne, veuillez mettre à niveau ou changer le client SVN";
$lang->repo->error->encoding = "L'encodage est peut-être erroné. Veuillez modifier l'encodage et réessayer.";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = '<strong>Vous pouvez trouver la référence sur la façon de définir la synchronisation Git à partir de la page se trouvant <a target="_blank" href="https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-git-105.html">ici</a>.</strong>';
$lang->repo->encodingsTips = "Les encodages des commentaires de validation peuvent être des valeurs séparées par des virgules,ex: utf-8";
+1 -1
View File
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = 'The program does not have the privilege to
$lang->repo->error->output = "The command is: %s\nThe error is(%s): %s\n";
$lang->repo->error->clientVersion = "Client version is too low, please upgrade or change SVN client";
$lang->repo->error->encoding = "The encoding maybe wrong. Vui lòng change the encoding and try again.";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = '<strong>Bạn có thể tìm tham khảo làm sao thiết lập đồng bộ Git từ <a target="_blank" href="https://www.zentao.pm/book/zentaomanual/free-open-source-project-management-software-git-105.html">here</a>.</strong>';
$lang->repo->encodingsTips = "The encodings of commit comments, can be comma separated values,ví dụ: utf-8";
+1 -1
View File
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = '程序没有权限切换到目录 %s';
$lang->repo->error->output = "执行命令:%s\n错误结果(%s): %s\n";
$lang->repo->error->clientVersion = "客户端版本过低,请升级或更换SVN客户端";
$lang->repo->error->encoding = "编码可能错误,请更换编码重试。";
$lang->repo->error->deleted = "删除版本库失败,当前版本库已与设计有相关提交";
$lang->repo->error->deleted = "删除版本库失败,当前版本库已与设计关联提交";
$lang->repo->syncTips = '请参照<a target="_blank" href="https://www.zentao.net/book/zentaopmshelp/207.html">这里</a>,设置版本库定时同步。';
$lang->repo->encodingsTips = "提交日志的编码,可以用逗号连接起来的多个,比如utf-8。";
+5 -5
View File
@@ -12,7 +12,7 @@
class risk extends control
{
/**
* Browse risk
* Browse risks.
*
* @param string $browseType
* @param string $param
@@ -51,7 +51,7 @@ class risk extends control
}
/**
* Create risk
* Create a risk.
*
* @access public
* @return void
@@ -84,7 +84,7 @@ class risk extends control
}
/**
* Edit risk
* Edit a risk.
*
* @param int $riskID
* @access public
@@ -125,7 +125,7 @@ class risk extends control
}
/**
* View a risk
* View a risk.
*
* @param int $riskID
* @access public
@@ -146,7 +146,7 @@ class risk extends control
}
/**
* Batch create
* Batch create risks.
*
* @access public
* @return void
+1 -1
View File
@@ -14,7 +14,7 @@
class riskModel extends model
{
/**
* Create a bug.
* Create a risk.
*
* @access public
* @return int|bool