Create PDF with QR code on user create/edit

Change-Id: Ib89b68e956d96002ddbf6ac5ddcaea73b5b3e3fb
This commit is contained in:
Manuel Stahl
2020-02-07 16:25:32 +01:00
parent c9bce409d2
commit 0f7e4c1909
8 changed files with 219 additions and 3 deletions

View File

@@ -7,6 +7,11 @@ export default {
homeserver: "Heimserver",
welcome: "Willkommen bei Synapse-admin",
},
action: {
save_and_show: "QR Code erzeugen",
save_only: "Speichern",
download_pdf: "PDF speichern",
},
users: {
invalid_user_id:
"Muss eine vollständige Matrix Benutzer-ID sein, z.B. @benutzer_id:homeserver",

View File

@@ -7,6 +7,11 @@ export default {
homeserver: "Homeserver",
welcome: "Welcome to Synapse-admin",
},
action: {
save_and_show: "Create QR code",
save_only: "Save",
download_pdf: "Download PDF",
},
users: {
invalid_user_id:
"Must be a fully qualified Matrix user-id, e.g. @user_id:homeserver",