Fotospiel GmbH entfernt, Jon Token des demo events gefixt + demoeventseeder. Favicon auf ".ico" gesetzt.

This commit is contained in:
Codex Agent
2025-11-16 16:24:30 +01:00
parent 4f78546ba3
commit 5290072ffe
23 changed files with 505 additions and 262 deletions

17
resources/lang/en/api.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
return [
'join_tokens' => [
'invalid_title' => 'Invalid QR access link',
'invalid_message' => 'We could not verify this QR link or access code. Please scan it again or ask the host for a fresh link.',
'expired_title' => 'QR access expired',
'expired_message' => 'This QR access link is no longer valid because the event has already ended.',
'revoked_title' => 'QR access disabled',
'revoked_message' => 'The organiser disabled this QR access link. Please request a new one.',
'rate_limited_title' => 'Too many QR attempts',
'rate_limited_message' => 'You tried to open the QR access too often. Please wait a moment and try again.',
'invalid_attempts_message' => 'Too many invalid QR attempts. Please wait a moment and try again.',
'default_title' => 'Access denied',
'default_message' => 'We could not grant access with this QR link.',
],
];