Add 3 new fields for tasks: start date, time estimated and time spent
This commit is contained in:
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'geschätzt',
|
||||
'Sub-Tasks' => 'Unteraufgaben',
|
||||
'Add a sub-task' => 'Unteraufgabe anlegen',
|
||||
'Original Estimate' => 'Geschätzter Aufwand',
|
||||
'Original estimate' => 'Geschätzter Aufwand',
|
||||
'Create another sub-task' => 'Weitere Unteraufgabe anlegen',
|
||||
'Time Spent' => 'Aufgewendete Zeit',
|
||||
'Time spent' => 'Aufgewendete Zeit',
|
||||
'Edit a sub-task' => 'Unteraufgabe bearbeiten',
|
||||
'Remove a sub-task' => 'Unteraufgabe löschen',
|
||||
'The time must be a numeric value' => 'Zeit nur als nummerische Angabe',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'estimado',
|
||||
'Sub-Tasks' => 'Sub-Tareas',
|
||||
'Add a sub-task' => 'Añadir una sub-tarea',
|
||||
'Original Estimate' => 'Estimado Original',
|
||||
'Original estimate' => 'Estimado Original',
|
||||
'Create another sub-task' => 'Crear otra sub-tarea',
|
||||
'Time Spent' => 'Tiempo Transcurrido',
|
||||
'Time spent' => 'Tiempo Transcurrido',
|
||||
'Edit a sub-task' => 'Editar una sub-tarea',
|
||||
'Remove a sub-task' => 'Suprimir una sub-tarea',
|
||||
'The time must be a numeric value' => 'El tiempo debe de ser un valor numérico',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'estimoitu',
|
||||
'Sub-Tasks' => 'Alitehtävät',
|
||||
'Add a sub-task' => 'Lisää alitehtävä',
|
||||
'Original Estimate' => 'Alkuperäinen estimaatti',
|
||||
'Original estimate' => 'Alkuperäinen estimaatti',
|
||||
'Create another sub-task' => 'Lisää toinen alitehtävä',
|
||||
'Time Spent' => 'Käytetty aika',
|
||||
'Time spent' => 'Käytetty aika',
|
||||
'Edit a sub-task' => 'Muokkaa alitehtävää',
|
||||
'Remove a sub-task' => 'Poista alitehtävä',
|
||||
'The time must be a numeric value' => 'Ajan pitää olla numero',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'estimé',
|
||||
'Sub-Tasks' => 'Sous-Tâches',
|
||||
'Add a sub-task' => 'Ajouter une sous-tâche',
|
||||
'Original Estimate' => 'Estimation originale',
|
||||
'Original estimate' => 'Estimation originale',
|
||||
'Create another sub-task' => 'Créer une autre sous-tâche',
|
||||
'Time Spent' => 'Temps passé',
|
||||
'Time spent' => 'Temps passé',
|
||||
'Edit a sub-task' => 'Modifier une sous-tâche',
|
||||
'Remove a sub-task' => 'Supprimer une sous-tâche',
|
||||
'The time must be a numeric value' => 'Le temps doit-être une valeur numérique',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
'This project is private' => 'Ce projet est privé',
|
||||
'Type here to create a new sub-task' => 'Créer une sous-tâche en écrivant le titre ici',
|
||||
'Add' => 'Ajouter',
|
||||
'Estimated time: %s hours' => 'Temps estimé: %s hours',
|
||||
'Time spent: %s hours' => 'Temps passé : %s heures',
|
||||
'Started on %B %e, %Y' => 'Commençé le %d/%m/%Y',
|
||||
'Start date' => 'Date de début',
|
||||
'Time estimated' => 'Temps estimé',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'stimate',
|
||||
'Sub-Tasks' => 'Sotto-compiti',
|
||||
'Add a sub-task' => 'Aggiungere un sotto-compito',
|
||||
'Original Estimate' => 'Stima originale',
|
||||
'Original estimate' => 'Stima originale',
|
||||
'Create another sub-task' => 'Creare un altro sotto-compito',
|
||||
'Time Spent' => 'Tempo Trascorso',
|
||||
'Time spent' => 'Tempo Trascorso',
|
||||
'Edit a sub-task' => 'Modificare un sotto-compito',
|
||||
'Remove a sub-task' => 'Cancellare un sotto-compito',
|
||||
'The time must be a numeric value' => 'Il tempo deve essere un valore numerico',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
// 'estimated' => '',
|
||||
// 'Sub-Tasks' => '',
|
||||
// 'Add a sub-task' => '',
|
||||
// 'Original Estimate' => '',
|
||||
// 'Original estimate' => '',
|
||||
// 'Create another sub-task' => '',
|
||||
// 'Time Spent' => '',
|
||||
// 'Time spent' => '',
|
||||
// 'Edit a sub-task' => '',
|
||||
// 'Remove a sub-task' => '',
|
||||
// 'The time must be a numeric value' => '',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'estimada',
|
||||
'Sub-Tasks' => 'Sub-tarefas',
|
||||
'Add a sub-task' => 'Adicionar uma sub-tarefa',
|
||||
'Original Estimate' => 'Estimativa original',
|
||||
'Original estimate' => 'Estimativa original',
|
||||
'Create another sub-task' => 'Criar uma outra sub-tarefa',
|
||||
'Time Spent' => 'Tempo gasto',
|
||||
'Time spent' => 'Tempo gasto',
|
||||
'Edit a sub-task' => 'Editar uma sub-tarefa',
|
||||
'Remove a sub-task' => 'Remover uma sub-tarefa',
|
||||
'The time must be a numeric value' => 'O tempo deve ser um valor numérico',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'расчетное',
|
||||
'Sub-Tasks' => 'Подзадачи',
|
||||
'Add a sub-task' => 'Добавить подзадачу',
|
||||
'Original Estimate' => 'Начальная оценка',
|
||||
'Original estimate' => 'Начальная оценка',
|
||||
'Create another sub-task' => 'Создать другую подзадачу',
|
||||
'Time Spent' => 'Времени затрачено',
|
||||
'Time spent' => 'Времени затрачено',
|
||||
'Edit a sub-task' => 'Изменить подзадачу',
|
||||
'Remove a sub-task' => 'Удалить подзадачу',
|
||||
'The time must be a numeric value' => 'Время должно быть числом!',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
'estimated' => 'uppskattat',
|
||||
'Sub-Tasks' => 'Deluppgifter',
|
||||
'Add a sub-task' => 'Lägg till deluppgift',
|
||||
'Original Estimate' => 'Ursprunglig uppskattning',
|
||||
'Original estimate' => 'Ursprunglig uppskattning',
|
||||
'Create another sub-task' => 'Skapa en till deluppgift',
|
||||
'Time Spent' => 'Nedlagd tid',
|
||||
'Time spent' => 'Nedlagd tid',
|
||||
'Edit a sub-task' => 'Ändra en deluppgift',
|
||||
'Remove a sub-task' => 'Ta bort en deluppgift',
|
||||
'The time must be a numeric value' => 'Tiden måste ha ett numeriskt värde',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
@@ -349,9 +349,9 @@ return array(
|
||||
// 'estimated' => '',
|
||||
// 'Sub-Tasks' => '',
|
||||
'Add a sub-task' => '添加一个子任务',
|
||||
'Original Estimate' => '初步预计耗时',
|
||||
'Original estimate' => '初步预计耗时',
|
||||
'Create another sub-task' => '创建另一个子任务',
|
||||
// 'Time Spent' => '',
|
||||
// 'Time spent' => '',
|
||||
// 'Edit a sub-task' => '',
|
||||
// 'Remove a sub-task' => '',
|
||||
// 'The time must be a numeric value' => '',
|
||||
@@ -538,4 +538,9 @@ return array(
|
||||
// 'This project is private' => '',
|
||||
// 'Type here to create a new sub-task' => '',
|
||||
// 'Add' => '',
|
||||
// 'Estimated time: %s hours' => '',
|
||||
// 'Time spent: %s hours' => '',
|
||||
// 'Started on %B %e, %Y' => '',
|
||||
// 'Start date' => '',
|
||||
// 'Time estimated' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user