nextcloud/apps/comments/l10n/tr.js

33 lines
1.8 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-10-18 03:06:51 +03:00
"Comments" : "Yorumlar",
2016-09-03 03:09:24 +03:00
"New comment …" : "Yorum ekle ...",
2016-03-31 08:55:24 +03:00
"Delete comment" : "Yorumu sil",
2016-02-25 09:58:06 +03:00
"Post" : "Gönder",
2016-02-17 09:56:11 +03:00
"Cancel" : "İptal",
2016-03-31 08:55:24 +03:00
"Edit comment" : "Yorumu düzenle",
2016-02-25 09:58:06 +03:00
"[Deleted user]" : "[Silinmiş kullanıcı]",
2016-10-25 12:36:09 +03:00
"No comments yet, start the conversation!" : "Henüz bir yorum yapılmamış! Bir sohbet başlatın!",
2016-09-03 03:09:24 +03:00
"More comments …" : "Diğer yorumlar ...",
2016-02-17 09:56:11 +03:00
"Save" : "Kaydet",
2016-10-25 12:36:09 +03:00
"Allowed characters {count} of {max}" : "Yazılabilecek karakter sayısı {count}/{max}",
2016-09-03 03:09:24 +03:00
"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ı",
2016-10-25 12:36:09 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n okunmamış yorum","%n okunmamış yorum"],
2016-05-10 10:30:51 +03:00
"Comment" : "Yorum",
2016-09-03 03:09:24 +03:00
"<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
2016-05-10 10:30:51 +03:00
"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",
2016-09-01 03:09:24 +03:00
"%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
2016-10-25 12:36:09 +03:00
"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ş.",
2016-09-01 03:09:24 +03:00
"Type in a new comment..." : "Yeni bir yorum yazın...",
2016-09-03 03:09:24 +03:00
"No other comments available" : "Başka bir yorum yok",
2016-09-29 03:07:08 +03:00
"More comments..." : "Diğer yorumlar...",
"{count} unread comments" : "{count} okunmamış yorum"
2016-02-17 09:56:11 +03:00
},
"nplurals=2; plural=(n > 1);");