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

ca.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ece4055c426df4868d766aa9ec980cf9c21969a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "la cerca ha retornat {total} resultats en {time} ms",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "La cerca de {title} de \"{search}\" ha donat {total} resultats en {time} ms",
    "Search" : "Cerca",
    "Index not found" : "Índex no trobat",
    "Process timed out" : "Temps d'espera exhaurit",
    "Full Text Search" : "Cerca de text complet",
    "Full text search" : "Cerca de text complet",
    "Core of the full-text search framework for Nextcloud" : "Nucli de l'estructura de cerca de text complet per a Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "App nucli de l'estructura de recerca de text complet per al vostre Nextcloud.",
    "Search on %s" : "Cerca a %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Si us plau reviseu el wiki de documentació relacionada amb la instal·lació i configuració de la cerca de text complet dins del vostre Nextcloud",
    "General" : "General",
    "Search Platform" : "Plataforma de cerca",
    "Select the app to index content and answer search queries." : "Selecciona l'aplicació per indexar el contingut i respondre consultes de cerca.",
    "Navigation Icon" : "Icona de navegació",
    "Enable global search within all your content." : "Acitveu la cerca global dins de tots els vostres continguts.",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "la cerca a {title} de '{search}' ha retornat {total} resultats en {time} ms"
},
"nplurals=2; plural=(n != 1);");