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

tr.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58e33f41ce388aff257ee6048195a61f33a0edb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "Pano",
    "Dashboard app" : "Pano uygulaması",
    "Show something" : "Bir şeyler görüntüle",
    "Customize" : "Özelleştir",
    "Edit widgets" : "Pano bileşenlerini düzenle",
    "Change background image" : "Arka plan görselini değiştir",
    "Weather service" : "Hava durumu",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Kişisel gizliliğinizi korumak için Nextcloud sunucunuz hava durumu verilerini sizin adınıza ister. Böylece hava durumu hizmetine hiçbir kişisel bilgi aktarılmaz.",
    "Weather data from Met.no" : "Hava durumu verileri Met.no tarafından sağlanıyor",
    "geocoding with Nominatim" : "Nominatim ile coğrafi kodlama",
    "elevation data from OpenTopoData" : "yükseklik verileri OpenTopoData tarafından sağlanıyor",
    "Weather" : "Hava Durumu",
    "Status" : "Durum",
    "Good morning" : "Günaydın",
    "Good morning, {name}" : "Günaydın, {name}",
    "Good afternoon" : "Tünaydın",
    "Good afternoon, {name}" : "Tünaydın, {name}",
    "Good evening" : "İyi geceler",
    "Good evening, {name}" : "İyi geceler, {name}",
    "Hello" : "Merhaba",
    "Hello, {name}" : "Merhaba {name}",
    "Pick from Files" : "Dosyalardan Seçin",
    "Default images" : "Varsayılan görseller",
    "Plain background" : "Düz arka plan",
    "Insert from {productName}" : "{productName} üzerinden ekle",
    "Get more widgets from the app store" : "Uygulama mağazasından başka pano bileşenleri alın",
    "Good night, {name}" : "İyi geceler, {name}",
    "Good night" : "İyi geceler",
    "Pick from files" : "Dosyalardan seçin"
},
"nplurals=2; plural=(n > 1);");