feat: Add assigned user initial to project details and update translations

This commit is contained in:
2025-09-29 19:50:22 +02:00
parent a4e607bfe1
commit 6ab87c7396
3 changed files with 16 additions and 4 deletions

View File

@@ -165,6 +165,7 @@ const translations = {
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",
assigned: "Przypisany",
deleteConfirm: "Czy na pewno chcesz usunąć ten projekt?",
deleteSuccess: "Projekt został pomyślnie usunięty",
createSuccess: "Projekt został pomyślnie utworzony",
@@ -719,6 +720,7 @@ const translations = {
createFirstProject: "Create first project",
noMatchingResults: "No projects match the search criteria. Try changing your search terms.",
showingResults: "Showing {shown} of {total} projects",
assigned: "Assigned",
deleteConfirm: "Are you sure you want to delete this project?",
deleteSuccess: "Project deleted successfully",
createSuccess: "Project created successfully",