Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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ụ';
|
||||
|
||||
@@ -129,6 +129,7 @@ $lang->story->allStories = 'Alle';
|
||||
$lang->story->unclosed = 'Nicht geschlossen';
|
||||
$lang->story->deleted = 'Gelöscht';
|
||||
$lang->story->released = 'Released Linked Stories';
|
||||
$lang->story->storyChanged = 'Requirement Changed';
|
||||
$lang->story->design = 'Designs';
|
||||
$lang->story->case = 'Cases';
|
||||
$lang->story->bug = 'Bugs';
|
||||
|
||||
@@ -129,6 +129,7 @@ $lang->story->allStories = 'Toutes les Stories';
|
||||
$lang->story->unclosed = 'Non Fermées';
|
||||
$lang->story->deleted = 'Supprimée';
|
||||
$lang->story->released = 'Stories Versionnées';
|
||||
$lang->story->storyChanged = 'Requirement Changed';
|
||||
$lang->story->design = 'Designs';
|
||||
$lang->story->case = 'Cases';
|
||||
$lang->story->bug = 'Bugs';
|
||||
|
||||
@@ -129,6 +129,7 @@ $lang->story->allStories = 'Tất cả câu chuyện';
|
||||
$lang->story->unclosed = 'Chưa đóng';
|
||||
$lang->story->deleted = 'Đã xóa';
|
||||
$lang->story->released = 'Đã phát hành';
|
||||
$lang->story->storyChanged = 'Requirement Changed';
|
||||
$lang->story->design = 'Designs';
|
||||
$lang->story->case = 'Cases';
|
||||
$lang->story->bug = 'Bugs';
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
*/
|
||||
$lang->user->common = 'Benutzer';
|
||||
$lang->user->id = 'ID';
|
||||
$lang->user->inside = 'Inside Members';
|
||||
$lang->user->outside = 'Outside Members';
|
||||
$lang->user->company = 'Unternehmen';
|
||||
$lang->user->dept = 'Abteilung';
|
||||
$lang->user->account = 'Konto';
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
*/
|
||||
$lang->user->common = 'Utilisateur';
|
||||
$lang->user->id = 'ID';
|
||||
$lang->user->inside = 'Inside Members';
|
||||
$lang->user->outside = 'Outside Members';
|
||||
$lang->user->company = 'Entreprise';
|
||||
$lang->user->dept = 'Compartiment';
|
||||
$lang->user->account = 'Compte';
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
*/
|
||||
$lang->user->common = 'Người dùng';
|
||||
$lang->user->id = 'ID';
|
||||
$lang->user->inside = 'Inside Members';
|
||||
$lang->user->outside = 'Outside Members';
|
||||
$lang->user->company = 'Doanh nghiệp';
|
||||
$lang->user->dept = 'Phòng/Ban';
|
||||
$lang->user->account = 'Tài khoản';
|
||||
|
||||
Reference in New Issue
Block a user