tr.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Son durumlar",
  5. "No recent status changes" : "Son zamanlarda durum değiştirilmemiş",
  6. "In a meeting" : "Toplantıda",
  7. "Commuting" : "İşe gidiyor/geliyor",
  8. "Out sick" : "Hasta",
  9. "Vacationing" : "Tatilde",
  10. "Out of office" : "İş yeri dışında",
  11. "Working remotely" : "Uzaktan çalışıyor",
  12. "In a call" : "Bir çağrıda",
  13. "User status" : "Kullanıcı durumu",
  14. "Clear status after" : "Durum şu kadar sonra kaldırılsın",
  15. "Emoji for your status message" : "Durum iletiniz için emoji",
  16. "What is your status?" : "Durumunuz nedir?",
  17. "Predefined statuses" : "Hazır durumlar",
  18. "Previously set" : "Önceden ayarlanmış",
  19. "Reset status" : "Durumu sıfırla",
  20. "Set status" : "Durumu ayarla",
  21. "Online status" : "Çevrim içi durumu",
  22. "Status message" : "Durum iletisi",
  23. "Your status was set automatically" : "Durumunuz otomatik olarak ayarlanmış",
  24. "Clear status message" : "Durum iletisini temizle",
  25. "Set status message" : "Durum iletisini ayarla",
  26. "Reset status to \"{icon} {message}\"" : "Durumu \"{icon} {message}\" olarak sıfırla",
  27. "Reset status to \"{message}\"" : "Durumu \"{message}\" olarak sıfırla",
  28. "Reset status to \"{icon}\"" : "Durumu \"{icon}\" olarak sıfırla",
  29. "There was an error saving the status" : "Durum kaydedilirken bir sorun çıktı",
  30. "There was an error clearing the status" : "Durum kaldırılırken bir sorun çıktı",
  31. "There was an error reverting the status" : "Durum geri alınırken bir sorun çıktı",
  32. "Don't clear" : "Kaldırılmasın",
  33. "Today" : "Bugün",
  34. "This week" : "Bu hafta",
  35. "Online" : "Çevrim içi",
  36. "Away" : "Uzakta",
  37. "Do not disturb" : "Rahatsız etmeyin",
  38. "Invisible" : "Gizli",
  39. "Offline" : "Çevrim dışı",
  40. "There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı",
  41. "30 minutes" : "30 dakika",
  42. "1 hour" : "1 saat",
  43. "4 hours" : "4 saat",
  44. "Mute all notifications" : "Tüm bildirimleri kapat",
  45. "Appear offline" : "Çevrim dışı görün",
  46. "View profile" : "Profili görüntüle",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=2; plural=(n > 1);");