diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-04-24 00:12:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-04-24 00:12:32 +0000 |
commit | 201fc9fbcffaf2607f222e6f1ced157dd3e4b709 (patch) | |
tree | 65a84cc9791e6779f44f792e6a492f29303930e3 /apps/files/l10n/es_AR.json | |
parent | d2ffceba3be096af9422ad4ddf4ae27443c2ad16 (diff) | |
download | nextcloud-server-201fc9fbcffaf2607f222e6f1ced157dd3e4b709.tar.gz nextcloud-server-201fc9fbcffaf2607f222e6f1ced157dd3e4b709.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es_AR.json')
-rw-r--r-- | apps/files/l10n/es_AR.json | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/apps/files/l10n/es_AR.json b/apps/files/l10n/es_AR.json index 9af6780e5b4..2d84fc11d91 100644 --- a/apps/files/l10n/es_AR.json +++ b/apps/files/l10n/es_AR.json @@ -6,19 +6,28 @@ "Recent" : "Reciente", "Favorites" : "Favoritos", "File could not be found" : "No fue posible encontrar el archivo", + "Move or copy" : "Mover o Copiar", "Download" : "Descargar", "Delete" : "Borrar", "Home" : "Inicio", "Close" : "Cerrar", "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"", "Upload cancelled." : "Carga cancelada.", + "Processing files …" : "Procesando archivos...", + "…" : "...", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero sólo cuenta con {size2} disponible", "Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe", "Not enough free space" : "No cuenta con suficiente espacio disponible", + "An unknown error has occurred" : "Se presentó un error desconocido", + "Uploading …" : "Actualizando...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", + "Target folder does not exist any more" : "La carpeta destino ya no existe", "Actions" : "Acciones", "Rename" : "Renombrar", + "Copy" : "Copiar", + "Choose target folder" : "Elegir carpeta destino", + "Open" : "Abrir", "Disconnect storage" : "Desconectar almacenamiento", "Unshare" : "Dejar de compartir", "Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"", @@ -31,6 +40,8 @@ "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, favor de verficiar las bitácoras o contacte al administrador", "Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe", "Could not move \"{file}\"" : "No fue posible mover \"{file}\"", + "copy" : "copiar", + "Could not copy \"{file}\"" : "No es posible copiar \"{file}\"", "{newName} already exists" : "{newName} ya existe", "Could not rename \"{fileName}\", it does not exist any more" : "No fue posible 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}\". Favor de elegir un nombre diferete. ", @@ -67,6 +78,9 @@ "Favorite" : "Favorito", "New folder" : "Carpeta nueva", "Upload file" : "Cargar archivo", + "Not favorited" : "No es favorito", + "Remove from favorites" : "Eliminado de favoritos", + "Add to favorites" : "Agregar a favoritos", "An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta", "Added to favorites" : "Agregado a los favoritos", "Removed from favorites" : "Eliminado de los favoritos", @@ -81,7 +95,9 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuario remoto\"", "You created {file}" : "Usted creó {file}", + "You created an encrypted file in {file}" : "Se creó el archivo encriptado {file}", "{user} created {file}" : "{user} creó {file}", + "{user} created an encrypted file in {file}" : "{user} creó el archivo encriptado {file}", "{file} was created in a public folder" : "{file} fue creado en una carpeta pública", "You changed {file}" : "Usted cambió {file}", "{user} changed {file}" : "{user} cambió {file}", @@ -99,11 +115,13 @@ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>", "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Cargar (max. %s)", + "File Management" : "Administración de Archivos", "%s of %s used" : "%s de %s usado", "%s used" : "%s usado", "Settings" : "Configuraciones ", "Show hidden files" : "Mostrar archivos ocultos", "WebDAV" : "WebDAV", + "Toggle grid view" : "Vista de cuadrícula", "No files in here" : "No hay archivos aquí", "Upload some content or sync with your devices!" : "¡Cargue algún contenido o sincronice con sus dispositivos!", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", @@ -125,6 +143,7 @@ "max. possible: " : "max. posible:", "Save" : "Guardar", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. ", - "Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. " + "Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. ", + "Cancel upload" : "Cancelar subida" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |