+ Add the lang config for visiting repo url.
This commit is contained in:
@@ -41,6 +41,7 @@ $lang->repo->branchFrom = 'Create from';
|
||||
$lang->repo->codeBranch = 'Code branch';
|
||||
$lang->repo->createdBranch = 'Created branch';
|
||||
$lang->repo->unlink = 'Unlink';
|
||||
$lang->repo->visit = 'Visit';
|
||||
|
||||
$lang->repo->createBranchAction = 'Create Branch';
|
||||
$lang->repo->browseAction = 'Browse Repo';
|
||||
|
||||
@@ -41,6 +41,7 @@ $lang->repo->branchFrom = 'Create from';
|
||||
$lang->repo->codeBranch = 'Code branch';
|
||||
$lang->repo->createdBranch = 'Created branch';
|
||||
$lang->repo->unlink = 'Unlink';
|
||||
$lang->repo->visit = 'Visit';
|
||||
|
||||
$lang->repo->createBranchAction = 'Create Branch';
|
||||
$lang->repo->browseAction = 'Browse Repo';
|
||||
|
||||
@@ -41,6 +41,7 @@ $lang->repo->branchFrom = 'Create from';
|
||||
$lang->repo->codeBranch = 'Code branch';
|
||||
$lang->repo->createdBranch = 'Created branch';
|
||||
$lang->repo->unlink = 'Unlink';
|
||||
$lang->repo->visit = 'Visit';
|
||||
|
||||
$lang->repo->createBranchAction = 'Create Branch';
|
||||
$lang->repo->browseAction = 'Browse Repo';
|
||||
|
||||
@@ -29,6 +29,7 @@ $lang->repo->addWebHook = 'Add Webhook';
|
||||
$lang->repo->apiGetRepoByUrl = 'API: Get repo by URL';
|
||||
$lang->repo->blamTmpl = '%time %name commited %version %comment';
|
||||
$lang->repo->notRelated = 'There is currently no related ZenTao object';
|
||||
$lang->repo->visit = 'Visit';
|
||||
|
||||
$lang->repo->browseAction = 'Browse Repo';
|
||||
$lang->repo->createAction = 'Create Repo';
|
||||
|
||||
@@ -41,6 +41,7 @@ $lang->repo->branchFrom = '创建自';
|
||||
$lang->repo->codeBranch = '代码分支';
|
||||
$lang->repo->createdBranch = '已创建分支';
|
||||
$lang->repo->unlink = '解除关联';
|
||||
$lang->repo->visit = '访问';
|
||||
|
||||
$lang->repo->createBranchAction = '创建分支';
|
||||
$lang->repo->browseAction = '浏览代码库';
|
||||
|
||||
@@ -27,6 +27,7 @@ $lang->repo->branch = '分支';
|
||||
$lang->repo->tag = '標簽';
|
||||
$lang->repo->addWebHook = '添加Webhook';
|
||||
$lang->repo->apiGetRepoByUrl = '介面:通過URL獲取版本庫';
|
||||
$lang->repo->visit = '訪問';
|
||||
|
||||
$lang->repo->browseAction = '瀏覽版本庫';
|
||||
$lang->repo->createAction = '創建版本庫';
|
||||
|
||||
Reference in New Issue
Block a user