mirror of
https://github.com/temetro/temetro.git
synced 2026-09-01 05:18:57 +00:00
00152eb3cb
- Appointments now carry a date; the Calendar button opens a Google-Calendar style month grid (color-coded event chips, month nav, Today, click a day for its list). Today/Upcoming sections derive from dates. - Add-appointment dialog gains a date picker (Popover + Calendar). - Messages rebuilt as chat threads: an input-based composer that appends to a two-way timeline (no more toast covering the field), and the unread count is now a filter toggle. - Favicon: the brand logo now shows in the tab. Removed the stale default app/favicon.ico (which shadowed it) and added app/icon.png + app/apple-icon.png generated from the logo; dropped the redundant metadata.icons. - Sidebar: swapped Notes <-> Messages order (both kept). - New pages: Activity (signed-change audit timeline with hash chips + approval status) and Tasks (two-pane care-team to-do with add dialog). - Prescriptions: adding a medication now surfaces mock drug-interaction and allergy warnings against the patient's record. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"common": {
|
|
"appName": "temetro",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"signIn": "Sign in",
|
|
"signUp": "Sign up"
|
|
},
|
|
"auth": {
|
|
"login": {
|
|
"title": "Welcome back",
|
|
"subtitle": "Sign in to your clinician account",
|
|
"emailLabel": "Email",
|
|
"emailPlaceholder": "you@clinic.org",
|
|
"passwordLabel": "Password",
|
|
"forgotPassword": "Forgot your password?",
|
|
"submit": "Sign in",
|
|
"submitting": "Signing in…",
|
|
"noAccount": "Don't have an account?",
|
|
"signUpLink": "Sign up",
|
|
"error": "Could not sign in. Check your email and password and try again.",
|
|
"errorTitle": "Sign in failed",
|
|
"welcomeBack": "Welcome back"
|
|
},
|
|
"signup": {
|
|
"title": "Create your account",
|
|
"subtitle": "Start using temetro in your clinic",
|
|
"nameLabel": "Full name",
|
|
"namePlaceholder": "Dr. Jane Okafor",
|
|
"emailLabel": "Email",
|
|
"emailPlaceholder": "you@clinic.org",
|
|
"passwordLabel": "Password",
|
|
"confirmPasswordLabel": "Confirm password",
|
|
"passwordHint": "Must be at least {{count}} characters long.",
|
|
"passwordTooShort": "Password must be at least {{count}} characters.",
|
|
"passwordMismatch": "Passwords do not match.",
|
|
"submit": "Create account",
|
|
"submitting": "Creating account…",
|
|
"haveAccount": "Already have an account?",
|
|
"signInLink": "Sign in",
|
|
"error": "Could not create your account.",
|
|
"errorTitle": "Sign up failed",
|
|
"created": "Account created",
|
|
"createdHint": "Set up your clinic to get started."
|
|
}
|
|
},
|
|
"nav": {
|
|
"newChat": "New chat",
|
|
"patients": "Patients",
|
|
"appointments": "Appointments",
|
|
"prescriptions": "Prescriptions",
|
|
"analysis": "Analysis",
|
|
"notes": "Notes",
|
|
"messages": "Messages",
|
|
"tasks": "Tasks",
|
|
"activity": "Activity",
|
|
"settings": "Settings",
|
|
"notifications": "Notifications",
|
|
"viewAllNotifications": "View all notifications",
|
|
"quickNav": "Quick nav",
|
|
"commandGroup": "Go to",
|
|
"commandPlaceholder": "Search pages…",
|
|
"commandEmpty": "No results.",
|
|
"commandNavigate": "Navigate",
|
|
"commandOpen": "Open",
|
|
"commandClose": "Close"
|
|
},
|
|
"settings": {
|
|
"tabs": {
|
|
"profile": "Profile",
|
|
"records": "Records",
|
|
"signing": "Signing",
|
|
"careTeam": "Care team",
|
|
"developers": "Developers"
|
|
},
|
|
"empty": "Nothing here yet.",
|
|
"records": {
|
|
"description": "How patient records are sourced, stored, and displayed"
|
|
},
|
|
"developers": {
|
|
"description": "Access tokens for the temetro API"
|
|
}
|
|
}
|
|
}
|