🚸(frontend) improve error messaging for recording access failures

Clarify that recording links are not shareable when users cannot load
recordings. Previous error messages were unclear about access restrictions.
This commit is contained in:
lebaudantoine
2025-07-11 12:06:11 +02:00
committed by aleb_the_flash
parent 5c8c81f97b
commit d85ed031a9
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
{
"error": {
"title": "Enregistrement indisponible",
"body": "Cet enregistrement est introuvable ou a été supprimé."
"body": "Lenregistrement est introuvable. Seul lorganisateur de la réunion peut y accéder. Nhésitez pas à le contacter si besoin."
},
"expired": {
"title": "Enregistrement expiré",

View File

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