Skip to content

Commit

Permalink
Add translation for new permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Oct 11, 2024
1 parent 44a9567 commit 2af0b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i18n/en-US/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -645,10 +645,12 @@ export default {
LIBRARY_UPDATE_ID: 'Permission to update a specific library defined by its id',
LIBRARY_UPDATE_NULL: 'Permission to update a library',
PROJECT_CREATE_NULL: 'Permission to create a project',
PROJECT_GIT_CREATE_NULL: 'Permission to import a project from git',
PROJECT_TEMPLATE_CREATE_NULL: 'Permission to create a project from template',
libraryInfo: 'More information about library',
ADMIN: 'Administration application',
PROJECT: 'Project',
PROJECT_GIT: 'Project from git',
COMPONENT: 'Component',
DIAGRAM: 'Diagram',
PROJECT_TEMPLATE: 'Project template',
Expand Down

0 comments on commit 2af0b9b

Please sign in to comment.