You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
3.5 KiB

  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Adres bilinmiyor",
  5. "No result." : "Sonuç yok.",
  6. "Malformed JSON data." : "JSON verileri bozuk.",
  7. "Error" : "Hata",
  8. "Weather status" : "Hava durumu",
  9. "Weather status in your dashboard" : "Panonuz için hava durumu",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir.",
  11. "Detect location" : "Konum algılansın",
  12. "Set custom address" : "Özel adres belirtin",
  13. "Favorites" : "Sık kullanılanlar",
  14. "{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Açık {time}",
  15. "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Bulutlu {time}",
  16. "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Gündüz {time}",
  17. "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Gece {time}",
  18. "{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Parçalı bulutlu {time}",
  19. "{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Sisli {time}",
  20. "{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Hafif yağışlı {time}",
  21. "{temperature} {unit} Rain at {time}" : "{temperature} {unit} Yağışlı {time}",
  22. "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Ağır yağışlı {time}",
  23. "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Sağanak yağış {time}",
  24. "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Hafif sağnak {time}",
  25. "{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Ağır sağnak {time}",
  26. "More weather for {adr}" : "{adr} için geniş hava durumu",
  27. "Loading weather" : "Hava durumu yükleniyor",
  28. "Set location for weather" : "Hava durumu için konumu ayarlayın",
  29. "Remove from favorites" : "Sık kullanılanlardan çıkar",
  30. "Add as favorite" : "Sık kullanılanlara ekle",
  31. "You are not logged in." : "Oturum açmamışsınız.",
  32. "There was an error getting the weather status information." : "Hava durumu bilgileri alınırken bir sorun çıktı.",
  33. "No weather information found" : "Hava durumu bilgileri bulunamadı.",
  34. "Location not found" : "Konum bulunamadı",
  35. "There was an error setting the location address." : "Konum adresi ayarlanırken bir sorun çıktı.",
  36. "There was an error setting the location." : "Konum ayarlanırken bir sorun çıktı.",
  37. "There was an error saving the mode." : "Kip kaydedilirken bir sorun çıktı.",
  38. "There was an error using personal address." : "Kişisel adres kullanılırken bir sorun çıktı.",
  39. "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir."
  40. },
  41. "nplurals=2; plural=(n > 1);");