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",