Skip to content

Commit

Permalink
Fix user roles and perms translations (#96)
Browse files Browse the repository at this point in the history
* fix: translations

* fix: tooltips translations

---------

Co-authored-by: Christian Badura <[email protected]>
  • Loading branch information
cbadura and Christian Badura authored Jun 14, 2024
1 parent 4d9fcc0 commit 287662f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,27 +249,27 @@
}
},
"USER_ROLE_PERMISSIONS": {
"HEADLINE": "Roles and Permissions granted",
"TAB_NAME_ROLES": "Roles",
"TAB_NAME_ROLES.TOOLTIP": "The current user's roles",
"TAB_NAME_PERMISSIONS": "Permissions",
"TAB_NAME_PERMISSIONS.TOOLTIP": "The current user's permissions",
"TITLE_ROLES": "My Roles",
"TITLE_PERMISSIONS": "My Permissions",
"NO_RESULTS": "No data",
"PERMISSION": "Permission",
"APPLICATION": "Application",
"HEADLINE": "Rollen und Zugriffsrechte",
"TAB_NAME_ROLES": "Rollen",
"TAB_NAME_ROLES.TOOLTIP": "Meine Rollen",
"TAB_NAME_PERMISSIONS": "Zugriffsrechte",
"TAB_NAME_PERMISSIONS.TOOLTIP": "Meine Zugriffsrechte",
"TITLE_ROLES": "Meine Rollen",
"TITLE_PERMISSIONS": "Meine Zugriffsrechte",
"NO_RESULTS": "Keine Daten",
"PERMISSION": "Zugriffsrecht",
"APPLICATION": "Applikation",
"NAME": "Name",
"ACTION": "Action",
"RESOURCE": "Resource",
"ROLE": "Role",
"ACTION": "Aktion",
"RESOURCE": "Ressource",
"ROLE": "Rolle",
"TABS": {
"ROLES": "Roles",
"PERMISSIONS": "Permissions"
"ROLES": "Rollen",
"PERMISSIONS": "Zugriffsrechte"
},
"MSG": {
"PERMISSIONS_REFRESH_INFO": "Permissions were refreshed",
"PERMISSIONS_REFRESH_ERROR": "Error while upating permissions"
"PERMISSIONS_REFRESH_INFO": "Zugriffsrechte wurden aktualisiert",
"PERMISSIONS_REFRESH_ERROR": "Unbekanntes Problem beim Aktualisieren von Zugriffsrechten"
}
},
"EXCEPTIONS": {
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@
"USER_ROLE_PERMISSIONS": {
"HEADLINE": "Roles and Permissions granted",
"TAB_NAME_ROLES": "Roles",
"TAB_NAME_ROLES.TOOLTIP": "The current user's roles",
"TAB_NAME_ROLES.TOOLTIP": "My roles",
"TAB_NAME_PERMISSIONS": "Permissions",
"TAB_NAME_PERMISSIONS.TOOLTIP": "The current user's permissions",
"TAB_NAME_PERMISSIONS.TOOLTIP": "My permissions",
"TITLE_ROLES": "My Roles",
"TITLE_PERMISSIONS": "My Permissions",
"NO_RESULTS": "No data",
Expand Down

0 comments on commit 287662f

Please sign in to comment.