2017-03-10 01:08:01 +00:00
OC . L10N . register (
"workflowengine" ,
{
2019-09-17 12:33:26 +00: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" ,
2023-12-18 00:19:21 +00:00
"The given tag id is invalid" : "Belirtilen etiket kimliği geçersiz" ,
2019-09-17 12:33:26 +00:00
"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 02:14:49 +00: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 02:16:49 +00: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 12:33:26 +00:00
"Operation #%s does not exist" : "#%s işlemi bulunamadı " ,
2019-09-21 02:14:49 +00: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 12:33:26 +00:00
"Operation %s does not exist" : "%s işlemi bulunamadı " ,
"Operation %s is invalid" : "%s işlemi geçersiz" ,
2019-12-31 02:27:45 +00:00
"At least one check needs to be provided" : "En az bir denetim belirtilmelidir" ,
2020-11-02 02:19:04 +00:00
"The provided operation data is too long" : "Belirtilen işlem verileri çok uzun" ,
2019-12-31 02:27:45 +00:00
"Invalid check provided" : "Geçersiz denetim belirtildi" ,
2019-09-17 12:33:26 +00:00
"Check %s does not exist" : "%s denetimi bulunamadı " ,
"Check %s is invalid" : "%s denetimi geçersiz" ,
2019-09-21 02:14:49 +00:00
"Check %s is not allowed with this entity" : "Bu varlı k için %s denetimi yapı lamaz" ,
2020-11-02 02:19:04 +00:00
"The provided check value is too long" : "Belirtilen denetleme değeri çok uzun" ,
2019-09-17 12:33:26 +00: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 02:16:53 +00:00
"Flow" : "Akı ş" ,
2019-09-21 02:14:49 +00: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" ,
2023-05-14 02:27:40 +00:00
"Remove filter" : "Süzgeci kaldı r" ,
2020-02-22 02:18:42 +00:00
"Folder" : "Klasör" ,
2019-09-21 02:14:49 +00:00
"Images" : "Görseller" ,
"Office documents" : "Office belgeleri" ,
"PDF documents" : "PDF belgeleri" ,
2022-07-10 02:25:30 +00:00
"Custom MIME type" : "Özel MIME türü" ,
2019-09-21 02:14:49 +00:00
"Custom mimetype" : "Özel MIME türü" ,
2025-02-27 00:22:16 +00:00
"Select a file type" : "Bir dosya türü seçin" ,
"e.g. httpd/unix-directory" : "örnek httpd/unix-directory" ,
2019-11-12 02:16:12 +00:00
"Please enter a valid time span" : "Lütfen geçerli bir tarih aralı ğı seçin" ,
2019-09-17 12:33:26 +00:00
"Files WebDAV" : "Dosya WebDAV" ,
2019-09-21 02:14:49 +00:00
"Custom URL" : "Özel adres" ,
2025-02-27 00:22:16 +00:00
"Select a request URL" : "Bir istek adresi seçin" ,
2019-09-17 12:33:26 +00:00
"Android client" : "Android istemcisi" ,
"iOS client" : "iOS istemcisi" ,
"Desktop client" : "Masaüstü istemcisi" ,
"Thunderbird & Outlook addons" : "Thunderbird ve Outlook eklentileri" ,
2019-09-21 02:14:49 +00:00
"Custom user agent" : "Özel kullanı cı uygulaması " ,
2025-02-27 00:22:16 +00:00
"Select a user agent" : "Bir kullanı cı uygulaması seçin" ,
2024-03-22 00:19:14 +00:00
"Select groups" : "Grupları seçin" ,
"Groups" : "Gruplar" ,
2024-03-26 00:19:24 +00:00
"Type to search for group …" : "Grup aramak için yazmaya başlayı n…" ,
2023-07-17 00:25:33 +00:00
"Select a trigger" : "Bir tetikleyici seçin" ,
2019-12-31 02:27:45 +00:00
"At least one event must be selected" : "En az bir etkinlik seçilmelidir" ,
2019-11-29 02:16:53 +00:00
"Add new flow" : "Akı ş ekle" ,
2025-02-27 00:22:16 +00:00
"The configuration is invalid" : "Yapı landı rma geçersiz" ,
"Active" : "Etkin" ,
"Save" : "Kaydet" ,
2019-09-21 02:14:49 +00:00
"When" : "Şu zamanda" ,
"and" : "ve" ,
2023-05-14 02:27:40 +00:00
"Add a new filter" : "Yeni süzgeç ekle" ,
2019-11-12 02:16:12 +00:00
"Cancel" : "İptal" ,
"Delete" : "Sil" ,
2019-11-29 02:16:53 +00: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." ,
2023-10-27 00:27:40 +00:00
"No flows installed" : "Herhangi bir akı ş kurulmamı ş" ,
"Ask your administrator to install new flows." : "Yöneticinizden yeni akı şlar kurması nı isteyin." ,
2019-11-29 02:16:53 +00:00
"More flows" : "Diğer akı şlar" ,
2021-06-05 02:28:36 +00:00
"Browse the App Store" : "Uygulama mağazası na göz atı n" ,
2019-09-21 02:14:49 +00:00
"Show less" : "Daha az ayrı ntı " ,
"Show more" : "Daha çok ayrı ntı " ,
2019-11-29 02:16:53 +00:00
"Configured flows" : "Yapı landı rı lmı ş akı şlar" ,
"Your flows" : "Akı şları nı z" ,
2023-10-27 00:27:40 +00:00
"No flows configured" : "Herhangi bir akı ş yapı landı rı lmamı ş" ,
2017-03-10 01:08:01 +00:00
"matches" : "şuna uyan" ,
"does not match" : "şuna uymayan" ,
2019-12-20 02:26:28 +00:00
"is" : "şu olan" ,
"is not" : "şu olmayan" ,
"File name" : "Dosya adı " ,
2019-09-17 12:33:26 +00:00
"File MIME type" : "Dosya MIME türü" ,
2017-03-10 01:08:01 +00: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 12:33:26 +00:00
"File system tag" : "Dosya sistemi etiketi" ,
"is tagged with" : "şununla etiketlenmiş" ,
"is not tagged with" : "şununla etiketlenmemiş" ,
2023-05-07 02:28:17 +00:00
"Request URL" : "İstek adresi" ,
2017-03-10 01:08:01 +00:00
"Request time" : "İstek zamanı " ,
"between" : "şunları n arası nda olan" ,
"not between" : "şunları n arası nda olmayan" ,
2019-09-21 02:14:49 +00:00
"Request user agent" : "Kullanı cı uygulaması istensin" ,
2024-02-18 00:19:47 +00:00
"Group membership" : "Grup üyeliği" ,
2017-03-10 01:08:01 +00:00
"is member of" : "şunun üyesi olan" ,
2025-01-23 13:39:30 +00:00
"is not member of" : "şunun üyesi olmayan"
2017-03-10 01:08:01 +00:00
} ,
"nplurals=2; plural=(n > 1);" ) ;