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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 10, 2024
1 parent be6812e commit f72ac2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions l10n/es.js

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

7 changes: 4 additions & 3 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
"Reloading icon list…" : "Volviendo a cargar la lista de iconos...",
"Icon could not be uploaded" : "No se ha podido subir el icono",
"Add a website directly to the app list in the top bar. This will be visible for all users and is useful to quickly reach other internally used web apps or important sites." : "Añade un sitio web directamente a la lista de apps en la barra superior. Será visible por todos los usuarios y es útil para alcanzar rápidamente otras apps web o sitios importantes que se usen internamente.",
"The placeholders {email}, {uid}, {displayname} and {groups} can be used and are filled with the user´s values to customize the links." : "Los parámetros {email}, {uid}, {displayname} y {groups} pueden ser usados y se reemplazarán con los valores de cada usuario para personalizar los enlaces.",
"A JSON Web Token containing user´s email, uid and display name in its payload can be embedded into the link using the {jwt} placeholder. See the {linkstart}documentation{linkend} how to decode it." : "Un token web JSON que contenga el correo electrónico del usuario, uid y nombre a mostrar en su payload puede ser embebido en el link utilizando el marcador de posición {jwt}. Véase la {linkstart}documentación{linkend} de manera de entender el proceso de decodificación.",
"The placeholders {email}, {uid}, {displayname} and {groups} can be used and are filled with the user´s values to customize the links." : "Los marcadores de posición {email}, {uid}, {displayname} y {groups} se pueden utilizar y se llenan con los valores del usuario para personalizar los enlaces.",
"When accessing the external site through the Nextcloud link, path parameters will be forwarded to the external site. So you can also create deep links (e.g. \"mycloud.com/external/1/pageA\" will lead to Nextcloud with the iframe pointed at \"externalsite.com/pageA\")." : "Cuando se accede al sitio externo a través del enlace de Nextcloud, los parámetros de ruta se enviarán al sitio externo. Por lo tanto, también puedes crear enlaces profundos (p. ej., \"mycloud.com/external/1/pageA\" llevará a Nextcloud con el iframe apuntando a \"externalsite.com/pageA\").",
"A JSON Web Token containing user´s email, uid and display name in its payload can be embedded into the link using the {jwt} placeholder. See the {linkstart}documentation{linkend} how to decode it." : "Un JSON Web Token que contiene el correo electrónico del usuario, el uid y el nombre de visualización en su carga útil se puede incrustar en el enlace utilizando el marcador de posición {jwt}. Consulta la {linkstart}documentación{linkend} sobre cómo decodificarlo.",
"Please note that some browsers will block displaying of sites via HTTP if you are running HTTPS." : "Tenga en cuenta que algunos navegadores no mostrarán sitios vía HTTP si está usando HTTPS.",
"Furthermore please note that many sites these days disallow iframing due to security reasons." : "Además tenga en cuenta que, por motivos de seguridad, hoy en día muchos sitios no permiten el uso de iframes.",
"We highly recommend to test the configured sites above properly." : "Recomendamos encarecidamente probar con cuidado los sitios configurados arriba.",
Expand All @@ -52,6 +53,6 @@
"Uploading an icon with the same name will replace the current icon." : "Subir un icono con el mismo nombre sobreescribirá el icono actual.",
"Upload new icon" : "Subir nuevo icono",
"The placeholders {email}, {uid} and {displayname} can be used and are filled with the user´s values to customize the links." : "Se pueden usar los parámetros {email}, {uid} y {displayname} y se rellenan con los valores del usuario para personalizar los enlaces.",
"When accessing the external site through the Nextcloud link, path parameters will be forwarded to the external site. So you can also create deep links (e.g. 'mycloud.com/external/1/pageA' will lead to Nextcloud with the iframe pointed at 'externalsite.com/pageA')." : "Al acceder al sitio externo a través del enlace en Nextcloud, el directorio se redirigirán al sitio externo. Gracias a esto, puedes crear enlaces a una página específica del sitio (p.e. 'mycloud.com/external/1/pageA' redirigirá a Nextcloud con un iframe apuntando a 'externalsite.com/pageA')."
"When accessing the external site through the Nextcloud link, path parameters will be forwarded to the external site. So you can also create deep links (e.g. 'mycloud.com/external/1/pageA' will lead to Nextcloud with the iframe pointed at 'externalsite.com/pageA')." : "Cuando se accede al sitio externo a través del enlace de Nextcloud, los parámetros de ruta se enviarán al sitio externo. Por lo tanto, también puede crear enlaces profundos (p. ej., \"mycloud.com/external/1/pageA\" llevará a Nextcloud con el iframe apuntando a \"externalsite.com/pageA\")."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit f72ac2e

Please sign in to comment.