forms/l10n/tr.js

73 lines
4.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 …",
"No forms in here" : "Burada herhangi bir form yok",
"Create a new one" : "Yeni bir form ekle",
"Please select a form" : "Lütfen bir form seçin",
"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",
"Show results" : "Sonuçları görüntüle",
"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",
"Copy to clipboard" : "Panoya kopyala",
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
"Expired" : "Süresi dolmuş",
"Expires %n" : "Süresi %n zamanında dolacak",
"Expires never" : "Süresi dolmaz",
"Anonymous form" : "Anonim form",
"Group" : "Grup",
"Title" : "Başlık",
"Access" : "Erişim",
"Owner" : "Sahip",
"Created" : "Oluşturulma",
"Expires" : "Sona erme",
2020-01-16 04:23:25 +01:00
"Copy link" : "Bağlantıyı kopyala",
2019-09-23 04:59:15 +02:00
"View results" : "Sonuçları görüntüle",
2019-07-23 05:02:27 +02:00
"Public access" : "Herkese açık erişim",
"Only shared" : "Yalnız paylaşılanlar",
"Registered users only" : "Yalnız kayıtlı kullanıcılar",
"Hidden form" : "Gizli form",
"never" : "asla",
"Link copied to clipboard" : "Bağlantı panoya kopyalandı",
"Error, while copying link to clipboard" : "Bağlantı panoya kopyalanırken sorun çıktı",
2020-04-09 05:23:54 +02:00
"Add Option" : "Seçenek Ekle",
2019-07-23 05:02:27 +02:00
"Share with" : "Şunlarla paylaş",
"Form description" : "Form açıklaması",
"Description" : "Açıklama",
"Make a Form" : "Form Oluştur",
"Add Question" : "Soru Ekle",
2019-07-24 05:01:51 +02:00
"Create new form" : "Yeni form oluştur",
"Writing form" : "Form yazılıyor",
"Update form" : "Formu güncelle",
"Done" : "Tamam",
"Select a question type!" : "Bir soru türü seçin!",
"Cannot have the same question!" : "Aynı soru iki kez yazılamaz!",
2020-04-09 05:23:54 +02:00
"Two options cannot be the same!" : "İki seçenek aynı olamaz!",
2019-07-24 05:01:51 +02:00
"Title must not be empty!" : "Başlık boş olamaz!",
"All questions need answers!" : "Tüm sorular yanıtlanmalıdır!",
"Need to pick an expiration date!" : "Bir son kullanma tarihi seçmelisiniz!",
"%n successfully saved" : "%n kaydedildi",
"Error on saving form, see console" : "Form kaydedilirken sorun çıktı, ayrıntılar için konsola bakın",
2020-03-27 04:22:15 +01:00
"Form configurations" : "Form yapılandırmaları",
"Only allow one submission per user" : "Her kullanıcı formu yalnız bir kez gönderebilsin",
"Name of user or group" : "Kullanıcı ya da grup adı",
"Expiration date" : "Son kullanma tarihi",
"Click to add a date" : "Bir tarih eklemek için tıklayın",
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);");