feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 4bcd94c70f - Show all commits

View File

@ -422,7 +422,7 @@
"titleService": "Import your data from {name} into Vikunja",
"import": "Import your data into Vikunja",
"description": "Click on the logo of one of the third-party services below to get started.",
"descriptionDo": "Vikunja will import all projects, tasks, notes, reminders and files you have access to.",
"descriptionDo": "Vikunja will import all lists, tasks, notes, reminders and files you have access to.",
konrad marked this conversation as resolved Outdated

Probably this should stay lists, because in other tools this is not always called projects.

Probably this should stay lists, because in other tools this is not always called projects.

yes! Done.

yes! Done.
"authorize": "To authorize Vikunja to access your {name} Account, click the button below.",
"getStarted": "Get Started",
"inProgress": "Importing in progress…",
@ -528,8 +528,8 @@
"strikethrough": "Strikethrough",
"code": "Code",
"quote": "Quote",
"unorderedProject": "Unordered Project",
"orderedProject": "Ordered Project",
"unorderedList": "Unordered List",
"orderedList ": "Ordered List",
konrad marked this conversation as resolved Outdated

Wrong!

Wrong!

whooops

Fixed.

whooops Fixed.
"cleanBlock": "Clean Block",
"link": "Link",
"image": "Image",
@ -900,7 +900,7 @@
},
"project": {
"title": "Project Views",
"switchToProjectView": "Switch to project view",
"switchToListView": "Switch to project view",
konrad marked this conversation as resolved Outdated

The view stays a list.

The view stays a list.

Fixed!

Fixed!
"switchToGanttView": "Switch to gantt view",
"switchToKanbanView": "Switch to kanban view",
"switchToTableView": "Switch to table view"