* Show placeholders.

This commit is contained in:
Guan Xiying
2021-06-21 16:17:37 +08:00
parent 45fd097728
commit ae96cd1161
3 changed files with 14 additions and 16 deletions
+4 -3
View File
@@ -27,9 +27,10 @@ $lang->gitlab->desc = '描述';
$lang->gitlab->tokenFirst = 'Token不为空时,优先使用Token。';
$lang->gitlab->tips = '使用密码时,请在gitlab全局安全设置中禁用"防止跨站点请求伪造"选项。';
$lang->gitlab->gitlabNameTips = '该名称会显示在其他相应模块中 <br> 可使用便于识别的友好名称';
$lang->gitlab->gitlabUrlTips = "填写示例:https://gitlab.zcorp.cc <br> 仅填写gitlab服务地址,不需要填写其他URI";
$lang->gitlab->gitlabTokenTips = "请填写具有admin权限账户的access token <br> 可在:https://&lt;gitlab url&gt;/-/profile/personal_access_tokens 创建";
$lang->gitlab->placeholder = new stdclass;
$lang->gitlab->placeholder->name = '';
$lang->gitlab->placeholder->url = "请填写Gitlab Server首页的访问地址,如:https://gitlab.zentao.net。";
$lang->gitlab->placeholder->token = "请填写具有admin权限账户的access token";
$lang->gitlab->tokenError = "当前token非管理员权限。";
$lang->gitlab->hostError = "无效的gitlab服务地址。";