22 строки
1.5 KiB
JavaScript
22 строки
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"fulltextsearch",
|
|
{
|
|
"the search returned {total} results in {time} ms" : "leitin skilaði {total} niðurstöðum á {time} ms",
|
|
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "leitin í {title} eftir \"{search}\" skilaði {total} niðurstöðum á {time} ms",
|
|
"Search" : "Leita",
|
|
"Index not found" : "Atriðavísir fannst ekki",
|
|
"Process timed out" : "Ferlið féll á tíma",
|
|
"Full Text Search" : "Leit í öllum textanum",
|
|
"Full text search" : "Leit í öllum textanum",
|
|
"Core of the full-text search framework for Nextcloud" : "Kjarni kerfisins sem styður leit í öllum textanum í Nextcloud",
|
|
"Core App of the full-text search framework for your Nextcloud." : "Kjarnaforrit kerfisins sem styður leit í öllum textanum í Nextcloud.",
|
|
"Search on %s" : "Leita í %s",
|
|
"Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Skoðaðu vel wiki-vefinn eftir hjálparskjölum varðandi uppsetningu og stillingar á leit í heildartexta innan Nextcloud skýsins þíns",
|
|
"General" : "Almennt",
|
|
"Search Platform" : "Leita á kerfi",
|
|
"Select the app to index content and answer search queries." : "Veldu forrit til að atriðaskrá efni og svara leitarbeiðnum.",
|
|
"Navigation Icon" : "Táknmynd flakks",
|
|
"Enable global search within all your content." : "Virkja víðværa leit inna alls efnisins þíns."
|
|
},
|
|
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|