Skip to content

Commit

Permalink
Merge branch 'main' into aiu/improve_get_actors_performance
Browse files Browse the repository at this point in the history
  • Loading branch information
defectiveAi authored Mar 30, 2023
2 parents 305dd9d + d669331 commit 1c2f5fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
},
"download": "Download",
"drawer": {
"edit": "Rediger",
"edit": "Rediger rettighed",
"roles": {
"tabs": {
"masterData": {
Expand Down Expand Up @@ -1122,9 +1122,9 @@
"permissionDescription": "Beskrivelse",
"tabs": {
"userRoles": {
"rolesPlural": "{{ userRoleCount }} roller",
"rolesSingular": "{{ userRoleCount }} rolle",
"tabLabel": "Roller",
"rolesPlural": "{{ userRoleCount }} Brugerroller",
"rolesSingular": "{{ userRoleCount }} Brugerrolle",
"tabLabel": "Brugerroller",
"noEntries": "Ingen resultater",
"columns": {
"name": "Navn"
Expand All @@ -1134,8 +1134,8 @@
"tabLabel": "Historik"
},
"marketRoles": {
"rolesPlural": "{{ marketRoles }} roller",
"rolesSingular": "{{ marketRoles }} rolle",
"rolesPlural": "{{ marketRoleCount }} Markedsroller",
"rolesSingular": "{{ marketRoleCount }} Markedsrolle",
"tabLabel": "Markedsroller",
"noEntries": "Ingen resultater",
"columns": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1149,9 +1149,9 @@
"permissionDescription": "Description",
"tabs": {
"userRoles": {
"rolesPlural": "{{ userRoleCount }} roles",
"rolesSingular": "{{ userRoleCount }} role",
"tabLabel": "Roles",
"rolesPlural": "{{ userRoleCount }} User roles",
"rolesSingular": "{{ userRoleCount }} User role",
"tabLabel": "User Roles",
"noEntries": "No results",
"columns": {
"name": "Name"
Expand All @@ -1161,8 +1161,8 @@
"tabLabel": "History"
},
"marketRoles": {
"rolesPlural": "{{ marketRoles }} roles",
"rolesSingular": "{{ marketRoles }} role",
"rolesPlural": "{{ marketRoleCount }} Market roles",
"rolesSingular": "{{ marketRoleCount }} Market role",
"tabLabel": "Market roles",
"noEntries": "No market roles found",
"columns": {
Expand Down

0 comments on commit 1c2f5fe

Please sign in to comment.