- Implemented search functionality for project members in the backend, allowing users to filter members by name or email. - Updated frontend components to include a search input for members, improving user experience. - Added localization strings for the search placeholder in multiple languages (Albanian, German, English, Spanish, Portuguese). - Refactored SQL queries for better performance and clarity in fetching project members.
19 lines
605 B
JSON
19 lines
605 B
JSON
{
|
|
"nameColumn": "Emri",
|
|
"jobTitleColumn": "Titulli i Punës",
|
|
"emailColumn": "Email",
|
|
"tasksColumn": "Detyrat",
|
|
"taskProgressColumn": "Progresi i Detyrave",
|
|
"accessColumn": "Qasja",
|
|
"fileIconAlt": "Ikona e skedarit",
|
|
"deleteConfirmationTitle": "Jeni i sigurt?",
|
|
"deleteConfirmationOk": "Po",
|
|
"deleteConfirmationCancel": "Anulo",
|
|
"refreshButtonTooltip": "Rifresko anëtarët",
|
|
"deleteButtonTooltip": "Hiq nga projekti",
|
|
"memberCount": "Anëtar",
|
|
"membersCountPlural": "Anëtarë",
|
|
"emptyText": "Nuk ka bashkëngjitje në projekt.",
|
|
"searchPlaceholder": "Kërko anëtarë"
|
|
}
|