Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/mark task as done when subtasks are done #272

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/assets/languages/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"moveCompletedTaskToBottom": "نقل المهام المكتملة إلى الأسفل",
"moveCompletedSubTaskToBottom": "نقل المهام الفرعية المكتملة إلى الأسفل",
"fullscreenToDoModal": "تفاصيل المهمة بشاشة كاملة",
"autoCompleteTaskWhenAllSubtasksAreDone": "إكمال المهام تلقائيًا",
"weekStartOnMonday": "بداية الأسبوع يوم الاثنين"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Löschen",
"fullscreenToDoModal": "Aufgabendetails im Vollbildmodus",
"moveCompletedSubTaskToBottom": "Abgeschlossene Unteraufgaben nach unten verschieben",
"autoCompleteTaskWhenAllSubtasksAreDone": "Aufgaben automatisch erledigen",
"weekStartOnMonday": "Die Woche beginnt am Montag"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"moveCompletedTaskToBottom": "Move completed tasks to bottom",
"moveCompletedSubTaskToBottom": "Move completed sub-tasks to bottom",
"fullscreenToDoModal": "To-do Details in full screen",
"autoCompleteTaskWhenAllSubtasksAreDone": "Complete tasks automatically",
"weekStartOnMonday": "The Week start on Monday"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Eliminar",
"fullscreenToDoModal": "Detalles de tareas en pantalla completa",
"moveCompletedSubTaskToBottom": "Mover las subtareas completadas al final",
"autoCompleteTaskWhenAllSubtasksAreDone": "Completar tareas automáticamente",
"weekStartOnMonday": "La semana comienza el lunes."
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Supprimer",
"fullscreenToDoModal": "Détails de la tâche en plein écran",
"moveCompletedSubTaskToBottom": "Déplacer les sous-tâches terminées vers le bas",
"autoCompleteTaskWhenAllSubtasksAreDone": "Effectuer des tâches automatiquement",
"weekStartOnMonday": "La semaine commence le lundi"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"moveCompletedTaskToBottom": "הזז משימות שהושלמו לתחתית",
"moveCompletedSubTaskToBottom": "הזז תתי משימות שהושלמו לתחתית",
"fullscreenToDoModal": "פרטי משימה במסך מלא",
"autoCompleteTaskWhenAllSubtasksAreDone": "השלם משימות באופן אוטומטי",
"weekStartOnMonday": "השבוע מתחיל ביום שני"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"moveCompletedTaskToBottom": "पूरे हुए कार्यों को नीचे ले जाएं",
"moveCompletedSubTaskToBottom": "पूरी हुई उप-कार्यों को नीचे ले जाएं",
"fullscreenToDoModal": "फुल स्क्रीन में करने के लिए कार्यों का विवरण",
"autoCompleteTaskWhenAllSubtasksAreDone": "कार्य स्वचालित रूप से पूर्ण करें",
"weekStartOnMonday": "सप्ताह सोमवार से शुरू होता है"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Eliminare",
"fullscreenToDoModal": "Dettagli attività a schermo intero",
"moveCompletedSubTaskToBottom": "Sposta le attività secondarie completate in basso",
"autoCompleteTaskWhenAllSubtasksAreDone": "Completa le attività automaticamente",
"weekStartOnMonday": "La settimana inizia lunedì"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "消去",
"fullscreenToDoModal": "全画面でのToDo詳細",
"moveCompletedSubTaskToBottom": "完了したサブタスクを一番下に移動します",
"autoCompleteTaskWhenAllSubtasksAreDone": "タスクを自動的に完了する",
"weekStartOnMonday": "週は月曜日から始まります"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "삭제",
"fullscreenToDoModal": "전체 화면으로 할 일 세부 정보",
"moveCompletedSubTaskToBottom": "완료된 하위 작업을 맨 아래로 이동",
"autoCompleteTaskWhenAllSubtasksAreDone": "자동으로 작업 완료",
"weekStartOnMonday": "주 시작 월요일"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"clear": "Usuwać",
"fullscreenToDoModal": "Szczegóły zadań na pełnym ekranie",
"moveCompletedSubTaskToBottom": "Przenieś ukończone zadania podrzędne na dół",
"autoCompleteTaskWhenAllSubtasksAreDone": "Automatyczne wykonywanie zadań",
"weekStartOnMonday": "Tydzień zaczyna się w poniedziałek"
},
"tips": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Excluir",
"fullscreenToDoModal": "Detalhes da tarefa em tela cheia",
"moveCompletedSubTaskToBottom": "Mover subtarefas concluídas para baixo",
"autoCompleteTaskWhenAllSubtasksAreDone": "Completar tarefas automaticamente",
"weekStartOnMonday": "A semana começa na segunda-feira"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Очистить",
"fullscreenToDoModal": "Детали на весь экран",
"moveCompletedSubTaskToBottom": "Переместить завершенные подзадачи в конец",
"autoCompleteTaskWhenAllSubtasksAreDone": "Выполняйте задачи автоматически",
"weekStartOnMonday": "Начало недели в понедельник"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Temizle",
"fullscreenToDoModal": "Tam ekranda yapılacakların ayrıntıları",
"moveCompletedSubTaskToBottom": "Tamamlanan görevleri en alta taşı",
"autoCompleteTaskWhenAllSubtasksAreDone": "Görevleri otomatik olarak tamamlayın",
"weekStartOnMonday": "Hafta Pazartesi ile başlar"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "Видалити",
"fullscreenToDoModal": "Деталі справ на весь екран",
"moveCompletedSubTaskToBottom": "Перемістіть виконані підзавдання вниз",
"autoCompleteTaskWhenAllSubtasksAreDone": "Виконуйте завдання автоматично",
"weekStartOnMonday": "Початок тижня в понеділок"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"moveCompletedTaskToBottom": "Di chuyển công việc đã hoàn thành xuống dưới cùng",
"moveCompletedSubTaskToBottom": "Di chuyển công việc con đã hoàn thành xuống dưới cùng",
"fullscreenToDoModal": "Chi tiết Công việc ở chế độ toàn màn hình",
"autoCompleteTaskWhenAllSubtasksAreDone": "Hoàn thành nhiệm vụ tự động",
"weekStartOnMonday": "Tuần bắt đầu vào Thứ Hai"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"weekStartOnMonday": "从星期一开始",
"clear": "清除",
"fullscreenToDoModal": "全屏显示“待办事项详情”",
"autoCompleteTaskWhenAllSubtasksAreDone": "自动完成任务",
"moveCompletedSubTaskToBottom": "将已完成的子任务移到底部"
},
"donate": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/languages/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"clear": "刪除",
"fullscreenToDoModal": "全屏待辦事項詳細信息",
"moveCompletedSubTaskToBottom": "將完成的子任務移至底部",
"autoCompleteTaskWhenAllSubtasksAreDone": "自動完成任務",
"weekStartOnMonday": "一周從星期一開始"
},
"donate": {
Expand Down
Loading