diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-09 00:20:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-09 00:20:07 +0000 |
commit | fdc64ea2f527d25c382901ed906f71fca89fd1b3 (patch) | |
tree | de0f1aecb9508843d105bb1daf88342f9d32e007 /apps/files_external/l10n | |
parent | 1e3d1397c0a7f08697b17422e1af4de6862d5c69 (diff) | |
download | nextcloud-server-fdc64ea2f527d25c382901ed906f71fca89fd1b3.tar.gz nextcloud-server-fdc64ea2f527d25c382901ed906f71fca89fd1b3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/es.js | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/es.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 58550db9d4a..117c5da51bc 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -85,7 +85,7 @@ OC.L10N.register( "Secure https://" : "—Seguro— https://", "FTP" : "FTP", "Host" : "Servidor", - "Secure ftps://" : "—Seguro— ftps://", + "Secure ftps://" : "ftps:// Seguro", "Local" : "Local", "Location" : "Ubicación", "Nextcloud" : "Nextcloud", @@ -96,6 +96,7 @@ OC.L10N.register( "Share" : "Compartir", "Show hidden files" : "Mostrar archivos ocultos", "Case sensitive file system" : "Sistema de archivos sensible a mayúsculas", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Desactivarlo permitirá utilizar un sistema de archivos insensible a mayúsculas y minúsculas, pero conlleva una penalización en el rendimiento.", "Verify ACL access when listing files" : "Verificar acceso ACL al listar archivos", "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Comprobar los ACL de cada archivo o carpeta en un directorio para filtrar los ítems en los que el usuario no tiene permisos de lectura. Provoca un descenso en el rendimiento.", "Timeout" : "Se agotó el tiempo", diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index a5d720d77b6..98dd8cff0d9 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -83,7 +83,7 @@ "Secure https://" : "—Seguro— https://", "FTP" : "FTP", "Host" : "Servidor", - "Secure ftps://" : "—Seguro— ftps://", + "Secure ftps://" : "ftps:// Seguro", "Local" : "Local", "Location" : "Ubicación", "Nextcloud" : "Nextcloud", @@ -94,6 +94,7 @@ "Share" : "Compartir", "Show hidden files" : "Mostrar archivos ocultos", "Case sensitive file system" : "Sistema de archivos sensible a mayúsculas", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Desactivarlo permitirá utilizar un sistema de archivos insensible a mayúsculas y minúsculas, pero conlleva una penalización en el rendimiento.", "Verify ACL access when listing files" : "Verificar acceso ACL al listar archivos", "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Comprobar los ACL de cada archivo o carpeta en un directorio para filtrar los ítems en los que el usuario no tiene permisos de lectura. Provoca un descenso en el rendimiento.", "Timeout" : "Se agotó el tiempo", |