Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gl.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60129102e202a62256d134f88307baf4004732ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "a busca devolveu {total} resultados en {time} ms.",
    "Search" : "Buscar",
    "Index not found" : "Non se atopou o índice",
    "Process timed out" : "Esgotouse o tempo do proceso",
    "Full Text Search" : "Busca de texto completo",
    "Full text search" : "Busca de texto completo",
    "Core of the full-text search framework for Nextcloud" : "Núcleo do contorno de traballo de busca de texto completo para o Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Núcleo da aplicación do contorno de traballo de busca de texto completo para o seu Nextcloud",
    "Search on %s" : "Buscar en %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Consulte a wiki para ver documentación relacionada coa instalación e configuración da busca de texto completo no seu Nextcloud",
    "General" : "Xeral",
    "Search Platform" : "Plataforma de buscas",
    "Select the app to index content and answer search queries." : "Seleccionar a aplicación para indexar o contido e responder a peticións de buscas",
    "Navigation Icon" : "Icona de navegación",
    "Enable global search within all your content." : "Activa a busca global en todo o seu contido."
},
"nplurals=2; plural=(n != 1);");