tr.js 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Successfully saved" : "Kaydedildi",
  5. "Saving failed:" : "Kaydedilemedi:",
  6. "File mime type" : "Dosya MIME türü",
  7. "is" : "şu olan",
  8. "is not" : "şu olmayan",
  9. "matches" : "şuna uyan",
  10. "does not match" : "şuna uymayan",
  11. "Example: {placeholder}" : "Örnek: {placeholder}",
  12. "File size (upload)" : "Dosya boyutu (yükleme)",
  13. "less" : "şundan küçük",
  14. "less or equals" : "şundan küçük ya da eşit",
  15. "greater or equals" : "şundan büyük ya da eşit",
  16. "greater" : "şundan büyük",
  17. "File system tag" : "Dosya sistemi etiketi",
  18. "is tagged with" : "şununla etiketlenmiş",
  19. "is not tagged with" : "şununla etiketlenmemiş",
  20. "Select tag…" : "Etiketi seçin...",
  21. "Request remote address" : "Uzak adres isteği",
  22. "matches IPv4" : "şu IPv4 adresine uyan",
  23. "does not match IPv4" : "şu IPv4 adresine uymayan",
  24. "matches IPv6" : "şu IPv6 adresine uyan",
  25. "does not match IPv6" : "şu IPv6 adresine uymayan",
  26. "Request time" : "İstek zamanı",
  27. "between" : "şunların arasında olan",
  28. "not between" : "şunların arasında olmayan",
  29. "Start" : "Başlangıç",
  30. "End" : "Bitiş",
  31. "Select timezone…" : "Saat dilimini seçin...",
  32. "Request URL" : "İstek Adresi",
  33. "Predefined URLs" : "Hazır Adresler",
  34. "Files WebDAV" : "Dosya WebDAV",
  35. "Request user agent" : "Kullanıcı yazılımı istensin",
  36. "Sync clients" : "İstemciler eşitlensin",
  37. "Android client" : "Android istemcisi",
  38. "iOS client" : "iOS istemcisi",
  39. "Desktop client" : "Masaüstü istemcisi",
  40. "User group membership" : "Kullanıcı grubu üyeliği",
  41. "is member of" : "şunun üyesi olan",
  42. "is not member of" : "şunun üyesi olmayan",
  43. "The given operator is invalid" : "Belirtilen işlem geçersiz",
  44. "The given regular expression is invalid" : "Belirtilen kurallı ifade geçersiz",
  45. "The given file size is invalid" : "Belirtilen dosya boyutu geçersiz",
  46. "The given tag id is invalid" : "Belirtilen etiket kodu geçersiz",
  47. "The given IP range is invalid" : "Belirtilen IP adresi aralığı geçersiz",
  48. "The given IP range is not valid for IPv4" : "Belirtilen IP adresi aralığı IPv4 için geçersiz",
  49. "The given IP range is not valid for IPv6" : "Belirtilen IP adresi aralığı IPv6 için geçersiz",
  50. "The given time span is invalid" : "Belirtilen zaman aralığı geçersiz",
  51. "The given start time is invalid" : "Belirtilen başlangıç zamanı geçersiz",
  52. "The given end time is invalid" : "Belirtilen bitiş zamanı geçersiz",
  53. "The given group does not exist" : "Belirtilen grup bulunamadı",
  54. "Check %s is invalid or does not exist" : "%s denetimi geçersiz ya da bulunamadı",
  55. "Operation #%s does not exist" : "#%s işlemi bulunamadı",
  56. "Operation %s does not exist" : "%s işlemi bulunamadı",
  57. "Operation %s is invalid" : "%s işlemi geçersiz",
  58. "Check %s does not exist" : "%s denetimi bulunamadı",
  59. "Check %s is invalid" : "%s denetimi geçersiz",
  60. "Check #%s does not exist" : "#%s denetimi bulunamadı",
  61. "Workflow" : "İş akışı",
  62. "Open documentation" : "Belgeleri aç",
  63. "Add rule group" : "Kural grubu ekle",
  64. "Short rule description" : "Kısa kural açıklaması",
  65. "Add rule" : "Kural ekle",
  66. "Reset" : "Sıfırla",
  67. "Save" : "Kaydet",
  68. "Saving…" : "Kaydediliyor...",
  69. "Loading…" : "Yükleniyor..."
  70. },
  71. "nplurals=2; plural=(n > 1);");