diff --git a/index.html b/index.html index 16bfb5567..a68be3393 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@
{userTeam?.name}
-+
{t("endOfSeason.regularPhaseSummary")}
+
{t(titleKey)}
@@ -70,13 +70,13 @@ export default function NegotiationFeedbackPanel({
+
{t(patienceKey)}
+
{t(tensionKey)}
{countdown}d
-+
{t("home.daysUntilMatch")}
- {t("champions.patchLabel")} +
+ {t("champions.patchLabel", "Patch")}
- {t("champions.staffMetaImpact")}: {formatStaffEffectPercent(staffEffects.metaDiscovery)} · {t("champions.staffMasteryImpact")}: {formatStaffEffectPercent(staffEffects.development)} +
+ {t("champions.staffMetaImpact", "Scout read")}: {formatStaffEffectPercent(staffEffects.metaDiscovery)} · {t("champions.staffMasteryImpact", "mastery learning")}: {formatStaffEffectPercent(staffEffects.development)}
+
{soloQ.tier}
-+
{soloQ.lp} LP = 0 ? "text-emerald-300" : "text-rose-300"}`}> {soloQ.delta >= 0 ? `+${soloQ.delta}` : soloQ.delta}
-x{soloQMult.toFixed(1)} mastery
+x{soloQMult.toFixed(1)} mastery
+
P{slotIndex + 1}
{slotTitle}
+
{t("champions.gain")} {gainHint.label}
{slotDesc}
+{slotDesc}
{blocker.text}
-+
{t("notifications.goTo")} {blocker.tab} →
diff --git a/src/components/dashboard/DashboardSidebar.tsx b/src/components/dashboard/DashboardSidebar.tsx index 83a3ae37c..515c31fce 100644 --- a/src/components/dashboard/DashboardSidebar.tsx +++ b/src/components/dashboard/DashboardSidebar.tsx @@ -83,7 +83,7 @@ function NavItem({ @@ -279,7 +279,7 @@ export default function DashboardSidebar({ {!isUnemployed && ( <> {collapsed ? null : ( -+
{t("dashboard.sectionClub")}
)} @@ -297,7 +297,7 @@ export default function DashboardSidebar({ )} {collapsed ? null : ( -+
{t("dashboard.sectionWorld")}
)} diff --git a/src/components/finances/FinancesTab.tsx b/src/components/finances/FinancesTab.tsx index 27e7c891e..7bb43e5a8 100644 --- a/src/components/finances/FinancesTab.tsx +++ b/src/components/finances/FinancesTab.tsx @@ -332,7 +332,7 @@ export default function FinancesTab({ ]; return ( -+
{role}
@@ -183,16 +183,16 @@ export default function HomeRosterLineupCard({{player?.match_name ?? "—"}
-+
{t("common.ovr")} {ovr ?? "—"}
{topChampion ? ( -{topChampion}
+{topChampion}
) : null}{t("common.condition")}
diff --git a/src/components/home/HomeSeasonStatusCard.tsx b/src/components/home/HomeSeasonStatusCard.tsx index 68922bd9f..86a9a1826 100644 --- a/src/components/home/HomeSeasonStatusCard.tsx +++ b/src/components/home/HomeSeasonStatusCard.tsx @@ -54,7 +54,7 @@ export default function HomeSeasonStatusCard({
+
{t("season.opener")}
@@ -71,7 +71,7 @@ export default function HomeSeasonStatusCard({ )}
+
{t("transfers.centre")}
diff --git a/src/components/home/HomeTab.tsx b/src/components/home/HomeTab.tsx index 62ee60249..213002585 100644 --- a/src/components/home/HomeTab.tsx +++ b/src/components/home/HomeTab.tsx @@ -236,7 +236,7 @@ export default function HomeTab({ onNavigate={onNavigate} /> -
+
{day.label}
{day.date.getDate()}
{isMatchDay ? t("home.matchShort") @@ -118,8 +118,8 @@ export default function HomeThisWeekCard({ gameState }: HomeThisWeekCardProps) { : t("home.restShort")}
{isMatchDay ? ( -- {day.fixture?.match_type === "League" +
+ {day.fixture?.competition === "League" ? t("home.leagueShort") : t("home.otherShort")}
diff --git a/src/components/home/HomeTodayPlanCard.tsx b/src/components/home/HomeTodayPlanCard.tsx index 4b0fb6a2c..3eac4a9e6 100644 --- a/src/components/home/HomeTodayPlanCard.tsx +++ b/src/components/home/HomeTodayPlanCard.tsx @@ -432,7 +432,7 @@ export default function HomeTodayPlanCard({ : option.label} {suggestedDecision === option.id ? ( - + {t("home.recommendedNow")} ) : null} @@ -443,7 +443,7 @@ export default function HomeTodayPlanCard({ {decisionImpactTags[option.id].map((tag) => ( {tag} diff --git a/src/components/inbox/InboxTab.tsx b/src/components/inbox/InboxTab.tsx index e78d3af2c..f6f103496 100644 --- a/src/components/inbox/InboxTab.tsx +++ b/src/components/inbox/InboxTab.tsx @@ -301,7 +301,7 @@ export default function InboxTab({ } return ( -{mgr.satisfaction}%
-{t('manager.board')}
+{t('manager.board')}
{mgr.fan_approval ?? 50}%
-{t('manager.fans')}
+{t('manager.fans')}
| {t('manager.club')} | -{t('manager.period')} | -{t('common.played')} | -{t('common.won')} | -{t('common.lost')} | -||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {entry.team_name} | -{entry.start_date.substring(0, 4)} — {entry.end_date?.substring(0, 4) || t('common.present')} | -{entry.matches} | -{entry.wins} | -{entry.losses} | +
| {t('manager.club')} | +{t('manager.period')} | +{t('common.played')} | +{t('common.won')} | +{t('common.drawn')} | +{t('common.lost')} |
|---|
+
{blueHeader}
+
{t("match.draft.seriesBans", { defaultValue: "SERIES BANS" })}
+
{t("match.draft.championSelection")}
+
{redHeader}
{blueTriCode}
VS
+VS
) : ( )} @@ -2754,7 +2754,7 @@ export default function ChampionDraft({ /> ) : null}{redTriCode}
@@ -2768,7 +2768,7 @@ export default function ChampionDraft({ className="w-10 h-10 object-contain opacity-100 mt-1" /> ) : null} -+
{t("match.draft.patchLabel", { patch: patchLabel })}