diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-29 02:33:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-29 02:33:23 +0000 |
commit | 5a12e8f906ea5075193d88963cbdf805a097f626 (patch) | |
tree | e56def1e9443092ad3b16857d47ee9c263278ef4 /apps/files_external | |
parent | ec96aa527b3ef2c32d460740093c777ee7695248 (diff) | |
download | nextcloud-server-5a12e8f906ea5075193d88963cbdf805a097f626.tar.gz nextcloud-server-5a12e8f906ea5075193d88963cbdf805a097f626.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/es.js | 7 | ||||
-rw-r--r-- | apps/files_external/l10n/es.json | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index ab106d8afec..8ba663f8135 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -22,6 +22,8 @@ OC.L10N.register( "Read only" : "Solo lectura", "Disconnect" : "Desconectar", "Admin defined" : "Admin definido", + "Automatic status checking is disabled due to the large number of configured storages, click to check status" : "La comprobación automática del estado está desactivada debido al gran número de almacenes configurados, haga clic para comprobar el estado", + "Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "¿Estás seguro de que quieres desconectar este almacenamiento externo? Esto hará que el almacenamiento no esté disponible en Nextcloud y provocará la eliminación de estos archivos y carpetas en cualquier cliente de sincronización que esté conectado en ese momento, pero no eliminará ningún archivo ni carpeta en el propio almacenamiento externo.", "Delete storage?" : "¿Borrar almacenamiento?", "Saved" : "Guardado", "Saving …" : "Guardando…", @@ -80,6 +82,8 @@ OC.L10N.register( "Public key" : "Clave pública", "RSA private key" : "Clave privada RSA", "Private key" : "Clave privada", + "Kerberos default realm, defaults to \"WORKGROUP\"" : "El ámbito por defecto de Kerberos es \"WORKGROUP\".", + "Kerberos ticket Apache mode" : "Ticket Kerberos Modo Apache", "Kerberos ticket" : "Ticket de Kerberos", "Amazon S3" : "Amazon S3", "Bucket" : "Bucket", @@ -135,6 +139,7 @@ OC.L10N.register( "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Se pueden usar credenciales globales para autenticar con múltiples almacenamientos externos que tengan las mismas credenciales.", "Delete" : "Eliminar", - "Are you sure you want to delete this external storage?" : "¿Estás seguro de querer eliminar el almacenamiento externo?" + "Are you sure you want to delete this external storage?" : "¿Estás seguro de querer eliminar el almacenamiento externo?", + "Kerberos ticket apache mode" : "Ticket Kerberos Modo Apache" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index 76d04f7b8b3..70ad92743b5 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -20,6 +20,8 @@ "Read only" : "Solo lectura", "Disconnect" : "Desconectar", "Admin defined" : "Admin definido", + "Automatic status checking is disabled due to the large number of configured storages, click to check status" : "La comprobación automática del estado está desactivada debido al gran número de almacenes configurados, haga clic para comprobar el estado", + "Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "¿Estás seguro de que quieres desconectar este almacenamiento externo? Esto hará que el almacenamiento no esté disponible en Nextcloud y provocará la eliminación de estos archivos y carpetas en cualquier cliente de sincronización que esté conectado en ese momento, pero no eliminará ningún archivo ni carpeta en el propio almacenamiento externo.", "Delete storage?" : "¿Borrar almacenamiento?", "Saved" : "Guardado", "Saving …" : "Guardando…", @@ -78,6 +80,8 @@ "Public key" : "Clave pública", "RSA private key" : "Clave privada RSA", "Private key" : "Clave privada", + "Kerberos default realm, defaults to \"WORKGROUP\"" : "El ámbito por defecto de Kerberos es \"WORKGROUP\".", + "Kerberos ticket Apache mode" : "Ticket Kerberos Modo Apache", "Kerberos ticket" : "Ticket de Kerberos", "Amazon S3" : "Amazon S3", "Bucket" : "Bucket", @@ -133,6 +137,7 @@ "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Se pueden usar credenciales globales para autenticar con múltiples almacenamientos externos que tengan las mismas credenciales.", "Delete" : "Eliminar", - "Are you sure you want to delete this external storage?" : "¿Estás seguro de querer eliminar el almacenamiento externo?" + "Are you sure you want to delete this external storage?" : "¿Estás seguro de querer eliminar el almacenamiento externo?", + "Kerberos ticket apache mode" : "Ticket Kerberos Modo Apache" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |