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_BR.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "Commands:": "Comandos:",
  3. "Options:": "Opções:",
  4. "Examples:": "Exemplos:",
  5. "boolean": "boolean",
  6. "count": "contagem",
  7. "string": "string",
  8. "number": "número",
  9. "array": "array",
  10. "required": "obrigatório",
  11. "default:": "padrão:",
  12. "choices:": "opções:",
  13. "aliases:": "sinônimos:",
  14. "generated-value": "valor-gerado",
  15. "Not enough non-option arguments: got %s, need at least %s": "Argumentos insuficientes: Argumento %s, necessário pelo menos %s",
  16. "Too many non-option arguments: got %s, maximum of %s": "Excesso de argumentos: recebido %s, máximo de %s",
  17. "Missing argument value: %s": {
  18. "one": "Falta valor de argumento: %s",
  19. "other": "Falta valores de argumento: %s"
  20. },
  21. "Missing required argument: %s": {
  22. "one": "Falta argumento obrigatório: %s",
  23. "other": "Faltando argumentos obrigatórios: %s"
  24. },
  25. "Unknown argument: %s": {
  26. "one": "Argumento desconhecido: %s",
  27. "other": "Argumentos desconhecidos: %s"
  28. },
  29. "Invalid values:": "Valores inválidos:",
  30. "Argument: %s, Given: %s, Choices: %s": "Argumento: %s, Dado: %s, Opções: %s",
  31. "Argument check failed: %s": "Verificação de argumento falhou: %s",
  32. "Implications failed:": "Implicações falharam:",
  33. "Not enough arguments following: %s": "Argumentos insuficientes a seguir: %s",
  34. "Invalid JSON config file: %s": "Arquivo JSON de configuração inválido: %s",
  35. "Path to JSON config file": "Caminho para o arquivo JSON de configuração",
  36. "Show help": "Exibe ajuda",
  37. "Show version number": "Exibe a versão",
  38. "Did you mean %s?": "Você quis dizer %s?",
  39. "Arguments %s and %s are mutually exclusive" : "Argumentos %s e %s são mutualmente exclusivos"
  40. }