From 7810b94eb4bec1d815fb2f9e6ceea16893404685 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 1 Mar 2026 17:37:02 +0200 Subject: [PATCH 1/2] New translations en.json (Polish) --- frontend/src/lib/i18n/locales/pl-PL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/i18n/locales/pl-PL.json b/frontend/src/lib/i18n/locales/pl-PL.json index ade7d571..540a85aa 100644 --- a/frontend/src/lib/i18n/locales/pl-PL.json +++ b/frontend/src/lib/i18n/locales/pl-PL.json @@ -58,8 +58,8 @@ "invalidInput": "Nieprawidłowe dane wejściowe", "domainWarningTitle": "Nieprawidłowa domena", "domainWarningSubtitle": "Ta instancja jest skonfigurowana do uzyskania dostępu z {{appUrl}}, ale {{currentUrl}} jest w użyciu. Jeśli będziesz kontynuować, mogą wystąpić problemy z uwierzytelnianiem.", - "domainWarningCurrent": "Current:", - "domainWarningExpected": "Expected:", + "domainWarningCurrent": "Bieżąca:", + "domainWarningExpected": "Oczekiwana:", "ignoreTitle": "Zignoruj", "goToCorrectDomainTitle": "Przejdź do prawidłowej domeny", "authorizeTitle": "Autoryzuj", From e24adb7fd897543f4a484aa2d7594149881653b4 Mon Sep 17 00:00:00 2001 From: Stavros Date: Sun, 1 Mar 2026 20:34:24 +0200 Subject: [PATCH 2/2] New translations en.json (Dutch) --- frontend/src/lib/i18n/locales/nl-NL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/i18n/locales/nl-NL.json b/frontend/src/lib/i18n/locales/nl-NL.json index d40b75b8..fec0d545 100644 --- a/frontend/src/lib/i18n/locales/nl-NL.json +++ b/frontend/src/lib/i18n/locales/nl-NL.json @@ -58,8 +58,8 @@ "invalidInput": "Ongeldige invoer", "domainWarningTitle": "Ongeldig domein", "domainWarningSubtitle": "Deze instantie is geconfigureerd voor toegang tot {{appUrl}}, maar {{currentUrl}} wordt gebruikt. Als je doorgaat, kun je problemen ondervinden met authenticatie.", - "domainWarningCurrent": "Current:", - "domainWarningExpected": "Expected:", + "domainWarningCurrent": "Huidige:", + "domainWarningExpected": "Verwachte:", "ignoreTitle": "Negeren", "goToCorrectDomainTitle": "Ga naar het juiste domein", "authorizeTitle": "Autoriseren",