diff --git a/changelog.d/fixes/6769-i18n-translate-pt-dashboard.md b/changelog.d/fixes/6769-i18n-translate-pt-dashboard.md
new file mode 100644
index 0000000000..590224dc79
--- /dev/null
+++ b/changelog.d/fixes/6769-i18n-translate-pt-dashboard.md
@@ -0,0 +1 @@
+- **fix(i18n): translate hardcoded Portuguese dashboard strings to English (#6761, #6768)** (#6769 — thanks @chirag127).
diff --git a/src/app/(dashboard)/dashboard/compression/studio/CompareView.tsx b/src/app/(dashboard)/dashboard/compression/studio/CompareView.tsx
index df4bf66169..985e1800ef 100644
--- a/src/app/(dashboard)/dashboard/compression/studio/CompareView.tsx
+++ b/src/app/(dashboard)/dashboard/compression/studio/CompareView.tsx
@@ -115,7 +115,7 @@ export function CompareView({ text }: CompareViewProps) {
- | Engine | Savings | Retenção | Out tok | Fidelidade |
+ | Engine | Savings | Retention | Out tok | Fidelity |
{rows.map((r) => {
diff --git a/src/app/(dashboard)/dashboard/compression/studio/PlaygroundInput.tsx b/src/app/(dashboard)/dashboard/compression/studio/PlaygroundInput.tsx
index 9c3977a7b1..0cadf7a356 100644
--- a/src/app/(dashboard)/dashboard/compression/studio/PlaygroundInput.tsx
+++ b/src/app/(dashboard)/dashboard/compression/studio/PlaygroundInput.tsx
@@ -20,7 +20,7 @@ export function PlaygroundInput({ text, onText, active, onToggleActive, onRun, l