**Pages Localized:** - Login page: All UI strings (titles, labels, buttons, links) - Dashboard page: Welcome message, quick actions, daily summary, predictions - AppShell: Connection status and presence indicators - MobileNav: Menu items and app branding - TabBar: Bottom navigation labels **Translation Files:** - Created dashboard.json for all 5 languages (en, es, fr, pt, zh) - Enhanced common.json with navigation and connection strings - Updated i18n config to include dashboard namespace **Languages Supported:** - English, Spanish, French, Portuguese, Chinese (Simplified) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"appName": "Maternal",
|
|
"appDescription": "AI-Powered Child Care Assistant",
|
|
"welcome": "Welcome",
|
|
"loading": "Loading...",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"add": "Add",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"back": "Back",
|
|
"next": "Next",
|
|
"previous": "Previous",
|
|
"finish": "Finish",
|
|
"search": "Search",
|
|
"filter": "Filter",
|
|
"sort": "Sort",
|
|
"refresh": "Refresh",
|
|
"retry": "Retry",
|
|
"continue": "Continue",
|
|
"submit": "Submit",
|
|
"reset": "Reset",
|
|
"clear": "Clear",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"ok": "OK",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"warning": "Warning",
|
|
"info": "Information",
|
|
"home": "Home",
|
|
"settings": "Settings",
|
|
"profile": "Profile",
|
|
"logout": "Logout",
|
|
"login": "Login",
|
|
"signup": "Sign Up",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"name": "Name",
|
|
"date": "Date",
|
|
"time": "Time",
|
|
"duration": "Duration",
|
|
"notes": "Notes",
|
|
"optional": "Optional",
|
|
"required": "Required",
|
|
"units": {
|
|
"metric": "Metric",
|
|
"imperial": "Imperial"
|
|
},
|
|
"measurements": {
|
|
"weight": "Weight",
|
|
"height": "Height",
|
|
"temperature": "Temperature",
|
|
"volume": "Volume"
|
|
},
|
|
"navigation": {
|
|
"home": "Home",
|
|
"dashboard": "Dashboard",
|
|
"tracking": "Tracking",
|
|
"trackActivity": "Track Activity",
|
|
"track": "Track",
|
|
"ai": "AI Assistant",
|
|
"aiChat": "AI Chat",
|
|
"family": "Family",
|
|
"insights": "Insights",
|
|
"children": "Children",
|
|
"settings": "Settings",
|
|
"logout": "Logout"
|
|
},
|
|
"connection": {
|
|
"syncActive": "Real-time sync active",
|
|
"syncDisconnected": "Real-time sync disconnected",
|
|
"live": "Live",
|
|
"offline": "Offline",
|
|
"familyMembersOnline": "{{count}} family members online"
|
|
}
|
|
}
|