diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-14 02:14:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-14 02:14:47 +0000 |
commit | aa003dc971eb09c4237c5c7a3fbf64d781957749 (patch) | |
tree | 15e75815073e691775b23708b3f3b386876181a3 /apps/files/l10n/es.js | |
parent | 86d104654fc0668cbbd7ccb563a6e97a221bec93 (diff) | |
download | nextcloud-server-aa003dc971eb09c4237c5c7a3fbf64d781957749.tar.gz nextcloud-server-aa003dc971eb09c4237c5c7a3fbf64d781957749.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 06897bcce3a..919be1d6f1e 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -36,6 +36,7 @@ OC.L10N.register( "Move" : "Mover", "Copy" : "Copiar", "Choose target folder" : "Elegir carpeta de destino", + "Edit locally" : "Editar localmente", "Open" : "Abrir", "Delete file" : "Eliminar archivo", "Delete folder" : "Eliminar carpeta", @@ -59,6 +60,7 @@ OC.L10N.register( "Could not copy \"{file}\"" : "No se ha podido copiar \"{file}\"", "Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Se han copiado {origin} y {nbfiles} otros archivos dentro de {destination}", + "Failed to redirect to client" : "Fallo al redirigir al cliente", "{newName} already exists" : "{newName} ya existe", "Could not rename \"{fileName}\", it does not exist any more" : "No se pudo renombrar \"{fileName}\", ya no existe", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elija un nombre diferente.", @@ -79,7 +81,9 @@ OC.L10N.register( "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos","incluyendo %n ocultos"], "You do not have permission to upload or create files here" : "No tienes permiso para subir o crear archivos aquí", "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos","Subiendo %n archivos"], + "New file/folder menu" : "Menú de carpeta/archivo nuevo", "Select file range" : "Seleccionar el rango de archivos", + "{used}%" : "{used}%", "{used} of {quota} used" : "{used} usados de {quota}", "{used} used" : "{used} usados", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.", @@ -189,7 +193,9 @@ OC.L10N.register( "Templates" : "Plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", "%s used" : "usado %s", + "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s de %2$s usados", + "Files settings" : "Configuración de archivos", "Show hidden files" : "Mostrar archivos ocultos", "Crop image previews" : "Recortar la previsualización de las imágenes", "WebDAV" : "WebDAV", |