diff --git a/src/translation/en.json b/src/translation/en.json index ec6c9635d..10cbd1434 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -17,7 +17,8 @@ "stateFilterHeader": "All States", "tagsFilterHeader": "Tags: {{ tags }}", "tagsFilterHeaderAll": "All Tags", - "domainsFilterHeader": "All Domains" + "domainsFilterHeader": "All Domains", + "groupsFilterHeader": "Select Group" }, "main": { "offline": "Cloudron is offline. Reconnecting…", diff --git a/src/translation/es.json b/src/translation/es.json index 554c32e1a..96c60f1b8 100644 --- a/src/translation/es.json +++ b/src/translation/es.json @@ -732,7 +732,9 @@ "memoryTitle": "Memoria (RAM + Swap) en Mb" }, "states": { - "running": "En funcionamiento" + "running": "En funcionamiento", + "notResponding": "No responden", + "stopped": "Paradas" }, "displayTabTitle": "Presentación", "backups": { @@ -745,6 +747,9 @@ "time": "Creado en", "packageVersion": "Versión del Paquete", "title": "Copias de Seguridad" + }, + "import": { + "title": "Importar desde una Copia de Seguridad Externa" } }, "security": { @@ -834,7 +839,8 @@ "it": "Italiano", "fr": "Francés", "de": "Alemán", - "en": "Inglés" + "en": "Inglés", + "es": "Español" }, "system": { "title": "Información del Sistema", @@ -921,9 +927,18 @@ "catchall": { "subscriptionRequired": "Esta funcionalidad solo está disponible en planes de pago. Suscríbete Ahora" } + }, + "outbound": { + "noopAdminDomainWarning": "Cloudron no puede enviar invitaciones de usuario, restablecimiento de contraseña y otras notificaciones cuando el correo electrónico está deshabilitado en el dominio principal" } }, "passwordResetEmail": { "expireNote": "Tenga en cuenta que el enlace para restablecer la contraseña caducará en 24 horas." + }, + "notifications": { + "clearAll": "Borrar todo", + "dismissTooltip": "Descartar", + "title": "Notificaciones", + "nonePending": "No hay notificaciones!" } } diff --git a/src/translation/nl.json b/src/translation/nl.json index d99745497..08a4e8d73 100644 --- a/src/translation/nl.json +++ b/src/translation/nl.json @@ -1418,7 +1418,8 @@ "nl": "Nederlands", "zh_Hans": "Chinees (vereenvoudigd)", "vi": "Vietnamees", - "pl": "Pools" + "pl": "Pools", + "es": "Spaans" }, "passwordResetEmail": { "subject": "[<%= cloudron %>] Wachtwoord herstellen", diff --git a/src/views/apps.html b/src/views/apps.html index fc6d2995a..c3d69ad61 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -107,7 +107,7 @@