Files
worklenz/worklenz-frontend/public/locales/en/all-project-list.json
chamiakJ f846230d59 feat(localization): update project list translations and add new keys
- Enhanced localization JSON files for multiple languages, including Albanian, German, English, Spanish, Portuguese, and Chinese.
- Updated existing translation keys for consistency and clarity, particularly for task progress, archive confirmations, and filtering instructions.
- Introduced new keys for improved user experience, such as "yes", "no", "list", "group", and "noPermission".
- Ensured all translations align with the latest UI changes for better internationalization support.
2025-07-10 14:16:51 +05:30

35 lines
962 B
JSON

{
"name": "Name",
"client": "Client",
"category": "Category",
"status": "Status",
"tasksProgress": "Tasks Progress",
"updated_at": "Last Updated",
"members": "Members",
"setting": "Settings",
"projects": "Projects",
"refreshProjects": "Refresh projects",
"all": "All",
"favorites": "Favorites",
"archived": "Archived",
"placeholder": "Search by name",
"archive": "Archive",
"unarchive": "Unarchive",
"archiveConfirm": "Are you sure you want to archive this project?",
"unarchiveConfirm": "Are you sure you want to unarchive this project?",
"yes": "Yes",
"no": "No",
"clickToFilter": "Click to filter by",
"noProjects": "No projects found",
"addToFavourites": "Add to favourites",
"list": "List",
"group": "Group",
"listView": "List View",
"groupView": "Group View",
"groupBy": {
"category": "Category",
"client": "Client"
},
"noPermission": "You don't have permission to perform this action"
}