|
88 | 88 | "description": "Control how many days of past and future appointments to show in admin lists" |
89 | 89 | }, |
90 | 90 | "appointmentTypes": { |
91 | | - "title": "Appointment Details", |
| 91 | + "title": "Appointment Page Content", |
92 | 92 | "description": "Create and manage appointment types with names and prices" |
93 | 93 | }, |
94 | 94 | "headerMessage": { |
95 | | - "title": "Header Message", |
| 95 | + "title": "Home Page Header", |
96 | 96 | "description": "Customize the calendar header message displayed to users" |
97 | 97 | }, |
98 | 98 | "siteTheme": { |
|
110 | 110 | "aboutDetails": { |
111 | 111 | "title": "About Page Content", |
112 | 112 | "description": "Customize the About page sections and content" |
| 113 | + }, |
| 114 | + "homeDetails": { |
| 115 | + "title": "Home Page Content", |
| 116 | + "description": "Customize the Home page sections and content" |
113 | 117 | } |
114 | 118 | }, |
115 | 119 | "configure": "Configure", |
|
482 | 486 | } |
483 | 487 | }, |
484 | 488 | "appointmentTypes": { |
485 | | - "modalTitle": "📋 Appointment Details", |
| 489 | + "modalTitle": "📋 Appointment Page Content", |
486 | 490 | "infoBanner": "Define appointment types with names, tags, and prices for your booking system.", |
| 491 | + "listTitle": "Appointment Types", |
487 | 492 | "currency": "Currency", |
488 | 493 | "namePlaceholder": "Name (e.g., Consultation)", |
489 | 494 | "tagPlaceholder": "Tag (e.g., consultation)", |
490 | 495 | "pricePlaceholder": "Price", |
491 | | - "addType": "Add Appointment Type" |
| 496 | + "addType": "+ Add Appointment Type", |
| 497 | + "newAppointment": "New Appointment Type", |
| 498 | + "editAppointment": "Edit Appointment Type", |
| 499 | + "fields": { |
| 500 | + "name": "Name", |
| 501 | + "language": "Language", |
| 502 | + "price": "Price", |
| 503 | + "minutes": "Minutes", |
| 504 | + "description": "Description", |
| 505 | + "features": "Features (one per line)" |
| 506 | + }, |
| 507 | + "placeholders": { |
| 508 | + "name": "e.g., Individual Therapy Session", |
| 509 | + "description": "Brief description of this appointment type...", |
| 510 | + "features": "Personalized treatment plan\nConfidential environment\nEvidence-based techniques" |
| 511 | + }, |
| 512 | + "buttons": { |
| 513 | + "save": "Save", |
| 514 | + "cancel": "Cancel", |
| 515 | + "close": "Close", |
| 516 | + "edit": "Edit", |
| 517 | + "delete": "Delete" |
| 518 | + }, |
| 519 | + "noPriceSet": "No price set", |
| 520 | + "loading": "Loading...", |
| 521 | + "errors": { |
| 522 | + "nameRequired": "Name is required", |
| 523 | + "saveFailed": "Failed to save appointment type", |
| 524 | + "deleteFailed": "Failed to delete appointment type" |
| 525 | + }, |
| 526 | + "confirmDelete": "Are you sure you want to delete this appointment type?" |
492 | 527 | }, |
493 | 528 | "emailSettings": { |
494 | 529 | "modalTitle": "📧 Email Configuration", |
|
569 | 604 | }, |
570 | 605 | "newsletterModal": { |
571 | 606 | "modalTitle": "📰 Create Newsletter", |
| 607 | + "infoBanner": "HTML is supported. Use tags like <p>, <ul>, <li>, <strong>, <em> for formatting.", |
572 | 608 | "title": "Title", |
573 | 609 | "subtitle": "Subtitle", |
574 | 610 | "messagePart1": "Message Part 1", |
|
635 | 671 | }, |
636 | 672 | "helpText": "HTML is supported. Use tags like <p>, <ul>, <li>, <strong>, <em> for formatting." |
637 | 673 | }, |
| 674 | + "homeDetails": { |
| 675 | + "modalTitle": "🏠 Home Page Content", |
| 676 | + "sections": { |
| 677 | + "hero": "Hero Section", |
| 678 | + "servicesHeading": "Services Heading", |
| 679 | + "serviceIndividual": "Tile 1", |
| 680 | + "serviceCouples": "Tile 2", |
| 681 | + "serviceGroup": "Tile 3", |
| 682 | + "whyChooseUs": "Why Choose Us" |
| 683 | + }, |
| 684 | + "fields": { |
| 685 | + "title": "Title", |
| 686 | + "body": "Content (HTML allowed)" |
| 687 | + }, |
| 688 | + "placeholders": { |
| 689 | + "title": "Enter section title...", |
| 690 | + "body": "Enter content (HTML tags like <p>, <ul>, <li> are supported)..." |
| 691 | + }, |
| 692 | + "saveButton": "Save All Sections", |
| 693 | + "saving": "Saving...", |
| 694 | + "toast": { |
| 695 | + "saved": "Home page content saved successfully!", |
| 696 | + "failed": "Failed to save home page content", |
| 697 | + "error": "Error saving home page content", |
| 698 | + "loaded": "Home page content loaded", |
| 699 | + "loadFailed": "Failed to load home page content" |
| 700 | + }, |
| 701 | + "helpText": "HTML is supported. Use tags like <p>, <ul>, <li>, <strong>, <em> for formatting." |
| 702 | + }, |
638 | 703 | "licenseInfo": { |
639 | 704 | "modalTitle": "🔓 Premium License Details", |
640 | 705 | "loading": "Loading license information...", |
|
0 commit comments