Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48c50df979f27edf682c8b0fb6022036c4b9d7b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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);");