nextcloud/apps/workflowengine/l10n/tr.js

75 lines
3.6 KiB
JavaScript
Raw Normal View History

2017-03-10 04:08:01 +03:00
OC.L10N.register(
"workflowengine",
{
2018-04-27 03:11:53 +03:00
"Group list is empty" : "Grup listesi boş",
2018-03-17 04:11:30 +03:00
"Unable to retrieve the group list" : "Grup listesi alınamadı",
2017-04-20 03:07:36 +03:00
"Saved" : "Kaydedildi",
2017-03-10 04:08:01 +03:00
"Saving failed:" : "Kaydedilemedi:",
2017-04-20 03:07:36 +03:00
"File MIME type" : "Dosya MIME türü",
2017-03-10 04:08:01 +03:00
"is" : "şu olan",
"is not" : "şu olmayan",
"matches" : "şuna uyan",
"does not match" : "şuna uymayan",
"Example: {placeholder}" : "Örnek: {placeholder}",
"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",
"File system tag" : "Dosya sistemi etiketi",
"is tagged with" : "şununla etiketlenmiş",
"is not tagged with" : "şununla etiketlenmemiş",
"Select tag…" : "Etiketi seçin...",
"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",
"Request time" : "İstek zamanı",
"between" : "şunların arasında olan",
"not between" : "şunların arasında olmayan",
"Start" : "Başlangıç",
"End" : "Bitiş",
"Select timezone…" : "Saat dilimini seçin...",
"Request URL" : "İstek Adresi",
"Predefined URLs" : "Hazır Adresler",
"Files WebDAV" : "Dosya WebDAV",
"Request user agent" : "Kullanıcı yazılımı istensin",
"Sync clients" : "İstemciler eşitlensin",
"Android client" : "Android istemcisi",
"iOS client" : "iOS istemcisi",
"Desktop client" : "Masaüstü istemcisi",
"User group membership" : "Kullanıcı grubu üyeliği",
"is member of" : "şunun üyesi olan",
"is not member of" : "şunun üyesi olmayan",
"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ı",
"Check %s is invalid or does not exist" : "%s denetimi geçersiz ya da bulunamadı",
"Operation #%s does not exist" : "#%s işlemi bulunamadı",
"Operation %s does not exist" : "%s işlemi bulunamadı",
"Operation %s is invalid" : "%s işlemi geçersiz",
"Check %s does not exist" : "%s denetimi bulunamadı",
"Check %s is invalid" : "%s denetimi geçersiz",
"Check #%s does not exist" : "#%s denetimi bulunamadı",
"Workflow" : "İş akışı",
2018-02-13 00:33:37 +03:00
"Files workflow engine" : "Dosya iş akışı motoru",
2017-03-10 04:08:01 +03:00
"Open documentation" : "Belgeleri aç",
"Add rule group" : "Kural grubu ekle",
"Short rule description" : "Kısa kural açıklaması",
"Add rule" : "Kural ekle",
"Reset" : "Sıfırla",
"Save" : "Kaydet",
"Saving…" : "Kaydediliyor...",
2018-02-01 21:28:02 +03:00
"Loading…" : "Yükleniyor..."
2017-03-10 04:08:01 +03:00
},
"nplurals=2; plural=(n > 1);");