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: d90eb60f1de942563e69a913d2933fa2bba341bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "fulltextsearch",
    {
    "Search" : "Arama",
    "Full text search" : "Tam metin arama",
    "Index not found" : "Dizin bulunamadı",
    "Tick not found" : "İşaret bulunamadı",
    "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);");