i18n: locales completas (es+en) + LoginView traducido
This commit is contained in:
+186
-1
@@ -29,5 +29,190 @@
|
||||
"about": "About",
|
||||
"documentation": "Documentation",
|
||||
"logout": "Log out"
|
||||
},
|
||||
"login": {
|
||||
"title": "Sign in",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"rememberMe": "Remember me",
|
||||
"loggingIn": "Signing in...",
|
||||
"submit": "Sign in"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"retry": "Retry",
|
||||
"backToProjects": "← Back to Projects",
|
||||
"noDescription": "No description"
|
||||
},
|
||||
"sidebar": {
|
||||
"navigation": "Navigation",
|
||||
"diagnosis": "Diagnosis",
|
||||
"calendar": "Calendar",
|
||||
"scheduler": "Scheduler",
|
||||
"projectsGroup": "Projects ({count})",
|
||||
"unnamedProject": "Project {id}",
|
||||
"projectId": "Project {id}",
|
||||
"userAlt": "User",
|
||||
"userFallback": "User",
|
||||
"logout": "Log out"
|
||||
},
|
||||
"dashboard": {
|
||||
"epics": "Epics",
|
||||
"epicsSubtitle": "Timeline activities",
|
||||
"hus": "User Stories",
|
||||
"husSubtitle": "User stories",
|
||||
"inProgress": "In progress",
|
||||
"activeHus": "Active stories",
|
||||
"sessions": "Sessions",
|
||||
"sessionsSubtitle": "Logbooks",
|
||||
"description": "Description",
|
||||
"noDescription": "No description",
|
||||
"epicsCount": "Epics · {count}",
|
||||
"epicFallback": "Epic {id}",
|
||||
"userStoriesTitle": "User Stories",
|
||||
"husCount": "{count} stories",
|
||||
"code": "Code",
|
||||
"title": "Title",
|
||||
"status": "Status",
|
||||
"priority": "Priority",
|
||||
"noUserStories": "No user stories",
|
||||
"selectProject": "Select a project from the sidebar"
|
||||
},
|
||||
"status": {
|
||||
"backlog": "Backlog",
|
||||
"todo": "To do",
|
||||
"inProgress": "In progress",
|
||||
"doing": "Doing",
|
||||
"wip": "WIP",
|
||||
"done": "Done",
|
||||
"completed": "Completed",
|
||||
"blocked": "Blocked",
|
||||
"review": "Review",
|
||||
"testing": "Testing"
|
||||
},
|
||||
"projects": {
|
||||
"title": "Projects",
|
||||
"subtitle": "Projects assigned in KAPPA",
|
||||
"countLabel": "{count} project | {count} projects",
|
||||
"loadError": "Error loading projects",
|
||||
"emptyTitle": "No assigned projects",
|
||||
"emptyDescription": "You have no active projects in KAPPA.",
|
||||
"noDescription": "No description",
|
||||
"unnamedFallback": "Project {id}"
|
||||
},
|
||||
"users": {
|
||||
"teamTitle": "Team",
|
||||
"teamSubtitle": "{users} members · {emps} assignments in KAPPA",
|
||||
"activeCount": "{count} active",
|
||||
"loadError": "Error loading users",
|
||||
"emptyTitle": "No users",
|
||||
"emptyDescription": "No users found in KAPPA.",
|
||||
"teamMembers": "Team members · {count}",
|
||||
"projectCount": "{count} project | {count} projects",
|
||||
"allUsers": "All users",
|
||||
"name": "Name",
|
||||
"email": "Email",
|
||||
"role": "Role",
|
||||
"cell": "Cell",
|
||||
"seniority": "Seniority",
|
||||
"projects": "Projects",
|
||||
"assignments": "Assignments",
|
||||
"solo": "Unassigned"
|
||||
},
|
||||
"holidays": {
|
||||
"newYear": "New Year",
|
||||
"threeKings": "Epiphany",
|
||||
"stJoseph": "St. Joseph",
|
||||
"maundyThursday": "Maundy Thursday",
|
||||
"goodFriday": "Good Friday",
|
||||
"easterSunday": "Easter Sunday",
|
||||
"laborDay": "Labor Day",
|
||||
"ascension": "Ascension",
|
||||
"corpusChristi": "Corpus Christi",
|
||||
"sacredHeart": "Sacred Heart",
|
||||
"stPeterPaul": "St. Peter & Paul",
|
||||
"independenceDay": "Independence Day",
|
||||
"boyacaBattle": "Battle of Boyacá",
|
||||
"assumption": "Assumption",
|
||||
"columbusDay": "Columbus Day",
|
||||
"allSaints": "All Saints",
|
||||
"cartagenaIndependence": "Cartagena Independence",
|
||||
"immaculateConception": "Immaculate Conception",
|
||||
"christmas": "Christmas"
|
||||
},
|
||||
"calendar": {
|
||||
"today": "Today",
|
||||
"workday": "Workday",
|
||||
"weekend": "Weekend",
|
||||
"holiday": "Holiday",
|
||||
"holidayLabel": "Holiday: {name}",
|
||||
"weekendLabel": "Weekend",
|
||||
"workdayLabel": "Workday",
|
||||
"months": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
|
||||
"weekdaysShort": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
|
||||
},
|
||||
"tabs": {
|
||||
"metrics": "Metrics",
|
||||
"metricsDesc": "Indicators and general KPIs",
|
||||
"projects": "Projects",
|
||||
"projectsDesc": "Projects assigned in KAPPA",
|
||||
"lifecycle": "Lifecycle",
|
||||
"lifecycleDesc": "Project lifecycle tracking",
|
||||
"analytics": "Analytics",
|
||||
"analyticsDesc": "Metrics and statistics",
|
||||
"team": "Team",
|
||||
"teamDesc": "Team members and workload",
|
||||
"documents": "Documents",
|
||||
"documentsDesc": "Document library",
|
||||
"dataLibrary": "Data Library",
|
||||
"dataLibraryDesc": "Data and resource repository",
|
||||
"reports": "Reports",
|
||||
"reportsDesc": "Generated reports",
|
||||
"wordAssistant": "Word Assistant",
|
||||
"wordAssistantDesc": "AI-powered document generation",
|
||||
"templates": "Templates",
|
||||
"templatesDesc": "Template management"
|
||||
},
|
||||
"cards": {
|
||||
"activeProjects": "Active projects",
|
||||
"completed": "Completed",
|
||||
"paused": "Paused",
|
||||
"pending": "Pending",
|
||||
"inPlanning": "In planning",
|
||||
"inDevelopment": "In development",
|
||||
"inReview": "In review",
|
||||
"delivered": "Delivered",
|
||||
"recordedHours": "Recorded hours",
|
||||
"deliveredHUs": "Delivered stories",
|
||||
"avgTime": "Average time",
|
||||
"satisfaction": "Satisfaction",
|
||||
"members": "Members",
|
||||
"assigned": "Assigned",
|
||||
"available": "Available",
|
||||
"productivity": "Productivity",
|
||||
"documents": "Documents",
|
||||
"shared": "Shared",
|
||||
"drafts": "Drafts",
|
||||
"templates": "Templates",
|
||||
"files": "Files",
|
||||
"databases": "Databases",
|
||||
"connectedApis": "Connected APIs",
|
||||
"storageUsed": "Storage used",
|
||||
"reportsThisMonth": "Reports this month",
|
||||
"scheduled": "Scheduled",
|
||||
"exported": "Exported",
|
||||
"docsCreated": "Documents created",
|
||||
"templatesUsed": "Templates used",
|
||||
"tokensConsumed": "Tokens consumed",
|
||||
"pendingDocs": "Pending docs",
|
||||
"activeTemplates": "Active templates",
|
||||
"usedThisMonth": "Used this month",
|
||||
"categories": "Categories",
|
||||
"upcoming": "Upcoming",
|
||||
"trendingUp": "Trending up",
|
||||
"trendingDown": "Trending down"
|
||||
},
|
||||
"workitems": {
|
||||
"unnamedEpic": "Epic {id}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user