From d85ed031a94a72530643a1af0886c17705d7e901 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 11 Jul 2025 12:06:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8(frontend)=20improve=20error=20mess?= =?UTF-8?q?aging=20for=20recording=20access=20failures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify that recording links are not shareable when users cannot load recordings. Previous error messages were unclear about access restrictions. --- src/frontend/src/locales/de/recording.json | 2 +- src/frontend/src/locales/en/recording.json | 2 +- src/frontend/src/locales/fr/recording.json | 2 +- src/frontend/src/locales/nl/recording.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/locales/de/recording.json b/src/frontend/src/locales/de/recording.json index e351a37a..c56168b3 100644 --- a/src/frontend/src/locales/de/recording.json +++ b/src/frontend/src/locales/de/recording.json @@ -1,7 +1,7 @@ { "error": { "title": "Aufzeichnung nicht verfügbar", - "body": "Diese Aufzeichnung konnte nicht gefunden werden oder wurde gelöscht." + "body": "Die Aufzeichnung ist nicht verfügbar oder wurde möglicherweise gelöscht. Nur der Organisator der Besprechung hat Zugriff darauf. Wenden Sie sich bei Bedarf gerne an ihn." }, "expired": { "title": "Aufzeichnung abgelaufen", diff --git a/src/frontend/src/locales/en/recording.json b/src/frontend/src/locales/en/recording.json index 376fa0ad..9073c54d 100644 --- a/src/frontend/src/locales/en/recording.json +++ b/src/frontend/src/locales/en/recording.json @@ -1,7 +1,7 @@ { "error": { "title": "Recording unavailable", - "body": "This recording could not be found or was deleted." + "body": "The recording is unavailable or may have been deleted. Only the meeting organizer can access it. Feel free to contact them if needed." }, "expired": { "title": "Recording expired", diff --git a/src/frontend/src/locales/fr/recording.json b/src/frontend/src/locales/fr/recording.json index 0032ef40..4913c637 100644 --- a/src/frontend/src/locales/fr/recording.json +++ b/src/frontend/src/locales/fr/recording.json @@ -1,7 +1,7 @@ { "error": { "title": "Enregistrement indisponible", - "body": "Cet enregistrement est introuvable ou a été supprimé." + "body": "L’enregistrement est introuvable. Seul l’organisateur de la réunion peut y accéder. N’hésitez pas à le contacter si besoin." }, "expired": { "title": "Enregistrement expiré", diff --git a/src/frontend/src/locales/nl/recording.json b/src/frontend/src/locales/nl/recording.json index 43210731..85d848c7 100644 --- a/src/frontend/src/locales/nl/recording.json +++ b/src/frontend/src/locales/nl/recording.json @@ -1,7 +1,7 @@ { "error": { "title": "Opname niet beschikbaar", - "body": "Deze opname is niet gevonden of is verwijderd." + "body": "De opname is niet beschikbaar of is mogelijk verwijderd. Alleen de organisator van de vergadering heeft toegang. Neem gerust contact met hem of haar op als dat nodig is." }, "expired": { "title": "Opname verlopen",