summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/tr.js
blob: 8da9b4877f80afda8757565a0704dabf96926cdd (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
OC.L10N.register(
    "comments",
    {
    "Comments" : "Yorumlar",
    "New comment …" : "Yorum ekle ...",
    "Delete comment" : "Yorumu sil",
    "Post" : "Gönder",
    "Cancel" : "İptal",
    "Edit comment" : "Yorumu düzenle",
    "[Deleted user]" : "[Silinmiş kullanıcı]",
    "No comments yet, start the conversation!" : "Henüz bir yorum yapılmamış! Bir sohbet başlatın!",
    "More comments …" : "Diğer yorumlar ...",
    "Save" : "Kaydet",
    "Allowed characters {count} of {max}" : "Yazılabilecek karakter sayısı {count}/{max}",
    "Error occurred while retrieving comment with id {id}" : "{id} kodlu yorum alınırken bir sorun çıktı",
    "Error occurred while updating comment with id {id}" : "{id} kodlu yorum güncellenirken bir sorun çıktı",
    "Error occurred while posting comment" : "Yorum gönderilirken bir sorun çıktı",
    "_%n unread comment_::_%n unread comments_" : ["%n okunmamış yorum","%n okunmamış yorum"],
    "Comment" : "Yorum",
    "<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
    "You commented" : "Yorum yaptınız",
    "%1$s commented" : "%1$s yorumlanmış",
    "You commented on %2$s" : "%2$s için yorum yaptınız",
    "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
    "A (now) deleted user mentioned you in a comment on \"%s\"." : "(Şu anda) silinmiş bir kullanıcı \"%s\" üzerindeki bir yorumda sizden bahsetmiş.",
    "%s mentioned you in a comment on \"%s\"." : "%s kullanıcısı \"%s\" üzerindeki bir yorumda sizden bahsetmiş.",
    "Type in a new comment..." : "Yeni bir yorum yazın...",
    "No other comments available" : "Başka bir yorum yok",
    "More comments..." : "Diğer yorumlar...",
    "{count} unread comments" : "{count} okunmamış yorum"
},
"nplurals=2; plural=(n > 1);");