mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
a8d077f0ce
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 lines
662 B
JavaScript
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;");
|