diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-05 08:58:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-05 08:58:39 +0000 |
commit | 5f40bd106ed81d681167e747f0d62dede8bf3672 (patch) | |
tree | bd19a46b23d044e70b27a175d4da9b5927eeb7f1 /lib/l10n/es.js | |
parent | 26cf4e8a12e04cde10aad83caf38973b84f59a72 (diff) | |
download | nextcloud-server-5f40bd106ed81d681167e747f0d62dede8bf3672.tar.gz nextcloud-server-5f40bd106ed81d681167e747f0d62dede8bf3672.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r-- | lib/l10n/es.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index b35778453e6..efd49e6c020 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -207,7 +207,6 @@ OC.L10N.register( "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se ha podido instlaar la app «%1$s» porque no se cumplen las siguientes dependencias: %2$s", "a safe home for all your data" : "un hogar seguro para todos tus datos", "File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde", - "Cannot read file" : "No se puede leer archivo", "Application is not enabled" : "La aplicación no está habilitada", "Authentication error" : "Error de autenticación", "Token expired. Please reload page." : "Token caducado. Por favor, recarge la página.", @@ -257,6 +256,7 @@ OC.L10N.register( "Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente", "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Se podría solucionar esto dándole al servidor permisos de escritura del directorio de configuración.", + "Cannot read file" : "No se puede leer archivo", "Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Se podría solucionar esto dándole al servidor permisos de escritura del directorio de configuración. Ver %s", "Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"apps\"", |