nextcloud/apps/user_status/l10n/tr.js

36 lines
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"user_status",
{
"Recent statuses" : "Yakın zamandaki durumlar",
"In a meeting" : "Toplantıda",
"Commuting" : "İşe gidiyor/geliyor",
"Out sick" : "Hasta",
"Vacationing" : "Tatilde",
"Working remotely" : "Uzaktan çalışıyor",
"User status" : "Kullanıcı durumu",
"Online" : "Çevrimiçi",
"Away" : "Uzakta",
"Do not disturb" : "Rahatsız etmeyin",
"Invisible" : "Gizli",
"Offline" : "Çevrimdışı",
"Set status" : "Durumu ayarla",
"There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı",
"What's your status?" : "Durumunuz nedir?",
"There was an error saving the status" : "Durum kaydedilirken bir sorun çıktı",
"There was an error clearing the status" : "Durum kaldırılırken bir sorun çıktı",
"No recent status changes" : "Yakın zamanda değiştirilmiş bir durum yok",
"{status}, {timestamp}" : "{status}, {timestamp}",
"Don't clear" : "Kaldırılmasın",
"Today" : "Bugün",
"This week" : "Bu hafta",
"30 minutes" : "30 dakika",
"1 hour" : "1 saat",
"4 hours" : "4 saat",
"Mute all notifications" : "Tüm bildirimleri kapat",
"Set custom status" : "Özel durum ayarlar",
"Clear status after" : "Durum şu kadar sonra kaldırılsın",
"Set a custom status" : "Özel bir durum ayarla",
"Clear custom status" : "Özel durumu kaldır"
},
"nplurals=2; plural=(n > 1);");