Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "L'operador apurríu ye inválidu",
  5. "The given regular expression is invalid" : "La espresión regular apurrida ye inválida",
  6. "The given file size is invalid" : "El tamañu del ficheru apurríu ye inválidu",
  7. "The given tag id is invalid" : "La ID d'etiqueta apurrida ye inválida",
  8. "The given IP range is invalid" : "L'intervalu d'IPs ye inválida",
  9. "The given IP range is not valid for IPv4" : "L'intervalu d'IPs nun ye válidu pa IPv4",
  10. "The given IP range is not valid for IPv6" : "L'intervalu d'IPs nun ye válidu pa IPv6",
  11. "The given time span is invalid" : "L'intervalu de tiempu apurríu nun ye válidu",
  12. "The given start time is invalid" : "La hora de comienzu ye inválida",
  13. "The given end time is invalid" : "La hora de fin ye inválida",
  14. "The given group does not exist" : "El grupu apurríu nun esiste",
  15. "File" : "Ficheru",
  16. "File created" : "Creóse'l ficheru",
  17. "File updated" : "Anovóse'l ficheru",
  18. "File renamed" : "Renomóse'l ficheru",
  19. "File deleted" : "Desanicióse'l ficheru",
  20. "File accessed" : "Accedióse al ficheru",
  21. "File copied" : "Copióse'l ficheru",
  22. "Tag assigned" : "Asignóse la etiqueta",
  23. "Someone" : "Daquień",
  24. "%s created %s" : "%s creó «%s»",
  25. "%s modified %s" : "%s modificó «%s»",
  26. "%s deleted %s" : "%s desanició «%s»",
  27. "%s accessed %s" : "%s accedió a «%s»",
  28. "%s renamed %s" : "%s renomó «%s»",
  29. "%s copied %s" : "%s copió «%s»",
  30. "%s assigned %s to %s" : "%s asignó «%s» a %s",
  31. "Operation #%s does not exist" : "La operación #%s nun esiste",
  32. "Entity %s does not exist" : "La entidá «%s» nun esiste",
  33. "Entity %s is invalid" : "La entidá «%s» ye inválida",
  34. "No events are chosen." : "Nun s'escoyó nengún eventu.",
  35. "Entity %s has no event %s" : "La entidá «%s» nun tien nengún eventu «%s»",
  36. "Operation %s does not exist" : "La operación «%s» nun esiste",
  37. "Operation %s is invalid" : "La operación «%s» ye inválida",
  38. "Invalid check provided" : "Fornióse una comprobación inválida",
  39. "Check %s does not exist" : "La comprobación «%s» nun esiste",
  40. "Check %s is invalid" : "La comprobación «%s» ye inválida",
  41. "Check %s is not allowed with this entity" : "La comprobación «%s» nun ta permitida con esta entidá",
  42. "Check #%s does not exist" : "La comprobación #%s nun esiste",
  43. "Check %s is invalid or does not exist" : "La comprobación «%s» ye inválida o nun esiste",
  44. "Flow" : "Fluxu",
  45. "Remove filter" : "Quitar la peñera",
  46. "Folder" : "Carpeta",
  47. "Images" : "Imáxenes",
  48. "Office documents" : "Documentos ofimáticos",
  49. "PDF documents" : "Documentos PDF",
  50. "Android client" : "Veceru p'Android",
  51. "iOS client" : "Veceru pa iOS",
  52. "Desktop client" : "Veceru pa ordenadores",
  53. "Select groups" : "Seleicionar grupos",
  54. "Groups" : "Grupos",
  55. "and" : "y",
  56. "Cancel" : "Encaboxar",
  57. "Delete" : "Desaniciar",
  58. "The configuration is invalid" : "La configuración ye inválida",
  59. "Active" : "Activa",
  60. "Save" : "Guardar",
  61. "No flows installed" : "Nun s'instaló nengún fluxu",
  62. "More flows" : "Más fluxos",
  63. "Show less" : "Amosar menos",
  64. "Show more" : "Amosar más",
  65. "Configured flows" : "Fluxos configuraos",
  66. "No flows configured" : "Nun se configuró nengún fluxu",
  67. "does not match" : "nun concasa",
  68. "is" : "ye",
  69. "is not" : "nun ye",
  70. "File name" : "Nome del ficheru",
  71. "between" : "ente"
  72. },
  73. "nplurals=2; plural=(n != 1);");