Files
myeasycms-v2/apps/web/i18n/messages/en/documents.json
Zaid Marzguioui b26e5aaafa
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 6m20s
Workflow / ⚫️ Test (push) Has been skipped
feat: pre-existing local changes — fischerei, verband, modules, members, packages
Commits all remaining uncommitted local work:

- apps/web: fischerei, verband, modules, members-cms, documents,
  newsletter, meetings, site-builder, courses, bookings, events,
  finance pages and components
- apps/web: marketing page updates, layout, paths config,
  next.config.mjs, styles/makerkit.css
- apps/web/i18n: documents, fischerei, marketing, verband (de+en)
- packages/features: finance, fischerei, member-management,
  module-builder, newsletter, sitzungsprotokolle, verbandsverwaltung
  server APIs and components
- packages/ui: button.tsx updates
- pnpm-lock.yaml
2026-04-02 01:19:54 +02:00

90 lines
3.0 KiB
JSON

{
"nav": {
"documents": "Documents",
"generate": "Generate",
"templates": "Templates"
},
"overview": {
"title": "Documents",
"subtitle": "Generate documents and manage templates",
"generate": "Generate",
"manageTemplates": "Manage Templates"
},
"types": {
"member_card": "Member Card",
"member-card": "Member Card",
"invoice": "Invoice",
"label": "Labels",
"labels": "Labels",
"report": "Report",
"letter": "Letter",
"certificate": "Certificate"
},
"typeDescriptions": {
"member_card": "Generate member cards with photo and QR code",
"member-card": "Generate member cards with photo, name and membership number.",
"invoice": "Professional invoices in PDF format with logo and line items.",
"label": "Address labels for mailings and shipping",
"labels": "Print address labels for mailings in Avery format.",
"report": "Statistical reports and summaries",
"letter": "Form letters with personalized placeholders.",
"certificate": "Participation certificates and awards with signature."
},
"generate": {
"title": "Generate Document",
"documentType": "Document Type",
"titleLabel": "Title / Label",
"format": "Format",
"orientation": "Orientation",
"portrait": "Portrait",
"landscape": "Landscape",
"comingSoon": "Coming Soon",
"generating": "Generating...",
"generateButton": "Generate",
"success": "Document created successfully!",
"downloaded": "File downloaded",
"downloadAgain": "Download Again",
"error": "Error generating document",
"backToDocuments": "Back to Documents",
"cancel": "Cancel",
"hint": "Note",
"memberCardHint": "Member cards will be generated for all active members.",
"labelHint": "Address labels will be generated for all active members.",
"reportHint": "A member report with current data will be generated.",
"generateLabel": "Generate {label}",
"chooseOptions": "Choose the document type and desired options.",
"document": "Document"
},
"templates": {
"title": "Document Templates",
"subtitle": "Templates for member cards, invoices, labels, and more",
"newTemplate": "New Template",
"noTemplates": "No templates found",
"createFirst": "Create your first document template.",
"createFirstLong": "Create your first document template to generate member cards, invoices, and more.",
"allTemplates": "All Templates ({count})",
"name": "Name",
"type": "Type",
"description": "Description"
},
"card": {
"title": "MEMBER CARD",
"memberSince": "Member since",
"dateOfBirth": "Date of Birth",
"address": "Address",
"validUntil": "Valid until",
"issuedOn": "Issued on"
},
"report": {
"title": "Member Report",
"total": "Total:"
},
"errors": {
"accountNotFound": "Account not found",
"unknownType": "Unknown document type",
"underDevelopment": "is still under development",
"dbError": "Database error",
"noActiveMembers": "No active members"
}
}