Update guest PWA v2 UI and likes
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-02-05 15:09:19 +01:00
parent 6eafec2128
commit fa630e335d
22 changed files with 1288 additions and 200 deletions

View File

@@ -413,6 +413,14 @@ return [
'extend_expiry_missing' => 'Invitation not found.',
'extend_expiry_missing_date' => 'Please select a new expiry.',
'extend_expiry_success' => 'Invitation expiry updated.',
'demo_read_only_action' => 'Demo mode',
'demo_read_only_label' => 'Read-only demo',
'demo_read_only_help' => 'Disable uploads and write actions for this invitation link.',
'demo_read_only_heading' => 'Demo mode for :label',
'demo_read_only_heading_fallback' => 'Demo mode for invitation',
'demo_read_only_missing' => 'Invitation not found.',
'demo_read_only_success' => 'Demo mode updated.',
'demo_read_only_badge' => 'Demo (read-only)',
'deprecated_notice' => 'Direct access via slug :slug has been retired. Share the invitations below or manage QR layouts in the admin app.',
'open_admin' => 'Open admin app',
],