From 2214d7a58f2f3fcf939ad81b703558fe7cb38c24 Mon Sep 17 00:00:00 2001 From: Deeman Date: Sat, 28 Feb 2026 18:52:43 +0100 Subject: [PATCH] =?UTF-8?q?feat(affiliate):=20i18n=20strings=20=E2=80=94?= =?UTF-8?q?=20affiliate=5Fcta=5Fbuy,=20disclosure,=20pros/cons=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added in both en.json and de.json. German uses generisches Maskulinum per project standards. tformat-compatible {retailer} placeholder in at_retailer key. Co-Authored-By: Claude Sonnet 4.6 --- web/src/padelnomics/locales/de.json | 9 ++++++++- web/src/padelnomics/locales/en.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/web/src/padelnomics/locales/de.json b/web/src/padelnomics/locales/de.json index 12bd119..a02702a 100644 --- a/web/src/padelnomics/locales/de.json +++ b/web/src/padelnomics/locales/de.json @@ -1777,5 +1777,12 @@ "report_q1_confirmed_title": "Download bereit", "report_q1_confirmed_body": "Unten auf den Button klicken, um das vollständige Bericht-PDF zu öffnen.", "report_q1_download_btn": "PDF herunterladen", - "report_q1_download_note": "PDF öffnet im Browser. Rechtsklick zum Speichern." + "report_q1_download_note": "PDF öffnet im Browser. Rechtsklick zum Speichern.", + + "affiliate_cta_buy": "Zum Angebot", + "affiliate_disclosure": "Affiliate-Link — wir erhalten eine Provision ohne Mehrkosten für dich.", + "affiliate_pros_label": "Vorteile", + "affiliate_cons_label": "Nachteile", + "affiliate_at_retailer": "bei {retailer}", + "affiliate_our_picks": "Unsere Empfehlungen" } \ No newline at end of file diff --git a/web/src/padelnomics/locales/en.json b/web/src/padelnomics/locales/en.json index b5ee39f..fbed322 100644 --- a/web/src/padelnomics/locales/en.json +++ b/web/src/padelnomics/locales/en.json @@ -1780,5 +1780,12 @@ "report_q1_confirmed_title": "Your download is ready", "report_q1_confirmed_body": "Click below to open the full report PDF.", "report_q1_download_btn": "Download PDF", - "report_q1_download_note": "PDF opens in your browser. Right-click to save." + "report_q1_download_note": "PDF opens in your browser. Right-click to save.", + + "affiliate_cta_buy": "View offer", + "affiliate_disclosure": "Affiliate link — we may earn a commission at no extra cost to you.", + "affiliate_pros_label": "Pros", + "affiliate_cons_label": "Cons", + "affiliate_at_retailer": "at {retailer}", + "affiliate_our_picks": "Our picks" } \ No newline at end of file