* Rename project common to execution common.

This commit is contained in:
Yagami
2020-12-18 10:04:30 +08:00
parent 8e6d6bad63
commit 66747a8069
165 changed files with 987 additions and 986 deletions

View File

@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Set as Public Template';
$lang->user->tplContentNotEmpty = 'Vorlageninhalt darf nicht leer sein!';
$lang->user->profile = 'Profil';
$lang->user->project = $lang->projectCommon;
$lang->user->project = $lang->executionCommon;
$lang->user->task = 'Aufgaben';
$lang->user->bug = 'Bugs';
$lang->user->test = 'Tests';

View File

@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Set as Public Template';
$lang->user->tplContentNotEmpty = 'The template content cannot be empty!';
$lang->user->profile = 'Profile';
$lang->user->project = $lang->projectCommon . 's';
$lang->user->project = $lang->executionCommon . 's';
$lang->user->task = 'Tasks';
$lang->user->bug = 'Bugs';
$lang->user->test = 'Test';

View File

@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Définir comme Modèle Public';
$lang->user->tplContentNotEmpty = 'Le contenu du modèle ne peut pas être vide !';
$lang->user->profile = 'Profil';
$lang->user->project = $lang->projectCommon . 's';
$lang->user->project = $lang->executionCommon . 's';
$lang->user->task = 'Tâches';
$lang->user->bug = 'Bugs';
$lang->user->test = 'Test';

View File

@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = 'Thiết lập thành mẫu công khai';
$lang->user->tplContentNotEmpty = 'Nội dung mẫu này không thể để trống!';
$lang->user->profile = 'Hồ sơ';
$lang->user->project = $lang->projectCommon;
$lang->user->project = $lang->executionCommon;
$lang->user->task = 'Nhiệm vụ';
$lang->user->bug = 'Bugs';
$lang->user->test = 'Test';

View File

@@ -89,7 +89,7 @@ $lang->user->setPublicTemplate = '设为公共模板';
$lang->user->tplContentNotEmpty = '模板内容不能为空!';
$lang->user->profile = '档案';
$lang->user->project = $lang->projectCommon;
$lang->user->project = $lang->executionCommon;
$lang->user->task = '任务';
$lang->user->bug = 'Bug';
$lang->user->test = '测试';

View File

@@ -87,7 +87,7 @@ $lang->user->setPublicTemplate = '設為公共模板';
$lang->user->tplContentNotEmpty = '模板內容不能為空!';
$lang->user->profile = '檔案';
$lang->user->project = $lang->projectCommon;
$lang->user->project = $lang->executionCommon;
$lang->user->task = '任務';
$lang->user->bug = 'Bug';
$lang->user->test = '測試';