forms/l10n/tr.js

33 lines
2.1 KiB
JavaScript
Raw Normal View History

2019-07-23 05:02:27 +02:00
OC.L10N.register(
"forms",
{
2020-02-29 04:21:10 +01:00
"Forms" : "Formlar",
2019-07-23 05:02:27 +02:00
"A forms app, similar to Google Forms." : "Google forms benzeri bir form uygulaması.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Erişim kısıtlama özelliği ile (üyelere, belirli gruplara ya da kullanıcılara ya da herkese açık) Google forms benzeri bir form uygulaması.",
2020-04-09 05:23:54 +02:00
"New form" : "Yeni form",
"Loading forms …" : "Formlar yükleniyor …",
2020-04-28 05:17:00 +02:00
"Create new form" : "Yeni form oluştur",
2020-04-09 05:23:54 +02:00
"An error occurred while loading the forms list" : "Form listesi yüklenirken bir sorun çıktı",
"Unable to create a new form" : "Yeni bir form eklenemedi",
"Clone form" : "Formu kopyala",
2020-03-27 04:22:15 +01:00
"Delete form" : "Formu sil",
2020-04-09 05:23:54 +02:00
"Form link copied" : "Form bağlantısı kopyalandı",
2020-03-28 04:23:49 +01:00
"Cannot copy, please copy the link manually" : "Kopyalanamadı. Lütfen bağlantıyı el ile kopyalayın",
2020-04-09 05:23:54 +02:00
"Are you sure you want to delete the form “{title}”?" : "“{title}” formunu silmek istediğinize emin misiniz?",
"Deleted form “{title}”" : "“{title}” formu silindi",
"Error while deleting form “{title}”" : "“{title}” formu silinirken sorun çıktı",
2019-07-23 05:02:27 +02:00
"Group" : "Grup",
2020-04-09 05:23:54 +02:00
"Add Option" : "Seçenek Ekle",
2020-04-28 05:17:00 +02:00
"Title" : "Başlık",
2019-07-23 05:02:27 +02:00
"Description" : "Açıklama",
2020-03-27 04:22:15 +01:00
"Name of user or group" : "Kullanıcı ya da grup adı",
"Expiration date" : "Son kullanma tarihi",
2019-07-24 05:01:51 +02:00
"Form Expired" : "Formun Süresi Geçmiş",
"This Form has expired and is no longer taking answers." : "Bu formun kullanma süresi geçmiş olduğundan doldurulamaz.",
"Access denied" : "Erişim reddedildi",
"You are not allowed to view this form or the form does not exist." : "Bu formu görüntüleme izniniz yok ya da form bulunamadı.",
"You are not allowed to edit this form or the form does not exist." : "Bu formu düzenleme izniniz yok ya da form bulunamadı.",
"You are either not allowed to delete this form or it doesn't exist." : "Bu formu silme izniniz yok ya da form bulunamadı."
2019-07-23 05:02:27 +02:00
},
"nplurals=2; plural=(n > 1);");