From 353e085b0e859c334cf4fd55054f9d84ab3b97fb Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:28 -0700 Subject: [PATCH 01/14] New translations en-us.json (French) --- messages/fr-FR.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/fr-FR.json b/messages/fr-FR.json index f58db945..3fd3e2df 100644 --- a/messages/fr-FR.json +++ b/messages/fr-FR.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Modifier le fichier : config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Modifier le fichier : docker-compose.yml", "emailVerificationRequired": "La vérification de l'e-mail est requise. Veuillez vous reconnecter via {dashboardUrl}/auth/login terminé cette étape. Puis revenez ici.", - "twoFactorSetupRequired": "La configuration d'authentification à deux facteurs est requise. Veuillez vous reconnecter via {dashboardUrl}/auth/login terminé cette étape. Puis revenez ici." -} \ No newline at end of file + "twoFactorSetupRequired": "La configuration d'authentification à deux facteurs est requise. Veuillez vous reconnecter via {dashboardUrl}/auth/login terminé cette étape. Puis revenez ici.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From ddfda319246551f8c14ab9e746a20cb7d6baee94 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:29 -0700 Subject: [PATCH 02/14] New translations en-us.json (Bulgarian) --- messages/bg-BG.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/bg-BG.json b/messages/bg-BG.json index 27f7a1a3..1a579ed0 100644 --- a/messages/bg-BG.json +++ b/messages/bg-BG.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Редактиране на файл: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Редактиране на файл: docker-compose.yml", "emailVerificationRequired": "Потвърждението на Email е необходимо. Моля, влезте отново чрез {dashboardUrl}/auth/login, за да завършите тази стъпка. След това, върнете се тук.", - "twoFactorSetupRequired": "Необходима е настройка на двуфакторно удостоверяване. Моля, влезте отново чрез {dashboardUrl}/auth/login, за да завършите тази стъпка. След това, върнете се тук." -} \ No newline at end of file + "twoFactorSetupRequired": "Необходима е настройка на двуфакторно удостоверяване. Моля, влезте отново чрез {dashboardUrl}/auth/login, за да завършите тази стъпка. След това, върнете се тук.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 7fb35cfebb4f676bb072bbcd59a815f22847301b Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:30 -0700 Subject: [PATCH 03/14] New translations en-us.json (Czech) --- messages/cs-CZ.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/cs-CZ.json b/messages/cs-CZ.json index 645c98be..70bce4dd 100644 --- a/messages/cs-CZ.json +++ b/messages/cs-CZ.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Upravit soubor: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Upravit soubor: docker-compose.yml", "emailVerificationRequired": "Je vyžadováno ověření e-mailu. Přihlaste se znovu pomocí {dashboardUrl}/auth/login dokončete tento krok. Poté se vraťte zde.", - "twoFactorSetupRequired": "Je vyžadováno nastavení dvoufaktorového ověřování. Přihlaste se znovu pomocí {dashboardUrl}/autentizace/přihlášení dokončí tento krok. Poté se vraťte zde." -} \ No newline at end of file + "twoFactorSetupRequired": "Je vyžadováno nastavení dvoufaktorového ověřování. Přihlaste se znovu pomocí {dashboardUrl}/autentizace/přihlášení dokončí tento krok. Poté se vraťte zde.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From cff3f739dbb12c97d3ea3110fb16aedf51e6b91e Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:32 -0700 Subject: [PATCH 04/14] New translations en-us.json (German) --- messages/de-DE.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/de-DE.json b/messages/de-DE.json index e8e75ac0..7eb1e1d3 100644 --- a/messages/de-DE.json +++ b/messages/de-DE.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Datei bearbeiten: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Datei bearbeiten: docker-compose.yml", "emailVerificationRequired": "E-Mail-Verifizierung ist erforderlich. Bitte melden Sie sich erneut über {dashboardUrl}/auth/login an. Kommen Sie dann wieder hierher.", - "twoFactorSetupRequired": "Die Zwei-Faktor-Authentifizierung ist erforderlich. Bitte melden Sie sich erneut über {dashboardUrl}/auth/login an. Dann kommen Sie hierher zurück." -} \ No newline at end of file + "twoFactorSetupRequired": "Die Zwei-Faktor-Authentifizierung ist erforderlich. Bitte melden Sie sich erneut über {dashboardUrl}/auth/login an. Dann kommen Sie hierher zurück.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 4dd672a5902db894d4eeb4b5de48bb52d12aeb5f Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:33 -0700 Subject: [PATCH 05/14] New translations en-us.json (Italian) --- messages/it-IT.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/it-IT.json b/messages/it-IT.json index 04ee775c..683e3fad 100644 --- a/messages/it-IT.json +++ b/messages/it-IT.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Modifica file: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Modifica file: docker-compose.yml", "emailVerificationRequired": "Verifica via email. Effettua nuovamente il login via {dashboardUrl}/auth/login completa questo passaggio. Quindi, torna qui.", - "twoFactorSetupRequired": "È richiesta la configurazione di autenticazione a due fattori. Effettua nuovamente l'accesso tramite {dashboardUrl}/auth/login completa questo passaggio. Quindi, torna qui." -} \ No newline at end of file + "twoFactorSetupRequired": "È richiesta la configurazione di autenticazione a due fattori. Effettua nuovamente l'accesso tramite {dashboardUrl}/auth/login completa questo passaggio. Quindi, torna qui.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 7395a64b26c0d3bc3fd75743645813c18fc4ad5b Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:34 -0700 Subject: [PATCH 06/14] New translations en-us.json (Korean) --- messages/ko-KR.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/ko-KR.json b/messages/ko-KR.json index 27457240..30865f1e 100644 --- a/messages/ko-KR.json +++ b/messages/ko-KR.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "파일 편집: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "파일 편집: docker-compose.yml", "emailVerificationRequired": "이메일 인증이 필요합니다. 이 단계를 완료하려면 {dashboardUrl}/auth/login 통해 다시 로그인하십시오. 그런 다음 여기로 돌아오세요.", - "twoFactorSetupRequired": "이중 인증 설정이 필요합니다. 이 단계를 완료하려면 {dashboardUrl}/auth/login 통해 다시 로그인하십시오. 그런 다음 여기로 돌아오세요." -} \ No newline at end of file + "twoFactorSetupRequired": "이중 인증 설정이 필요합니다. 이 단계를 완료하려면 {dashboardUrl}/auth/login 통해 다시 로그인하십시오. 그런 다음 여기로 돌아오세요.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From ca8f52d3045ddd289e9bb131df5a94733d836d76 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:35 -0700 Subject: [PATCH 07/14] New translations en-us.json (Dutch) --- messages/nl-NL.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/nl-NL.json b/messages/nl-NL.json index e1e95e49..ada6f687 100644 --- a/messages/nl-NL.json +++ b/messages/nl-NL.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Bestand bewerken: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Bestand bewerken: docker-compose.yml", "emailVerificationRequired": "E-mail verificatie is vereist. Log opnieuw in via {dashboardUrl}/auth/login voltooide deze stap. Kom daarna hier terug.", - "twoFactorSetupRequired": "Tweestapsverificatie instellen is vereist. Log opnieuw in via {dashboardUrl}/auth/login voltooide deze stap. Kom daarna hier terug." -} \ No newline at end of file + "twoFactorSetupRequired": "Tweestapsverificatie instellen is vereist. Log opnieuw in via {dashboardUrl}/auth/login voltooide deze stap. Kom daarna hier terug.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From e2ad197d7eefb458af941c84e82f81fc61863b61 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:37 -0700 Subject: [PATCH 08/14] New translations en-us.json (Polish) --- messages/pl-PL.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/pl-PL.json b/messages/pl-PL.json index 8500739e..cd341974 100644 --- a/messages/pl-PL.json +++ b/messages/pl-PL.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Edytuj plik: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Edytuj plik: docker-compose.yml", "emailVerificationRequired": "Weryfikacja adresu e-mail jest wymagana. Zaloguj się ponownie przez {dashboardUrl}/auth/login zakończył ten krok. Następnie wróć tutaj.", - "twoFactorSetupRequired": "Konfiguracja uwierzytelniania dwuskładnikowego jest wymagana. Zaloguj się ponownie przez {dashboardUrl}/auth/login dokończ ten krok. Następnie wróć tutaj." -} \ No newline at end of file + "twoFactorSetupRequired": "Konfiguracja uwierzytelniania dwuskładnikowego jest wymagana. Zaloguj się ponownie przez {dashboardUrl}/auth/login dokończ ten krok. Następnie wróć tutaj.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 7bbbc88c34fdabc088e1bb2cea85307d95551ebd Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:38 -0700 Subject: [PATCH 09/14] New translations en-us.json (Portuguese) --- messages/pt-PT.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/pt-PT.json b/messages/pt-PT.json index 0c39b7bc..a6667a9c 100644 --- a/messages/pt-PT.json +++ b/messages/pt-PT.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Editar arquivo: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Editar arquivo: docker-compose.yml", "emailVerificationRequired": "Verificação de e-mail é necessária. Por favor, faça login novamente via {dashboardUrl}/auth/login conclui esta etapa. Em seguida, volte aqui.", - "twoFactorSetupRequired": "Configuração de autenticação de dois fatores é necessária. Por favor, entre novamente via {dashboardUrl}/auth/login conclua este passo. Em seguida, volte aqui." -} \ No newline at end of file + "twoFactorSetupRequired": "Configuração de autenticação de dois fatores é necessária. Por favor, entre novamente via {dashboardUrl}/auth/login conclua este passo. Em seguida, volte aqui.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 0d8ae0d61589c896ceabb47ade91bcd1e09e6bcb Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:39 -0700 Subject: [PATCH 10/14] New translations en-us.json (Russian) --- messages/ru-RU.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/ru-RU.json b/messages/ru-RU.json index 07395fcb..2ec7764a 100644 --- a/messages/ru-RU.json +++ b/messages/ru-RU.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Редактировать файл: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Редактировать файл: docker-compose.yml", "emailVerificationRequired": "Требуется подтверждение адреса электронной почты. Пожалуйста, войдите снова через {dashboardUrl}/auth/login завершить этот шаг. Затем вернитесь сюда.", - "twoFactorSetupRequired": "Требуется настройка двухфакторной аутентификации. Пожалуйста, войдите снова через {dashboardUrl}/auth/login завершить этот шаг. Затем вернитесь сюда." -} \ No newline at end of file + "twoFactorSetupRequired": "Требуется настройка двухфакторной аутентификации. Пожалуйста, войдите снова через {dashboardUrl}/auth/login завершить этот шаг. Затем вернитесь сюда.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From bbfa6e9c823548cfbab0624f3b8461dd5dab571d Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:40 -0700 Subject: [PATCH 11/14] New translations en-us.json (Turkish) --- messages/tr-TR.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/tr-TR.json b/messages/tr-TR.json index 33ee83c3..f0a66950 100644 --- a/messages/tr-TR.json +++ b/messages/tr-TR.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Dosyayı düzenle: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Dosyayı düzenle: docker-compose.yml", "emailVerificationRequired": "E-posta doğrulaması gereklidir. Bu adımı tamamlamak için lütfen tekrar {dashboardUrl}/auth/login üzerinden oturum açın. Sonra buraya geri dönün.", - "twoFactorSetupRequired": "İki faktörlü kimlik doğrulama ayarı gereklidir. Bu adımı tamamlamak için lütfen tekrar {dashboardUrl}/auth/login üzerinden oturum açın. Sonra buraya geri dönün." -} \ No newline at end of file + "twoFactorSetupRequired": "İki faktörlü kimlik doğrulama ayarı gereklidir. Bu adımı tamamlamak için lütfen tekrar {dashboardUrl}/auth/login üzerinden oturum açın. Sonra buraya geri dönün.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 42a7fb949a18ecb2f527b5fa05eb1cfda2b97630 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:42 -0700 Subject: [PATCH 12/14] New translations en-us.json (Chinese Simplified) --- messages/zh-CN.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index abaa2c53..1e6ddce8 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "编辑文件:config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "编辑文件:docker-compose.yml", "emailVerificationRequired": "需要电子邮件验证。 请通过 {dashboardUrl}/auth/login 再次登录以完成此步骤。 然后,回到这里。", - "twoFactorSetupRequired": "需要设置双因素身份验证。 请通过 {dashboardUrl}/auth/login 再次登录以完成此步骤。 然后,回到这里。" -} \ No newline at end of file + "twoFactorSetupRequired": "需要设置双因素身份验证。 请通过 {dashboardUrl}/auth/login 再次登录以完成此步骤。 然后,回到这里。", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 0f4ef40600e6d6bd13935302a841c7c1904fe0f8 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:43 -0700 Subject: [PATCH 13/14] New translations en-us.json (Norwegian Bokmal) --- messages/nb-NO.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/nb-NO.json b/messages/nb-NO.json index a03dc629..fc0cfb0b 100644 --- a/messages/nb-NO.json +++ b/messages/nb-NO.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Rediger fil: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Rediger fil: docker-compose.yml", "emailVerificationRequired": "E-postbekreftelse er nødvendig. Logg inn på nytt via {dashboardUrl}/auth/login og fullfør dette trinnet. Kom deretter tilbake her.", - "twoFactorSetupRequired": "To-faktor autentiseringsoppsett er nødvendig. Vennligst logg inn igjen via {dashboardUrl}/auth/login og fullfør dette steget. Kom deretter tilbake her." -} \ No newline at end of file + "twoFactorSetupRequired": "To-faktor autentiseringsoppsett er nødvendig. Vennligst logg inn igjen via {dashboardUrl}/auth/login og fullfør dette steget. Kom deretter tilbake her.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +} From 6a18369891ac4d3ac476ecfe2986d8eaea917449 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:44 -0700 Subject: [PATCH 14/14] New translations en-us.json (Spanish) --- messages/es-ES.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/messages/es-ES.json b/messages/es-ES.json index 55d046df..0070a03e 100644 --- a/messages/es-ES.json +++ b/messages/es-ES.json @@ -1504,6 +1504,7 @@ "idpGoogleDescription": "Proveedor OAuth2/OIDC de Google", "idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider", "customHeaders": "Cabeceras personalizadas", + "customHeadersDescription": "Add custom headers to be sent when proxying requests. One per line in the format Header-Name: value", "headersValidationError": "Los encabezados deben estar en el formato: Nombre de cabecera: valor.", "domainPickerProvidedDomain": "Dominio proporcionado", "domainPickerFreeProvidedDomain": "Dominio proporcionado gratis", @@ -1521,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "Editar archivo: config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "Editar archivo: docker-compose.yml", "emailVerificationRequired": "Se requiere verificación de correo electrónico. Por favor, inicie sesión de nuevo a través de {dashboardUrl}/auth/login complete este paso. Luego, vuelva aquí.", - "twoFactorSetupRequired": "La configuración de autenticación de doble factor es requerida. Por favor, inicia sesión de nuevo a través de {dashboardUrl}/auth/login completa este paso. Luego, vuelve aquí." + "twoFactorSetupRequired": "La configuración de autenticación de doble factor es requerida. Por favor, inicia sesión de nuevo a través de {dashboardUrl}/auth/login completa este paso. Luego, vuelve aquí.", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." }