forms/l10n/tr.js
2020-03-20 03:21:15 +00:00

75 lines
4.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"forms",
{
"Do you really want to delete this new form?" : "Bu formu silmek istediğinize emin misiniz?",
"Forms" : "Formlar",
"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ı.",
"Expired" : "Süresi dolmuş",
"Expires %n" : "Süresi %n zamanında dolacak",
"Expires never" : "Süresi dolmaz",
"Anonymous form" : "Anonim form",
"Usernames hidden to Owner" : "Sahip kullanıcı adlarını göremez",
"Usernames visible to Owner" : "Sahip kullanıcı adlarını görebilir",
"Group" : "Grup",
"Title" : "Başlık",
"Access" : "Erişim",
"Owner" : "Sahip",
"Created" : "Oluşturulma",
"Expires" : "Sona erme",
"Delete form" : "Formu sil",
"Copy link" : "Bağlantıyı kopyala",
"View results" : "Sonuçları görüntüle",
"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",
"Text form" : "Metin formu",
"never" : "asla",
"Link copied to clipboard" : "Bağlantı panoya kopyalandı",
"Error, while copying link to clipboard" : "Bağlantı panoya kopyalanırken sorun çıktı",
"Add Answer" : "Yanıt Ekle",
"Share with" : "Şunlarla paylaş",
"Form description" : "Form açıklaması",
"Description" : "Açıklama",
"Make a Form" : "Form Oluştur",
"Add Question" : "Soru Ekle",
"You are editing in admin mode" : "Yönetici kipinde düzenliyorsunuz",
"Configuration" : "Yapılandırma",
"Configuration is locked. Changing options may result in unwanted behaviour, but you can unlock it anyway." : "Yapılandırma kilitlenmiş. Ayarların değiştirilmesi istenmeyen sonuçlara yol açabilir ancak isterseniz kilidi açabilirsiniz.",
"Unlock configuration " : "Yapılandırma kilidini aç",
"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ı",
"Create new form" : "Yeni form oluştur",
"Writing form" : "Form yazılıyor",
"Update form" : "Formu güncelle",
"Done" : "Tamam",
"Expiration date" : "Son kullanma tarihi",
"Click to add a date" : "Bir tarih eklemek için tıklayın",
"Select a question type!" : "Bir soru türü seçin!",
"Cannot have the same question!" : "Aynı soru iki kez yazılamaz!",
"Two answers cannot be the same!" : "İki yanıt aynı olamaz!",
"Title must not be empty!" : "Başlık boş olamaz!",
"Must have at least one question!" : "En az bir soru bulunmalıdır!",
"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",
"Clone of %n" : "%n kopyası",
"New" : "Yeni",
"Click here to add a form" : "Bir form eklemek için buraya tıklayın",
"Do you want to delete \"%n\"?" : "\"%n\" formu silinsin mi?",
"No, keep form." : "Hayır, form silinmesin",
"Yes, delete form." : "Evet, form silinsin.",
"Form \"%n\" deleted" : "\"%n\" formu silindi",
"Error while deleting Form \"%n\"" : "\"%n\" formu silinirken sorun çıktı",
"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ı."
},
"nplurals=2; plural=(n > 1);");