+ Add language for repo.

This commit is contained in:
caoyanyi
2024-05-27 15:41:45 +08:00
parent cebc5c7c5e
commit dbd5654747
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -215,6 +215,9 @@ $lang->repo->notice->lastSyncTime = 'Last Sync:';
$lang->repo->notice->unlinkBranch = 'Are you sure to disassociate the branch from %s?';
$lang->repo->notice->noRepoLeft = 'All repositories has been associated to ZenTaoPMS, please choose another server.';
$lang->repo->notice->noChanges = 'No Changes';
$lang->repo->notice->storyNotActive = 'Story is not active, cannot create branch.';
$lang->repo->notice->taskNotActive = 'Task is not waiting or doing, cannot create branch.';
$lang->repo->notice->bugNotActive = 'Bug is not active, cannot create branch.';
$lang->repo->rules = new stdclass();
$lang->repo->rules->exampleLabel = "Comment Example";
+3
View File
@@ -215,6 +215,9 @@ $lang->repo->notice->lastSyncTime = 'Last Sync:';
$lang->repo->notice->unlinkBranch = 'Are you sure to disassociate the branch from %s?';
$lang->repo->notice->noRepoLeft = 'All repositories has been associated to ZenTaoPMS, please choose another server.';
$lang->repo->notice->noChanges = 'No Changes';
$lang->repo->notice->storyNotActive = 'Story is not active, cannot create branch.';
$lang->repo->notice->taskNotActive = 'Task is not waiting or doing, cannot create branch.';
$lang->repo->notice->bugNotActive = 'Bug is not active, cannot create branch.';
$lang->repo->rules = new stdclass();
$lang->repo->rules->exampleLabel = "Comment Example";
+3
View File
@@ -215,6 +215,9 @@ $lang->repo->notice->lastSyncTime = 'Dern Sync:';
$lang->repo->notice->unlinkBranch = 'Are you sure to disassociate the branch from %s?';
$lang->repo->notice->noRepoLeft = 'All repositories has been associated to ZenTaoPMS, please choose another server.';
$lang->repo->notice->noChanges = 'No Changes';
$lang->repo->notice->storyNotActive = 'Story is not active, cannot create branch.';
$lang->repo->notice->taskNotActive = 'Task is not waiting or doing, cannot create branch.';
$lang->repo->notice->bugNotActive = 'Bug is not active, cannot create branch.';
$lang->repo->rules = new stdclass();
$lang->repo->rules->exampleLabel = "Comment Exemple";
+3
View File
@@ -215,6 +215,9 @@ $lang->repo->notice->lastSyncTime = '最后更新于:';
$lang->repo->notice->unlinkBranch = '确认解除分支与%s的关联关系吗?';
$lang->repo->notice->noRepoLeft = '该服务器下的所有代码库都已经关联到禅道了,请选择其他服务器。';
$lang->repo->notice->noChanges = '没有代码差异';
$lang->repo->notice->storyNotActive = '需求不是激活状态,不能创建分支。';
$lang->repo->notice->taskNotActive = '任务不是未开始或进行中状态,不能创建分支。';
$lang->repo->notice->bugNotActive = 'Bug不是激活状态,不能创建分支。';
$lang->repo->rules = new stdclass();
$lang->repo->rules->exampleLabel = "注释示例";