75 lines
3.6 KiB
JavaScript
75 lines
3.6 KiB
JavaScript
OC.L10N.register(
|
||
"workflowengine",
|
||
{
|
||
"Group list is empty" : "Grup listesi boş",
|
||
"Unable to retrieve the group list" : "Grup listesi alınamadı",
|
||
"Saved" : "Kaydedildi",
|
||
"Saving failed:" : "Kaydedilemedi:",
|
||
"File MIME type" : "Dosya MIME türü",
|
||
"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ışı",
|
||
"Files workflow engine" : "Dosya iş akışı motoru",
|
||
"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...",
|
||
"Loading…" : "Yükleniyor..."
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|