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.

pt_PT.js 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "O operador em questão é inválido",
  5. "The given regular expression is invalid" : "A dada expressão regular é inválida",
  6. "The given file size is invalid" : "O tamanho dado do ficheiro é inválido",
  7. "The given tag id is invalid" : "A determinada identificação da etiqueta é inválida",
  8. "The given IP range is invalid" : "O intervalo de IP dado é inválido",
  9. "The given IP range is not valid for IPv4" : "A gama IP dada não é válida para IPv4",
  10. "The given IP range is not valid for IPv6" : "A gama de IP indicada não é válida para IPv6",
  11. "The given time span is invalid" : "O período de tempo dado é inválido",
  12. "The given start time is invalid" : "A determinada hora de início é inválida",
  13. "The given end time is invalid" : "O tempo final dado é inválido",
  14. "The given group does not exist" : "O grupo em questão não existe",
  15. "File" : "Ficheiro",
  16. "File created" : "Ficheiro criado",
  17. "File updated" : "Ficheiro enviado",
  18. "File renamed" : "Ficheiro renomeado",
  19. "File deleted" : "Ficheiro apagado",
  20. "File accessed" : "Ficheiro acedido",
  21. "File copied" : "Ficheiro copiado",
  22. "Tag assigned" : "Etiqueta atribuída",
  23. "Someone" : "Alguém",
  24. "%s created %s" : "1%s criado 1%s",
  25. "%s modified %s" : "1%s modificado 1%s",
  26. "%s deleted %s" : "1%s apagado 1%s",
  27. "%s accessed %s" : "1%s acedido 1%s",
  28. "%s renamed %s" : "1%s renomeado 1%s",
  29. "%s copied %s" : "1%s copiado 1%s",
  30. "%s assigned %s to %s" : "1%s atribuido 1%s para 1%s",
  31. "Operation #%s does not exist" : "Operação #1%s não existe",
  32. "Entity %s does not exist" : "Entidade %s não existe",
  33. "Entity %s is invalid" : "Entidade %s é inválida",
  34. "No events are chosen." : "Não são escolhidos eventos.",
  35. "Entity %s has no event %s" : "Entidade %s não tem evento %s",
  36. "Flow" : "Fluxo",
  37. "Nextcloud workflow engine" : "Motor de fluxo de trabalho da Nextcloud",
  38. "Select a filter" : "Selecionar um filtro",
  39. "Select a comparator" : "Selecionar um comparador",
  40. "Folder" : "Pasta",
  41. "Images" : "Imagens",
  42. "No results" : "Sem resultados",
  43. "%s (invisible)" : "%s (invisível)",
  44. "%s (restricted)" : "%s (limitado)",
  45. "Predefined URLs" : "URLs Predefinidos",
  46. "Files WebDAV" : "Ficheiros WebDAV",
  47. "Android client" : "Cliente de Android",
  48. "iOS client" : "Cliente de iOS",
  49. "Desktop client" : "Cliente de PC",
  50. "Thunderbird & Outlook addons" : "Extras do Thunderbird & Outlook",
  51. "Cancel" : "Cancelar",
  52. "Delete" : "Apagar",
  53. "Save" : "Guardar",
  54. "matches" : "corresponde",
  55. "does not match" : "não corresponde",
  56. "is" : "é",
  57. "is not" : "não é",
  58. "File name" : "Nome do ficheiro",
  59. "File MIME type" : "Tipo de ficheiro MIME",
  60. "File size (upload)" : "Tamanho do ficheiro (envio)",
  61. "less" : "menor",
  62. "less or equals" : "menor ou igual",
  63. "greater or equals" : "maior ou igual",
  64. "greater" : "maior",
  65. "Request remote address" : "Solicitar endereço remoto",
  66. "Request URL" : "Solicitar URL",
  67. "between" : "entre",
  68. "Request user agent" : "Solicitar agente de utilizador"
  69. },
  70. "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");