- Updated the 'board' label in project-view translations for consistency. - Enhanced the getTabLabel function to include fallback labels for better user experience when translations are not available. - Implemented translation loading checks in ProjectView to ensure labels are updated correctly based on the selected language. - Refactored tab label updates to handle translation loading errors gracefully.
14 lines
357 B
JSON
14 lines
357 B
JSON
{
|
|
"taskList": "Task List",
|
|
"board": "Board",
|
|
"insights": "Insights",
|
|
"files": "Files",
|
|
"members": "Members",
|
|
"updates": "Updates",
|
|
"projectView": "Project View",
|
|
"loading": "Loading project...",
|
|
"error": "Error loading project",
|
|
"pinnedTab": "Pinned as default tab",
|
|
"pinTab": "Pin as default tab",
|
|
"unpinTab": "Unpin default tab"
|
|
} |