nextcloud/apps/comments/l10n/tr.js

22 lines
843 B
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
2016-02-25 09:58:06 +03:00
"<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
"%1$s commented" : "%1$s yorumlanmış",
"%1$s commented on %2$s" : "%1$s yorumlanmış %2$s",
"Comments" : "Yorumlar",
"Type in a new comment..." : "Yeni bir yorum yazın",
"Delete comment" : "Yorumu silin",
"Post" : "Gönder",
2016-02-17 09:56:11 +03:00
"Cancel" : "İptal",
2016-02-25 09:58:06 +03:00
"Edit comment" : "Yorumu düzenleyin",
"[Deleted user]" : "[Silinmiş kullanıcı]",
"No other comments available" : "Mevcut başka yorum yok",
"More comments..." : "Daha fazla yorum...",
2016-02-17 09:56:11 +03:00
"Save" : "Kaydet",
2016-02-25 09:58:06 +03:00
"Allowed characters {count} of {max}" : "İzin verilen karakterler {count} {max}",
"{count} unread comments" : "{count} okunmamış yorumlar",
2016-02-17 09:56:11 +03:00
"Comment" : "Yorum"
},
"nplurals=2; plural=(n > 1);");