+ Add the lang config for visiting repo url.

This commit is contained in:
dingguodong
2024-04-02 15:39:22 +08:00
parent 2b4efc7168
commit 7a0dfd6ec6
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -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';
+1
View File
@@ -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';
+1
View File
@@ -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';
+1
View File
@@ -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';
+1
View File
@@ -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 = '浏览代码库';
+1
View File
@@ -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 = '創建版本庫';