feat: Add 'mine' filter to ProjectListPage and update translations
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user