Files
worklenz/worklenz-frontend/public/locales/en/project-view/project-view-header.json
chamikaJ bc6a15de8f feat(localization): add 'share' label translations for multiple languages
- Added the 'share' label to project view headers in Albanian, German, Spanish, Portuguese, Chinese, and English to enhance user interaction.
- Updated corresponding button icons and labels in the project view header for improved functionality and consistency.
2025-07-09 11:41:09 +05:30

31 lines
1.2 KiB
JSON

{
"importTasks": "Import tasks",
"importTask": "Import task",
"createTask": "Create task",
"settings": "Settings",
"subscribe": "Subscribe",
"unsubscribe": "Unsubscribe",
"deleteProject": "Delete project",
"startDate": "Start date",
"endDate": "End date",
"projectSettings": "Project settings",
"projectSummary": "Project summary",
"receiveProjectSummary": "Receive a project summary every evening.",
"refreshProject": "Refresh project",
"saveAsTemplate": "Save as template",
"invite": "Invite",
"share": "Share",
"subscribeTooltip": "Subscribe to project notifications",
"unsubscribeTooltip": "Unsubscribe from project notifications",
"refreshTooltip": "Refresh project data",
"settingsTooltip": "Open project settings",
"saveAsTemplateTooltip": "Save this project as a template",
"inviteTooltip": "Invite team members to this project",
"createTaskTooltip": "Create a new task",
"importTaskTooltip": "Import task from template",
"navigateBackTooltip": "Go back to projects list",
"projectStatusTooltip": "Project status",
"projectDatesInfo": "Project timeline information",
"projectCategoryTooltip": "Project category"
}