Add skill training advisor with recipe data and one-click goals.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+19
-1
@@ -121,7 +121,25 @@
|
||||
"addGoalFor": "Add goal for {name}",
|
||||
"trend": "Trend",
|
||||
"trendExpand": "Click to enlarge chart",
|
||||
"trendExpandFor": "Level history for {name}"
|
||||
"trendExpandFor": "Level history for {name}",
|
||||
"advisorTitle": "Training advisor",
|
||||
"advisorHint": "Click a skill in the table for XP training recommendations (recipe skills only).",
|
||||
"advisorLoading": "Loading recommendations…",
|
||||
"advisorUnsupported": "No recipe data for this skill yet.",
|
||||
"advisorUnavailable": "Could not load recommendations.",
|
||||
"advisorSummary": "{name} (level {level}) — {xp} XP to next level",
|
||||
"advisorNoRecipes": "No activities unlocked at your current level.",
|
||||
"advisorActivity": "Activity",
|
||||
"advisorXpMin": "XP / min",
|
||||
"advisorReqLevel": "Req. level",
|
||||
"advisorMaterials": "Materials",
|
||||
"advisorEtaCol": "Est. to level",
|
||||
"advisorEta": "~{minutes} min",
|
||||
"advisorMissing": "Missing: {items}",
|
||||
"advisorAdoptSkillGoal": "Level {level} as goal",
|
||||
"advisorAdoptGoalFor": "Goal: craft {count}× {name} (to next level)",
|
||||
"advisorGoalCreated": "Skill goal created: {name} → level {target}",
|
||||
"advisorItemGoalCreated": "Item goal created: craft {count}× {name}"
|
||||
},
|
||||
"inventory": {
|
||||
"search": "Search items…",
|
||||
|
||||
Reference in New Issue
Block a user