Fotospiel GmbH entfernt, Jon Token des demo events gefixt + demoeventseeder. Favicon auf ".ico" gesetzt.
This commit is contained in:
17
resources/lang/en/api.php
Normal file
17
resources/lang/en/api.php
Normal 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.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user