Files
myeasycms-v2/apps/web/i18n/messages/en/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.6 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": "Overview",
"protocols": "Protocols",
"tasks": "Tasks",
"newProtocol": "New Protocol"
},
"pages": {
"overviewTitle": "Meeting Protocols",
"protocolsTitle": "Meeting Protocols - Protocols",
"tasksTitle": "Meeting Protocols - Tasks",
"newProtocolTitle": "New Protocol",
"protocolDetailTitle": "Meeting Protocol",
"notFound": "Protocol not found",
"backToList": "Back to list",
"back": "Back",
"statusPublished": "Published",
"statusDraft": "Draft"
},
"dashboard": {
"title": "Meeting Protocols Overview",
"subtitle": "Manage protocols, agenda items, and tasks",
"totalProtocols": "Total Protocols",
"publishedProtocols": "Published",
"draftProtocols": "Drafts",
"overdueTasks": "Overdue Tasks",
"recentProtocols": "Recent Protocols",
"noRecentProtocols": "No protocols yet."
},
"protocol": {
"title": "Title *",
"meetingDate": "Meeting Date *",
"meetingType": "Meeting Type",
"location": "Location",
"created": "Protocol created successfully",
"updated": "Protocol updated",
"published": "Protocol published",
"errorSaving": "Error saving protocol",
"notFound": "Protocol not found",
"noProtocols": "No protocols found",
"createFirst": "Create your first meeting protocol to get started."
},
"protocolList": {
"searchPlaceholder": "Search protocols...",
"title": "Protocols ({count})",
"date": "Date",
"titleColumn": "Title",
"type": "Meeting Type",
"locationColumn": "Location",
"statusColumn": "Status",
"published": "Published",
"draft": "Draft"
},
"items": {
"agendaItems": "Agenda Items",
"noItems": "No agenda items found.",
"addItem": "Add Item",
"statusUpdated": "Status updated",
"deleted": "Agenda item deleted",
"deleteConfirm": "Delete this agenda item?",
"errorUpdating": "Error updating",
"errorDeleting": "Error deleting",
"dueDate": "Due: {date}",
"responsible": "Responsible: {name}",
"status": {
"open": "Open",
"in_progress": "In Progress",
"done": "Done",
"cancelled": "Cancelled"
}
},
"tasks": {
"title": "Open Tasks ({count})",
"noTasks": "No open tasks",
"allTasksDone": "All tasks are completed.",
"overdue": "Overdue",
"fromProtocol": "from protocol"
},
"meetingTypes": {
"regular": "Regular Meeting",
"extraordinary": "Extraordinary Meeting",
"board": "Board Meeting",
"general_assembly": "General Assembly",
"committee": "Committee Meeting",
"other": "Other"
}
}