* Refactor gitea,gogs,jenkins module.

This commit is contained in:
zhaoke
2023-08-02 14:00:54 +08:00
parent 81a292fcaa
commit 5379b95a20
56 changed files with 1472 additions and 94 deletions
+4
View File
@@ -235,3 +235,7 @@ $lang->gitlab->tag->accessLevel = 'Allow creation';
$lang->gitlab->tag->protectConfirmDel = 'Do you want to delete this GitLab tag protected?';
$lang->gitlab->tag->emptyPrivNameError = 'Tag cannot be empty.';
$lang->gitlab->tag->issetPrivNameError = 'The protection tag already exists.';
$lang->gitlab->featureBar['binduser']['all'] = $lang->gitlab->all;
$lang->gitlab->featureBar['binduser']['notBind'] = $lang->gitlab->notBind;
$lang->gitlab->featureBar['binduser']['binded'] = $lang->gitlab->binded;