*Fix project module lang.

This commit is contained in:
qiyu-xie
2020-09-01 13:54:11 +08:00
parent 814bea0cd3
commit 7c8f2c1d4e
4 changed files with 26 additions and 2 deletions
+7 -1
View File
@@ -117,7 +117,13 @@ $lang->project->aclList['open'] = "Standard (Benutzer mit Rechten für Projek
$lang->project->aclList['private'] = "Privat (Nur Teammitglieder)";
$lang->project->aclList['custom'] = 'Benutzerdefiniert (Teammitglieder und Whitelist Benutzer haben Zugriff.)';
/* 方法列表。*/
$lang->project->storyPoint = 'Story Point';
$lang->project->burnByList['left'] = 'View by remaining hours';
$lang->project->burnByList['estimate'] = "View by {$lang->planCommon} hours";
$lang->project->burnByList['storyPoint'] = 'View by story point';
/* Method list. */
$lang->project->index = "Home";
$lang->project->task = 'Aufgaben';
$lang->project->groupTask = 'Nach Gruppen';
+6
View File
@@ -117,6 +117,12 @@ $lang->project->aclList['open'] = "Default (Users who can visit {$lang->proje
$lang->project->aclList['private'] = 'Private (For team members only.)';
$lang->project->aclList['custom'] = 'Custom (Team members and the whitelist users can access it.)';
$lang->project->storyPoint = 'Story Point';
$lang->project->burnByList['left'] = 'View by remaining hours';
$lang->project->burnByList['estimate'] = "View by {$lang->planCommon} hours";
$lang->project->burnByList['storyPoint'] = 'View by story point';
/* Method list. */
$lang->project->index = "{$lang->projectCommon} Home";
$lang->project->task = 'Task List';
+7 -1
View File
@@ -117,7 +117,13 @@ $lang->project->aclList['open'] = "Défaut (les utilisateurs qui peuvent cons
$lang->project->aclList['private'] = "Privé (réservé aux membres de l'équipe.)";
$lang->project->aclList['custom'] = "Liste blanche (seuls les membres de l'équipe et de la Liste Blanche peuvent y accéder.)";
/* 方法列表。 Méthode List */
$lang->project->storyPoint = 'Story Point';
$lang->project->burnByList['left'] = 'View by remaining hours';
$lang->project->burnByList['estimate'] = "View by {$lang->planCommon} hours";
$lang->project->burnByList['storyPoint'] = 'View by story point';
/* Méthode List */
$lang->project->index = "Accueil {$lang->projectCommon}";
$lang->project->task = 'Liste Tâches';
$lang->project->groupTask = 'Vision Groupée';
+6
View File
@@ -117,6 +117,12 @@ $lang->project->aclList['open'] = "Mặc định (Người dùng có thể v
$lang->project->aclList['private'] = 'Riêng tư (Chỉ có thành viên nhóm.)';
$lang->project->aclList['custom'] = 'Tùy biến (Thành viên nhóm và người dùng dánh sách trắng có thể truy cập nó.)';
$lang->project->storyPoint = 'Story Point';
$lang->project->burnByList['left'] = 'View by remaining hours';
$lang->project->burnByList['estimate'] = "View by {$lang->planCommon} hours";
$lang->project->burnByList['storyPoint'] = 'View by story point';
/* Method list. */
$lang->project->index = "{$lang->projectCommon} Home";
$lang->project->task = 'Danh sách nhiệm vụ';