From c0e48173a72acced246c9b7107246195e82b08d2 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Thu, 23 Apr 2026 19:07:55 -0700 Subject: [PATCH] New translations en-us.json (Spanish) --- messages/es-ES.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/messages/es-ES.json b/messages/es-ES.json index fd11402c3..18a152b6c 100644 --- a/messages/es-ES.json +++ b/messages/es-ES.json @@ -1947,6 +1947,8 @@ "httpMethod": "Método HTTP", "selectHttpMethod": "Seleccionar método HTTP", "domainPickerSubdomainLabel": "Subdominio", + "domainPickerWildcard": "Wildcard", + "domainPickerWildcardPaidOnly": "Wildcard subdomains are a paid feature. Please upgrade to access this feature.", "domainPickerBaseDomainLabel": "Dominio base", "domainPickerSearchDomains": "Buscar dominios...", "domainPickerNoDomainsFound": "No se encontraron dominios", @@ -3173,5 +3175,8 @@ "webhookUrlLabel": "URL", "webhookHeaderKeyPlaceholder": "Key", "webhookHeaderValuePlaceholder": "Value", - "alertLabel": "Alert" + "alertLabel": "Alert", + "domainPickerWildcardSubdomainNotAllowed": "Wildcard subdomains are not allowed.", + "domainPickerWildcardCertWarning": "Wildcard certificates must be configured separately in Traefik.", + "domainPickerWildcardCertWarningLink": "Learn more" }