Add photobooth connect code UI
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-12 17:59:35 +01:00
parent 6edc890e01
commit e32b1fa45a
4 changed files with 100 additions and 0 deletions

View File

@@ -1185,6 +1185,18 @@
"postUrl": "Upload-URL",
"responseFormat": "Antwort-Format"
},
"connectCode": {
"label": "Verbindungscode",
"description": "Erstelle einen 6-stelligen Code für die Uploader-App.",
"expires": "Läuft ab: {{date}}",
"actions": {
"generate": "Verbindungscode erstellen",
"generated": "Verbindungscode erstellt"
},
"errors": {
"failed": "Verbindungscode konnte nicht erstellt werden."
}
},
"actions": {
"enable": "Photobooth aktivieren",
"disable": "Deaktivieren",