web: translate sidebar and more list pages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-03 19:59:22 +02:00
parent 55c24de8c7
commit 5923edc69a
10 changed files with 186 additions and 33 deletions

View File

@ -54,7 +54,7 @@ export class GroupListPage extends TablePage<Group> {
html`${item.name}`,
html`${item.parent || "-"}`,
html`${item.users?.keys.length}`,
html`${item.isSuperuser ? "Yes" : "No"}`,
html`${item.isSuperuser ? t`Yes` : t`No`}`,
html`
<ak-forms-modal>
<span slot="submit">