Files
myeasycms-v2/apps/web/i18n/messages/de/meetings.json
T. Zehetbauer c6d564836f
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 17m4s
Workflow / ⚫️ Test (push) Has been skipped
fix: add missing newlines at the end of JSON files; clean up formatting in page components
2026-04-02 11:02:58 +02:00

88 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"nav": {
"overview": "Übersicht",
"protocols": "Protokolle",
"tasks": "Aufgaben",
"newProtocol": "Neues Protokoll"
},
"pages": {
"overviewTitle": "Sitzungsprotokolle",
"protocolsTitle": "Sitzungsprotokolle - Protokolle",
"tasksTitle": "Sitzungsprotokolle - Aufgaben",
"newProtocolTitle": "Neues Protokoll",
"protocolDetailTitle": "Sitzungsprotokoll",
"notFound": "Protokoll nicht gefunden",
"backToList": "Zurück zur Übersicht",
"back": "Zurück",
"statusPublished": "Veröffentlicht",
"statusDraft": "Entwurf"
},
"dashboard": {
"title": "Sitzungsprotokolle Übersicht",
"subtitle": "Protokolle, Tagesordnungspunkte und Aufgaben verwalten",
"totalProtocols": "Protokolle gesamt",
"publishedProtocols": "Veröffentlicht",
"draftProtocols": "Entwürfe",
"overdueTasks": "Überfällige Aufgaben",
"recentProtocols": "Neueste Protokolle",
"noRecentProtocols": "Noch keine Protokolle vorhanden."
},
"protocol": {
"title": "Titel *",
"meetingDate": "Sitzungsdatum *",
"meetingType": "Sitzungsart",
"location": "Ort",
"created": "Protokoll erfolgreich erstellt",
"updated": "Protokoll aktualisiert",
"published": "Protokoll veröffentlicht",
"errorSaving": "Fehler beim Speichern des Protokolls",
"notFound": "Protokoll nicht gefunden",
"noProtocols": "Keine Protokolle vorhanden",
"createFirst": "Erstellen Sie Ihr erstes Sitzungsprotokoll, um loszulegen."
},
"protocolList": {
"searchPlaceholder": "Protokoll suchen...",
"title": "Protokolle ({count})",
"date": "Datum",
"titleColumn": "Titel",
"type": "Sitzungsart",
"locationColumn": "Ort",
"statusColumn": "Status",
"published": "Veröffentlicht",
"draft": "Entwurf"
},
"items": {
"agendaItems": "Tagesordnungspunkte",
"noItems": "Keine Tagesordnungspunkte vorhanden.",
"addItem": "Punkt hinzufügen",
"statusUpdated": "Status aktualisiert",
"deleted": "Tagesordnungspunkt gelöscht",
"deleteConfirm": "Tagesordnungspunkt wirklich löschen?",
"errorUpdating": "Fehler beim Aktualisieren",
"errorDeleting": "Fehler beim Löschen",
"dueDate": "Fällig: {date}",
"responsible": "Verantwortlich: {name}",
"status": {
"open": "Offen",
"in_progress": "In Bearbeitung",
"done": "Erledigt",
"cancelled": "Abgebrochen"
}
},
"tasks": {
"title": "Offene Aufgaben ({count})",
"noTasks": "Keine offenen Aufgaben",
"allTasksDone": "Alle Aufgaben sind erledigt.",
"overdue": "Überfällig",
"fromProtocol": "aus Protokoll"
},
"meetingTypes": {
"regular": "Ordentliche Sitzung",
"extraordinary": "Außerordentliche Sitzung",
"board": "Vorstandssitzung",
"general_assembly": "Mitgliederversammlung",
"committee": "Ausschusssitzung",
"other": "Sonstige"
}
}