diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-07 02:28:39 +0000 |
commit | c44474ce1374b0c5e6fd738bd46805901901a95e (patch) | |
tree | ae7f9702ba5f059661fd732a7a021675fc8125cf /apps/files_trashbin/l10n/es_AR.json | |
parent | ca302e9bfe144ddd8a7ad8c45aeafdfc0d325ea8 (diff) | |
download | nextcloud-server-c44474ce1374b0c5e6fd738bd46805901901a95e.tar.gz nextcloud-server-c44474ce1374b0c5e6fd738bd46805901901a95e.zip |
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/es_AR.json')
-rw-r--r-- | apps/files_trashbin/l10n/es_AR.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/es_AR.json b/apps/files_trashbin/l10n/es_AR.json index 6d74a5db1d3..c11cd500a59 100644 --- a/apps/files_trashbin/l10n/es_AR.json +++ b/apps/files_trashbin/l10n/es_AR.json @@ -1,19 +1,19 @@ { "translations": { - "Deleted files" : "Archivos eliminados", "restored" : "recuperado", + "Deleted files" : "Archivos eliminados", "This application enables users to restore files that were deleted from the system." : "Esta aplicaci贸n permite a los usuarios restaurar archivos que fueron eliminados del sistema.", "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Esta aplicaci贸n permite a los usuarios restaurar archivos que fueron eliminados del sistema. Muestra una lista de los archivos eliminados en la interfaz web y tiene opciones para restaurar esos archivos eliminados a las carpetas del usuario o eliminarlos permanentemente del sistema. Restaurando un archivo tambi茅n se restauran las versiones del archivo relacionadas, si la aplicaci贸n de versiones est谩 habilitada. Cuando un archivo compartido es eliminado, 茅ste puede ser restaurado de la misma manera, aunque ya no estar谩 compartido. Por defecto, estos archivos permanecen en la papelera por 30 d铆as.\nPara prevenir que un usuario se quede sin espacio en el disco, la aplicaci贸n de Archivos eliminados no utilizar谩 mas del 50% de la cuota de espacio libre para archivos eliminados. Si los archivos eliminados exceden este l铆mite, la aplicaci贸n elimina los archivos mas antiguos hasta permanecer debajo de ese l铆mite. M谩s informaci贸n est谩 disponible en la documentaci贸n de Archivos Eliminados.", "Restore" : "Recuperar", "Delete permanently" : "Borrar permanentemente", "This operation is forbidden" : "Esta operaci贸n est谩 prohibida", "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio no est谩 disponible, compruebe los registros o p贸ngase en contacto con el administrador", + "Deleted" : "Eliminado", "No deleted files" : "No hay archivos eliminados", "You will be able to recover deleted files from here" : "Podr谩s recuperar archivos eliminados desde aqu铆", "No entries found in this folder" : "No se encontraron entradas en esta carpeta", "Select all" : "Seleccionar todo", "Name" : "Nombre", "Actions" : "Acciones", - "Deleted" : "Eliminado", "Delete" : "Eliminar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |