diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-25 00:21:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-25 00:21:16 +0000 |
commit | cc7dcf62b39c8282d18ba70f1b6d6b97bcbeda36 (patch) | |
tree | dfc3c33c21ff3d26800ae5e4497cceacf95b2748 /apps/updatenotification/l10n/es_AR.js | |
parent | 7406869dbe8ca505f337c99d0b7e9794b6dcad0a (diff) | |
download | nextcloud-server-cc7dcf62b39c8282d18ba70f1b6d6b97bcbeda36.tar.gz nextcloud-server-cc7dcf62b39c8282d18ba70f1b6d6b97bcbeda36.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/updatenotification/l10n/es_AR.js')
-rw-r--r-- | apps/updatenotification/l10n/es_AR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/es_AR.js b/apps/updatenotification/l10n/es_AR.js index 48d5fc14c2b..f40f0cf29a6 100644 --- a/apps/updatenotification/l10n/es_AR.js +++ b/apps/updatenotification/l10n/es_AR.js @@ -1,7 +1,6 @@ OC.L10N.register( "updatenotification", { - "{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", "Channel updated" : "Canal actualizado", "Web updater is disabled" : "El actualizador web está desactivado", "Update notifications" : "Actualizar notificaciones", @@ -38,6 +37,7 @@ OC.L10N.register( "Beta" : "Beta", "A pre-release version only for testing new features, not for production environments." : "Es la versión preliminar para poder probar nuevas características, no para entornos de producción.", "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["La app <strong>%n</strong> no tiene una versión disponible compatible con esta versión de Nextcloud.","Las apps 1%n1 no tienen una versión disponible compatible con esta versión de Nextcloud.","Las apps <strong>%n</strong> no tienen una versión compatible con esta versión de Nextcloud."], + "{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", "Update to %1$s is available." : "La actualización a %1$s está disponible. ", "Displays update notifications for Nextcloud and provides the SSO for the updater." : "Muestra notificaciones de actualizaciones para Nexcloud y provee el SSO para el actualizador.", "Please note that the web updater is not recommended with more than 100 users! Please use the command line updater instead!" : "Tenga en cuenta que el actualizador web no se recomienda cuando la instancia tiene más de 100 usuarios. Por favor, utilice el actualizador de línea de comandos en su lugar.", |