feat(documents): add family document management

This commit is contained in:
Rafael Foster
2026-04-29 06:14:29 -03:00
parent 6eafe80395
commit 72fca92066
24 changed files with 1927 additions and 33 deletions
+61 -2
View File
@@ -46,7 +46,8 @@
"navigation": "Navigation",
"quickActions": "Schnellaktionen",
"more": "Mehr",
"recipes": "Rezepte"
"recipes": "Rezepte",
"documents": "Dokumente"
},
"search": {
"title": "Suche",
@@ -935,5 +936,63 @@
"goCal": "Kalender",
"goShop": "Einkaufsliste",
"goNotes": "Notizen"
},
"documents": {
"title": "Dokumente",
"addButton": "Dokument hinzufügen",
"searchPlaceholder": "Dokumente suchen...",
"gridView": "Grid view",
"listView": "List view",
"viewToggle": "Document view",
"allCategories": "Alle Kategorien",
"emptyTitle": "Noch keine Dokumente",
"emptyDescription": "Lade Familiendokumente hoch und steuere, wer jede Datei sehen darf.",
"newTitle": "Neues Dokument",
"editTitle": "Dokumenteinstellungen",
"nameLabel": "Name",
"descriptionLabel": "Description",
"categoryLabel": "Category",
"fileLabel": "File",
"fileHint": "PDF, images, text and Office files up to 5 MB.",
"visibilityLabel": "Visibility",
"statusLabel": "Status",
"allowedMembersLabel": "Allowed members",
"uploadAction": "Upload",
"downloadAction": "Download",
"editAction": "Settings",
"archiveAction": "Archive",
"restoreAction": "Restore",
"savedToast": "Document saved.",
"uploadedToast": "Document uploaded.",
"archivedToast": "Document archived.",
"restoredToast": "Document restored.",
"deletedToast": "Document deleted.",
"deleteConfirm": "Delete document \"{{name}}\"?",
"fileRequired": "Select a file to upload.",
"fileTooLarge": "File may be at most 5 MB.",
"fileReadError": "File could not be read.",
"statusActive": "Active",
"statusArchived": "Archived",
"visibility": {
"family": "Ganze Familie",
"restricted": "Ausgewählte Mitglieder",
"private": "Nur ich"
},
"category": {
"medical": "Medizin",
"school": "Schule",
"identity": "Identität",
"insurance": "Versicherung",
"finance": "Finanzen",
"home": "Zuhause",
"vehicle": "Fahrzeug",
"legal": "Rechtliches",
"travel": "Reisen",
"pets": "Haustiere",
"warranty": "Garantie",
"taxes": "Steuern",
"work": "Arbeit",
"other": "Sonstiges"
}
}
}
}