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

br.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b328415002d7af90ac0e61a938ab8d0d3d7868a (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" : "an enklask en deus roet {total} disoc'h e {time} ms",
    "Search" : "Klask",
    "Index not found" : "Roll-gerioù kavet ebet",
    "Process timed out" : "Poent termenn an argerzh",
    "Full text search" : "Klask e tout an destenn",
    "Core of the full-text search framework for Nextcloud" : "Kalon an enklask e tout an destenn er framm labour Nextcloud",
    "Core App of the full-text search framework for your Nextcloud." : "Meziant Kalon an enklask e tout un destenn er fram labour evit ho Nextcloud",
    "Search on %s" : "Klask war %s",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Gwiriit er wiki evit an dielvadur liammet d'ar staliadur  hag an arventennañ eit ar c'hlasker e tout an destenn e barzh ho Nextcloud",
    "General" : "Hollek",
    "Search Platform" : "Klask pladenn",
    "Select the app to index content and answer search queries." : "Choazit ur meziant da lakaat er roll-gerioù ha respontit d'ar goulennoù enklask",
    "Navigation Icon" : "Skeudennig Merdeiñ",
    "Enable global search within all your content." : "Aotreañ an enklask hollek e-barzh pep tra.",
    "the search in {title} for '{search}' returned {total} results in {time} ms" : "an enklask e {title} evit '{search}' en deus roet {total} disoc'h e {time} ms"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");