tr.js 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 later today" : "{temperature} {unit} bugün açık",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} açık",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} bugün bulutlu",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} bulutlu",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} bugün güzel",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} güzel",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} bugün parçalı bulutlu",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} parçalı bulutlu",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} bugün sisli",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} sisli",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} bugün hafif yağmurlu",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} hafif yağmurlu",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} bugün hafif yağmurlu",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} yağmurlu",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} bugün şiddetli yağmurlu",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} şiddetli yağmurlu",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} bugün sağanak yağışlı",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} sağanak yağışlı",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} bugün hafif sağanak yağışlı",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} hafif sağanak yağışlı",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} bugün şiddetli sağanak yağışlı",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} şiddetli sağanak yağışlı",
  36. "More weather for {adr}" : "{adr} için geniş hava durumu",
  37. "Loading weather" : "Hava durumu yükleniyor",
  38. "Remove from favorites" : "Sık kullanılanlardan kaldır",
  39. "Add as favorite" : "Sık kullanılanlara ekle",
  40. "You are not logged in." : "Oturum açmamışsınız.",
  41. "There was an error getting the weather status information." : "Hava durumu bilgileri alınırken bir sorun çıktı.",
  42. "No weather information found" : "Hava durumu bilgileri bulunamadı.",
  43. "Location not found" : "Konum bulunamadı",
  44. "There was an error setting the location address." : "Konum adresi ayarlanırken bir sorun çıktı.",
  45. "There was an error setting the location." : "Konum ayarlanırken bir sorun çıktı.",
  46. "There was an error saving the mode." : "Kip kaydedilirken bir sorun çıktı.",
  47. "There was an error using personal address." : "Kişisel adres kullanılırken bir sorun çıktı.",
  48. "Set location for weather" : "Hava durumu için konumu ayarlayın"
  49. },
  50. "nplurals=2; plural=(n > 1);");