You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

eo.js 4.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "Tiu operaciilo ne eblas",
  5. "The given regular expression is invalid" : "Tiu regulesprimo ne validas",
  6. "The given file size is invalid" : "Tiu dosiergrando ne validas",
  7. "The given tag id is invalid" : "Tiu etikeda identigilo ne validas",
  8. "The given IP range is invalid" : "Tiu IP-intervalo ne validas",
  9. "The given IP range is not valid for IPv4" : "Tiu IP-intervalo ne validas rilate al IPv4",
  10. "The given IP range is not valid for IPv6" : "Tiu IP-intervalo ne validas rilate al IPv6",
  11. "The given time span is invalid" : "Tiu hora intervalo ne validas",
  12. "The given start time is invalid" : "Tiu komenca horo ne validas",
  13. "The given end time is invalid" : "Tiu fina horo ne validas",
  14. "The given group does not exist" : "Tiu grupo ne ekzistas",
  15. "File" : "Dosiero",
  16. "File created" : "Dosiero kreita",
  17. "File updated" : "Dosiero ĝisdatigita",
  18. "File renamed" : "Dosiero alinomita",
  19. "File deleted" : "Dosiero forigita",
  20. "File accessed" : "Dosiero atingita",
  21. "File copied" : "Dosiero kopiita",
  22. "Tag assigned" : "Etikedo atribuita",
  23. "Operation #%s does not exist" : "Operacio n-ro %s ne ekzistas",
  24. "Entity %s does not exist" : "Ento %s ne ekzistas",
  25. "Entity %s is invalid" : "Ento %s ne validas",
  26. "No events are chosen." : "Neniu okazaĵo elektita.",
  27. "Entity %s has no event %s" : "Ento %s ne havas okazaĵon %s",
  28. "Operation %s does not exist" : "Operacio %s ne ekzistas",
  29. "Operation %s is invalid" : "Operacio %s ne validas",
  30. "Check %s does not exist" : "Kontrolo %s ne ekzistas",
  31. "Check %s is invalid" : "Kontrolo %s ne validas",
  32. "Check %s is not allowed with this entity" : "La kontrolo %s ne estas permesita kun tiu ento",
  33. "Check #%s does not exist" : "Kontrolo n-ro %s ne ekzistas",
  34. "Check %s is invalid or does not exist" : "La kontrolo %s ne validas aŭ ne ekzistas",
  35. "Nextcloud workflow engine" : "Modulo de laborfluo de Nextcloud",
  36. "Select a filter" : "Elekti filtrilon",
  37. "Select a comparator" : "Elekti komparilon",
  38. "Select a file type" : "Elekti dosierformon",
  39. "e.g. httpd/unix-directory" : "ekz. httpd/unix-directory",
  40. "Folder" : "Dosierujo",
  41. "Images" : "Bildoj",
  42. "Office documents" : "Oficejaj dokumentoj",
  43. "PDF documents" : "PDF-dokumentoj",
  44. "Custom mimetype" : "Propra MIME-tipo",
  45. "Select a tag" : "Elekti etikedon",
  46. "No results" : "Neniu rezulto",
  47. "%s (invisible)" : "%s (nevidebla)",
  48. "%s (restricted)" : "%s (limigita)",
  49. "Please enter a valid time span" : "Entajpu validan intertempon",
  50. "Select a request URL" : "Elekti petan retadreson",
  51. "Predefined URLs" : "Antaŭdifinitaj retadresoj",
  52. "Files WebDAV" : "Dosieroj WebDAV",
  53. "Others" : "Aliaj",
  54. "Custom URL" : "Propra retadreso",
  55. "Select a user agent" : "Elekti retumil-identigilo („user-agent“)",
  56. "Android client" : "Androida kliento",
  57. "iOS client" : "iOS-a kliento",
  58. "Desktop client" : "Labortabla kliento",
  59. "Thunderbird & Outlook addons" : "Thunderbird-a kaj Outlook-a aldonaĵo",
  60. "Custom user agent" : "Propra retumil-identigilo („user-agent“)",
  61. "When" : "Kiam",
  62. "and" : "kaj",
  63. "Cancel" : "Nuligi",
  64. "Delete" : "Forigi",
  65. "The configuration is invalid" : "La agordo ne validas",
  66. "Save" : "Konservi",
  67. "Show less" : "Montri malpli",
  68. "Show more" : "Montri pli",
  69. "matches" : "kongruas kun",
  70. "does not match" : "ne kongruas kun",
  71. "is" : "estas",
  72. "is not" : "ne estas",
  73. "File name" : "Dosiernomo",
  74. "File MIME type" : "Dosiera MIME-tipo",
  75. "File size (upload)" : "Dosiergrando (alŝuto)",
  76. "less" : "malpli",
  77. "less or equals" : "malpli aŭ egalas al",
  78. "greater or equals" : "pli aŭ egalas al",
  79. "greater" : "pli",
  80. "Request remote address" : "Fora adreso de la peto",
  81. "matches IPv4" : "kongruas kun IPv4",
  82. "does not match IPv4" : "ne kongruas kun IPv4",
  83. "matches IPv6" : "kongruas kun IPv6",
  84. "does not match IPv6" : "ne kongruas kun IPv6",
  85. "File system tag" : "Dosiersistema etikedo",
  86. "is tagged with" : "estas etikedita per",
  87. "is not tagged with" : "ne estas etikedita per",
  88. "Request URL" : "Retadreso („URL“) de la peto",
  89. "Request time" : "Horo de la peto",
  90. "between" : "inter",
  91. "not between" : "ne inter",
  92. "Request user agent" : "Retumil-identigilo („user-agent“)",
  93. "User group membership" : "Grupano",
  94. "is member of" : "estas membro de",
  95. "is not member of" : "ne estas membro de"
  96. },
  97. "nplurals=2; plural=(n != 1);");