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

tr.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42c6f984fdde4408ffcbab77f21eba656f2968bb (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
OC.L10N.register(
    "weather",
    {
    "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Ciddi Sorun: Lütfen nextcloud.log dosyanıza bakarak şuraya bir hata bildirimi yapın:\nhttps://github.com/nextcloud/weather/issues",
    "Failed to set metric. Please contact your administrator" : "Ölçüm ayarlanamadı. Lütfen BT yöneticiniz ile görüşün",
    "This metric is not known." : "Bu ölçüm bilinmiyor.",
    "North" : "Kuzey",
    "North-East" : "Kuzey Doğu",
    "East" : "Doğu",
    "South-East" : "Güney Doğu",
    "South" : "Güney",
    "South-West" : "Güney Batı",
    "West" : "Batı",
    "North-West" : "Kuzey Batı",
    "Failed to get city weather informations. Please contact your administrator" : "İlin hava durumu alınamadı. Lütfen BT yöneticiniz ile görüşün",
    "No city with this name found." : "Bu ada uyan bir il bulunamadı.",
    "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional settings of the Administration" : "OpenWeatherMap API anahtarınız geçersiz. BT yöneticiniz ile görüşerek, yönetim bölümündeki ek ayarları kullanarak geçerli bir API anahtarı yapılandırmasını isteyin",
    "Empty city name!" : "İl adı boş!",
    "Failed to add city. Please contact your administrator" : "İl eklenemedi. Lütfen BT yöneticiniz ile görüşün",
    "This city is already registered for your account." : "Bu il hesabınıza zaten eklenmiş.",
    "Failed to remove city. Please contact your administrator" : "İl kaldırılamadı. Lütfen BT yöneticiniz ile görüşün",
    "Failed to set home. Please contact your administrator" : "Yaşanan yer ayarlanamadı. Lütfen BT yöneticiniz ile görüşün",
    "Monday" : "Pazartesi",
    "Tuesday" : "Salı",
    "Wednesday" : "Çarşamba",
    "Thursday" : "Perşembe",
    "Friday" : "Cuma",
    "Saturday" : "Cumartesi",
    "Sunday" : "Pazar",
    "Weather" : "Hava durumu",
    "Watch the weather directly on your Nextcloud." : "Hava durumunun Nextcloud üzerinden izlenmesini sağlar.",
    "OpenWeatherMap API Key" : "OpenWeatherMap API Anahtarı",
    "Save" : "Kaydet",
    "Add a city" : "Bir il ekle",
    "Add city" : "İl ekle",
    "City name" : "İl adı",
    "Add" : "Ekle",
    "Cancel" : "İptal",
    "Settings" : "Ayarlar",
    "Metric" : "Ölçü birimi",
    "Click here to get an API key" : "API anahtarı almak için buraya tıklayın",
    "Current Temperature" : "Güncel sıcaklık",
    "Feelslike Temperature" : "Hissedilen sıcaklık",
    "Minimum Temperature" : "En düşük sıcaklık",
    "Maximum Temperature" : "En yüksek sıcaklık",
    "Pressure" : "Basınç",
    "Humidity" : "Nem",
    "Cloudiness" : "Bulut",
    "Wind" : "Rüzgar",
    "Sunrise" : "Gün doğumu",
    "Sunset" : "Gün batımı",
    "Date" : "Tarih",
    "Perceptible Temperature" : "Hissedilen sıcaklık"
},
"nplurals=2; plural=(n > 1);");