diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-03-23 02:24:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-03-23 02:24:15 +0000 |
commit | c60f0e06d0063ddd902404fd351e1f367c7e0dc7 (patch) | |
tree | bbb28d0f0c90cf091b6b891b6366855662df3a10 /core/l10n/es_MX.js | |
parent | a07e171df77af578b95ecea4933f52566cb099af (diff) | |
download | nextcloud-server-c60f0e06d0063ddd902404fd351e1f367c7e0dc7.tar.gz nextcloud-server-c60f0e06d0063ddd902404fd351e1f367c7e0dc7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/es_MX.js')
-rw-r--r-- | core/l10n/es_MX.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 2206e887cb3..b1b6b7deaff 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -79,8 +79,6 @@ OC.L10N.register( "Please reload the page." : "Por favor vuelve a cargar la página.", "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización no fue exitosa. Para más información <a href=\"{url}\">consulta nuestro comentario en el foro </a> que cubre este tema. ", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Por favor reporta este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.", - "Continue to Nextcloud" : "Continuar a Nextcloud", - "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."], "Log in" : "Ingresar", "Logging in …" : "Iniciando sesión ...", "Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!", @@ -249,6 +247,8 @@ OC.L10N.register( "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memecahced está configurado como un cache distribuido, pero un módulo equivocado de \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memcached\". Consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">el wiki de memcached en relación a ambos módulos</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)", "The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:", + "Continue to Nextcloud" : "Continuar a Nextcloud", + "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Te redireccionaremos a Nextcloud en %n segundos."], "Searching other places" : "Buscando en otras ubicaciones", "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda {tag}{filter}{endtag} en otras carpetas", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"], |