nextcloud/apps/workflowengine/l10n/tr.json

117 lines
6.0 KiB
JSON
Raw Normal View History

2017-03-10 04:08:01 +03:00
{ "translations": {
2019-09-17 15:33:26 +03:00
"The given operator is invalid" : "Belirtilen işlem geçersiz",
"The given regular expression is invalid" : "Belirtilen kurallı ifade geçersiz",
"The given file size is invalid" : "Belirtilen dosya boyutu geçersiz",
"The given tag id is invalid" : "Belirtilen etiket kodu geçersiz",
"The given IP range is invalid" : "Belirtilen IP adresi aralığı geçersiz",
"The given IP range is not valid for IPv4" : "Belirtilen IP adresi aralığı IPv4 için geçersiz",
"The given IP range is not valid for IPv6" : "Belirtilen IP adresi aralığı IPv6 için geçersiz",
"The given time span is invalid" : "Belirtilen zaman aralığı geçersiz",
"The given start time is invalid" : "Belirtilen başlangıç zamanı geçersiz",
"The given end time is invalid" : "Belirtilen bitiş zamanı geçersiz",
"The given group does not exist" : "Belirtilen grup bulunamadı",
2019-09-21 05:14:49 +03:00
"File" : "Dosya",
"File created" : "Dosya oluşturuldu",
"File updated" : "Dosya güncellendi",
"File renamed" : "Dosya yeniden adlandırıldı",
"File deleted" : "Dosya silindi",
"File accessed" : "Dosyaya erişildi",
"File copied" : "Dosya kopyalandı",
"Tag assigned" : "Etiket atandı",
2019-11-30 05:16:49 +03:00
"Someone" : "Biri",
"%s created %s" : "%s oluşturuldu%s",
"%s modified %s" : "%s değiştirildi%s",
"%s deleted %s" : "%s silindi%s",
"%s accessed %s" : "%s erişildi %s",
"%s renamed %s" : "%s yeniden adlandırıldı%s",
"%s copied %s" : "%s kopyalandı%s",
"%s assigned %s to %s" : "%s atandı %s => %s",
2019-09-17 15:33:26 +03:00
"Operation #%s does not exist" : "#%s işlemi bulunamadı",
2019-09-21 05:14:49 +03:00
"Entity %s does not exist" : "%s varlığı bulunamadı",
"Entity %s is invalid" : "%s varlığı geçersiz",
"No events are chosen." : "Herhangi bir etkinlik seçilmemiş.",
"Entity %s has no event %s" : "%s varlığının herhangi bir etkinliği yok %s",
2019-09-17 15:33:26 +03:00
"Operation %s does not exist" : "%s işlemi bulunamadı",
"Operation %s is invalid" : "%s işlemi geçersiz",
2019-12-31 05:27:45 +03:00
"At least one check needs to be provided" : "En az bir denetim belirtilmelidir",
2020-11-02 05:19:04 +03:00
"The provided operation data is too long" : "Belirtilen işlem verileri çok uzun",
2019-12-31 05:27:45 +03:00
"Invalid check provided" : "Geçersiz denetim belirtildi",
2019-09-17 15:33:26 +03:00
"Check %s does not exist" : "%s denetimi bulunamadı",
"Check %s is invalid" : "%s denetimi geçersiz",
2019-09-21 05:14:49 +03:00
"Check %s is not allowed with this entity" : "Bu varlık için %s denetimi yapılamaz",
2020-11-02 05:19:04 +03:00
"The provided check value is too long" : "Belirtilen denetleme değeri çok uzun",
2019-09-17 15:33:26 +03:00
"Check #%s does not exist" : "#%s denetimi bulunamadı",
"Check %s is invalid or does not exist" : "%s denetimi geçersiz ya da bulunamadı",
2019-11-29 05:16:53 +03:00
"Flow" : "Akış",
2019-09-21 05:14:49 +03:00
"Nextcloud workflow engine" : "Nextcloud iş akışı işleyici",
"Select a filter" : "Bir süzgeç seçin",
"Select a comparator" : "Bir karşılaştırıcı seçin",
"Select a file type" : "Bir dosya türü seçin",
2019-11-16 05:15:58 +03:00
"e.g. httpd/unix-directory" : "örnek httpd/unix-directory",
2020-02-22 05:18:42 +03:00
"Folder" : "Klasör",
2019-09-21 05:14:49 +03:00
"Images" : "Görseller",
"Office documents" : "Office belgeleri",
"PDF documents" : "PDF belgeleri",
"Custom mimetype" : "Özel MIME türü",
2019-11-12 05:16:12 +03:00
"Select a tag" : "Etiket seçin",
2019-09-21 05:14:49 +03:00
"No results" : "Herhangi bir sonuç bulunamadı",
"%s (invisible)" : "%s (görünmez)",
"%s (restricted)" : "%s (kısıtlı)",
2019-11-12 05:16:12 +03:00
"Please enter a valid time span" : "Lütfen geçerli bir tarih aralığı seçin",
2019-09-21 05:14:49 +03:00
"Select a request URL" : "Bir istek adresi seçin",
2019-09-17 15:33:26 +03:00
"Predefined URLs" : "Hazır Adresler",
"Files WebDAV" : "Dosya WebDAV",
2019-09-21 05:14:49 +03:00
"Others" : "Diğerleri",
"Custom URL" : "Özel adres",
"Select a user agent" : "Bir kullanıcı uygulaması seçin",
2019-09-17 15:33:26 +03:00
"Android client" : "Android istemcisi",
"iOS client" : "iOS istemcisi",
"Desktop client" : "Masaüstü istemcisi",
"Thunderbird & Outlook addons" : "Thunderbird ve Outlook eklentileri",
2019-09-21 05:14:49 +03:00
"Custom user agent" : "Özel kullanıcı uygulaması",
2019-12-31 05:27:45 +03:00
"At least one event must be selected" : "En az bir etkinlik seçilmelidir",
2019-11-29 05:16:53 +03:00
"Add new flow" : "Akış ekle",
2019-09-21 05:14:49 +03:00
"When" : "Şu zamanda",
"and" : "ve",
2019-11-12 05:16:12 +03:00
"Cancel" : "İptal",
"Delete" : "Sil",
2019-09-21 05:14:49 +03:00
"The configuration is invalid" : "Yapılandırma geçersiz",
2019-11-29 05:16:53 +03:00
"Active" : "Etkin",
2019-11-28 05:16:54 +03:00
"Save" : "Kaydet",
2019-11-29 05:16:53 +03:00
"Available flows" : "Kullanılabilecek akışlar",
"For details on how to write your own flow, check out the development documentation." : "Kendi akışınızı nasıl yazacağınızı öğrenmek için geliştirme belgelerine bakabilirsiniz.",
"More flows" : "Diğer akışlar",
"Browse the app store" : "Uygulama mağaasına gözat",
2019-09-21 05:14:49 +03:00
"Show less" : "Daha az ayrıntı",
"Show more" : "Daha çok ayrıntı",
2019-11-29 05:16:53 +03:00
"Configured flows" : "Yapılandırılmış akışlar",
"Your flows" : "Akışlarınız",
2017-03-10 04:08:01 +03:00
"matches" : "şuna uyan",
"does not match" : "şuna uymayan",
2019-12-20 05:26:28 +03:00
"is" : "şu olan",
"is not" : "şu olmayan",
"File name" : "Dosya adı",
2019-09-17 15:33:26 +03:00
"File MIME type" : "Dosya MIME türü",
2017-03-10 04:08:01 +03:00
"File size (upload)" : "Dosya boyutu (yükleme)",
"less" : "şundan küçük",
"less or equals" : "şundan küçük ya da eşit",
"greater or equals" : "şundan büyük ya da eşit",
"greater" : "şundan büyük",
"Request remote address" : "Uzak adres isteği",
"matches IPv4" : "şu IPv4 adresine uyan",
"does not match IPv4" : "şu IPv4 adresine uymayan",
"matches IPv6" : "şu IPv6 adresine uyan",
"does not match IPv6" : "şu IPv6 adresine uymayan",
2019-09-17 15:33:26 +03:00
"File system tag" : "Dosya sistemi etiketi",
"is tagged with" : "şununla etiketlenmiş",
"is not tagged with" : "şununla etiketlenmemiş",
"Request URL" : "İstek Adresi",
2017-03-10 04:08:01 +03:00
"Request time" : "İstek zamanı",
"between" : "şunların arasında olan",
"not between" : "şunların arasında olmayan",
2019-09-21 05:14:49 +03:00
"Request user agent" : "Kullanıcı uygulaması istensin",
2017-03-10 04:08:01 +03:00
"User group membership" : "Kullanıcı grubu üyeliği",
"is member of" : "şunun üyesi olan",
2020-10-13 22:33:40 +03:00
"is not member of" : "şunun üyesi olmayan"
2017-03-10 04:08:01 +03:00
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}