gl.js 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Saved" : "Gardado",
  5. "Saving failed:" : "Erro gardando:",
  6. "File MIME type" : "Tipo MIME do ficheiro",
  7. "is" : "é",
  8. "is not" : "non é",
  9. "matches" : "coincidencias",
  10. "does not match" : "non coincide",
  11. "Example: {placeholder}" : "Exemplo: {placeholder}",
  12. "File size (upload)" : "Tamaño do ficheiro (envío)",
  13. "less" : "menor",
  14. "less or equals" : "menor ou igual",
  15. "greater or equals" : "maior ou igual",
  16. "greater" : "maior",
  17. "File system tag" : "Etiqueta do sistema de ficheiros",
  18. "is tagged with" : "está etiquetado con",
  19. "is not tagged with" : "non está etiquetado con",
  20. "Select tag…" : "Escolla a etiqueta...",
  21. "Request remote address" : "Solicitar o enderezo remoto",
  22. "matches IPv4" : "concorda con IPv4",
  23. "does not match IPv4" : "non concorda con IPv4",
  24. "matches IPv6" : "concorda con IPv6",
  25. "does not match IPv6" : "non concorda con IPv6",
  26. "Request time" : "Tempo da solicitude",
  27. "between" : "entre",
  28. "not between" : "non entre",
  29. "Start" : "Comezo",
  30. "End" : "Final",
  31. "Select timezone…" : "Seleccionar o fuso horario…",
  32. "Request URL" : "Solicitar URL",
  33. "Predefined URLs" : "URL predefinidas",
  34. "Files WebDAV" : "Arquiva en WebDAV",
  35. "Request user agent" : "Solicitar axente de usuario",
  36. "Sync clients" : "Sincronizar clientes",
  37. "Android client" : "Cliente Android",
  38. "iOS client" : "Cliente iOS",
  39. "Desktop client" : "Cliente de escritorio",
  40. "User group membership" : "Pertencia a un grupo de usuarios",
  41. "is member of" : "é membro de",
  42. "is not member of" : "non é membro de",
  43. "The given operator is invalid" : "O operador indicado é incorrecto",
  44. "The given regular expression is invalid" : "A expresión regular indicada é incorrecta",
  45. "The given file size is invalid" : "O tamaño do ficheiro indicado é incorrecto",
  46. "The given tag id is invalid" : "A etiqueta indicada é incorrecta",
  47. "The given IP range is invalid" : "O intervalo de IPs indicado é incorrecto",
  48. "The given IP range is not valid for IPv4" : "O intervalo de IPs indicado é incorrecto para IPv4",
  49. "The given IP range is not valid for IPv6" : "O intervalo de IPs indicado é incorrecto para IPv6",
  50. "The given time span is invalid" : "O intervalo temporal indicado é incorrecto",
  51. "The given start time is invalid" : "O tempo de comezo indicado é incorrecto",
  52. "The given end time is invalid" : "O tempo final indicado é incorrecto",
  53. "The given group does not exist" : "O grupo indicado non existe",
  54. "Check %s is invalid or does not exist" : "A proba %s é incorrecta ou non existe",
  55. "Operation #%s does not exist" : "Non existe a operación num. %s ",
  56. "Operation %s does not exist" : "Non existe a operación %s",
  57. "Operation %s is invalid" : "A operación %s é incorrecta",
  58. "Check %s does not exist" : "Non existe a proba %s",
  59. "Check %s is invalid" : "A proba %s é incorrecta",
  60. "Check #%s does not exist" : "Non existe a proba num. %s ",
  61. "Workflow" : "Fluxo de traballo",
  62. "Open documentation" : "Documentación aberta",
  63. "Add rule group" : "Engadir unha regra de grupo",
  64. "Short rule description" : "Breve descrición da regra",
  65. "Add rule" : "Engadir regra",
  66. "Reset" : "Restabelecer",
  67. "Save" : "Gardar",
  68. "Saving…" : "Gardando...",
  69. "Loading…" : "Cargando..."
  70. },
  71. "nplurals=2; plural=(n != 1);");