frontend phase 14

This commit is contained in:
hamid
2026-07-10 18:46:16 +03:30
parent 85488bc25b
commit bc51cf59b4
73 changed files with 3582 additions and 13 deletions
+59
View File
@@ -17,6 +17,7 @@
"overview": "Overview",
"users": "Users",
"notifications": "Notifications",
"support": "Support",
"login": "Login",
"logout": "Logout"
},
@@ -1087,5 +1088,63 @@
"note_error": "Couldn't save the note. Please try again.",
"note_required": "Please write a note.",
"continuity_title": "Patient history"
},
"tickets": {
"title": "My Tickets",
"contact_support": "Contact support",
"empty_title": "No conversations yet",
"empty_body": "Open a ticket to coordinate or get support.",
"error_body": "Couldn't load your tickets.",
"retry": "Retry",
"category_support": "Support",
"category_coordination": "Visit coordination",
"category_refund": "Refund",
"category_emergency": "Emergency",
"status_open": "Open",
"status_closed": "Closed",
"linked_booking": "Booking #{id}",
"linked_refund": "Refund #{id}",
"ref_code_label": "Reference code",
"new_ticket_title": "New ticket",
"category_label": "Category",
"subject_label": "Subject",
"message_label": "Message",
"submit": "Send",
"submitting": "Sending…",
"cancel": "Cancel",
"close": "Close",
"open_failed": "Couldn't open the ticket. Please try again.",
"created_title": "Ticket created",
"created_body": "Your ticket was created. You can follow the conversation.",
"view_thread": "View conversation",
"back_to_tickets": "Back to tickets",
"thread_error": "Couldn't load the conversation.",
"thread_empty_title": "No messages yet",
"thread_empty_body": "No messages yet — start coordinating.",
"closed_notice": "This conversation is closed.",
"sending": "Sending…",
"send": "Send message",
"send_failed": "Message not sent. Please try again.",
"composer_placeholder": "Write your message…",
"author_customer": "Family",
"author_nurse": "Nurse",
"author_support": "Support",
"author_system": "System",
"emergency_title": "Emergencies",
"emergency_body": "For emergencies, call the emergency contact first, then open a ticket.",
"emergency_call": "Call {name}",
"emergency_call_generic": "Emergency call",
"emergency_open_ticket": "Open a support ticket",
"open_from_booking": "Get support / Open ticket"
},
"notifications": {
"title": "Notifications",
"empty_title": "You're all caught up",
"empty_body": "You have no unread notifications.",
"error_body": "Couldn't load your notifications.",
"retry": "Retry",
"mark_all_read": "Mark all read",
"load_more": "Load more",
"bell_aria": "{count, number} unread notifications"
}
}