* Code for feedback#933
This commit is contained in:
@@ -206,8 +206,8 @@ $lang->gitlab->branch->create = 'Create';
|
||||
$lang->gitlab->branch->lastCommitter = 'Last Committer';
|
||||
$lang->gitlab->branch->lastCommittedDate = 'Last Committed Date';
|
||||
$lang->gitlab->branch->accessLevel = "Branch protection list";
|
||||
$lang->gitlab->branch->mergeAllowed = "Merge Allowed";
|
||||
$lang->gitlab->branch->pushAllowed = "Push Allowed";
|
||||
$lang->gitlab->branch->mergeAllowed = "Allowed to merge";
|
||||
$lang->gitlab->branch->pushAllowed = "Allowed to push";
|
||||
$lang->gitlab->branch->placeholderSearch = "Branch name";
|
||||
$lang->gitlab->branch->placeholderSelect = "Branch name";
|
||||
$lang->gitlab->branch->confirmDelete = 'Branch will be writable for developers. Are you sure?';
|
||||
|
||||
@@ -206,8 +206,8 @@ $lang->gitlab->branch->create = 'Create';
|
||||
$lang->gitlab->branch->lastCommitter = 'Last Committer';
|
||||
$lang->gitlab->branch->lastCommittedDate = 'Last Committed Date';
|
||||
$lang->gitlab->branch->accessLevel = "Branch protection list";
|
||||
$lang->gitlab->branch->mergeAllowed = "Merge Allowed";
|
||||
$lang->gitlab->branch->pushAllowed = "Push Allowed";
|
||||
$lang->gitlab->branch->mergeAllowed = "Allowed to merge";
|
||||
$lang->gitlab->branch->pushAllowed = "Allowed to push";
|
||||
$lang->gitlab->branch->placeholderSearch = "Branch name";
|
||||
$lang->gitlab->branch->placeholderSelect = "Branch name";
|
||||
$lang->gitlab->branch->confirmDelete = 'Branch will be writable for developers. Are you sure?';
|
||||
|
||||
@@ -206,8 +206,8 @@ $lang->gitlab->branch->create = 'Create';
|
||||
$lang->gitlab->branch->lastCommitter = 'Last Committer';
|
||||
$lang->gitlab->branch->lastCommittedDate = 'Last Committed Date';
|
||||
$lang->gitlab->branch->accessLevel = "Branch protection list";
|
||||
$lang->gitlab->branch->mergeAllowed = "Merge Allowed";
|
||||
$lang->gitlab->branch->pushAllowed = "Push Allowed";
|
||||
$lang->gitlab->branch->mergeAllowed = "Allowed to merge";
|
||||
$lang->gitlab->branch->pushAllowed = "Allowed to push";
|
||||
$lang->gitlab->branch->placeholderSearch = "Branch name";
|
||||
$lang->gitlab->branch->placeholderSelect = "Branch name";
|
||||
$lang->gitlab->branch->confirmDelete = 'Branch will be writable for developers. Are you sure?';
|
||||
|
||||
@@ -206,8 +206,8 @@ $lang->gitlab->branch->create = '创建';
|
||||
$lang->gitlab->branch->lastCommitter = '最后提交';
|
||||
$lang->gitlab->branch->lastCommittedDate = '最后修改时间';
|
||||
$lang->gitlab->branch->accessLevel = "分支保护列表";
|
||||
$lang->gitlab->branch->mergeAllowed = "允许合并到";
|
||||
$lang->gitlab->branch->pushAllowed = "允许推送到";
|
||||
$lang->gitlab->branch->mergeAllowed = "允许合并";
|
||||
$lang->gitlab->branch->pushAllowed = "允许推送";
|
||||
$lang->gitlab->branch->placeholderSearch = "请输入分支名称";
|
||||
$lang->gitlab->branch->placeholderSelect = "请选择分支";
|
||||
$lang->gitlab->branch->confirmDelete = '确定删除分支保护?';
|
||||
|
||||
Reference in New Issue
Block a user