0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/files_trashbin/l10n/es_HN.js
Nextcloud bot a8d077f0ce
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-01 00:20:27 +00:00

18 lines
662 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"restored" : "restaurado",
"Deleted files" : "Archivos borrados",
"Restore" : "Restaurar",
"Unknown" : "Desconocido",
"All files" : "Todos los archivos",
"Deleted" : "Borrado",
"No deleted files" : "No hay archivos borrados",
"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"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");