diff options
Diffstat (limited to 'apps/workflowengine/l10n/tr.js')
-rw-r--r-- | apps/workflowengine/l10n/tr.js | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/apps/workflowengine/l10n/tr.js b/apps/workflowengine/l10n/tr.js index 9c4c1564165..41f1f784099 100644 --- a/apps/workflowengine/l10n/tr.js +++ b/apps/workflowengine/l10n/tr.js @@ -4,7 +4,7 @@ OC.L10N.register( "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 tag id is invalid" : "Belirtilen etiket kimliği 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", @@ -48,46 +48,50 @@ OC.L10N.register( "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", - "e.g. httpd/unix-directory" : "örnek httpd/unix-directory", + "Remove filter" : "Süzgeci kaldır", "Folder" : "Klasör", "Images" : "Görseller", "Office documents" : "Office belgeleri", "PDF documents" : "PDF belgeleri", + "Custom MIME type" : "Özel MIME türü", "Custom mimetype" : "Özel MIME türü", - "Select a tag" : "Etiket seçin", - "No results" : "Herhangi bir sonuç bulunamadı", - "%s (invisible)" : "%s (görünmez)", - "%s (restricted)" : "%s (kısıtlı)", + "Select a file type" : "Bir dosya türü seçin", + "e.g. httpd/unix-directory" : "örnek httpd/unix-directory", "Please enter a valid time span" : "Lütfen geçerli bir tarih aralığı seçin", - "Select a request URL" : "Bir istek adresi seçin", - "Predefined URLs" : "Hazır adresler", "Files WebDAV" : "Dosya WebDAV", - "Others" : "Diğerleri", "Custom URL" : "Özel adres", - "Select a user agent" : "Bir kullanıcı uygulaması seçin", + "Select a request URL" : "Bir istek adresi seçin", "Android client" : "Android istemcisi", "iOS client" : "iOS istemcisi", - "Desktop client" : "Masaüstü istemcisi", + "Desktop client" : "Bilgisayar istemcisi", "Thunderbird & Outlook addons" : "Thunderbird ve Outlook eklentileri", "Custom user agent" : "Özel kullanıcı uygulaması", + "Select a user agent" : "Bir kullanıcı uygulaması seçin", + "Select groups" : "Grupları seçin", + "Groups" : "Gruplar", + "Type to search for group …" : "Grup aramak için yazmaya başlayın…", + "Select a trigger" : "Bir tetikleyici seçin", "At least one event must be selected" : "En az bir etkinlik seçilmelidir", "Add new flow" : "Akış ekle", + "The configuration is invalid" : "Yapılandırma geçersiz", + "Active" : "Etkin", + "Save" : "Kaydet", "When" : "Şu zamanda", "and" : "ve", + "Add a new filter" : "Yeni süzgeç ekle", "Cancel" : "İptal", "Delete" : "Sil", - "The configuration is invalid" : "Yapılandırma geçersiz", - "Active" : "Etkin", - "Save" : "Kaydet", "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.", + "No flows installed" : "Herhangi bir akış kurulmamış", + "Ask your administrator to install new flows." : "Yöneticinizden yeni akışlar kurmasını isteyin.", "More flows" : "Diğer akışlar", "Browse the App Store" : "Uygulama mağazasına göz atın", "Show less" : "Daha az ayrıntı", "Show more" : "Daha çok ayrıntı", "Configured flows" : "Yapılandırılmış akışlar", "Your flows" : "Akışlarınız", + "No flows configured" : "Herhangi bir akış yapılandırılmamış", "matches" : "şuna uyan", "does not match" : "şuna uymayan", "is" : "şu olan", @@ -107,14 +111,13 @@ OC.L10N.register( "File system tag" : "Dosya sistemi etiketi", "is tagged with" : "şununla etiketlenmiş", "is not tagged with" : "şununla etiketlenmemiş", - "Request URL" : "İstek Adresi", + "Request URL" : "İstek adresi", "Request time" : "İstek zamanı", "between" : "şunların arasında olan", "not between" : "şunların arasında olmayan", "Request user agent" : "Kullanıcı uygulaması istensin", - "User group membership" : "Kullanıcı grubu üyeliği", + "Group membership" : "Grup üyeliği", "is member of" : "şunun üyesi olan", - "is not member of" : "şunun üyesi olmayan", - "Browse the app store" : "Uygulama mağazasına göz atın" + "is not member of" : "şunun üyesi olmayan" }, "nplurals=2; plural=(n > 1);"); |