22 строки
1.6 KiB
JavaScript
22 строки
1.6 KiB
JavaScript
OC.L10N.register(
|
|
"fulltextsearch",
|
|
{
|
|
"the search returned {total} results in {time} ms" : "la búsqueda arrojó {total} resultados en {time} ms",
|
|
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "la búsqueda en {title} para \"{search}\" arrojó {total} resultados en {time} ms",
|
|
"Search" : "Buscar",
|
|
"Index not found" : "No se encontró el índice",
|
|
"Process timed out" : "Proceso agotado",
|
|
"Full Text Search" : "Búsqueda de Texto Completo",
|
|
"Full text search" : "Búsqueda de texto completo",
|
|
"Core of the full-text search framework for Nextcloud" : "Núcleo del marco de búsqueda de texto completo para Nextcloud",
|
|
"Core App of the full-text search framework for your Nextcloud." : "Aplicación principal del marco de búsqueda de texto completo para tu Nextcloud.",
|
|
"Search on %s" : "Busar en %s",
|
|
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Por favor, consulta la wiki para obtener documentación relacionada con la instalación y la configuración de la búsqueda de texto completo en tu Nextcloud",
|
|
"General" : "General",
|
|
"Search Platform" : "Plataforma de Búsqueda",
|
|
"Select the app to index content and answer search queries." : "Selecciona la aplicación para indexar el contenido y responder a las consultas de búsqueda.",
|
|
"Navigation Icon" : "Icono de Navegación",
|
|
"Enable global search within all your content." : "Habilita la búsqueda global dentro de todo tu contenido."
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|