add translation key

This commit is contained in:
Mads Rasmussen
2023-10-04 21:14:49 +02:00
parent bff2dc439b
commit 148a8360fd
3 changed files with 7 additions and 3 deletions

View File

@@ -1829,7 +1829,9 @@ export default {
searchAllChildren: "Søg alle 'børn'",
languagesHelp: 'Tilføj sprog for at give brugerne adgang til at redigere',
sectionsHelp: 'Tilføj sektioner for at give brugerne adgang',
selectUserGroups: 'Vælg brugergrupper',
selectUserGroup: (multiple: boolean) => {
return multiple ? 'Vælg brugergrupper' : 'Vælg brugergruppe';
},
noStartNode: 'Ingen startnode valgt',
noStartNodes: 'Ingen startnoder valgt',
startnode: 'Indhold startnode',

View File

@@ -1830,7 +1830,9 @@ export default {
languagesHelp: 'Limit the languages users have access to edit',
allowAccessToAllLanguages: 'Allow access to all languages',
sectionsHelp: 'Add sections to give users access',
selectUserGroups: 'Select user groups',
selectUserGroup: (multiple: boolean) => {
return multiple ? 'Select User Groups' : 'Select User Group';
},
noStartNode: 'No start node selected',
noStartNodes: 'No start nodes selected',
startnode: 'Content start node',

View File

@@ -57,7 +57,7 @@ export class UmbUserGroupPickerModalElement extends UmbModalBaseElement<any, any
render() {
return html`
<umb-body-layout headline="Select user groups">
<umb-body-layout headline=${this.localize.term('user_selectUserGroup', false)}>
<uui-box>
${this._userGroups.map(
(item) => html`