diff --git a/frontend/messages/de.json b/frontend/messages/de.json index d5745100..9a64e08a 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -312,5 +312,13 @@ "page_title_persons": "Personen", "page_title_admin": "Administration", "page_title_login": "Anmelden", - "page_title_error": "Fehler – Familienarchiv" + "page_title_error": "Fehler – Familienarchiv", + "dashboard_notifications_heading": "Benachrichtigungen", + "dashboard_notification_mentioned": "erwähnt Sie", + "dashboard_notification_replied": "hat geantwortet", + "dashboard_needs_metadata_heading": "Metadaten fehlen", + "dashboard_needs_metadata_show_all": "Alle anzeigen", + "dashboard_recent_heading": "Zuletzt hinzugefügt", + "dashboard_resume_label": "Zuletzt geöffnet:", + "dashboard_resume_fallback": "Unbekanntes Dokument" } diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 66676df3..9a3092fe 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -312,5 +312,13 @@ "page_title_persons": "Persons", "page_title_admin": "Administration", "page_title_login": "Sign in", - "page_title_error": "Error – Family Archive" + "page_title_error": "Error – Family Archive", + "dashboard_notifications_heading": "Notifications", + "dashboard_notification_mentioned": "mentioned you", + "dashboard_notification_replied": "replied", + "dashboard_needs_metadata_heading": "Missing Metadata", + "dashboard_needs_metadata_show_all": "Show all", + "dashboard_recent_heading": "Recently Added", + "dashboard_resume_label": "Last opened:", + "dashboard_resume_fallback": "Unknown document" } diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 29e1d755..362bbbc2 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -312,5 +312,13 @@ "page_title_persons": "Personas", "page_title_admin": "Administración", "page_title_login": "Iniciar sesión", - "page_title_error": "Error – Archivo familiar" + "page_title_error": "Error – Archivo familiar", + "dashboard_notifications_heading": "Notificaciones", + "dashboard_notification_mentioned": "te mencionó", + "dashboard_notification_replied": "respondió", + "dashboard_needs_metadata_heading": "Metadatos incompletos", + "dashboard_needs_metadata_show_all": "Ver todos", + "dashboard_recent_heading": "Añadidos recientemente", + "dashboard_resume_label": "Último abierto:", + "dashboard_resume_fallback": "Documento desconocido" } diff --git a/frontend/src/lib/components/DashboardMentions.svelte b/frontend/src/lib/components/DashboardMentions.svelte index ff6b9052..97cd5ad7 100644 --- a/frontend/src/lib/components/DashboardMentions.svelte +++ b/frontend/src/lib/components/DashboardMentions.svelte @@ -1,4 +1,6 @@