diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-21 02:27:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-21 02:27:38 +0000 |
commit | 2996f71d201ac0aaf4b087406edd01a1f22f2985 (patch) | |
tree | 95c704ab40100eeab220bfb4f34ca4f847d581ef /apps/files_sharing/l10n/es.json | |
parent | 517a0015ad48ddda099b7f2cd07307fea0addcdd (diff) | |
download | nextcloud-server-2996f71d201ac0aaf4b087406edd01a1f22f2985.tar.gz nextcloud-server-2996f71d201ac0aaf4b087406edd01a1f22f2985.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/es.json')
-rw-r--r-- | apps/files_sharing/l10n/es.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index c5aa70d1685..96135dc3a25 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -121,6 +121,8 @@ "Could not lock node" : "No se ha podido bloquear el nodo", "Could not lock path" : "No se ha podido bloquear la ruta", "Wrong or no update parameter given" : "No se ha suministrado un parametro correcto", + "Share must at least have READ or CREATE permissions" : "El recurso compartido debe tener al menos el permiso de LECTURA o CREACIÓN", + "Share must have READ permission if UPDATE or DELETE permission is set." : "El recurso compartido debe tener el permiso de LECTURA si el permiso de ACTUALIZAR o ELIMINAR está activado.", "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "\"El envío de la contraseña por Nextcloud Talk\" para compartir un archivo o carpeta falló porque Nextcloud Talk no está habilitado.", "shared by %s" : "compartido por %s", "Download all files" : "Descargar todos los archivos", @@ -149,6 +151,11 @@ "Read only" : "Solo lectura", "Allow upload and editing" : "Permitir la subida y la edición", "File drop (upload only)" : "Entrega de archivos (solo subida)", + "Custom permissions" : "Permisos personalizados", + "Read" : "Lectura", + "Upload" : "Subir", + "Edit" : "Editar", + "Bundled permissions" : "Permisos agrupados", "Allow creating" : "Permitir la creación", "Allow deleting" : "Permitir la eliminación", "Allow resharing" : "Permitir recompartir", |