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

tr.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa180331378bbc0dabf3b0b40672191857878df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "fulltextsearch",
    {
    "the search returned {total} results in {time} ms" : "aramada {time} ms sürede {total} sonuç bulundu",
    "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "{title} başlığındaki \"{search}\" aramasında {time} ms sürede {total} sonuç bulundu",
    "Search" : "Arama",
    "Index not found" : "Dizin bulunamadı",
    "Process timed out" : "İşlem zaman aşımına uğradı",
    "Full Text Search" : "Tam metin arama",
    "Full text search" : "Tam metin arama",
    "Core of the full-text search framework for Nextcloud" : "Nextcloud tam metin arama çatısının çekirdek uygulaması",
    "Core App of the full-text search framework for your Nextcloud." : "Nextcloud tam metin arama çatısının çekirdek uygulaması.",
    "Search on %s" : "%s üzerine arama",
    "Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud" : "Nextcloud tam metin arama özelliğinin kurulması ve yapılandırılması için wiki belgelerine bakabilirsiniz",
    "General" : "Genel",
    "Search Platform" : "Arama platformu",
    "Select the app to index content and answer search queries." : "İçeriği dizine ekleyecek ve arama sorgularını yanıtlayacak uygulamayı seçin",
    "Navigation Icon" : "Gezinme simgesi",
    "Enable global search within all your content." : "Tüm içeriğiniz üzerinde genel aramayı etkinleştirin."
},
"nplurals=2; plural=(n > 1);");