feat(i18n): Add Polish translations for task management components and update search placeholder

This commit is contained in:
Chop
2025-07-27 23:54:56 +02:00
parent e828aa660b
commit 747a68832e
4 changed files with 74 additions and 72 deletions

View File

@@ -211,7 +211,7 @@ const translations = {
status: "Status",
project: "Projekt",
template: "Szablon",
searchPlaceholder: "Szukaj zadań...",
searchPlaceholder: "Szukaj zadań, projektów, miast lub adresów...",
noTasks: "Brak zadań",
noTasksMessage: "Brak zadań przypisanych do tego projektu.",
addTaskMessage: "Dodaj zadanie powyżej, aby rozpocząć.",
@@ -596,7 +596,7 @@ const translations = {
status: "Status",
project: "Project",
template: "Template",
searchPlaceholder: "Search tasks...",
searchPlaceholder: "Search tasks, projects, city, or address...",
noTasks: "No tasks",
noTasksMessage: "No tasks assigned to this project yet.",
addTaskMessage: "Add a task above to get started.",