feat: enhance accessibility and testing with data-test attributes and improve error handling
This commit is contained in:
71
apps/web/i18n/messages/en/bookings.json
Normal file
71
apps/web/i18n/messages/en/bookings.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"nav": {
|
||||
"bookings": "Bookings",
|
||||
"calendar": "Calendar",
|
||||
"rooms": "Rooms",
|
||||
"guests": "Guests",
|
||||
"newBooking": "New Booking"
|
||||
},
|
||||
"list": {
|
||||
"title": "Bookings",
|
||||
"searchPlaceholder": "Search guest or room...",
|
||||
"newBooking": "New Booking",
|
||||
"noBookings": "No bookings found",
|
||||
"createFirst": "Create your first booking.",
|
||||
"activeBookings": "Active Bookings",
|
||||
"guest": "Guest",
|
||||
"room": "Room",
|
||||
"checkIn": "Check-in",
|
||||
"checkOut": "Check-out",
|
||||
"nights": "Nights",
|
||||
"price": "Price"
|
||||
},
|
||||
"detail": {
|
||||
"notFound": "Booking not found",
|
||||
"guestInfo": "Guest Information",
|
||||
"roomInfo": "Room Information",
|
||||
"bookingDetails": "Booking Details",
|
||||
"extras": "Extras"
|
||||
},
|
||||
"form": {
|
||||
"room": "Room *",
|
||||
"selectRoom": "— Select room —",
|
||||
"guest": "Guest",
|
||||
"checkIn": "Check-in *",
|
||||
"checkOut": "Check-out *",
|
||||
"adults": "Adults",
|
||||
"children": "Children",
|
||||
"notes": "Notes",
|
||||
"created": "Booking created successfully",
|
||||
"errorCreating": "Error creating booking"
|
||||
},
|
||||
"status": {
|
||||
"pending": "Pending",
|
||||
"confirmed": "Confirmed",
|
||||
"checked_in": "Checked In",
|
||||
"checked_out": "Checked Out",
|
||||
"cancelled": "Cancelled",
|
||||
"no_show": "No Show"
|
||||
},
|
||||
"rooms": {
|
||||
"title": "Rooms",
|
||||
"newRoom": "New Room",
|
||||
"noRooms": "No rooms found",
|
||||
"name": "Name",
|
||||
"type": "Type",
|
||||
"capacity": "Capacity",
|
||||
"price": "Price/Night"
|
||||
},
|
||||
"guests": {
|
||||
"title": "Guests",
|
||||
"newGuest": "New Guest",
|
||||
"noGuests": "No guests found",
|
||||
"name": "Name",
|
||||
"email": "Email",
|
||||
"phone": "Phone",
|
||||
"bookings": "Bookings"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Availability Calendar"
|
||||
}
|
||||
}
|
||||
120
apps/web/i18n/messages/en/courses.json
Normal file
120
apps/web/i18n/messages/en/courses.json
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"nav": {
|
||||
"courses": "Courses",
|
||||
"newCourse": "New Course",
|
||||
"calendar": "Calendar",
|
||||
"categories": "Categories",
|
||||
"instructors": "Instructors",
|
||||
"locations": "Locations",
|
||||
"statistics": "Statistics"
|
||||
},
|
||||
"pages": {
|
||||
"coursesTitle": "Courses",
|
||||
"newCourseTitle": "New Course",
|
||||
"calendarTitle": "Course Calendar",
|
||||
"categoriesTitle": "Course Categories",
|
||||
"instructorsTitle": "Instructors",
|
||||
"locationsTitle": "Locations",
|
||||
"statisticsTitle": "Course Statistics"
|
||||
},
|
||||
"list": {
|
||||
"searchPlaceholder": "Search courses...",
|
||||
"title": "Courses ({count})",
|
||||
"noCourses": "No courses found",
|
||||
"createFirst": "Create your first course to get started.",
|
||||
"courseNumber": "Course No.",
|
||||
"courseName": "Course Name",
|
||||
"startDate": "Start",
|
||||
"endDate": "End",
|
||||
"participants": "Participants",
|
||||
"fee": "Fee"
|
||||
},
|
||||
"detail": {
|
||||
"notFound": "Course not found",
|
||||
"participants": "Participants",
|
||||
"sessions": "Sessions",
|
||||
"viewAllParticipants": "View all participants",
|
||||
"viewAttendance": "View attendance",
|
||||
"noParticipants": "No participants yet.",
|
||||
"noSessions": "No sessions yet.",
|
||||
"addParticipant": "Add Participant"
|
||||
},
|
||||
"form": {
|
||||
"basicData": "Basic Data",
|
||||
"courseNumber": "Course Number",
|
||||
"courseName": "Course Name *",
|
||||
"description": "Description",
|
||||
"schedule": "Schedule",
|
||||
"startDate": "Start Date",
|
||||
"endDate": "End Date",
|
||||
"registrationDeadline": "Registration Deadline",
|
||||
"capacity": "Capacity",
|
||||
"maxParticipants": "Max Participants",
|
||||
"minParticipants": "Min Participants",
|
||||
"fee": "Fee (€)",
|
||||
"reducedFee": "Reduced Fee (€)",
|
||||
"statusSection": "Status",
|
||||
"courseStatus": "Course Status",
|
||||
"created": "Course created successfully",
|
||||
"updated": "Course updated",
|
||||
"errorCreating": "Error creating course",
|
||||
"errorUpdating": "Error updating course"
|
||||
},
|
||||
"status": {
|
||||
"planned": "Planned",
|
||||
"open": "Open",
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"enrollment": {
|
||||
"enrolled": "Enrolled",
|
||||
"waitlisted": "Waitlisted",
|
||||
"cancelled": "Cancelled",
|
||||
"completed": "Completed",
|
||||
"enrolledAt": "Enrolled on"
|
||||
},
|
||||
"attendance": {
|
||||
"title": "Attendance",
|
||||
"present": "Present",
|
||||
"absent": "Absent",
|
||||
"excused": "Excused",
|
||||
"session": "Session"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Course Calendar",
|
||||
"courseDay": "Course Day",
|
||||
"free": "Free",
|
||||
"today": "Today",
|
||||
"weekdays": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
||||
"months": [
|
||||
"January",
|
||||
"February",
|
||||
"March",
|
||||
"April",
|
||||
"May",
|
||||
"June",
|
||||
"July",
|
||||
"August",
|
||||
"September",
|
||||
"October",
|
||||
"November",
|
||||
"December"
|
||||
]
|
||||
},
|
||||
"categories": {
|
||||
"title": "Categories",
|
||||
"newCategory": "New Category",
|
||||
"noCategories": "No categories found."
|
||||
},
|
||||
"instructors": {
|
||||
"title": "Instructors",
|
||||
"newInstructor": "New Instructor",
|
||||
"noInstructors": "No instructors found."
|
||||
},
|
||||
"locations": {
|
||||
"title": "Locations",
|
||||
"newLocation": "New Location",
|
||||
"noLocations": "No locations found."
|
||||
}
|
||||
}
|
||||
81
apps/web/i18n/messages/en/documents.json
Normal file
81
apps/web/i18n/messages/en/documents.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"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",
|
||||
"invoice": "Invoice",
|
||||
"label": "Labels",
|
||||
"report": "Report",
|
||||
"letter": "Letter",
|
||||
"certificate": "Certificate"
|
||||
},
|
||||
"typeDescriptions": {
|
||||
"member_card": "Generate member cards with photo and QR code",
|
||||
"invoice": "Professional invoices for members and services",
|
||||
"label": "Address labels for mailings and shipping",
|
||||
"report": "Statistical reports and summaries",
|
||||
"letter": "Form letters and individual correspondence",
|
||||
"certificate": "Participation certificates and awards"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"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.",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
67
apps/web/i18n/messages/en/events.json
Normal file
67
apps/web/i18n/messages/en/events.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"nav": {
|
||||
"events": "Events",
|
||||
"newEvent": "New Event",
|
||||
"registrations": "Registrations",
|
||||
"holidayPasses": "Holiday Passes"
|
||||
},
|
||||
"list": {
|
||||
"title": "Events",
|
||||
"newEvent": "New Event",
|
||||
"noEvents": "No events found",
|
||||
"createFirst": "Create your first event.",
|
||||
"upcoming": "Upcoming",
|
||||
"totalRegistrations": "Total Registrations"
|
||||
},
|
||||
"detail": {
|
||||
"notFound": "Event not found",
|
||||
"date": "Date",
|
||||
"time": "Time",
|
||||
"location": "Location",
|
||||
"registrations": "Registrations",
|
||||
"description": "Description",
|
||||
"noRegistrations": "No registrations yet",
|
||||
"parentName": "Parent"
|
||||
},
|
||||
"form": {
|
||||
"basicData": "Basic Data",
|
||||
"name": "Event Name *",
|
||||
"description": "Description",
|
||||
"dateTime": "Date & Time",
|
||||
"eventDate": "Date *",
|
||||
"startTime": "Start Time",
|
||||
"endDate": "End Date",
|
||||
"location": "Location",
|
||||
"contact": "Contact",
|
||||
"contactName": "Contact Person",
|
||||
"contactEmail": "Email",
|
||||
"contactPhone": "Phone",
|
||||
"participantsAndFees": "Participants & Fees",
|
||||
"capacity": "Max Participants",
|
||||
"minAge": "Minimum Age",
|
||||
"maxAge": "Maximum Age",
|
||||
"fee": "Fee (€)",
|
||||
"registrationDeadline": "Registration Deadline",
|
||||
"status": "Status",
|
||||
"created": "Event created successfully",
|
||||
"errorCreating": "Error creating event"
|
||||
},
|
||||
"status": {
|
||||
"planned": "Planned",
|
||||
"open": "Open",
|
||||
"full": "Full",
|
||||
"running": "Running",
|
||||
"completed": "Completed",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"registrationStatus": {
|
||||
"pending": "Pending",
|
||||
"confirmed": "Confirmed",
|
||||
"waitlisted": "Waitlisted",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"holidayPasses": {
|
||||
"title": "Holiday Passes",
|
||||
"noPasses": "No holiday passes found"
|
||||
}
|
||||
}
|
||||
113
apps/web/i18n/messages/en/finance.json
Normal file
113
apps/web/i18n/messages/en/finance.json
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"nav": {
|
||||
"overview": "Finance",
|
||||
"invoices": "Invoices",
|
||||
"sepa": "SEPA Batches",
|
||||
"payments": "Payments",
|
||||
"newInvoice": "New Invoice",
|
||||
"newBatch": "New Batch"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Finance – Overview",
|
||||
"subtitle": "Manage invoices, SEPA batches, and payments",
|
||||
"openInvoices": "Open Invoices",
|
||||
"overdueInvoices": "Overdue Invoices",
|
||||
"totalRevenue": "Total Revenue",
|
||||
"sepaBatches": "SEPA Batches"
|
||||
},
|
||||
"invoices": {
|
||||
"title": "Invoices",
|
||||
"newInvoice": "New Invoice",
|
||||
"noInvoices": "No invoices found",
|
||||
"createFirst": "Create your first invoice.",
|
||||
"invoiceNumber": "Invoice No.",
|
||||
"recipient": "Recipient",
|
||||
"issueDate": "Issue Date",
|
||||
"dueDate": "Due Date",
|
||||
"amount": "Amount",
|
||||
"notFound": "Invoice not found"
|
||||
},
|
||||
"invoiceForm": {
|
||||
"title": "Invoice Details",
|
||||
"invoiceNumber": "Invoice Number *",
|
||||
"issueDate": "Issue Date",
|
||||
"dueDate": "Due Date *",
|
||||
"recipient": "Recipient",
|
||||
"recipientName": "Name *",
|
||||
"recipientAddress": "Address",
|
||||
"lineItems": "Line Items",
|
||||
"addLineItem": "+ Add Line Item",
|
||||
"itemDescription": "Description *",
|
||||
"quantity": "Quantity",
|
||||
"unitPrice": "Unit Price (€)",
|
||||
"removeItem": "Remove Item",
|
||||
"amounts": "Amounts",
|
||||
"taxRate": "Tax Rate (%)",
|
||||
"subtotal": "Subtotal (net)",
|
||||
"tax": "Tax ({rate}%)",
|
||||
"total": "Total Amount",
|
||||
"notes": "Notes",
|
||||
"created": "Invoice created successfully",
|
||||
"errorCreating": "Error creating invoice"
|
||||
},
|
||||
"invoiceStatus": {
|
||||
"draft": "Draft",
|
||||
"sent": "Sent",
|
||||
"paid": "Paid",
|
||||
"overdue": "Overdue",
|
||||
"cancelled": "Cancelled",
|
||||
"credited": "Credited"
|
||||
},
|
||||
"sepa": {
|
||||
"title": "SEPA Batches",
|
||||
"newBatch": "New Batch",
|
||||
"noBatches": "No SEPA batches found",
|
||||
"createFirst": "Create your first SEPA batch.",
|
||||
"directDebit": "Direct Debit",
|
||||
"creditTransfer": "Credit Transfer",
|
||||
"executionDate": "Execution Date",
|
||||
"totalAmount": "Total Amount",
|
||||
"itemCount": "Items",
|
||||
"downloadXml": "Download XML",
|
||||
"notFound": "Batch not found"
|
||||
},
|
||||
"sepaBatchForm": {
|
||||
"title": "Create SEPA Batch",
|
||||
"batchType": "Type",
|
||||
"directDebit": "Direct Debit (SEPA Core)",
|
||||
"creditTransfer": "Credit Transfer",
|
||||
"description": "Description",
|
||||
"descriptionPlaceholder": "e.g. Membership fees Q1 2026",
|
||||
"executionDate": "Execution Date *",
|
||||
"executionDateRequired": "Execution date is required",
|
||||
"created": "SEPA batch created",
|
||||
"errorCreating": "Error creating batch"
|
||||
},
|
||||
"sepaBatchStatus": {
|
||||
"draft": "Draft",
|
||||
"ready": "Ready",
|
||||
"submitted": "Submitted",
|
||||
"executed": "Executed",
|
||||
"failed": "Failed",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"sepaItemStatus": {
|
||||
"pending": "Pending",
|
||||
"success": "Processed",
|
||||
"failed": "Failed",
|
||||
"rejected": "Rejected"
|
||||
},
|
||||
"payments": {
|
||||
"title": "Payment Overview",
|
||||
"paidInvoices": "Paid Invoices",
|
||||
"openInvoices": "Open Invoices",
|
||||
"overdueInvoices": "Overdue Invoices",
|
||||
"sepaBatches": "SEPA Batches"
|
||||
},
|
||||
"common": {
|
||||
"cancel": "Cancel",
|
||||
"creating": "Creating...",
|
||||
"membershipFee": "Membership Fee",
|
||||
"sepaDirectDebit": "SEPA Direct Debit"
|
||||
}
|
||||
}
|
||||
80
apps/web/i18n/messages/en/meetings.json
Normal file
80
apps/web/i18n/messages/en/meetings.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"nav": {
|
||||
"overview": "Overview",
|
||||
"protocols": "Protocols",
|
||||
"tasks": "Tasks",
|
||||
"newProtocol": "New Protocol"
|
||||
},
|
||||
"pages": {
|
||||
"overviewTitle": "Meeting Protocols",
|
||||
"protocolsTitle": "Meeting Protocols - Protocols",
|
||||
"tasksTitle": "Meeting Protocols - Tasks"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
76
apps/web/i18n/messages/en/newsletter.json
Normal file
76
apps/web/i18n/messages/en/newsletter.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"nav": {
|
||||
"newsletters": "Newsletters",
|
||||
"templates": "Templates",
|
||||
"newNewsletter": "New Newsletter"
|
||||
},
|
||||
"list": {
|
||||
"title": "Newsletters",
|
||||
"subtitle": "Create and send newsletters",
|
||||
"newNewsletter": "New Newsletter",
|
||||
"noNewsletters": "No newsletters found",
|
||||
"createFirst": "Create your first newsletter to get started.",
|
||||
"subject": "Subject",
|
||||
"noSubject": "(No Subject)",
|
||||
"recipients": "Recipients",
|
||||
"created": "Created",
|
||||
"sent": "Sent",
|
||||
"totalSent": "Sent",
|
||||
"totalRecipients": "Total Recipients"
|
||||
},
|
||||
"detail": {
|
||||
"title": "Newsletter Details",
|
||||
"backToList": "Back to Newsletters",
|
||||
"sendNewsletter": "Send Newsletter",
|
||||
"recipientsSection": "Recipients",
|
||||
"sentCount": "Sent",
|
||||
"failedCount": "Failed",
|
||||
"noRecipients": "No recipients added. Add recipients from your member list.",
|
||||
"recipientName": "Name",
|
||||
"recipientEmail": "Email",
|
||||
"recipientStatus": "Status",
|
||||
"notFound": "Newsletter not found"
|
||||
},
|
||||
"form": {
|
||||
"content": "Newsletter Content",
|
||||
"subject": "Subject *",
|
||||
"bodyHtml": "Content (HTML) *",
|
||||
"bodyHtmlPlaceholder": "<h1>Hello!</h1><p>Your newsletter content...</p>",
|
||||
"bodyText": "Plain Text Version",
|
||||
"bodyTextHelp": "Plain text fallback for email clients without HTML support",
|
||||
"schedule": "Schedule",
|
||||
"scheduledDate": "Scheduled Send (optional)",
|
||||
"scheduleHelp": "Leave empty to save the newsletter as a draft.",
|
||||
"created": "Newsletter created successfully",
|
||||
"errorCreating": "Error creating newsletter"
|
||||
},
|
||||
"templates": {
|
||||
"title": "Newsletter Templates",
|
||||
"subtitle": "Reusable templates for newsletters",
|
||||
"newTemplate": "New Template",
|
||||
"noTemplates": "No templates found",
|
||||
"createFirst": "Create your first newsletter template for reuse in campaigns.",
|
||||
"allTemplates": "All Templates ({count})",
|
||||
"name": "Name",
|
||||
"subject": "Subject",
|
||||
"variables": "Variables"
|
||||
},
|
||||
"status": {
|
||||
"draft": "Draft",
|
||||
"scheduled": "Scheduled",
|
||||
"sending": "Sending",
|
||||
"sent": "Sent",
|
||||
"failed": "Failed"
|
||||
},
|
||||
"recipientStatus": {
|
||||
"pending": "Pending",
|
||||
"sent": "Sent",
|
||||
"failed": "Failed",
|
||||
"bounced": "Bounced"
|
||||
},
|
||||
"common": {
|
||||
"cancel": "Cancel",
|
||||
"creating": "Creating...",
|
||||
"create": "Create Newsletter"
|
||||
}
|
||||
}
|
||||
53
apps/web/i18n/messages/en/siteBuilder.json
Normal file
53
apps/web/i18n/messages/en/siteBuilder.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"nav": {
|
||||
"pages": "Pages",
|
||||
"posts": "Posts",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"pages": {
|
||||
"title": "Pages",
|
||||
"newPage": "New Page",
|
||||
"noPages": "No pages found",
|
||||
"createFirst": "Create your first page.",
|
||||
"pageTitle": "Page Title *",
|
||||
"slug": "URL Path",
|
||||
"slugPlaceholder": "Leave empty for auto-generation...",
|
||||
"membersOnly": "Members Only",
|
||||
"createAndEdit": "Create Page & Open Editor",
|
||||
"pageCreated": "Page created — opening editor",
|
||||
"errorCreating": "Error creating page",
|
||||
"notFound": "Page not found",
|
||||
"published": "Page published",
|
||||
"error": "Error"
|
||||
},
|
||||
"posts": {
|
||||
"title": "Posts",
|
||||
"newPost": "New Post",
|
||||
"noPosts": "No posts found",
|
||||
"createFirst": "Create your first post.",
|
||||
"postTitle": "Title *",
|
||||
"content": "Post content (HTML allowed)...",
|
||||
"excerpt": "Excerpt",
|
||||
"postCreated": "Post created",
|
||||
"errorCreating": "Error"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"saved": "Settings saved",
|
||||
"error": "Error"
|
||||
},
|
||||
"editor": {
|
||||
"publish": "Publish",
|
||||
"unpublish": "Unpublish"
|
||||
},
|
||||
"portal": {
|
||||
"loginSuccess": "Logged in successfully",
|
||||
"membersArea": "Members Area"
|
||||
},
|
||||
"blocks": {
|
||||
"news": "News",
|
||||
"events": "Events",
|
||||
"loginError": "Login error",
|
||||
"connectionError": "Connection error"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user