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.

tr.js 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Yakın zamandaki durumlar",
  5. "In a meeting" : "Toplantıda",
  6. "Commuting" : "İşe gidiyor/geliyor",
  7. "Out sick" : "Hasta",
  8. "Vacationing" : "Tatilde",
  9. "Working remotely" : "Uzaktan çalışıyor",
  10. "In a call" : "Bir çağrıda",
  11. "User status" : "Kullanıcı durumu",
  12. "View profile" : "Profili görüntüle",
  13. "Clear status message after" : "Durum iletisi şu süre sonunda kaldırılsın",
  14. "What is your status?" : "Durumunuz nedir?",
  15. "Set status" : "Durumu ayarla",
  16. "Online status" : "Çevrimiçi durumu",
  17. "Status message" : "Durum iletisi",
  18. "Clear status message" : "Durum iletisini temizle",
  19. "Set status message" : "Durum iletisini ayarla",
  20. "There was an error saving the status" : "Durum kaydedilirken bir sorun çıktı",
  21. "There was an error clearing the status" : "Durum kaldırılırken bir sorun çıktı",
  22. "No recent status changes" : "Yakın zamanda değiştirilmiş bir durum yok",
  23. "Away" : "Uzakta",
  24. "Do not disturb" : "Rahatsız etmeyin",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Kaldırılmasın",
  27. "Today" : "Bugün",
  28. "This week" : "Bu hafta",
  29. "Online" : "Çevrimiçi",
  30. "Invisible" : "Gizli",
  31. "Offline" : "Çevrimdışı",
  32. "There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı",
  33. "30 minutes" : "30 dakika",
  34. "1 hour" : "1 saat",
  35. "4 hours" : "4 saat",
  36. "Mute all notifications" : "Tüm bildirimleri kapat",
  37. "Appear offline" : "Çevrimdışı görün",
  38. "What's your status?" : "Durumunuz nedir?"
  39. },
  40. "nplurals=2; plural=(n > 1);");