feat: Add 'mine' filter to ProjectListPage and update translations

This commit is contained in:
2025-09-29 22:07:18 +02:00
parent 769fc73898
commit a59dc83678
2 changed files with 41 additions and 4 deletions

View File

@@ -71,6 +71,7 @@ const translations = {
view: "Wyświetl",
clearSearch: "Wyczyść wyszukiwanie",
filters:"Filtry",
clearAll: "Wyczyść",
clearAllFilters: "Wyczyść wszystkie filtry",
sortBy: "Sortuj według",
days: "dni"
@@ -162,6 +163,7 @@ const translations = {
notFinished: "Nie zakończone",
projects: "projektów",
mapView: "Widok mapy",
mine: "Moje",
createFirstProject: "Utwórz pierwszy projekt",
noMatchingResults: "Brak projektów pasujących do kryteriów wyszukiwania. Spróbuj zmienić wyszukiwane frazy.",
showingResults: "Wyświetlono {shown} z {total} projektów",
@@ -631,6 +633,7 @@ const translations = {
view: "View",
clearSearch: "Clear search",
filters: "Filters",
clearAll: "Clear",
clearAllFilters: "Clear all filters",
sortBy: "Sort by",
days: "days"
@@ -717,6 +720,7 @@ const translations = {
notFinished: "Not finished",
projects: "projects",
mapView: "Map View",
mine: "Mine",
createFirstProject: "Create first project",
noMatchingResults: "No projects match the search criteria. Try changing your search terms.",
showingResults: "Showing {shown} of {total} projects",