Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Nov 27, 2023
1 parent dcbb779 commit 77b13e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions l10n/es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@
"After you have configured your web server to enable shortened URLs, you should select the corresponding option above to let your users know about this feature. Do not enable this option if you have not configured the virtual \"sites/\" folder yet using one of the configuration examples shown below." : "Una vez que haya configurado su servidor web para permitir URL abreviadas, debe seleccionar la opción correspondiente encima que permite a los usuarios conocer esta carácter´ìstica. No habilite esta opción si no ha configurado todavía la carpeta virtual de \"sitios/\", usando alguno de los ejemplos mostrados debajo.",
"Using Apache's mod_proxy" : "Usando el mod_proxy de Apache",
"Your users' website URLs will look like the following:" : "Las direcciones URL de sus usuarios serán del tipo:",
"Copy the config snippet above to Nextcloud's <VirtualHost …> section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el trozo de código de encima para la sección <VirtualHost …>de Nextcloud en su apache.conf. Antes de esto, debe habilitar los módulos mod_proxy y mod_proxy_http de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.",
"Copy the config snippet above to Nextcloud's <VirtualHost …> section of your apache.conf. Before doing so you must enable both Apache's mod_proxy and mod_proxy_http modules. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el retazo de código de encima para la sección <VirtualHost …>de Nextcloud en su apache.conf. Antes de esto, debe habilitar los módulos mod_proxy y mod_proxy_http de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.",
"Using Apache's mod_rewrite" : "Usando el mod_rewrite de Apache",
"Before copying the config snippet above to Nextcloud's <VirtualHost …> section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el trozo de código de encima para la sección <VirtualHost …> de Nextcloud en su apache.conf, asegúrese de habilitar el módulo mod_rewrite de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el mod_proxy mostrado encima.",
"Before copying the config snippet above to Nextcloud's <VirtualHost …> section of your apache.conf, make sure to enable Apache's mod_rewrite module. Otherwise your web server will refuse to (re)start or yield a 500 Internal Server Error. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing mod_proxy shown above." : "Antes de copiar el retazo de código de encima para la sección <VirtualHost …> de Nextcloud en su apache.conf, asegúrese de habilitar el módulo mod_rewrite de Apache. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el mod_proxy mostrado encima.",
"Using nginx's proxy_pass" : "Usando el proxy_pass de nginx.",
"Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el trozo de código de encima para la sección { … } de su nginx. Antes de hacer esto, debe habilitar el módulo ngx_http_proxy_module de nginx. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.",
"Copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Before doing doing so you must enable nginx's ngx_http_proxy_module module. Otherwise your web server will either refuse to (re)start or yield a 500 Internal Server Error." : "Copie el retazo de código de encima para la sección { … } de su nginx. Antes de hacer esto, debe habilitar el módulo ngx_http_proxy_module de nginx. En caso contrario, su servidor web no será capaz de (re)iniciarse o indicará un mensaje: 500 Internal Server Error.",
"Using nginx's rewrite" : "Usando rewrite de nginx.",
"Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copie el trozo de código de encima para la sección { … } en su nginx.conf del servidor web Nextcloud. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el proxy_pass directive de nginx mostrada encima.",
"Simply copy the config snippet above to Nextcloud's server { … } section of your nginx.conf. Please note that this config won't actually let you use shortened URLs, it just redirects users from shortened URLs to the site's full URL. Thus you should prefer the solution utilizing nginx's proxy_pass directive shown above." : "Copie el retazo de código de encima para la sección { … } en su nginx.conf del servidor web Nextcloud. Por favor, tome nota que esta configuración no le permite el empleo de URL acortadas, sino que simplemente redirige a los usuarios de las URL acortadas a las completas. Por ello será preferible la solución usando el proxy_pass directive de nginx mostrada encima.",
"Version information" : "Informacińo de la versión",
"Pico CMS for Nextcloud was made by <a href=\"https://github.com/daita\">Maxence Lange</a> and <a href=\"https://daniel-rudolf.de/\">Daniel Rudolf</a>.<br>It is free and open source software released under the <a href=\"https://github.com/nextcloud/cms_pico/blob/master/LICENSE\">GNU Affero General Public License</a>." : "Pico CMS para Nextcloud hecha por <a href=\"https://github.com/daita\">Maxence Lange</a> y <a href=\"https://daniel-rudolf.de/\">Daniel Rudolf</a>.<br>Es software libre de código abierto publicado bajo la <a href=\"https://github.com/nextcloud/cms_pico/blob/master/LICENSE\">Licencia Pública General GNU Affero</a>.",
"Pico was made by <a href=\"https://gilbitron.me/\">Gilbert Pellegrom</a> and <a href=\"https://daniel-rudolf.de/\">Daniel Rudolf</a> and is maintained by <a href=\"https://github.com/picocms/Pico/graphs/contributors\">The Pico Community</a>.<br>It is free and open source software released under the <a href=\"https://github.com/picocms/Pico/blob/master/LICENSE.md\">MIT license</a>." : "Pico fue hecho por <a href=\"https://gilbitron.me/\">Gilbert Pellegrom</a> y <a href=\"https://daniel-rudolf.de/\">Daniel Rudolf</a> y es mantenido por la <a href=\"https://github.com/picocms/Pico/graphs/contributors\">comunidad Pico</a>.<br>Es software libre de código abierto publicado bajo la <a href=\"https://github.com/picocms/Pico/blob/master/LICENSE.md\">licencia MIT</a>.",
Expand Down

0 comments on commit 77b13e4

Please sign in to comment.