Skip to content
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
2 changes: 1 addition & 1 deletion apps/web/src/components/common/project-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function ProjectLayout({
)}
>
<SquareKanban className="size-3.5" />
Tasks
{t("tasks:title")}
</Button>
<Button
variant={resolvedView === "calendar" ? "secondary" : "ghost"}
Expand Down
1 change: 1 addition & 0 deletions i18n/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@
}
},
"tasks": {
"title": "Aufgaben",
"status": {
"label": "Status",
"to-do": "Zu erledigen",
Expand Down
1 change: 1 addition & 0 deletions i18n/el-GR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@
}
},
"tasks": {
"title": "Εργασίες",
"status": {
"label": "Κατάσταση",
"to-do": "Προς υλοποίηση",
Expand Down
1 change: 1 addition & 0 deletions i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@
}
},
"tasks": {
"title": "Tasks",
"status": {
"label": "Status",
"to-do": "To Do",
Expand Down
1 change: 1 addition & 0 deletions i18n/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,7 @@
}
},
"tasks": {
"title": "Tareas",
"status": {
"label": "Estado",
"to-do": "To Do",
Expand Down
1 change: 1 addition & 0 deletions i18n/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,7 @@
}
},
"tasks": {
"title": "Tâches",
"status": {
"label": "Statut",
"to-do": "À faire",
Expand Down
1 change: 1 addition & 0 deletions i18n/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@
}
},
"tasks": {
"title": "कार्य",
"status": {
"label": "स्थिति",
"to-do": "करना है",
Expand Down
1 change: 1 addition & 0 deletions i18n/id-ID.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,7 @@
}
},
"tasks": {
"title": "Tugas",
"status": {
"label": "Status",
"to-do": "Perlu Dikerjakan",
Expand Down
1 change: 1 addition & 0 deletions i18n/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,7 @@
}
},
"tasks": {
"title": "Attività",
"status": {
"label": "Stato",
"to-do": "Da Fare",
Expand Down
1 change: 1 addition & 0 deletions i18n/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,7 @@
}
},
"tasks": {
"title": "タスク",
"status": {
"label": "ステータス",
"to-do": "To Do",
Expand Down
1 change: 1 addition & 0 deletions i18n/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,7 @@
}
},
"tasks": {
"title": "작업",
"status": {
"label": "상태",
"to-do": "할 일",
Expand Down
1 change: 1 addition & 0 deletions i18n/mk-MK.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@
}
},
"tasks": {
"title": "Задачи",
"status": {
"label": "Статус",
"to-do": "За правење",
Expand Down
1 change: 1 addition & 0 deletions i18n/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@
}
},
"tasks": {
"title": "Taken",
"status": {
"label": "Status",
"to-do": "Te doen",
Expand Down
Loading
Loading