nextcloud/apps/files_trashbin/l10n/es_CL.js
Nextcloud bot 04d19fb1d7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-20 00:26:24 +00:00

19 lines
931 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"restored" : "restaurado",
"Deleted files" : "Archivos borrados",
"Restore" : "Restaurar",
"No deleted files" : "No hay archivos borrados",
"Deleted" : "Borrado",
"You will be able to recover deleted files from here" : "Podrás recuperar archivos borrados desde aquí",
"No entries found in this folder" : "No se encontraron elementos en esta carpeta",
"Select all" : "Seleccionar todo",
"Name" : "Nombre",
"Actions" : "Acciones",
"Delete permanently" : "Borrar permanentemente",
"This operation is forbidden" : "Esta opración está prohibida",
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio no está disponible, por favor verifica las bitácoras o contacta al administrador",
"Delete" : "Borrar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");