nextcloud/apps/user_status/l10n/tr.js

34 lines
1.3 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",
"What's your status?" : "Durumunuz nedir?",
"Set status" : "Durumu ayarla",
"Status message" : "Durum iletisi",
"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",
"Online" : "Çevrimiçi",
"Away" : "Uzakta",
"Do not disturb" : "Rahatsız etmeyin",
"Invisible" : "Gizli",
"Offline" : "Çevrimdışı",
"There was an error saving the new status" : "Yeni durum kaydedilirken bir sorun çıktı",
"30 minutes" : "30 dakika",
"1 hour" : "1 saat",
"4 hours" : "4 saat",
"Mute all notifications" : "Tüm bildirimleri kapat",
"Clear status after" : "Durum şu kadar sonra kaldırılsın"
},
"nplurals=2; plural=(n > 1);");