feat: implement project export to Excel with API endpoint and UI button
This commit is contained in:
@@ -178,6 +178,7 @@ const translations = {
|
||||
projects: "projektów",
|
||||
mapView: "Widok mapy",
|
||||
mine: "Moje",
|
||||
exportExcel: "Eksport do Excela",
|
||||
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",
|
||||
@@ -742,6 +743,7 @@ const translations = {
|
||||
projects: "projects",
|
||||
mapView: "Map View",
|
||||
mine: "Mine",
|
||||
exportExcel: "Export to Excel",
|
||||
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