github.com/jghiloni/cli@v6.28.1-0.20170628223758-0ce05fe032a2+incompatible/cf/i18n/resources/pt-br.all.json (about) 1 [ 2 { 3 "id": "\n\nTIP:\n", 4 "translation": "\n\nDICA:\n" 5 }, 6 { 7 "id": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 8 "translation": "\n\nSua sintaxe da sequência JSON é inválida. A sintaxe adequada é esta: cf set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 9 }, 10 { 11 "id": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 12 "translation": "\n\nSua sintaxe da sequência JSON é inválida. A sintaxe adequada é esta: cf set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 13 }, 14 { 15 "id": "\n* These service plans have an associated cost. Creating a service instance will incur this cost.", 16 "translation": "\n* Esses planos de serviços têm um custo associado. A criação de uma instância de serviço incorrerá nesse custo." 17 }, 18 { 19 "id": "\nApp started\n", 20 "translation": "\nApp iniciado\n" 21 }, 22 { 23 "id": "\nApp state changed to started, but note that it has 0 instances.\n", 24 "translation": "\nO estado do app mudou para iniciado, mas observe que ele tem 0 instâncias.\n" 25 }, 26 { 27 "id": "\nApp {{.AppName}} was started using this command `{{.Command}}`\n", 28 "translation": "\nO app {{.AppName}} foi iniciado usando este comando `{{.Command}}`\n" 29 }, 30 { 31 "id": "\nNo api endpoint set.", 32 "translation": "\nNenhum terminal de API configurado." 33 }, 34 { 35 "id": "\nRoute to be unmapped is not currently mapped to the application.", 36 "translation": "\nRota cujo mapeamento será retirado não está mapeada atualmente para o aplicativo." 37 }, 38 { 39 "id": "\nTIP: Use 'cf marketplace -s SERVICE' to view descriptions of individual plans of a given service.", 40 "translation": "\nDICA: Use 'cf marketplace -s SERVICE' para visualizar descrições de planos individuais de um determinado serviço." 41 }, 42 { 43 "id": "\nTIP: Assign roles with '{{.CurrentUser}} set-org-role' and '{{.CurrentUser}} set-space-role'", 44 "translation": "\nDICA: Designe funções com '{{.CurrentUser}} set-org-role' e '{{.CurrentUser}} set-space-role'" 45 }, 46 { 47 "id": "\nTIP: Use '{{.CFTargetCommand}}' to target new space", 48 "translation": "\nDICA: Use '{{.CFTargetCommand}}' para destinar novo espaço" 49 }, 50 { 51 "id": "\nTIP: Use '{{.Command}}' to target new org", 52 "translation": "\nDICA: Use '{{.Command}}' para destinar nova organização" 53 }, 54 { 55 "id": "\nTIP: use 'cf login -a API --skip-ssl-validation' or 'cf api API --skip-ssl-validation' to suppress this error", 56 "translation": "\nDICA: Use 'cf login -a API --skip-ssl-validation' ou 'cf api API --skip-ssl-validation' para suprimir esse erro" 57 }, 58 { 59 "id": "\nTip: use `add-plugin-repo` command to add repos.", 60 "translation": "\nDica: use o comando `add-plugin-repo` para incluir repositório." 61 }, 62 { 63 "id": " CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n", 64 "translation": " CF_NAME copy-source SOURCE-APP TARGET-APP [-s TARGET-SPACE [-o TARGET-ORG]] [--no-restart]\n" 65 }, 66 { 67 "id": " Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.", 68 "translation": " Opcionalmente, forneça uma lista de tags delimitadas por vírgulas que serão gravadas na variável de ambiente VCAP_SERVICES para quaisquer aplicativos ligados." 69 }, 70 { 71 "id": " Optionally provide service-specific configuration parameters in a valid JSON object in-line.\n CF_NAME update-service -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \n The path to the parameters file can be an absolute or relative path to a file.\n CF_NAME update-service -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }", 72 "translation": " Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial.\n CF_NAME update-service -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido. \n O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo.\n CF_NAME update-service -c PATH_TO_FILE\n\n Exemplo de objeto JSON válido:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }" 73 }, 74 { 75 "id": " Optionally provide service-specific configuration parameters in a valid JSON object in-line:\n\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \n The path to the parameters file can be an absolute or relative path to a file.\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"permissions\": \"read-only\"\n }", 76 "translation": " Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial:\n\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido. \n O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo.\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\n\n Exemplo de objeto JSON válido:\n {\n \"permissions\": \"read-only\"\n }" 77 }, 78 { 79 "id": " Optionally provide service-specific configuration parameters in a valid JSON object in-line:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\n The path to the parameters file can be an absolute or relative path to a file:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }", 80 "translation": " Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido.\n O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo:\n\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\n\n Exemplo de objeto JSON válido:\n {\n \"cluster_nodes\": {\n \"count\": 5,\n \"memory_mb\": 1024\n }\n }" 81 }, 82 { 83 "id": " Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.", 84 "translation": " O caminho deve ser um arquivo zip, uma URL para um arquivo zip ou um diretório local. Ranqueamento é um número inteiro positivo, configura a prioridade e é classificado do mais baixo para o mais alto." 85 }, 86 { 87 "id": " The provided path can be an absolute or relative path to a file.\n It should have a single array with JSON objects inside describing the rules.", 88 "translation": " O caminho fornecido pode ser um caminho absoluto ou relativo para um arquivo.\n Deve ter uma única matriz com objetos JSON na parte interna descrevendo as regras." 89 }, 90 { 91 "id": " The provided path can be an absolute or relative path to a file. The file should have\n a single array with JSON objects inside describing the rules. The JSON Base Object is \n omitted and only the square brackets and associated child object are required in the file. \n\n Valid json file example:\n [\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n ]", 92 "translation": " O caminho fornecido pode ser um caminho absoluto ou relativo para um arquivo. O arquivo deve ter\n uma única matriz com objetos JSON na parte interna descrevendo as regras. O Objeto base JSON é \n omitido e apenas os colchetes e o objeto-filho associado são necessárias no arquivo. \n\n Exemplo de arquivo json válido:\n [\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n ]" 93 }, 94 { 95 "id": " View allowable quotas with 'CF_NAME quotas'", 96 "translation": " Visualizar cotas permitidas com 'CF_NAME quotas'" 97 }, 98 { 99 "id": " (Default: {{.DefaultValue}})", 100 "translation": "" 101 }, 102 { 103 "id": " added as '", 104 "translation": " incluído como '" 105 }, 106 { 107 "id": " does not exist as a repo", 108 "translation": " não existe como um repositório" 109 }, 110 { 111 "id": " does not exist as an available plugin repo.", 112 "translation": " não existe como um repositório de plug-in disponível." 113 }, 114 { 115 "id": " for ", 116 "translation": " para " 117 }, 118 { 119 "id": " is already started", 120 "translation": " já foi iniciado" 121 }, 122 { 123 "id": " is already stopped", 124 "translation": " já foi interrompido" 125 }, 126 { 127 "id": " is empty", 128 "translation": " é vazio" 129 }, 130 { 131 "id": " is not available in repo '", 132 "translation": " não está disponível no repositório '" 133 }, 134 { 135 "id": " is not responding. Please make sure it is a valid plugin repo.", 136 "translation": " não está respondendo. Certifique-se de que seja um repositório de plug-in válido." 137 }, 138 { 139 "id": " not found", 140 "translation": " Não localizado" 141 }, 142 { 143 "id": " removed from list of repositories", 144 "translation": " removido da lista de repositórios" 145 }, 146 { 147 "id": "\"Plugins\" object not found in the responded data.", 148 "translation": "Objeto \"Plugins\" não localizado nos dados respondidos." 149 }, 150 { 151 "id": "' is not a registered command. See 'cf help -a'", 152 "translation": "' não é um comando registrado. Consulte 'cf help'" 153 }, 154 { 155 "id": "'--docker-username' requires '--docker-image' to be specified", 156 "translation": "" 157 }, 158 { 159 "id": "'routes' should be a list", 160 "translation": "'routes' deve ser uma lista" 161 }, 162 { 163 "id": "'{{.VersionShort}}' and '{{.VersionLong}}' are also accepted.", 164 "translation": "'{{.VersionShort}}' e '{{.VersionLong}}' também são aceitos." 165 }, 166 { 167 "id": ") already exists.", 168 "translation": ") já existe." 169 }, 170 { 171 "id": "**Attention: Plugins are binaries written by potentially untrusted authors. Install and use plugins at your own risk.**\n\nDo you want to install the plugin {{.Plugin}}?", 172 "translation": "**Atenção: Plug-ins são binários gravados por autores potencialmente não confiáveis. Instale e use plug-ins por sua conta e risco.**\n\nDeseja instalar o plug-in {{.Plugin}}?" 173 }, 174 { 175 "id": "**EXPERIMENTAL** Create a V3 App", 176 "translation": "" 177 }, 178 { 179 "id": "**EXPERIMENTAL** Create a new droplet for an app", 180 "translation": "" 181 }, 182 { 183 "id": "**EXPERIMENTAL** Uploads a V3 Package", 184 "translation": "" 185 }, 186 { 187 "id": "2006-01-02 15:04:05 PM", 188 "translation": "" 189 }, 190 { 191 "id": "\u003call\u003e", 192 "translation": "" 193 }, 194 { 195 "id": "A command line tool to interact with Cloud Foundry", 196 "translation": "Uma ferramenta de linha de comandos para interagir com o Cloud Foundry" 197 }, 198 { 199 "id": "ADD/REMOVE PLUGIN", 200 "translation": "INCLUIR/REMOVER PLUG-IN" 201 }, 202 { 203 "id": "ADD/REMOVE PLUGIN REPOSITORY", 204 "translation": "INCLUIR/REMOVER REPOSITÓRIO DE PLUG-IN" 205 }, 206 { 207 "id": "ADD/REMOVE PLUGIN REPOSITORY:", 208 "translation": "" 209 }, 210 { 211 "id": "ADD/REMOVE PLUGIN:", 212 "translation": "" 213 }, 214 { 215 "id": "ADVANCED", 216 "translation": "AVANÇADO" 217 }, 218 { 219 "id": "ADVANCED:", 220 "translation": "" 221 }, 222 { 223 "id": "ALIAS:", 224 "translation": "ALIAS:" 225 }, 226 { 227 "id": "API URL to target", 228 "translation": "URL da API para o destino" 229 }, 230 { 231 "id": "API endpoint", 232 "translation": "Terminal de API" 233 }, 234 { 235 "id": "API endpoint (e.g. https://api.example.com)", 236 "translation": "Terminal de API (por exemplo, https://api.example.com)" 237 }, 238 { 239 "id": "API endpoint not found at '{{.URL}}'", 240 "translation": "" 241 }, 242 { 243 "id": "API endpoint:", 244 "translation": "Terminal de API:" 245 }, 246 { 247 "id": "API endpoint: {{.APIEndpoint}}", 248 "translation": "Terminal de API: {{.APIEndpoint}}" 249 }, 250 { 251 "id": "API endpoint: {{.APIEndpoint}} (API version: {{.APIVersion}})", 252 "translation": "Terminal de API: {{.APIEndpoint}} (Versão da API: {{.APIVersion}})" 253 }, 254 { 255 "id": "API endpoint: {{.Endpoint}}", 256 "translation": "Terminal de API: {{.Endpoint}}" 257 }, 258 { 259 "id": "APPS", 260 "translation": "APPS" 261 }, 262 { 263 "id": "APPS:", 264 "translation": "" 265 }, 266 { 267 "id": "APP_INSTANCES", 268 "translation": "APP_INSTANCES" 269 }, 270 { 271 "id": "APP_NAME", 272 "translation": "APP_NAME" 273 }, 274 { 275 "id": "Access for plans of a particular broker", 276 "translation": "Acesso para planos de um broker específico" 277 }, 278 { 279 "id": "Access for service name of a particular service offering", 280 "translation": "Acesso para o nome do serviço de um tipo de serviços específico" 281 }, 282 { 283 "id": "Acquiring running security groups as '{{.username}}'", 284 "translation": "Adquirindo grupos de segurança em execução como '{{.username}}'" 285 }, 286 { 287 "id": "Acquiring staging security group as {{.username}}", 288 "translation": "Adquirindo grupo de segurança temporário como {{.username}}" 289 }, 290 { 291 "id": "Add a new plugin repository", 292 "translation": "Incluir um novo repositório de plug-in" 293 }, 294 { 295 "id": "Add a url route to an app", 296 "translation": "Incluir uma rota de URL em um app" 297 }, 298 { 299 "id": "Adding route {{.URL}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 300 "translation": "Incluindo a rota {{.URL}} no app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 301 }, 302 { 303 "id": "Alias `{{.Command}}` in the plugin being installed is a native CF command/alias. Rename the `{{.Command}}` command in the plugin being installed in order to enable its installation and use.", 304 "translation": "O alias `{{.Command}}` no plug-in que está sendo instalado é um comando/alias CF nativo. Renomeie o comando `{{.Command}}` no plug-in que está sendo instalado para permitir sua instalação e uso." 305 }, 306 { 307 "id": "Alias `{{.Command}}` is a command/alias in plugin '{{.PluginName}}'. You could try uninstalling plugin '{{.PluginName}}' and then install this plugin in order to invoke the `{{.Command}}` command. However, you should first fully understand the impact of uninstalling the existing '{{.PluginName}}' plugin.", 308 "translation": "O alias `{{.Command}}` é um comando/alias no plug-in '{{.PluginName}}'. Você poderia tentar desinstalar o plug-in '{{.PluginName}}' e, em seguida, instalá-lo para chamar o comando `{{.Command}}`. No entanto, deve-se primeiro entender totalmente o impacto de se desinstalar o plug-in '{{.PluginName}}' existente." 309 }, 310 { 311 "id": "All available CLI commands", 312 "translation": "" 313 }, 314 { 315 "id": "Allow SSH access for the space", 316 "translation": "Permitir acesso SSH para o espaço" 317 }, 318 { 319 "id": "Also delete any mapped routes", 320 "translation": "Excluir também todas as rotas mapeadas" 321 }, 322 { 323 "id": "An org must be targeted before targeting a space", 324 "translation": "Deve-se destinar uma organização antes de destinar um espaço" 325 }, 326 { 327 "id": "App", 328 "translation": "App" 329 }, 330 { 331 "id": "App ", 332 "translation": "App " 333 }, 334 { 335 "id": "App instance limit", 336 "translation": "Limite de instância do app" 337 }, 338 { 339 "id": "App is not staged.", 340 "translation": "" 341 }, 342 { 343 "id": "App name is a required field", 344 "translation": "Nome do app é um campo obrigatório" 345 }, 346 { 347 "id": "App {{.AppName}} already exists.", 348 "translation": "" 349 }, 350 { 351 "id": "App {{.AppName}} does not exist.", 352 "translation": "O app {{.AppName}} não existe." 353 }, 354 { 355 "id": "App {{.AppName}} is a worker, skipping route creation", 356 "translation": "O app {{.AppName}} é um trabalhador, ignorando criação da rota" 357 }, 358 { 359 "id": "App {{.AppName}} is already bound to {{.ServiceName}}.", 360 "translation": "O app {{.AppName}} já está ligado a {{.ServiceName}}." 361 }, 362 { 363 "id": "App {{.AppName}} is already started", 364 "translation": "" 365 }, 366 { 367 "id": "App {{.AppName}} not found", 368 "translation": "" 369 }, 370 { 371 "id": "Append API request diagnostics to a log file", 372 "translation": "" 373 }, 374 { 375 "id": "Application health check type (Default: 'port', 'none' accepted for 'process', 'http' implies endpoint '/')", 376 "translation": "Tipo de verificação de funcionamento do aplicativo (Padrão: 'porta', 'nenhum' aceito para 'processo', 'http' implica no terminal '/')" 377 }, 378 { 379 "id": "Application instance index", 380 "translation": "Índice da instância do aplicativo" 381 }, 382 { 383 "id": "Application instance index (Default: 0)", 384 "translation": "" 385 }, 386 { 387 "id": "Application lifecycle:", 388 "translation": "" 389 }, 390 { 391 "id": "Application {{.AppName}} must not be configured with both 'routes' and 'domain'/'domains'", 392 "translation": "O aplicativo {{.AppName}} não deve ser configurado com 'routes' e 'domain'/'domains'" 393 }, 394 { 395 "id": "Application {{.AppName}} must not be configured with both 'routes' and 'host'/'hosts'", 396 "translation": "O aplicativo {{.AppName}} não deve ser configurado com 'routes' e 'host'/'hosts'" 397 }, 398 { 399 "id": "Application {{.AppName}} must not be configured with both 'routes' and 'no-hostname'", 400 "translation": "O aplicativo {{.AppName}} não deve ser configurado com 'routes' e 'no-hostname'" 401 }, 402 { 403 "id": "Applications in this space will be placed in isolation segment {{.orgIsolationSegment}}.", 404 "translation": "" 405 }, 406 { 407 "id": "Applications in this space will be placed in the platform default isolation segment.", 408 "translation": "" 409 }, 410 { 411 "id": "Apps:", 412 "translation": "Apps:" 413 }, 414 { 415 "id": "Assign a quota to an org", 416 "translation": "Designar uma cota a uma organização" 417 }, 418 { 419 "id": "Assign a space quota definition to a space", 420 "translation": "Designar uma definição de cota de espaço a um espaço" 421 }, 422 { 423 "id": "Assign a space role to a user", 424 "translation": "Designar uma função de espaço a um usuário" 425 }, 426 { 427 "id": "Assign an org role to a user", 428 "translation": "Designar uma função de organização a um usuário" 429 }, 430 { 431 "id": "Assign the isolation segment that apps in a space are started in", 432 "translation": "" 433 }, 434 { 435 "id": "Assigned Value", 436 "translation": "Valor designado" 437 }, 438 { 439 "id": "Assigning role {{.Role}} to user {{.CurrentUser}} in org {{.TargetOrg}} ...", 440 "translation": "Designando a função {{.Role}} ao usuário {{.CurrentUser}} na organização {{.TargetOrg}} ..." 441 }, 442 { 443 "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...", 444 "translation": "Designando a função {{.Role}} ao usuário {{.TargetUser}} na organização {{.TargetOrg}} / espaço {{.TargetSpace}} como {{.CurrentUser}}..." 445 }, 446 { 447 "id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...", 448 "translation": "Designando a função {{.Role}} ao usuário {{.TargetUser}} na organização {{.TargetOrg}} como {{.CurrentUser}}..." 449 }, 450 { 451 "id": "Assigning security group {{.security_group}} to space {{.space}} in org {{.organization}} as {{.username}}...", 452 "translation": "Designando o grupo de segurança {{.security_group}} ao espaço {{.space}} na organização {{.organization}} como {{.username}}..." 453 }, 454 { 455 "id": "Assigning space quota {{.QuotaName}} to space {{.SpaceName}} as {{.Username}}...", 456 "translation": "Designando a cota de espaço {{.QuotaName}} ao espaço {{.SpaceName}} como {{.Username}}..." 457 }, 458 { 459 "id": "Attempting to download binary file from internet address...", 460 "translation": "Tentando fazer download do arquivo binário a partir do endereço de Internet..." 461 }, 462 { 463 "id": "Attempting to migrate {{.ServiceInstanceDescription}}...", 464 "translation": "Tentando migrar {{.ServiceInstanceDescription}}..." 465 }, 466 { 467 "id": "Attention: Plugins are binaries written by potentially untrusted authors.", 468 "translation": "" 469 }, 470 { 471 "id": "Attention: The plan `{{.PlanName}}` of service `{{.ServiceName}}` is not free. The instance `{{.ServiceInstanceName}}` will incur a cost. Contact your administrator if you think this is in error.", 472 "translation": "Atenção: o plano `{{.PlanName}}` do serviço `{{.ServiceName}}` não é grátis. A instância `{{.ServiceInstanceName}}` incorrerá em um custo. Entre em contato com o administrador se você achar que isso está errado." 473 }, 474 { 475 "id": "Authenticate user non-interactively", 476 "translation": "Autenticar usuário não interativamente" 477 }, 478 { 479 "id": "Authenticating...", 480 "translation": "Autenticando..." 481 }, 482 { 483 "id": "Authentication has expired. Please log back in to re-authenticate.\n\nTIP: Use `cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` to log back in and re-authenticate.", 484 "translation": "A autenticação expirou. Efetue login novamente para nova autenticação.\n\nDICA: Use `cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` para efetuar login novamente e realizar uma nova autenticação." 485 }, 486 { 487 "id": "Authorization server did not redirect with one time code", 488 "translation": "O servidor de autorizações não foi redirecionado com um código descartável" 489 }, 490 { 491 "id": "BILLING MANAGER", 492 "translation": "GERENCIADOR DE FATURAMENTO" 493 }, 494 { 495 "id": "BUILDPACKS", 496 "translation": "BUILDPACKS" 497 }, 498 { 499 "id": "BUILDPACKS:", 500 "translation": "" 501 }, 502 { 503 "id": "Basic ", 504 "translation": "Básico " 505 }, 506 { 507 "id": "Before getting started:", 508 "translation": "" 509 }, 510 { 511 "id": "Bind a security group to a particular space, or all existing spaces of an org", 512 "translation": "Ligar um grupo de segurança a um espaço particular ou todos os espaços existentes de uma organização" 513 }, 514 { 515 "id": "Bind a security group to the list of security groups to be used for running applications", 516 "translation": "Ligar um grupo de segurança à lista de grupos de segurança a serem usados para aplicativos em execução" 517 }, 518 { 519 "id": "Bind a security group to the list of security groups to be used for staging applications", 520 "translation": "Ligar um grupo de segurança à lista de grupos de segurança a serem usados para aplicativos temporários" 521 }, 522 { 523 "id": "Bind a service instance to an HTTP route", 524 "translation": "Ligar uma instância de serviço a uma rota HTTP" 525 }, 526 { 527 "id": "Bind a service instance to an app", 528 "translation": "Vincular uma instância de serviço a um app" 529 }, 530 { 531 "id": "Binding between {{.InstanceName}} and {{.AppName}} did not exist", 532 "translation": "A ligação entre {{.InstanceName}} e {{.AppName}} não existia" 533 }, 534 { 535 "id": "Binding route {{.URL}} to service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 536 "translation": "Ligando a rota {{.URL}} à instância de serviço {{.ServiceInstanceName}} na organização {{.OrgName}}/espaço {{.SpaceName}} como {{.CurrentUser}}..." 537 }, 538 { 539 "id": "Binding security group {{.security_group}} to defaults for running as {{.username}}", 540 "translation": "Ligando o grupo de segurança {{.security_group}} aos padrões para execução como {{.username}}" 541 }, 542 { 543 "id": "Binding security group {{.security_group}} to staging as {{.username}}", 544 "translation": "Ligando o grupo de segurança {{.security_group}} para preparação como {{.username}}" 545 }, 546 { 547 "id": "Binding service {{.ServiceInstanceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 548 "translation": "Ligando o serviço {{.ServiceInstanceName}} ao app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 549 }, 550 { 551 "id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 552 "translation": "" 553 }, 554 { 555 "id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 556 "translation": "Ligando o serviço {{.ServiceName}} ao app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 557 }, 558 { 559 "id": "Binding {{.URL}} to {{.AppName}}...", 560 "translation": "Ligando {{.URL}} a {{.AppName}}..." 561 }, 562 { 563 "id": "Bound apps: {{.BoundApplications}}", 564 "translation": "Aplicativos limite: {{.BoundApplications}}" 565 }, 566 { 567 "id": "Buildpack {{.BuildpackName}} already exists", 568 "translation": "O buildpack {{.BuildpackName}} já existe" 569 }, 570 { 571 "id": "Buildpack {{.BuildpackName}} does not exist.", 572 "translation": "O buildpack {{.BuildpackName}} não existe." 573 }, 574 { 575 "id": "Byte quantity must be an integer with a unit of measurement like M, MB, G, or GB", 576 "translation": "A quantidade de byte deve ser um número inteiro com uma unidade de medida como M, MB, G ou GB" 577 }, 578 { 579 "id": "CANCELING", 580 "translation": "" 581 }, 582 { 583 "id": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/", 584 "translation": "CF_NAME add-plugin-repo PrivateRepo https://myprivaterepo.com/repo/" 585 }, 586 { 587 "id": "CF_NAME add-plugin-repo REPO_NAME URL", 588 "translation": "CF_NAME add-plugin-repo REPO_NAME URL" 589 }, 590 { 591 "id": "CF_NAME add-plugin-repo REPO_NAME URL\\n\\nEXAMPLES:\\n CF_NAME add-plugin-repo ExampleRepo https://example.com/repo", 592 "translation": "" 593 }, 594 { 595 "id": "CF_NAME allow-space-ssh SPACE_NAME", 596 "translation": "CF_NAME allow-space-ssh SPACE_NAME" 597 }, 598 { 599 "id": "CF_NAME api [URL]", 600 "translation": "CF_NAME api [URL]" 601 }, 602 { 603 "id": "CF_NAME app APP_NAME", 604 "translation": "CF_NAME app APP_NAME" 605 }, 606 { 607 "id": "CF_NAME apps", 608 "translation": "CF_NAME apps" 609 }, 610 { 611 "id": "CF_NAME auth USERNAME PASSWORD\n\n", 612 "translation": "CF_NAME auth USERNAME PASSWORD\n\n" 613 }, 614 { 615 "id": "CF_NAME auth USERNAME PASSWORD\\n\\nWARNING:\\n Providing your password as a command line option is highly discouraged\\n Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n CF_NAME auth name@example.com \\\"my password\\\" (use quotes for passwords with a space)\\n CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)", 616 "translation": "CF_NAME auth USERNAME PASSWORD\\n\\nAVISO:\\n É altamente desaconselhável fornecer sua senha como uma opção da linha de comandos\\n Sua senha poderá ficar visível para os outros e poderá ser registrada no histórico do shell\\n\\nEXEMPLOS:\\n CF_NAME auth name@example.com \\\"my password\\\" (usar aspas para senhas com um espaço)\\n CF_NAME auth name@example.com \\\"\\\\\\\"password\\\\\\\"\\\" (escapar aspas se usadas na senha)" 617 }, 618 { 619 "id": "CF_NAME auth name@example.com \"\\\"password\\\"\" (escape quotes if used in password)", 620 "translation": "CF_NAME auth name@example.com \"\\\"password\\\"\" (escapar aspas se usadas na senha)" 621 }, 622 { 623 "id": "CF_NAME auth name@example.com \"my password\" (use quotes for passwords with a space)", 624 "translation": "CF_NAME auth name@example.com \"my password\" (usar aspas para senhas com um espaço)" 625 }, 626 { 627 "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]", 628 "translation": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]" 629 }, 630 { 631 "id": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]\\n\\nEXAMPLES:\\n CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n CF_NAME bind-route-service example.com myratelimiter -c file.json\\n CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n In Windows PowerShell use double-quoted, escaped JSON: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n In Windows Command Line use single-quoted, escaped JSON: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'", 632 "translation": "CF_NAME bind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-c PARAMETERS_AS_JSON]\\n\\nEXEMPLOS:\\n CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo\\n CF_NAME bind-route-service example.com myratelimiter -c file.json\\n CF_NAME bind-route-service example.com myratelimiter -c '{\\\"valid\\\":\\\"json\\\"}'\\n\\n No Windows PowerShell, use JSON escapado com aspas duplas: \\\"{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}\\\"\\n Na linha de comandos do Windows, use JSON escapado com aspas simples: '{\\\\\\\"valid\\\\\\\":\\\\\\\"json\\\\\\\"}'" 633 }, 634 { 635 "id": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo", 636 "translation": "CF_NAME bind-route-service example.com myratelimiter --hostname myapp --path foo" 637 }, 638 { 639 "id": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'", 640 "translation": "CF_NAME bind-route-service example.com myratelimiter -c '{\"valid\":\"json\"}'" 641 }, 642 { 643 "id": "CF_NAME bind-route-service example.com myratelimiter -c file.json", 644 "translation": "CF_NAME bind-route-service example.com myratelimiter -c file.json" 645 }, 646 { 647 "id": "CF_NAME bind-running-security-group SECURITY_GROUP", 648 "translation": "CF_NAME bind-running-security-group SECURITY_GROUP" 649 }, 650 { 651 "id": "CF_NAME bind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 652 "translation": "CF_NAME bind-running-security-group SECURITY_GROUP\\n\\nDICA: as mudanças não serão aplicadas a aplicativos em execução existentes até que sejam reiniciados." 653 }, 654 { 655 "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]", 656 "translation": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]" 657 }, 658 { 659 "id": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE] [--lifecycle (running | staging)]\\n\\nTIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.", 660 "translation": "CF_NAME bind-security-group SECURITY_GROUP ORG [SPACE]\\n\\nDICA: as mudanças não serão aplicadas a aplicativos em execução existentes até que sejam reiniciados." 661 }, 662 { 663 "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]", 664 "translation": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]" 665 }, 666 { 667 "id": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n The path to the parameters file can be an absolute or relative path to a file.\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\nEXAMPLES:\\n Linux/Mac:\\n CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n Windows Command Line:\\n CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json", 668 "translation": "CF_NAME bind-service APP_NAME SERVICE_INSTANCE [-c PARAMETERS_AS_JSON]\\n\\n Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial:\\n\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido. \\n O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo.\\n CF_NAME bind-service APP_NAME SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n Exemplo de objeto JSON válido:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\nEXEMPLOS:\\n Linux/Mac:\\n CF_NAME bind-service myapp mydb -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n\\n Linha de comandos do Windows:\\n CF_NAME bind-service myapp mydb -c \\\"{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME bind-service myapp mydb -c '{\\\\\\\"permissions\\\\\\\":\\\\\\\"read-only\\\\\\\"}'\\n\\n CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json" 669 }, 670 { 671 "id": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json", 672 "translation": "CF_NAME bind-service myapp mydb -c ~/workspace/tmp/instance_config.json" 673 }, 674 { 675 "id": "CF_NAME bind-staging-security-group SECURITY_GROUP", 676 "translation": "CF_NAME bind-staging-security-group SECURITY_GROUP" 677 }, 678 { 679 "id": "CF_NAME buildpacks", 680 "translation": "CF_NAME buildpacks" 681 }, 682 { 683 "id": "CF_NAME check-route HOST DOMAIN [--path PATH]", 684 "translation": "CF_NAME check-route HOST DOMAIN [--path PATH]" 685 }, 686 { 687 "id": "CF_NAME check-route HOST DOMAIN [--path PATH]\\n\\nEXAMPLES:\\n CF_NAME check-route myhost example.com # example.com\\n CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo", 688 "translation": "CF_NAME check-route HOST DOMAIN [--path PATH]\\n\\nEXEMPLOS:\\n CF_NAME check-route myhost example.com # example.com\\n CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo" 689 }, 690 { 691 "id": "CF_NAME check-route myhost example.com # example.com", 692 "translation": "CF_NAME check-route myhost example.com # example.com" 693 }, 694 { 695 "id": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo", 696 "translation": "CF_NAME check-route myhost example.com --path foo # myhost.example.com/foo" 697 }, 698 { 699 "id": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]", 700 "translation": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace (true | false | path/to/file)] [--color (true | false)] [--locale (LOCALE | CLEAR)]" 701 }, 702 { 703 "id": "CF_NAME copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]", 704 "translation": "CF_NAME copy-source SOURCE_APP TARGET_APP [-s TARGET_SPACE [-o TARGET_ORG]] [--no-restart]" 705 }, 706 { 707 "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]", 708 "translation": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]" 709 }, 710 { 711 "id": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml]", 712 "translation": "CF_NAME create-app-manifest APP_NAME [-p /path/to/\u003capp-name\u003e-manifest.yml ]" 713 }, 714 { 715 "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]", 716 "translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]" 717 }, 718 { 719 "id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]\\n\\nTIP:\\n Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.", 720 "translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]\\n\\nDICA:\\n o caminho deve ser um arquivo zip, uma URL para um arquivo zip ou um diretório local. Ranqueamento é um número inteiro positivo, configura a prioridade e é classificado do mais baixo para o mais alto." 721 }, 722 { 723 "id": "CF_NAME create-domain ORG DOMAIN", 724 "translation": "CF_NAME create-domain ORG DOMAIN" 725 }, 726 { 727 "id": "CF_NAME create-isolation-segment SEGMENT_NAME\\n\\nNOTES:\\n The isolation segment name must match the placement tag applied to the Diego cell.", 728 "translation": "" 729 }, 730 { 731 "id": "CF_NAME create-org ORG", 732 "translation": "CF_NAME create-org ORG" 733 }, 734 { 735 "id": "CF_NAME create-quota ", 736 "translation": "CF_NAME create-quota " 737 }, 738 { 739 "id": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 740 "translation": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 741 }, 742 { 743 "id": "CF_NAME create-route my-space example.com # example.com", 744 "translation": "CF_NAME create-route my-space example.com # example.com" 745 }, 746 { 747 "id": "CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com", 748 "translation": "CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com" 749 }, 750 { 751 "id": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo", 752 "translation": "CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo" 753 }, 754 { 755 "id": "CF_NAME create-route my-space example.com --port 50000 # example.com:50000", 756 "translation": "CF_NAME create-route my-space example.com --port 50000 # example.com:50000" 757 }, 758 { 759 "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE", 760 "translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE" 761 }, 762 { 763 "id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n The provided path can be an absolute or relative path to a file. The file should have\\n a single array with JSON objects inside describing the rules. The JSON Base Object is\\n omitted and only the square brackets and associated child object are required in the file.\\n\\n Valid json file example:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]", 764 "translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n O caminho fornecido pode ser um caminho absoluto ou relativo para um arquivo. O arquivo deve ter\n uma única matriz com objetos JSON na parte interna descrevendo as regras. O objeto base JSON é\\n omitido e apenas os colchetes e objeto-filho associado são necessários no arquivo.\\n\\n Exemplo de arquivo json válido:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]" 765 }, 766 { 767 "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]", 768 "translation": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]" 769 }, 770 { 771 "id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line:\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object.\\n The path to the parameters file can be an absolute or relative path to a file:\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\nTIP:\\n Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps\\n\\nEXAMPLES:\\n Linux/Mac:\\n CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n Windows Command Line:\\n CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\"", 772 "translation": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial:\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido.\\n O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo:\\n\\n CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE -c PATH_TO_FILE\\n\\n Exemplo de objeto JSON válido:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\nDICA:\\n use 'CF_NAME create-user-provided-service' para disponibilizar serviços fornecidos pelo usuário para apps CF\\n\\nEXEMPLOS:\\n Linux/Mac:\\n CF_NAME create-service db-service silver mydb -c '{\\\"ram_gb\\\":4}'\\n\\n Linha de comandos do Windows:\\n CF_NAME create-service db-service silver mydb -c \\\"{\\\\\\\"ram_gb\\\\\\\":4}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-service db-service silver mydb -c '{\\\\\\\"ram_gb\\\\\\\":4}'\\n\\n CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json\\n\\n CF_NAME create-service db-service silver mydb -t \\\"list, of, tags\\\"" 773 }, 774 { 775 "id": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json", 776 "translation": "CF_NAME create-service db-service silver mydb -c ~/workspace/tmp/instance_config.json" 777 }, 778 { 779 "id": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\"", 780 "translation": "CF_NAME create-service db-service silver mydb -t \"list, of, tags\"" 781 }, 782 { 783 "id": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN", 784 "translation": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN" 785 }, 786 { 787 "id": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]", 788 "translation": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL [--space-scoped]" 789 }, 790 { 791 "id": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\n\n Optionally provide service-specific configuration parameters in a valid JSON object in-line.\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\n\n Example of valid JSON object:\n {\n \"permissions\": \"read-only\"\n }", 792 "translation": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\n\n Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial.\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\"name\":\"value\",\"name\":\"value\"}'\n\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido. O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo.\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\n\n Exemplo de objeto JSON válido:\n {\n \"permissions\": \"read-only\"\n }" 793 }, 794 { 795 "id": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. The path to the parameters file can be an absolute or relative path to a file.\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\nEXAMPLES:\\n CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json", 796 "translation": "CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY [-c PARAMETERS_AS_JSON]\\n\\n Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial.\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido. O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo.\\n CF_NAME create-service-key SERVICE_INSTANCE SERVICE_KEY -c PATH_TO_FILE\\n\\n Exemplo de objeto JSON válido:\\n {\\n \\\"permissions\\\": \\\"read-only\\\"\\n }\\n\\nEXEMPLOS:\\n CF_NAME create-service-key mydb mykey -c '{\\\"permissions\\\":\\\"read-only\\\"}'\\n CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json" 797 }, 798 { 799 "id": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'", 800 "translation": "CF_NAME create-service-key mydb mykey -c '{\"permissions\":\"read-only\"}'" 801 }, 802 { 803 "id": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json", 804 "translation": "CF_NAME create-service-key mydb mykey -c ~/workspace/tmp/instance_config.json" 805 }, 806 { 807 "id": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]", 808 "translation": "CF_NAME create-shared-domain DOMAIN [--router-group ROUTER_GROUP]" 809 }, 810 { 811 "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]", 812 "translation": "CF_NAME create-space SPACE [-o ORG] [-q SPACE-QUOTA]" 813 }, 814 { 815 "id": "CF_NAME create-space SPACE [-o ORG] [-q SPACE_QUOTA]", 816 "translation": "CF_NAME create-space SPACE [-o ORG] [-q SPACE_QUOTA]" 817 }, 818 { 819 "id": "CF_NAME create-space-quota ", 820 "translation": "CF_NAME create-space-quota " 821 }, 822 { 823 "id": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 824 "translation": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 825 }, 826 { 827 "id": "CF_NAME create-user USERNAME PASSWORD", 828 "translation": "CF_NAME create-user USERNAME PASSWORD" 829 }, 830 { 831 "id": "CF_NAME create-user USERNAME PASSWORD\\n CF_NAME create-user USERNAME --origin ORIGIN\\n\\nEXAMPLES:\\n cf create-user j.smith@example.com S3cr3t # internal user\\n cf create-user j.smith@example.com --origin ldap # LDAP user\\n cf create-user j.smith@example.com --origin provider-alias # SAML or OpenID Connect federated user", 832 "translation": "CF_NAME create-user USERNAME PASSWORD\\n CF_NAME create-user USERNAME --origin ORIGIN\\n\\nEXEMPLOS:\\n cf create-user j.smith@example.com S3cr3t # internal user\\n cf create-user j.smith@example.com --origin ldap # LDAP user\\n cf create-user j.smith@example.com --origin provider-alias # SAML or OpenID Connect federated user" 833 }, 834 { 835 "id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n Pass comma separated credential parameter names to enable interactive mode:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Pass credential parameters as JSON to create a service non-interactively:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n Specify a path to a file containing JSON:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE", 836 "translation": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n Passar nomes de parâmetros de credenciais separados por vírgula para ativar o modo interativo:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Passar parâmetros de credenciais como JSON para criar um serviço não interativamente:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n Especificar um caminho para um arquivo contendo JSON:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE" 837 }, 838 { 839 "id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n Pass comma separated credential parameter names to enable interactive mode:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n Pass credential parameters as JSON to create a service non-interactively:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n Specify a path to a file containing JSON:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n Linux/Mac:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n Windows Command Line:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'", 840 "translation": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n Passar nomes de parâmetros de credenciais separados por vírgula para ativar o modo interativo:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n Passar parâmetros de credenciais como JSON para criar um serviço não interativamente:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n Especifique um caminho para um arquivo contendo JSON:\\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXEMPLOS:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"username, password\\\"\\n CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME create-user-provided-service my-route-service -r https://example.com\\n\\n Linux/Mac:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"pa55woRD\\\"}'\\n\\n Linha de comandos do Windows:\\n CF_NAME create-user-provided-service my-db-mine -p \\\"{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}\\\"\\n\\n Windows PowerShell:\\n CF_NAME create-user-provided-service my-db-mine -p '{\\\\\\\"username\\\\\\\":\\\\\\\"admin\\\\\\\",\\\\\\\"password\\\\\\\":\\\\\\\"pa55woRD\\\\\\\"}'" 841 }, 842 { 843 "id": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\"", 844 "translation": "CF_NAME create-user-provided-service my-db-mine -p \"username, password\"" 845 }, 846 { 847 "id": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json", 848 "translation": "CF_NAME create-user-provided-service my-db-mine -p /path/to/credentials.json" 849 }, 850 { 851 "id": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com", 852 "translation": "CF_NAME create-user-provided-service my-drain-service -l syslog://example.com" 853 }, 854 { 855 "id": "CF_NAME create-user-provided-service my-route-service -r https://example.com", 856 "translation": "CF_NAME create-user-provided-service my-route-service -r https://example.com" 857 }, 858 { 859 "id": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'", 860 "translation": "CF_NAME curl \"/v2/apps\" -X GET -H \"Content-Type: application/x-www-form-urlencoded\" -d 'q=name:myapp'" 861 }, 862 { 863 "id": "CF_NAME curl \"/v2/apps\" -d @/path/to/file", 864 "translation": "CF_NAME curl \"/v2/apps\" -d @/path/to/file" 865 }, 866 { 867 "id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\n\n By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\n is provided via -d, a POST will be performed instead, and the Content-Type\n will be set to application/json. You may override headers with -H and the\n request method with -X.\n\n For API documentation, please visit http://apidocs.cloudfoundry.org.", 868 "translation": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\n\n Por padrão, 'CF_NAME curl' executará um GET para o PATH especificado. Se forem\n fornecidos dados por meio de -d, um POST será executado no lugar e o Tipo de conteúdo\n será configurado como aplicativo/json. É possível substituir cabeçalhos por -H e o\n método de solicitação por -X.\n\n Para obter a documentação da API, visite http://apidocs.cloudfoundry.org." 869 }, 870 { 871 "id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\\n\\n By default 'CF_NAME curl' will perform a GET to the specified PATH. If data\\n is provided via -d, a POST will be performed instead, and the Content-Type\\n will be set to application/json. You may override headers with -H and the\\n request method with -X.\\n\\n For API documentation, please visit http://apidocs.cloudfoundry.org.\\n\\nEXAMPLES:\\n CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file", 872 "translation": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]\\n\\n Por padrão, 'CF_NAME curl' executará um GET para o CAMINHO especificado. Se forem\\n fornecidos dados por meio de -d, um POST será executado no lugar e o Tipo de conteúdo\\n será configurado como aplicativo/json. É possível substituir cabeçalhos por -H e o\\n método de solicitação por -X.\\n\\n Para obter a documentação da API, visite http://apidocs.cloudfoundry.org.\\n\\nEXEMPLOS:\\n CF_NAME curl \\\"/v2/apps\\\" -X GET -H \\\"Content-Type: application/x-www-form-urlencoded\\\" -d 'q=name:myapp'\\n CF_NAME curl \\\"/v2/apps\\\" -d @/path/to/file" 873 }, 874 { 875 "id": "CF_NAME delete APP_NAME [-f -r]", 876 "translation": "CF_NAME delete APP_NAME [-f -r]" 877 }, 878 { 879 "id": "CF_NAME delete APP_NAME [-r] [-f]", 880 "translation": "CF_NAME delete APP_NAME [-r] [-f]" 881 }, 882 { 883 "id": "CF_NAME delete-buildpack BUILDPACK [-f]", 884 "translation": "CF_NAME delete-buildpack BUILDPACK [-f]" 885 }, 886 { 887 "id": "CF_NAME delete-domain DOMAIN [-f]", 888 "translation": "CF_NAME delete-domain DOMAIN [-f]" 889 }, 890 { 891 "id": "CF_NAME delete-isolation-segment SEGMENT_NAME", 892 "translation": "" 893 }, 894 { 895 "id": "CF_NAME delete-org ORG [-f]", 896 "translation": "CF_NAME delete-org ORG [-f]" 897 }, 898 { 899 "id": "CF_NAME delete-orphaned-routes [-f]", 900 "translation": "CF_NAME delete-orphaned-routes [-f]" 901 }, 902 { 903 "id": "CF_NAME delete-quota QUOTA [-f]", 904 "translation": "CF_NAME delete-quota QUOTA [-f]" 905 }, 906 { 907 "id": "CF_NAME delete-route example.com # example.com", 908 "translation": "CF_NAME delete-route example.com # example.com" 909 }, 910 { 911 "id": "CF_NAME delete-route example.com --hostname myhost # myhost.example.com", 912 "translation": "CF_NAME delete-route example.com --hostname myhost # myhost.example.com" 913 }, 914 { 915 "id": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo", 916 "translation": "CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo" 917 }, 918 { 919 "id": "CF_NAME delete-route example.com --port 50000 # example.com:50000", 920 "translation": "CF_NAME delete-route example.com --port 50000 # example.com:50000" 921 }, 922 { 923 "id": "CF_NAME delete-security-group SECURITY_GROUP [-f]", 924 "translation": "CF_NAME delete-security-group SECURITY_GROUP [-f]" 925 }, 926 { 927 "id": "CF_NAME delete-service SERVICE_INSTANCE [-f]", 928 "translation": "CF_NAME delete-service SERVICE_INSTANCE [-f]" 929 }, 930 { 931 "id": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]", 932 "translation": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]" 933 }, 934 { 935 "id": "CF_NAME delete-service-broker SERVICE_BROKER [-f]", 936 "translation": "CF_NAME delete-service-broker SERVICE_BROKER [-f]" 937 }, 938 { 939 "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]", 940 "translation": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]" 941 }, 942 { 943 "id": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]\\n\\nEXAMPLES:\\n CF_NAME delete-service-key mydb mykey", 944 "translation": "CF_NAME delete-service-key SERVICE_INSTANCE SERVICE_KEY [-f]\\n\\nEXEMPLOS:\\n CF_NAME delete-service-key mydb mykey" 945 }, 946 { 947 "id": "CF_NAME delete-service-key mydb mykey", 948 "translation": "CF_NAME delete-service-key mydb mykey" 949 }, 950 { 951 "id": "CF_NAME delete-shared-domain DOMAIN [-f]", 952 "translation": "CF_NAME delete-shared-domain DOMAIN [-f]" 953 }, 954 { 955 "id": "CF_NAME delete-space SPACE [-o ORG] [-f]", 956 "translation": "CF_NAME delete-space SPACE [-o ORG] [-f]" 957 }, 958 { 959 "id": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]", 960 "translation": "CF_NAME delete-space-quota SPACE-QUOTA-NAME [-f]" 961 }, 962 { 963 "id": "CF_NAME delete-space-quota SPACE_QUOTA_NAME [-f]", 964 "translation": "CF_NAME delete-space-quota SPACE_QUOTA_NAME [-f]" 965 }, 966 { 967 "id": "CF_NAME delete-user USERNAME [-f]", 968 "translation": "CF_NAME delete-user USERNAME [-f]" 969 }, 970 { 971 "id": "CF_NAME disable-feature-flag FEATURE_NAME", 972 "translation": "CF_NAME disable-feature-flag FEATURE_NAME" 973 }, 974 { 975 "id": "CF_NAME disable-org-isolation ORG_NAME SEGMENT_NAME", 976 "translation": "" 977 }, 978 { 979 "id": "CF_NAME disable-service-access SERVICE [-p PLAN] [-o ORG]", 980 "translation": "CF_NAME disable-service-access SERVICE [-p PLAN] [-o ORG]" 981 }, 982 { 983 "id": "CF_NAME disable-ssh APP_NAME", 984 "translation": "CF_NAME disable-ssh APP_NAME" 985 }, 986 { 987 "id": "CF_NAME disallow-space-ssh SPACE_NAME", 988 "translation": "CF_NAME disallow-space-ssh SPACE_NAME" 989 }, 990 { 991 "id": "CF_NAME domains", 992 "translation": "CF_NAME domains" 993 }, 994 { 995 "id": "CF_NAME enable-feature-flag FEATURE_NAME", 996 "translation": "CF_NAME enable-feature-flag FEATURE_NAME" 997 }, 998 { 999 "id": "CF_NAME enable-org-isolation ORG_NAME SEGMENT_NAME", 1000 "translation": "CF_NAME enable-org-isolation ORG_NAME SEGMENT_NAME" 1001 }, 1002 { 1003 "id": "CF_NAME enable-service-access SERVICE [-p PLAN] [-o ORG]", 1004 "translation": "CF_NAME enable-service-access SERVICE [-p PLAN] [-o ORG]" 1005 }, 1006 { 1007 "id": "CF_NAME enable-ssh APP_NAME", 1008 "translation": "CF_NAME enable-ssh APP_NAME" 1009 }, 1010 { 1011 "id": "CF_NAME env APP_NAME", 1012 "translation": "CF_NAME env APP_NAME" 1013 }, 1014 { 1015 "id": "CF_NAME events ", 1016 "translation": "CF_NAME events " 1017 }, 1018 { 1019 "id": "CF_NAME events APP_NAME", 1020 "translation": "CF_NAME events APP_NAME" 1021 }, 1022 { 1023 "id": "CF_NAME feature-flag FEATURE_NAME", 1024 "translation": "CF_NAME feature-flag FEATURE_NAME" 1025 }, 1026 { 1027 "id": "CF_NAME feature-flags", 1028 "translation": "CF_NAME feature-flags" 1029 }, 1030 { 1031 "id": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\n\t\t\t\nTIP:\n To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'", 1032 "translation": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\n\t\t\t\nDICA:\n para listar e inspecionar arquivos de um app em execução no backend Diego, use 'CF_NAME ssh'" 1033 }, 1034 { 1035 "id": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\\n\\nTIP:\\n To list and inspect files of an app running on the Diego backend, use 'CF_NAME ssh'", 1036 "translation": "CF_NAME files APP_NAME [PATH] [-i INSTANCE]\\n\\nDICA:\\n para listar e inspecionar arquivos de um app em execução no backend Diego, use 'CF_NAME ssh'" 1037 }, 1038 { 1039 "id": "CF_NAME get-health-check APP_NAME", 1040 "translation": "CF_NAME get-health-check APP_NAME" 1041 }, 1042 { 1043 "id": "CF_NAME help [COMMAND]", 1044 "translation": "CF_NAME help [COMMAND]" 1045 }, 1046 { 1047 "id": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\n\n Prompts for confirmation unless '-f' is provided.", 1048 "translation": "CF_NAME install-plugin (LOCAL-PATH/TO/PLUGIN | URL | -r REPO_NAME PLUGIN_NAME) [-f]\n\n Solicita confirmação, a menos que '-f' seja fornecido." 1049 }, 1050 { 1051 "id": "CF_NAME install-plugin -r My-Repo plugin-echo", 1052 "translation": "CF_NAME install-plugin -r My-Repo plugin-echo" 1053 }, 1054 { 1055 "id": "CF_NAME install-plugin PLUGIN_NAME [-r REPO_NAME] [-f]\\n CF_NAME install-plugin LOCAL-PATH/TO/PLUGIN | URL [-f]\\n\\nEXAMPLES:\\n CF_NAME install-plugin ~/Downloads/plugin-foobar\\n CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64\\n CF_NAME install-plugin -r My-Repo plugin-echo", 1056 "translation": "" 1057 }, 1058 { 1059 "id": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64", 1060 "translation": "CF_NAME install-plugin https://example.com/plugin-foobar_linux_amd64" 1061 }, 1062 { 1063 "id": "CF_NAME install-plugin ~/Downloads/plugin-foobar", 1064 "translation": "CF_NAME install-plugin ~/Downloads/plugin-foobar" 1065 }, 1066 { 1067 "id": "CF_NAME isolation-segments", 1068 "translation": "" 1069 }, 1070 { 1071 "id": "CF_NAME list-plugin-repos", 1072 "translation": "CF_NAME list-plugin-repos" 1073 }, 1074 { 1075 "id": "CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)", 1076 "translation": "CF_NAME login (omitir nome do usuário e senha para efetuar login interativamente -- CF_NAME solicitará ambos)" 1077 }, 1078 { 1079 "id": "CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time passcode to login)", 1080 "translation": "CF_NAME login --sso (CF_NAME fornecerá uma URL para obter uma senha descartável para efetuar login)" 1081 }, 1082 { 1083 "id": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (escape quotes if used in password)", 1084 "translation": "CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (escapar aspas se usadas na senha)" 1085 }, 1086 { 1087 "id": "CF_NAME login -u name@example.com -p \"my password\" (use quotes for passwords with a space)", 1088 "translation": "CF_NAME login -u name@example.com -p \"my password\" (usar aspas para senhas com um espaço)" 1089 }, 1090 { 1091 "id": "CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)", 1092 "translation": "CF_NAME login -u name@example.com -p pa55woRD (especificar nome do usuário e senha como argumentos)" 1093 }, 1094 { 1095 "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\n\n", 1096 "translation": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\n\n" 1097 }, 1098 { 1099 "id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\\n\\nWARNING:\\n Providing your password as a command line option is highly discouraged\\n Your password may be visible to others and may be recorded in your shell history\\n\\nEXAMPLES:\\n CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)\\n CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)\\n CF_NAME login -u name@example.com -p \\\"my password\\\" (use quotes for passwords with a space)\\n CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (escape quotes if used in password)\\n CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time passcode to login)", 1100 "translation": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE] [--sso | --sso-passcode PASSCODE]\\n\\nAVISO:\\n É altamente desaconselhável fornecer sua senha como uma opção da linha de comandos\\n Sua senha poderá ficar visível para os outros e poderá ser registrada no histórico do shell\\n\\nEXEMPLOS:\\n CF_NAME login (omitir nome do usuário e senha para efetuar login interativamente -- CF_NAME solicitará ambos)\\n CF_NAME login -u name@example.com -p pa55woRD (especificar nome do usuário e senha como argumentos)\\n CF_NAME login -u name@example.com -p \\\"my password\\\" (usar aspas para senhas com um espaço)\\n CF_NAME login -u name@example.com -p \\\"\\\\\\\"password\\\\\\\"\\\" (escapar aspas se usadas na senha)\\n CF_NAME login --sso (CF_NAME fornecerá uma URL para obter uma senha descartável para efetuar login)" 1101 }, 1102 { 1103 "id": "CF_NAME logout", 1104 "translation": "CF_NAME logout" 1105 }, 1106 { 1107 "id": "CF_NAME logs APP_NAME", 1108 "translation": "CF_NAME logs APP_NAME" 1109 }, 1110 { 1111 "id": "CF_NAME map-route my-app example.com # example.com", 1112 "translation": "CF_NAME map-route my-app example.com # example.com" 1113 }, 1114 { 1115 "id": "CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com", 1116 "translation": "CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com" 1117 }, 1118 { 1119 "id": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo", 1120 "translation": "CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo" 1121 }, 1122 { 1123 "id": "CF_NAME map-route my-app example.com --port 50000 # example.com:50000", 1124 "translation": "CF_NAME map-route my-app example.com --port 50000 # example.com:50000" 1125 }, 1126 { 1127 "id": "CF_NAME marketplace ", 1128 "translation": "CF_NAME marketplace " 1129 }, 1130 { 1131 "id": "CF_NAME marketplace [-s SERVICE]", 1132 "translation": "CF_NAME marketplace [-s SERVICE]" 1133 }, 1134 { 1135 "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n", 1136 "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n" 1137 }, 1138 { 1139 "id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\nWARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans. We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry.", 1140 "translation": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\\n\\nAVISO: esta operação é interna para o Cloud Foundry; os brokers de serviço não serão contatados e os recursos para instâncias de serviço não serão alterados. O caso de uso primário dessa operação é substituir um broker de serviço que implementa a API do Broker de serviço v1 por um broker que implementa a API v2, remapeando instâncias de serviço de planos v1 para planos v2. Recomendamos tornar o plano v1 privado ou encerrar o broker v1 para evitar a criação de instâncias adicionais. Depois que as instâncias de serviço tiverem sido migradas, os serviços e os planos v1 poderão ser removidos do Cloud Foundry." 1141 }, 1142 { 1143 "id": "CF_NAME oauth-token", 1144 "translation": "CF_NAME oauth-token" 1145 }, 1146 { 1147 "id": "CF_NAME org ORG", 1148 "translation": "CF_NAME org ORG" 1149 }, 1150 { 1151 "id": "CF_NAME org ORG [--guid]", 1152 "translation": "" 1153 }, 1154 { 1155 "id": "CF_NAME org-users ORG", 1156 "translation": "CF_NAME org-users ORG" 1157 }, 1158 { 1159 "id": "CF_NAME orgs", 1160 "translation": "CF_NAME orgs" 1161 }, 1162 { 1163 "id": "CF_NAME passwd", 1164 "translation": "CF_NAME passwd" 1165 }, 1166 { 1167 "id": "CF_NAME plugins", 1168 "translation": "CF_NAME plugins" 1169 }, 1170 { 1171 "id": "CF_NAME plugins [--checksum | --outdated]", 1172 "translation": "" 1173 }, 1174 { 1175 "id": "CF_NAME purge-service-instance SERVICE_INSTANCE", 1176 "translation": "CF_NAME purge-service-instance SERVICE_INSTANCE" 1177 }, 1178 { 1179 "id": "CF_NAME purge-service-instance SERVICE_INSTANCE\\n\\nWARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys.", 1180 "translation": "CF_NAME purge-service-instance SERVICE_INSTANCE\\n\\nAVISO: esta operação supõe que o broker de serviço responsável por esta instância de serviço não está mais disponível ou não está respondendo com um 200 ou 410 e que a instância de serviço foi excluída, deixando registros órfãos no banco de dados do Cloud Foundry. Todo o conhecimento da instância de serviço será removido do Cloud Foundry, incluindo ligações de serviços e chaves de serviço." 1181 }, 1182 { 1183 "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]", 1184 "translation": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]" 1185 }, 1186 { 1187 "id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER] [-f]\\n\\nWARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup.", 1188 "translation": "CF_NAME purge-service-offering SERVICE [-p PROVIDER] [-f]\\n\\nAVISO: esta operação supõe que o broker de serviço responsável por esta oferta de serviço não está mais disponível e que todas as instâncias de serviço foram excluídas, deixando registros órfãos no banco de dados do Cloud Foundry. Todo o conhecimento do serviço será removido do Cloud Foundry, incluindo instâncias de serviço e ligações de serviços. Nenhuma tentativa será feita para entrar em contato com o broker de serviço; executar esse comando sem destruir o broker de serviço causará instâncias de serviço órfãs. Após a execução desse comando, é possível que você queira executar delete-service-auth-token ou delete-service-broker para concluir a limpeza." 1189 }, 1190 { 1191 "id": "CF_NAME quota QUOTA", 1192 "translation": "CF_NAME quota QUOTA" 1193 }, 1194 { 1195 "id": "CF_NAME quotas", 1196 "translation": "CF_NAME quotas" 1197 }, 1198 { 1199 "id": "CF_NAME remove-plugin-repo PrivateRepo", 1200 "translation": "CF_NAME remove-plugin-repo PrivateRepo" 1201 }, 1202 { 1203 "id": "CF_NAME remove-plugin-repo REPO_NAME", 1204 "translation": "CF_NAME remove-plugin-repo REPO_NAME" 1205 }, 1206 { 1207 "id": "CF_NAME remove-plugin-repo REPO_NAME\\n\\nEXAMPLES:\\n CF_NAME remove-plugin-repo PrivateRepo", 1208 "translation": "CF_NAME remove-plugin-repo REPO_NAME\\n\\nEXEMPLOS:\\n CF_NAME remove-plugin-repo PrivateRepo" 1209 }, 1210 { 1211 "id": "CF_NAME rename APP_NAME NEW_APP_NAME", 1212 "translation": "CF_NAME rename APP_NAME NEW_APP_NAME" 1213 }, 1214 { 1215 "id": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME", 1216 "translation": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME" 1217 }, 1218 { 1219 "id": "CF_NAME rename-org ORG NEW_ORG", 1220 "translation": "CF_NAME rename-org ORG NEW_ORG" 1221 }, 1222 { 1223 "id": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE", 1224 "translation": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE" 1225 }, 1226 { 1227 "id": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER", 1228 "translation": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER" 1229 }, 1230 { 1231 "id": "CF_NAME rename-space SPACE NEW_SPACE", 1232 "translation": "CF_NAME rename-space SPACE NEW_SPACE" 1233 }, 1234 { 1235 "id": "CF_NAME repo-plugins -r PrivateRepo", 1236 "translation": "CF_NAME repo-plugins -r PrivateRepo" 1237 }, 1238 { 1239 "id": "CF_NAME repo-plugins [-r REPO_NAME]", 1240 "translation": "CF_NAME repo-plugins [-r REPO_NAME]" 1241 }, 1242 { 1243 "id": "CF_NAME repo-plugins [-r REPO_NAME]\\n\\nEXAMPLES:\\n CF_NAME repo-plugins -r PrivateRepo", 1244 "translation": "CF_NAME repo-plugins [-r REPO_NAME]\\n\\nEXEMPLOS:\\n CF_NAME repo-plugins -r PrivateRepo" 1245 }, 1246 { 1247 "id": "CF_NAME reset-space-isolation-segment SPACE_NAME", 1248 "translation": "" 1249 }, 1250 { 1251 "id": "CF_NAME restage APP_NAME", 1252 "translation": "CF_NAME restage APP_NAME" 1253 }, 1254 { 1255 "id": "CF_NAME restart APP_NAME", 1256 "translation": "CF_NAME restart APP_NAME" 1257 }, 1258 { 1259 "id": "CF_NAME restart-app-instance APP_NAME INDEX", 1260 "translation": "CF_NAME restart-app-instance APP_NAME INDEX" 1261 }, 1262 { 1263 "id": "CF_NAME router-groups", 1264 "translation": "CF_NAME router-groups" 1265 }, 1266 { 1267 "id": "CF_NAME routes [--orglevel]", 1268 "translation": "CF_NAME routes [--orglevel]" 1269 }, 1270 { 1271 "id": "CF_NAME run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]\\n\\nTIP:\\n Use 'cf logs' to display the logs of the app and all its tasks. If your task name is unique, grep this command's output for the task name to view task-specific logs.\\n\\nEXAMPLES:\\n CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate", 1272 "translation": "CF_NAME run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]\\n\\nDICA:\\n use 'cf logs' para exibir os logs do app e todas as suas tarefas. Se o nome de sua tarefa for exclusivo, execute grep da saída deste comando para que o nome da tarefa visualize logs específicos da tarefa.\\n\\nEXEMPLOS:\\n CF_NAME run-task my-app \\\"bundle exec rake db:migrate\\\" --name migrate" 1273 }, 1274 { 1275 "id": "CF_NAME running-environment-variable-group", 1276 "translation": "CF_NAME running-environment-variable-group" 1277 }, 1278 { 1279 "id": "CF_NAME running-security-groups", 1280 "translation": "CF_NAME running-security-groups" 1281 }, 1282 { 1283 "id": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]", 1284 "translation": "CF_NAME scale APP_NAME [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]" 1285 }, 1286 { 1287 "id": "CF_NAME security-group SECURITY_GROUP", 1288 "translation": "CF_NAME security-group SECURITY_GROUP" 1289 }, 1290 { 1291 "id": "CF_NAME security-groups", 1292 "translation": "CF_NAME security-groups" 1293 }, 1294 { 1295 "id": "CF_NAME service SERVICE_INSTANCE", 1296 "translation": "CF_NAME service SERVICE_INSTANCE" 1297 }, 1298 { 1299 "id": "CF_NAME service-access [-b BROKER] [-e SERVICE] [-o ORG]", 1300 "translation": "CF_NAME service-access [-b BROKER] [-e SERVICE] [-o ORG]" 1301 }, 1302 { 1303 "id": "CF_NAME service-auth-tokens", 1304 "translation": "CF_NAME service-auth-tokens" 1305 }, 1306 { 1307 "id": "CF_NAME service-brokers", 1308 "translation": "CF_NAME service-brokers" 1309 }, 1310 { 1311 "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY", 1312 "translation": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY" 1313 }, 1314 { 1315 "id": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY\\n\\nEXAMPLES:\\n CF_NAME service-key mydb mykey", 1316 "translation": "CF_NAME service-key SERVICE_INSTANCE SERVICE_KEY\\n\\nEXEMPLOS:\\n CF_NAME service-key mydb mykey" 1317 }, 1318 { 1319 "id": "CF_NAME service-key mydb mykey", 1320 "translation": "CF_NAME service-key mydb mykey" 1321 }, 1322 { 1323 "id": "CF_NAME service-keys SERVICE_INSTANCE", 1324 "translation": "CF_NAME service-keys SERVICE_INSTANCE" 1325 }, 1326 { 1327 "id": "CF_NAME service-keys SERVICE_INSTANCE\\n\\nEXAMPLES:\\n CF_NAME service-keys mydb", 1328 "translation": "CF_NAME service-keys SERVICE_INSTANCE\\n\\nEXEMPLOS:\\n CF_NAME service-keys mydb" 1329 }, 1330 { 1331 "id": "CF_NAME service-keys mydb", 1332 "translation": "CF_NAME service-keys mydb" 1333 }, 1334 { 1335 "id": "CF_NAME services", 1336 "translation": "CF_NAME services" 1337 }, 1338 { 1339 "id": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE", 1340 "translation": "CF_NAME set-env APP_NAME ENV_VAR_NAME ENV_VAR_VALUE" 1341 }, 1342 { 1343 "id": "CF_NAME set-health-check APP_NAME 'port'|'none'", 1344 "translation": "CF_NAME set-health-check APP_NAME 'port'|'none'" 1345 }, 1346 { 1347 "id": "CF_NAME set-health-check APP_NAME (process | port | http [--endpoint PATH])\\n\\nTIP: 'none' has been deprecated but is accepted for 'process'.\\n\\nEXAMPLES:\\n cf set-health-check worker-app process\\n cf set-health-check my-web-app http --endpoint /foo", 1348 "translation": "CF_NAME set-health-check APP_NAME (process | port | http [--endpoint PATH])\\n\\nDICA: 'none' foi descontinuado, mas é aceito para 'process'.\\n\\nEXEMPLOS:\\n cf set-health-check worker-app process\\n cf set-health-check my-web-app http --endpoint /foo" 1349 }, 1350 { 1351 "id": "CF_NAME set-org-role USERNAME ORG ROLE\n\n", 1352 "translation": "CF_NAME set-org-role USERNAME ORG ROLE\n\n" 1353 }, 1354 { 1355 "id": "CF_NAME set-org-role USERNAME ORG ROLE\\n\\nROLES:\\n 'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n 'BillingManager' - Create and manage the billing account and payment info\\n 'OrgAuditor' - Read-only access to org info and reports", 1356 "translation": "CF_NAME set-org-role USERNAME ORG ROLE\\n\\nFUNÇÕES:\\n 'OrgManager' - Convidar e gerenciar usuários, selecionar e mudar planos e configurar limites de gastos\\n 'BillingManager' - Criar e gerenciar as informações de conta de cobrança e pagamento\\n 'OrgAuditor' - Acesso somente leitura a informações da organização e relatórios" 1357 }, 1358 { 1359 "id": "CF_NAME set-quota ORG QUOTA\n\n", 1360 "translation": "CF_NAME set-quota ORG QUOTA\n\n" 1361 }, 1362 { 1363 "id": "CF_NAME set-quota ORG QUOTA\\n\\nTIP:\\n View allowable quotas with 'CF_NAME quotas'", 1364 "translation": "CF_NAME set-quota ORG QUOTA\\n\\nDICA:\\n visualizar cotas permitidas com 'CF_NAME quotas'" 1365 }, 1366 { 1367 "id": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 1368 "translation": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 1369 }, 1370 { 1371 "id": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'", 1372 "translation": "CF_NAME set-running-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'" 1373 }, 1374 { 1375 "id": "CF_NAME set-space-isolation-segment SPACE_NAME SEGMENT_NAME", 1376 "translation": "" 1377 }, 1378 { 1379 "id": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME", 1380 "translation": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME" 1381 }, 1382 { 1383 "id": "CF_NAME set-space-quota SPACE_NAME SPACE_QUOTA_NAME", 1384 "translation": "CF_NAME set-space-quota SPACE_NAME SPACE_QUOTA_NAME" 1385 }, 1386 { 1387 "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n", 1388 "translation": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n" 1389 }, 1390 { 1391 "id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n 'SpaceManager' - Invite and manage users, and enable features for a given space\\n 'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n 'SpaceAuditor' - View logs, reports, and settings on this space", 1392 "translation": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\\n\\nFUNÇÕES:\\n 'SpaceManager' - Convidar e gerenciar usuários, além de ativar recursos para um determinado espaço\\n 'SpaceDeveloper' - Criar e gerenciar apps e serviços, além de ver logs e relatórios\\n 'SpaceAuditor' - Visualizar logs, relatórios e configurações neste espaço" 1393 }, 1394 { 1395 "id": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'", 1396 "translation": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'" 1397 }, 1398 { 1399 "id": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'", 1400 "translation": "CF_NAME set-staging-environment-variable-group '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'" 1401 }, 1402 { 1403 "id": "CF_NAME share-private-domain ORG DOMAIN", 1404 "translation": "CF_NAME share-private-domain ORG DOMAIN" 1405 }, 1406 { 1407 "id": "CF_NAME space SPACE", 1408 "translation": "CF_NAME space SPACE" 1409 }, 1410 { 1411 "id": "CF_NAME space SPACE [--guid] [--security-group-rules]", 1412 "translation": "" 1413 }, 1414 { 1415 "id": "CF_NAME space-quota SPACE_QUOTA_NAME", 1416 "translation": "CF_NAME space-quota SPACE_QUOTA_NAME" 1417 }, 1418 { 1419 "id": "CF_NAME space-quotas", 1420 "translation": "CF_NAME space-quotas" 1421 }, 1422 { 1423 "id": "CF_NAME space-ssh-allowed SPACE_NAME", 1424 "translation": "CF_NAME space-ssh-allowed SPACE_NAME" 1425 }, 1426 { 1427 "id": "CF_NAME space-users ORG SPACE", 1428 "translation": "CF_NAME space-users ORG SPACE" 1429 }, 1430 { 1431 "id": "CF_NAME spaces", 1432 "translation": "CF_NAME spaces" 1433 }, 1434 { 1435 "id": "CF_NAME ssh APP_NAME [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]", 1436 "translation": "CF_NAME ssh APP_NAME [-i app-instance-index] [-c command] [-L [bind_address:]port:host:hostport] [--skip-host-validation] [--skip-remote-execution] [--request-pseudo-tty] [--force-pseudo-tty] [--disable-pseudo-tty]" 1437 }, 1438 { 1439 "id": "CF_NAME ssh-code", 1440 "translation": "CF_NAME ssh-code" 1441 }, 1442 { 1443 "id": "CF_NAME ssh-enabled APP_NAME", 1444 "translation": "CF_NAME ssh-enabled APP_NAME" 1445 }, 1446 { 1447 "id": "CF_NAME stack STACK_NAME", 1448 "translation": "CF_NAME stack STACK_NAME" 1449 }, 1450 { 1451 "id": "CF_NAME stacks", 1452 "translation": "CF_NAME stacks" 1453 }, 1454 { 1455 "id": "CF_NAME staging-environment-variable-group", 1456 "translation": "CF_NAME staging-environment-variable-group" 1457 }, 1458 { 1459 "id": "CF_NAME staging-security-groups", 1460 "translation": "CF_NAME staging-security-groups" 1461 }, 1462 { 1463 "id": "CF_NAME start APP_NAME", 1464 "translation": "CF_NAME start APP_NAME" 1465 }, 1466 { 1467 "id": "CF_NAME stop APP_NAME", 1468 "translation": "CF_NAME stop APP_NAME" 1469 }, 1470 { 1471 "id": "CF_NAME target [-o ORG] [-s SPACE]", 1472 "translation": "CF_NAME target [-o ORG] [-s SPACE]" 1473 }, 1474 { 1475 "id": "CF_NAME tasks APP_NAME", 1476 "translation": "" 1477 }, 1478 { 1479 "id": "CF_NAME terminate-task APP_NAME TASK_ID\\n\\nEXAMPLES:\\n CF_NAME terminate-task my-app 3", 1480 "translation": "" 1481 }, 1482 { 1483 "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]", 1484 "translation": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]" 1485 }, 1486 { 1487 "id": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]\\n\\nEXAMPLES:\\n CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo", 1488 "translation": "CF_NAME unbind-route-service DOMAIN SERVICE_INSTANCE [--hostname HOSTNAME] [--path PATH] [-f]\\n\\nEXEMPLOS:\\n CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo" 1489 }, 1490 { 1491 "id": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo", 1492 "translation": "CF_NAME unbind-route-service example.com myratelimiter --hostname myapp --path foo" 1493 }, 1494 { 1495 "id": "CF_NAME unbind-running-security-group SECURITY_GROUP", 1496 "translation": "CF_NAME unbind-running-security-group SECURITY_GROUP" 1497 }, 1498 { 1499 "id": "CF_NAME unbind-running-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 1500 "translation": "CF_NAME unbind-running-security-group SECURITY_GROUP\\n\\nDICA: as mudanças não serão aplicadas a aplicativos em execução existentes até que sejam reiniciados." 1501 }, 1502 { 1503 "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE", 1504 "translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE" 1505 }, 1506 { 1507 "id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE [--lifecycle (running | staging)]\\n\\nTIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.", 1508 "translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE\\n\\nDICA: as mudanças não serão aplicadas a aplicativos em execução existentes até que sejam reiniciados." 1509 }, 1510 { 1511 "id": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE", 1512 "translation": "CF_NAME unbind-service APP_NAME SERVICE_INSTANCE" 1513 }, 1514 { 1515 "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP", 1516 "translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP" 1517 }, 1518 { 1519 "id": "CF_NAME unbind-staging-security-group SECURITY_GROUP\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 1520 "translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP\\n\\nDICA: as mudanças não serão aplicadas a aplicativos em execução existentes até que sejam reiniciados." 1521 }, 1522 { 1523 "id": "CF_NAME uninstall-plugin PLUGIN-NAME", 1524 "translation": "CF_NAME uninstall-plugin PLUGIN-NAME" 1525 }, 1526 { 1527 "id": "CF_NAME unmap-route my-app example.com # example.com", 1528 "translation": "CF_NAME unmap-route my-app example.com # example.com" 1529 }, 1530 { 1531 "id": "CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com", 1532 "translation": "CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com" 1533 }, 1534 { 1535 "id": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo", 1536 "translation": "CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo" 1537 }, 1538 { 1539 "id": "CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000", 1540 "translation": "CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000" 1541 }, 1542 { 1543 "id": "CF_NAME unset-env APP_NAME ENV_VAR_NAME", 1544 "translation": "CF_NAME unset-env APP_NAME ENV_VAR_NAME" 1545 }, 1546 { 1547 "id": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n", 1548 "translation": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n" 1549 }, 1550 { 1551 "id": "CF_NAME unset-org-role USERNAME ORG ROLE\\n\\nROLES:\\n 'OrgManager' - Invite and manage users, select and change plans, and set spending limits\\n 'BillingManager' - Create and manage the billing account and payment info\\n 'OrgAuditor' - Read-only access to org info and reports", 1552 "translation": "CF_NAME unset-org-role USERNAME ORG ROLE\\n\\nFUNÇÕES:\\n 'OrgManager' - Convidar e gerenciar usuários, selecionar e mudar planos e configurar limites de gastos\\n 'BillingManager' - Criar e gerenciar as informações de conta de cobrança e pagamento\\n 'OrgAuditor' - Acesso somente leitura a informações da organização e relatórios" 1553 }, 1554 { 1555 "id": "CF_NAME unset-space-quota SPACE QUOTA\n\n", 1556 "translation": "CF_NAME unset-space-quota SPACE QUOTA\n\n" 1557 }, 1558 { 1559 "id": "CF_NAME unset-space-quota SPACE SPACE_QUOTA", 1560 "translation": "CF_NAME unset-space-quota SPACE SPACE_QUOTA" 1561 }, 1562 { 1563 "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n", 1564 "translation": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n" 1565 }, 1566 { 1567 "id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\\n\\nROLES:\\n 'SpaceManager' - Invite and manage users, and enable features for a given space\\n 'SpaceDeveloper' - Create and manage apps and services, and see logs and reports\\n 'SpaceAuditor' - View logs, reports, and settings on this space", 1568 "translation": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\\n\\nFUNÇÕES:\\n 'SpaceManager' - Convidar e gerenciar usuários, além de ativar recursos para um determinado espaço\\n 'SpaceDeveloper' - Criar e gerenciar apps e serviços, além de ver logs e relatórios\\n 'SpaceAuditor' - Visualizar logs, relatórios e configurações neste espaço" 1569 }, 1570 { 1571 "id": "CF_NAME unshare-private-domain ORG DOMAIN", 1572 "translation": "CF_NAME unshare-private-domain ORG DOMAIN" 1573 }, 1574 { 1575 "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]", 1576 "translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]" 1577 }, 1578 { 1579 "id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]\\n\\nTIP:\\n Path should be a zip file, a url to a zip file, or a local directory. Position is a positive integer, sets priority, and is sorted from lowest to highest.", 1580 "translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]\\n\\nDICA:\\n o caminho deve ser um arquivo zip, uma URL para um arquivo zip ou um diretório local. Ranqueamento é um número inteiro positivo, configura a prioridade e é classificado do mais baixo para o mais alto." 1581 }, 1582 { 1583 "id": "CF_NAME update-quota ", 1584 "translation": "CF_NAME update-quota " 1585 }, 1586 { 1587 "id": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 1588 "translation": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 1589 }, 1590 { 1591 "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE", 1592 "translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE" 1593 }, 1594 { 1595 "id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n The provided path can be an absolute or relative path to a file.\\n It should have a single array with JSON objects inside describing the rules.\\n\\n Valid json file example:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]\\n\\nTIP: Changes will not apply to existing running applications until they are restarted.", 1596 "translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE\\n\\n O caminho fornecido pode ser um caminho absoluto ou relativo para um arquivo.\\n Ele deve ser uma matriz única contendo objetos JSON que descrevem as regras.\\n\\n Exemplo de arquivo json válido:\\n [\\n {\\n \\\"protocol\\\": \\\"tcp\\\",\\n \\\"destination\\\": \\\"10.0.11.0/24\\\",\\n \\\"ports\\\": \\\"80,443\\\",\\n \\\"description\\\": \\\"Allow http and https traffic from ZoneA\\\"\\n }\\n ]\\n\\nDICA: as mudanças não serão aplicadas a aplicativos em execução existentes até que sejam reiniciados." 1597 }, 1598 { 1599 "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]", 1600 "translation": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]" 1601 }, 1602 { 1603 "id": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n Optionally provide service-specific configuration parameters in a valid JSON object in-line.\\n CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Optionally provide a file containing service-specific configuration parameters in a valid JSON object. \\n The path to the parameters file can be an absolute or relative path to a file.\\n CF_NAME update-service -c PATH_TO_FILE\\n\\n Example of valid JSON object:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\n Optionally provide a list of comma-delimited tags that will be written to the VCAP_SERVICES environment variable for any bound applications.\\n\\nEXAMPLES:\\n CF_NAME update-service mydb -p gold\\n CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n CF_NAME update-service mydb -t \\\"list, of, tags\\\"", 1604 "translation": "CF_NAME update-service SERVICE_INSTANCE [-p NEW_PLAN] [-c PARAMETERS_AS_JSON] [-t TAGS]\\n\\n Opcionalmente, forneça parâmetros de configuração específicos do serviço em um objeto JSON válido sequencial.\\n CF_NAME update-service -c '{\\\"name\\\":\\\"value\\\",\\\"name\\\":\\\"value\\\"}'\\n\\n Opcionalmente, forneça um arquivo contendo parâmetros de configuração específicos do serviço em um objeto JSON válido. \\n O caminho para o arquivo de parâmetros pode ser um caminho absoluto ou relativo para um arquivo.\\n CF_NAME update-service -c PATH_TO_FILE\\n\\n Exemplo de objeto JSON válido:\\n {\\n \\\"cluster_nodes\\\": {\\n \\\"count\\\": 5,\\n \\\"memory_mb\\\": 1024\\n }\\n }\\n\\n Opcionalmente, forneça uma lista de tags delimitadas por vírgulas que serão gravadas na variável de ambiente VCAP_SERVICES de quaisquer aplicativos de limite.\\n\\nEXEMPLOS:\\n CF_NAME update-service mydb -p gold\\n CF_NAME update-service mydb -c '{\\\"ram_gb\\\":4}'\\n CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json\\n CF_NAME update-service mydb -t \\\"list, of, tags\\\"" 1605 }, 1606 { 1607 "id": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'", 1608 "translation": "CF_NAME update-service mydb -c '{\"ram_gb\":4}'" 1609 }, 1610 { 1611 "id": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json", 1612 "translation": "CF_NAME update-service mydb -c ~/workspace/tmp/instance_config.json" 1613 }, 1614 { 1615 "id": "CF_NAME update-service mydb -p gold", 1616 "translation": "CF_NAME update-service mydb -p gold" 1617 }, 1618 { 1619 "id": "CF_NAME update-service mydb -t \"list,of, tags\"", 1620 "translation": "CF_NAME update-service mydb -t \"list,of, tags\"" 1621 }, 1622 { 1623 "id": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN", 1624 "translation": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN" 1625 }, 1626 { 1627 "id": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL", 1628 "translation": "CF_NAME update-service-broker SERVICE_BROKER USERNAME PASSWORD URL" 1629 }, 1630 { 1631 "id": "CF_NAME update-space-quota ", 1632 "translation": "CF_NAME update-space-quota " 1633 }, 1634 { 1635 "id": "CF_NAME update-space-quota SPACE_QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-n NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]", 1636 "translation": "CF_NAME update-space-quota SPACE_QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-n NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]" 1637 }, 1638 { 1639 "id": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n Pass comma separated credential parameter names to enable interactive mode:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Pass credential parameters as JSON to create a service non-interactively:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n Specify a path to a file containing JSON:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE", 1640 "translation": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\n\n Passar nomes de parâmetros de credenciais separados por vírgula para ativar o modo interativo:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Passar parâmetros de credenciais como JSON para criar um serviço não interativamente:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\"key1\":\"value1\",\"key2\":\"value2\"}'\n\n Especificar um caminho para um arquivo contendo JSON:\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE" 1641 }, 1642 { 1643 "id": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n Pass comma separated credential parameter names to enable interactive mode:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n Pass credential parameters as JSON to create a service non-interactively:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n Specify a path to a file containing JSON:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXAMPLES:\\n CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME update-user-provided-service my-route-service -r https://example.com", 1644 "translation": "CF_NAME update-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG_DRAIN_URL] [-r ROUTE_SERVICE_URL]\\n\\n Passar nomes de parâmetros de credenciais separados por vírgula para ativar o modo interativo:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p \\\"comma, separated, parameter, names\\\"\\n\\n Passar parâmetros de credenciais como JSON para criar um serviço não interativamente:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p '{\\\"key1\\\":\\\"value1\\\",\\\"key2\\\":\\\"value2\\\"}'\\n\\n Especificar um caminho para um arquivo contendo JSON:\\n CF_NAME update-user-provided-service SERVICE_INSTANCE -p PATH_TO_FILE\\n\\nEXEMPLOS:\\n CF_NAME update-user-provided-service my-db-mine -p '{\\\"username\\\":\\\"admin\\\", \\\"password\\\":\\\"pa55woRD\\\"}'\\n CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json\\n CF_NAME update-user-provided-service my-drain-service -l syslog://example.com\\n CF_NAME update-user-provided-service my-route-service -r https://example.com" 1645 }, 1646 { 1647 "id": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'", 1648 "translation": "CF_NAME update-user-provided-service my-db-mine -p '{\"username\":\"admin\", \"password\":\"pa55woRD\"}'" 1649 }, 1650 { 1651 "id": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json", 1652 "translation": "CF_NAME update-user-provided-service my-db-mine -p /path/to/credentials.json" 1653 }, 1654 { 1655 "id": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com", 1656 "translation": "CF_NAME update-user-provided-service my-drain-service -l syslog://example.com" 1657 }, 1658 { 1659 "id": "CF_NAME update-user-provided-service my-route-service -r https://example.com", 1660 "translation": "CF_NAME update-user-provided-service my-route-service -r https://example.com" 1661 }, 1662 { 1663 "id": "CF_NAME v3-app APP_NAME", 1664 "translation": "" 1665 }, 1666 { 1667 "id": "CF_NAME v3-create-app APP_NAME", 1668 "translation": "" 1669 }, 1670 { 1671 "id": "CF_NAME v3-create-package APP_NAME", 1672 "translation": "" 1673 }, 1674 { 1675 "id": "CF_NAME v3-set-droplet APP_NAME -d DROPLET_GUID", 1676 "translation": "" 1677 }, 1678 { 1679 "id": "CF_NAME v3-stage APP_NAME --package-guid GUID", 1680 "translation": "" 1681 }, 1682 { 1683 "id": "CF_NAME v3-start APP_NAME", 1684 "translation": "" 1685 }, 1686 { 1687 "id": "CF_NAME version", 1688 "translation": "CF_NAME version" 1689 }, 1690 { 1691 "id": "CF_NAME version\\n\\n 'cf -v' and 'cf --version' are also accepted.", 1692 "translation": "" 1693 }, 1694 { 1695 "id": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}", 1696 "translation": "CF_TRACE ERROR CREATING LOG FILE {{.Path}}:\n{{.Err}}" 1697 }, 1698 { 1699 "id": "CLI plugin management:", 1700 "translation": "" 1701 }, 1702 { 1703 "id": "COLOR must be \"true\" or \"false\"", 1704 "translation": "" 1705 }, 1706 { 1707 "id": "Can not provision instances of paid service plans", 1708 "translation": "Não é possível provisionar instâncias de planos de serviços pagos" 1709 }, 1710 { 1711 "id": "Can provision instances of paid service plans", 1712 "translation": "É possível provisionar instâncias de planos de serviços pagos" 1713 }, 1714 { 1715 "id": "Can provision instances of paid service plans (Default: disallowed)", 1716 "translation": "É possível provisionar instâncias de planos de serviços pagos (padrão: desaprovado)" 1717 }, 1718 { 1719 "id": "Cannot delete service instance, service keys and bindings must first be deleted", 1720 "translation": "Não é possível excluir a instância de serviço, deve-se excluir chaves de serviço e ligações primeiro" 1721 }, 1722 { 1723 "id": "Cannot list marketplace services without a targeted space", 1724 "translation": "Não é possível listar serviços de mercado de trabalho sem um espaço destinado" 1725 }, 1726 { 1727 "id": "Cannot list plan information for {{.ServiceName}} without a targeted space", 1728 "translation": "Não é possível listar informações de plano para {{.ServiceName}} sem um espaço destinado" 1729 }, 1730 { 1731 "id": "Cannot provision instances of paid service plans", 1732 "translation": "Não é possível provisionar instâncias de planos de serviços pagos" 1733 }, 1734 { 1735 "id": "Cannot specify both lock and unlock options.", 1736 "translation": "Não é possível especificar ambas as opções, de bloqueio e de desbloqueio." 1737 }, 1738 { 1739 "id": "Cannot specify both {{.Enabled}} and {{.Disabled}}.", 1740 "translation": "Não é possível especificar ambos, {{.Enabled}} e {{.Disabled}}." 1741 }, 1742 { 1743 "id": "Cannot specify buildpack bits and lock/unlock.", 1744 "translation": "Não é possível especificar bits de buildpack e bloqueio/desbloqueio." 1745 }, 1746 { 1747 "id": "Cannot specify port together with hostname and/or path.", 1748 "translation": "Não é possível especificar porta junto com nome do host e/ou caminho." 1749 }, 1750 { 1751 "id": "Cannot specify random-port together with port, hostname and/or path.", 1752 "translation": "Não é possível especificar porta aleatória junto com porta, nome do host e/ou caminho." 1753 }, 1754 { 1755 "id": "Change or view the instance count, disk space limit, and memory limit for an app", 1756 "translation": "Mudar ou visualizar a contagem de instâncias, o limite de espaço em disco e o limite de memória de um app" 1757 }, 1758 { 1759 "id": "Change service plan for a service instance", 1760 "translation": "Mudar plano de serviço de uma instância de serviço" 1761 }, 1762 { 1763 "id": "Change type of health check performed on an app", 1764 "translation": "" 1765 }, 1766 { 1767 "id": "Change user password", 1768 "translation": "Alterar senha do usuário" 1769 }, 1770 { 1771 "id": "Changing password...", 1772 "translation": "Alterando senha..." 1773 }, 1774 { 1775 "id": "Checking for route...", 1776 "translation": "Verificando a rota..." 1777 }, 1778 { 1779 "id": "Cloud Foundry API version {{.APIVersion}} requires CLI version {{.MinCLIVersion}}. You are currently on version {{.BinaryVersion}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads", 1780 "translation": "" 1781 }, 1782 { 1783 "id": "Cloud Foundry API version {{.APIVer}} requires CLI version {{.CLIMin}}. You are currently on version {{.CLIVer}}. To upgrade your CLI, please visit: https://github.com/cloudfoundry/cli#downloads", 1784 "translation": "A versão da API do Cloud Foundry {{.APIVer}} requer a versão da CLI {{.CLIMin}}. Atualmente você está na versão {{.CLIVer}}. Para fazer upgrade da CLI, visite: https://github.com/cloudfoundry/cli#downloads" 1785 }, 1786 { 1787 "id": "Cloud Foundry command line tool", 1788 "translation": "" 1789 }, 1790 { 1791 "id": "Comma delimited list of ports the application may listen on", 1792 "translation": "Lista de portas delimitada por vírgulas nas quais o aplicativo pode atender" 1793 }, 1794 { 1795 "id": "Command Help", 1796 "translation": "Ajuda de Comando" 1797 }, 1798 { 1799 "id": "Command Name", 1800 "translation": "Nome do Comando" 1801 }, 1802 { 1803 "id": "Command `{{.Command}}` in the plugin being installed is a native CF command/alias. Rename the `{{.Command}}` command in the plugin being installed in order to enable its installation and use.", 1804 "translation": "O comando `{{.Command}}` no plug-in que está sendo instalado é um comando/alias CF nativo. Renomeie o comando `{{.Command}}` no plug-in que está sendo instalado para permitir sua instalação e uso." 1805 }, 1806 { 1807 "id": "Command `{{.Command}}` is a command/alias in plugin '{{.PluginName}}'. You could try uninstalling plugin '{{.PluginName}}' and then install this plugin in order to invoke the `{{.Command}}` command. However, you should first fully understand the impact of uninstalling the existing '{{.PluginName}}' plugin.", 1808 "translation": "O comando `{{.Command}}` é um comando/alias no plug-in '{{.PluginName}}'. Você poderia tentar desinstalar o plug-in '{{.PluginName}}' e, em seguida, instalá-lo para chamar o comando `{{.Command}}`. No entanto, deve-se primeiro entender totalmente o impacto de se desinstalar o plug-in '{{.PluginName}}' existente." 1809 }, 1810 { 1811 "id": "Command to run. This flag can be defined more than once.", 1812 "translation": "Comando Que Será Executado. Essa sinalização pode ser definida mais de uma vez." 1813 }, 1814 { 1815 "id": "Commands offered by installed plugins:", 1816 "translation": "" 1817 }, 1818 { 1819 "id": "Compute and show the sha1 value of the plugin binary file", 1820 "translation": "Calcular e mostrar o valor sha1 do arquivo binário do plug-in" 1821 }, 1822 { 1823 "id": "Computing sha1 for installed plugins, this may take a while ...", 1824 "translation": "Calculando sha1 para plug-ins instalados, isso pode demorar um pouco..." 1825 }, 1826 { 1827 "id": "Computing sha1 for installed plugins, this may take a while...", 1828 "translation": "" 1829 }, 1830 { 1831 "id": "Connected, dumping recent logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n", 1832 "translation": "Conectado, fazendo dump de logs recentes para o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}...\n" 1833 }, 1834 { 1835 "id": "Connected, tailing logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n", 1836 "translation": "Conectado, tailing logs para o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}...\n" 1837 }, 1838 { 1839 "id": "Copies the source code of an application to another existing application (and restarts that application)", 1840 "translation": "Cópias do código-fonte de um aplicativo para outro aplicativo existente (e reinicia esse aplicativo)" 1841 }, 1842 { 1843 "id": "Copying source from app {{.SourceApp}} to target app {{.TargetApp}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 1844 "translation": "Copiando origem do app {{.SourceApp}} para o app de destino {{.TargetApp}} na organização {{.OrgName}}/espaço {{.SpaceName}} como {{.Username}}..." 1845 }, 1846 { 1847 "id": "Could not add repository '{{.RepositoryName}}' from {{.RepositoryURL}}: {{.Message}}", 1848 "translation": "" 1849 }, 1850 { 1851 "id": "Could not bind to service {{.ServiceName}}\nError: {{.Err}}", 1852 "translation": "Não foi possível ligar ao serviço {{.ServiceName}}\nErro: {{.Err}}" 1853 }, 1854 { 1855 "id": "Could not copy plugin binary: \n{{.Error}}", 1856 "translation": "Não foi possível copiar binário do plug-in: \n{{.Error}}" 1857 }, 1858 { 1859 "id": "Could not determine the current working directory!", 1860 "translation": "Não foi possível determinar o diretório atualmente em funcionamento!" 1861 }, 1862 { 1863 "id": "Could not find a default domain", 1864 "translation": "Não foi possível localizar um domínio padrão" 1865 }, 1866 { 1867 "id": "Could not find app named '{{.AppName}}' in manifest", 1868 "translation": "Não foi possível localizar o app denominado '{{.AppName}}' no manifest" 1869 }, 1870 { 1871 "id": "Could not find locale '{{.UnsupportedLocale}}'. The known locales are:\n", 1872 "translation": "Não foi possível localizar o código de idioma '{{.UnsupportedLocale}}'. Os códigos de idioma conhecidos são: \n" 1873 }, 1874 { 1875 "id": "Could not find plan with name {{.ServicePlanName}}", 1876 "translation": "Não foi possível localizar o plano com o nome {{.ServicePlanName}}" 1877 }, 1878 { 1879 "id": "Could not find service", 1880 "translation": "Não foi possível localizar o serviço" 1881 }, 1882 { 1883 "id": "Could not find service {{.ServiceName}} to bind to {{.AppName}}", 1884 "translation": "Não foi possível localizar o serviço {{.ServiceName}} para ligar a {{.AppName}}" 1885 }, 1886 { 1887 "id": "Could not find space {{.Space}} in organization {{.Org}}", 1888 "translation": "Não foi possível localizar o espaço {{.Space}} na organização {{.Org}}" 1889 }, 1890 { 1891 "id": "Could not get plugin repository '{{.RepositoryName}}'\n{{.ErrorMessage}}", 1892 "translation": "" 1893 }, 1894 { 1895 "id": "Could not serialize information", 1896 "translation": "Não foi possível serializar informações" 1897 }, 1898 { 1899 "id": "Could not serialize updates.", 1900 "translation": "Não foi possível serializar atualizações." 1901 }, 1902 { 1903 "id": "Could not target org.\n{{.APIErr}}", 1904 "translation": "Não foi possível destinar a organização.\n{{.APIErr}}" 1905 }, 1906 { 1907 "id": "Couldn't create temp file for upload", 1908 "translation": "Não foi possível criar arquivo temp para fazer upload" 1909 }, 1910 { 1911 "id": "Couldn't open buildpack file", 1912 "translation": "Não foi possível abrir o arquivo buildpack" 1913 }, 1914 { 1915 "id": "Couldn't write zip file", 1916 "translation": "Não foi possível gravar o arquivo zip" 1917 }, 1918 { 1919 "id": "Create a TCP route", 1920 "translation": "Criar uma rota TCP" 1921 }, 1922 { 1923 "id": "Create a buildpack", 1924 "translation": "Criar um buildpack" 1925 }, 1926 { 1927 "id": "Create a domain in an org for later use", 1928 "translation": "Criar um domínio em uma organização para uso posterior" 1929 }, 1930 { 1931 "id": "Create a domain that can be used by all orgs (admin-only)", 1932 "translation": "Criar um domínio que possa ser usado por todas as organizações (somente administração)" 1933 }, 1934 { 1935 "id": "Create a new user", 1936 "translation": "Criar um novo usuário" 1937 }, 1938 { 1939 "id": "Create a random port for the TCP route", 1940 "translation": "Criar uma porta aleatória para a rota TCP" 1941 }, 1942 { 1943 "id": "Create a random route for this app", 1944 "translation": "Criar uma rota aleatória para este app" 1945 }, 1946 { 1947 "id": "Create a security group", 1948 "translation": "Criar um grupo de segurança" 1949 }, 1950 { 1951 "id": "Create a service auth token", 1952 "translation": "Criar um token de autenticação de serviço" 1953 }, 1954 { 1955 "id": "Create a service broker", 1956 "translation": "Criar um broker de serviço" 1957 }, 1958 { 1959 "id": "Create a service instance", 1960 "translation": "Criar uma instância de serviço" 1961 }, 1962 { 1963 "id": "Create a space", 1964 "translation": "Criar um espaço" 1965 }, 1966 { 1967 "id": "Create a url route in a space for later use", 1968 "translation": "Criar uma rota de URL em um espaço para uso posterior" 1969 }, 1970 { 1971 "id": "Create an HTTP route", 1972 "translation": "Criar uma rota HTTP" 1973 }, 1974 { 1975 "id": "Create an HTTP route:\\n CF_NAME create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Create a TCP route:\\n CF_NAME create-route SPACE DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n CF_NAME create-route my-space example.com # example.com\\n CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com\\n CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n CF_NAME create-route my-space example.com --port 5000 # example.com:5000", 1976 "translation": "Criar uma rota HTTP:\\n CF_NAME create-route SPACE DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Criar uma rota TCP:\\n CF_NAME create-route SPACE DOMAIN (--port PORT | --random-port)\\n\\nEXEMPLOS:\\n CF_NAME create-route my-space example.com # example.com\\n CF_NAME create-route my-space example.com --hostname myapp # myapp.example.com\\n CF_NAME create-route my-space example.com --hostname myapp --path foo # myapp.example.com/foo\\n CF_NAME create-route my-space example.com --port 5000 # example.com:5000" 1977 }, 1978 { 1979 "id": "Create an app manifest for an app that has been pushed successfully", 1980 "translation": "Criar um manifest do app para um app que tenha sido enviado por push com êxito" 1981 }, 1982 { 1983 "id": "Create an isolation segment", 1984 "translation": "" 1985 }, 1986 { 1987 "id": "Create an org", 1988 "translation": "Criar uma organização" 1989 }, 1990 { 1991 "id": "Create and manage apps and services, and see logs and reports\n", 1992 "translation": "Criar e gerenciar apps e serviços e consultar logs e relatórios\n" 1993 }, 1994 { 1995 "id": "Create and manage the billing account and payment info\n", 1996 "translation": "Criar e gerenciar a conta de cobrança e as informações de pagamento\n" 1997 }, 1998 { 1999 "id": "Create key for a service instance", 2000 "translation": "Criar chave para uma instância de serviço" 2001 }, 2002 { 2003 "id": "Creating V3 app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 2004 "translation": "" 2005 }, 2006 { 2007 "id": "Creating an app manifest from current settings of app ", 2008 "translation": "Criando um manifest de app a partir das configurações atuais do app " 2009 }, 2010 { 2011 "id": "Creating app with these attributes...", 2012 "translation": "" 2013 }, 2014 { 2015 "id": "Creating app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 2016 "translation": "" 2017 }, 2018 { 2019 "id": "Creating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 2020 "translation": "Criando o app {{.AppName}} na organização {{.OrgName}}/espaço {{.SpaceName}} como {{.Username}}..." 2021 }, 2022 { 2023 "id": "Creating buildpack {{.BuildpackName}}...", 2024 "translation": "Criando o buildpack {{.BuildpackName}}..." 2025 }, 2026 { 2027 "id": "Creating domain {{.DomainName}} for org {{.OrgName}} as {{.Username}}...", 2028 "translation": "Criando o domínio {{.DomainName}} para a organização {{.OrgName}} como {{.Username}}..." 2029 }, 2030 { 2031 "id": "Creating isolation segment {{.SegmentName}} as {{.CurrentUser}}...", 2032 "translation": "" 2033 }, 2034 { 2035 "id": "Creating org {{.OrgName}} as {{.Username}}...", 2036 "translation": "Criando a organização {{.OrgName}} como {{.Username}}..." 2037 }, 2038 { 2039 "id": "Creating quota {{.QuotaName}} as {{.Username}}...", 2040 "translation": "Criando a cota {{.QuotaName}} como {{.Username}}..." 2041 }, 2042 { 2043 "id": "Creating random route for {{.Domain}}", 2044 "translation": "Criando rota aleatória para {{.Domain}}" 2045 }, 2046 { 2047 "id": "Creating route {{.Hostname}}...", 2048 "translation": "Criando a rota {{.Hostname}}..." 2049 }, 2050 { 2051 "id": "Creating route {{.URL}} for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 2052 "translation": "Criando rota {{.URL}} para a organização {{.OrgName}}/espaço {{.SpaceName}} como {{.Username}}..." 2053 }, 2054 { 2055 "id": "Creating security group {{.security_group}} as {{.username}}", 2056 "translation": "Criando o grupo de segurança {{.security_group}} como {{.username}}" 2057 }, 2058 { 2059 "id": "Creating service auth token as {{.CurrentUser}}...", 2060 "translation": "Criando o token de autenticação de serviço como {{.CurrentUser}}..." 2061 }, 2062 { 2063 "id": "Creating service broker {{.Name}} as {{.Username}}...", 2064 "translation": "Criando o broker de serviço {{.Name}} como {{.Username}}..." 2065 }, 2066 { 2067 "id": "Creating service broker {{.Name}} in org {{.Org}} / space {{.Space}} as {{.Username}}...", 2068 "translation": "Criando o broker de serviço {{.Name}} na organização {{.Org}}/espaço {{.Space}} como {{.Username}}..." 2069 }, 2070 { 2071 "id": "Creating service instance {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2072 "translation": "Criando a instância de serviço {{.ServiceName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 2073 }, 2074 { 2075 "id": "Creating service key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 2076 "translation": "Criando a chave de serviço {{.ServiceKeyName}} para a instância de serviço {{.ServiceInstanceName}} como {{.CurrentUser}}..." 2077 }, 2078 { 2079 "id": "Creating shared domain {{.DomainName}} as {{.Username}}...", 2080 "translation": "Criando o domínio compartilhado {{.DomainName}} como {{.Username}}..." 2081 }, 2082 { 2083 "id": "Creating space quota {{.QuotaName}} for org {{.OrgName}} as {{.Username}}...", 2084 "translation": "Criando a cota de espaço {{.QuotaName}} para a organização {{.OrgName}} como {{.Username}}..." 2085 }, 2086 { 2087 "id": "Creating space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 2088 "translation": "Criando o espaço {{.SpaceName}} na organização {{.OrgName}} como {{.CurrentUser}}..." 2089 }, 2090 { 2091 "id": "Creating task for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2092 "translation": "" 2093 }, 2094 { 2095 "id": "Creating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2096 "translation": "Criando o serviço fornecido pelo usuário {{.ServiceName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 2097 }, 2098 { 2099 "id": "Creating user {{.TargetUser}}...", 2100 "translation": "Criando o usuário {{.TargetUser}}..." 2101 }, 2102 { 2103 "id": "Credentials were rejected, please try again.", 2104 "translation": "As credenciais foram rejeitadas, tente novamente." 2105 }, 2106 { 2107 "id": "Credentials, provided inline or in a file, to be exposed in the VCAP_SERVICES environment variable for bound applications", 2108 "translation": "Credenciais, fornecidas sequencialmente ou em um arquivo, para serem expostas na variável de ambiente VCAP_SERVICES para aplicativos de limite" 2109 }, 2110 { 2111 "id": "Current Password", 2112 "translation": "Senha Atual" 2113 }, 2114 { 2115 "id": "Current password did not match", 2116 "translation": "A senha atual não correspondeu" 2117 }, 2118 { 2119 "id": "Custom buildpack by name (e.g. my-buildpack) or Git URL (e.g. 'https://github.com/cloudfoundry/java-buildpack.git') or Git URL with a branch or tag (e.g. 'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0' for 'v3.3.0' tag). To use built-in buildpacks only, specify 'default' or 'null'", 2120 "translation": "Buildpack customizado pelo nome (por exemplo, my-buildpack) ou URL do Git (por exemplo, 'https://github.com/cloudfoundry/java-buildpack.git') ou URL do Git com uma ramificação ou tag (por exemplo, 'https://github.com/cloudfoundry/java-buildpack.git#v3.3.0' para a tag 'v3.3.0'). Para usar somente buildpacks integrados, especifique 'default' ou 'null'" 2121 }, 2122 { 2123 "id": "Custom headers to include in the request, flag can be specified multiple times", 2124 "translation": "Cabeçalhos customizados para incluir na solicitação, a sinalização pode ser especificada várias vezes" 2125 }, 2126 { 2127 "id": "DOMAIN", 2128 "translation": "DOMAIN" 2129 }, 2130 { 2131 "id": "DOMAINS", 2132 "translation": "DOMAINS" 2133 }, 2134 { 2135 "id": "DOMAINS:", 2136 "translation": "" 2137 }, 2138 { 2139 "id": "Dashboard: {{.URL}}", 2140 "translation": "Painel: {{.URL}}" 2141 }, 2142 { 2143 "id": "Define a new resource quota", 2144 "translation": "Definir uma nova cota de recurso" 2145 }, 2146 { 2147 "id": "Define a new space resource quota", 2148 "translation": "Definir uma nova cota de recurso de espaço" 2149 }, 2150 { 2151 "id": "Delete a TCP route", 2152 "translation": "Excluir uma rota TCP" 2153 }, 2154 { 2155 "id": "Delete a buildpack", 2156 "translation": "Excluir um buildpack" 2157 }, 2158 { 2159 "id": "Delete a domain", 2160 "translation": "Excluir um domínio" 2161 }, 2162 { 2163 "id": "Delete a quota", 2164 "translation": "Excluir uma cota" 2165 }, 2166 { 2167 "id": "Delete a route", 2168 "translation": "Excluir uma rota" 2169 }, 2170 { 2171 "id": "Delete a service auth token", 2172 "translation": "Excluir um token de autenticação de serviço" 2173 }, 2174 { 2175 "id": "Delete a service broker", 2176 "translation": "Excluir um broker de serviço" 2177 }, 2178 { 2179 "id": "Delete a service instance", 2180 "translation": "Excluir uma instância de serviço" 2181 }, 2182 { 2183 "id": "Delete a service key", 2184 "translation": "Excluir uma chave de serviço" 2185 }, 2186 { 2187 "id": "Delete a shared domain", 2188 "translation": "Excluir um domínio compartilhado" 2189 }, 2190 { 2191 "id": "Delete a space", 2192 "translation": "Excluir um espaço" 2193 }, 2194 { 2195 "id": "Delete a space quota definition and unassign the space quota from all spaces", 2196 "translation": "Excluir uma definição de cota de espaço e remover designação da cota de espaço de todos os espaços" 2197 }, 2198 { 2199 "id": "Delete a user", 2200 "translation": "Excluir um Usuário" 2201 }, 2202 { 2203 "id": "Delete all orphaned routes (i.e. those that are not mapped to an app)", 2204 "translation": "Excluir todas as rotas órfãs (por exemplo, aquelas que não estão mapeadas para um app)" 2205 }, 2206 { 2207 "id": "Delete an HTTP route", 2208 "translation": "Excluir uma rota HTTP" 2209 }, 2210 { 2211 "id": "Delete an HTTP route:\\n CF_NAME delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n Delete a TCP route:\\n CF_NAME delete-route DOMAIN --port PORT [-f]\\n\\nEXAMPLES:\\n CF_NAME delete-route example.com # example.com\\n CF_NAME delete-route example.com --hostname myhost # myhost.example.com\\n CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME delete-route example.com --port 5000 # example.com:5000", 2212 "translation": "Excluir uma rota HTTP:\\n CF_NAME delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [-f]\\n\\n Excluir uma rota TCP:\\n CF_NAME delete-route DOMAIN --port PORT [-f]\\n\\nEXEMPLOS:\\n CF_NAME delete-route example.com # example.com\\n CF_NAME delete-route example.com --hostname myhost # myhost.example.com\\n CF_NAME delete-route example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME delete-route example.com --port 5000 # example.com:5000" 2213 }, 2214 { 2215 "id": "Delete an app", 2216 "translation": "Excluir um app" 2217 }, 2218 { 2219 "id": "Delete an isolation segment", 2220 "translation": "" 2221 }, 2222 { 2223 "id": "Delete an org", 2224 "translation": "Excluir uma organização" 2225 }, 2226 { 2227 "id": "Delete cancelled", 2228 "translation": "Excluir cancelado" 2229 }, 2230 { 2231 "id": "Delete space within specified org", 2232 "translation": "" 2233 }, 2234 { 2235 "id": "Deletes a security group", 2236 "translation": "Exclui um grupo de segurança" 2237 }, 2238 { 2239 "id": "Deleting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 2240 "translation": "Excluindo o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 2241 }, 2242 { 2243 "id": "Deleting buildpack {{.BuildpackName}}...", 2244 "translation": "Excluindo o buildpack {{.BuildpackName}}..." 2245 }, 2246 { 2247 "id": "Deleting domain {{.DomainName}} as {{.Username}}...", 2248 "translation": "Excluindo o domínio {{.DomainName}} como {{.Username}}..." 2249 }, 2250 { 2251 "id": "Deleting isolation segment {{.SegmentName}} as {{.CurrentUser}}...", 2252 "translation": "" 2253 }, 2254 { 2255 "id": "Deleting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 2256 "translation": "Excluindo a chave {{.ServiceKeyName}} para a instância de serviço {{.ServiceInstanceName}} como {{.CurrentUser}}..." 2257 }, 2258 { 2259 "id": "Deleting org {{.OrgName}} as {{.Username}}...", 2260 "translation": "Excluindo a organização {{.OrgName}} como {{.Username}}..." 2261 }, 2262 { 2263 "id": "Deleting quota {{.QuotaName}} as {{.Username}}...", 2264 "translation": "Excluindo a cota {{.QuotaName}} como {{.Username}}..." 2265 }, 2266 { 2267 "id": "Deleting route {{.Route}} ...", 2268 "translation": "" 2269 }, 2270 { 2271 "id": "Deleting route {{.Route}}...", 2272 "translation": "Excluindo a rota {{.Route}}..." 2273 }, 2274 { 2275 "id": "Deleting route {{.URL}}...", 2276 "translation": "Excluindo a rota {{.URL}}..." 2277 }, 2278 { 2279 "id": "Deleting security group {{.security_group}} as {{.username}}", 2280 "translation": "Excluindo o grupo de segurança {{.security_group}} como {{.username}}" 2281 }, 2282 { 2283 "id": "Deleting service auth token as {{.CurrentUser}}", 2284 "translation": "Excluindo o token de autenticação de serviço como {{.CurrentUser}}" 2285 }, 2286 { 2287 "id": "Deleting service broker {{.Name}} as {{.Username}}...", 2288 "translation": "Excluindo o broker de serviço {{.Name}} como {{.Username}}..." 2289 }, 2290 { 2291 "id": "Deleting service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2292 "translation": "Excluindo o serviço {{.ServiceName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 2293 }, 2294 { 2295 "id": "Deleting space quota {{.QuotaName}} as {{.Username}}...", 2296 "translation": "Excluindo a cota de espaço {{.QuotaName}} como {{.Username}}..." 2297 }, 2298 { 2299 "id": "Deleting space {{.TargetSpace}} in org {{.TargetOrg}} as {{.CurrentUser}}...", 2300 "translation": "Excluindo o espaço {{.TargetSpace}} na organização {{.TargetOrg}} como {{.CurrentUser}}..." 2301 }, 2302 { 2303 "id": "Deleting user {{.TargetUser}} as {{.CurrentUser}}...", 2304 "translation": "Excluindo o usuário {{.TargetUser}} como {{.CurrentUser}}..." 2305 }, 2306 { 2307 "id": "Description: {{.ServiceDescription}}", 2308 "translation": "Descrição: {{.ServiceDescription}}" 2309 }, 2310 { 2311 "id": "Did you mean?", 2312 "translation": "Você quis dizer?" 2313 }, 2314 { 2315 "id": "Disable access for a specified organization", 2316 "translation": "Desativar o acesso de uma organização especificada" 2317 }, 2318 { 2319 "id": "Disable access to a service or service plan for one or all orgs", 2320 "translation": "Desativar o acesso a um serviço ou plano de serviço de uma ou de todas as organizações" 2321 }, 2322 { 2323 "id": "Disable access to a specified service plan", 2324 "translation": "Desativar o acesso a um plano de serviço especificado" 2325 }, 2326 { 2327 "id": "Disable pseudo-tty allocation", 2328 "translation": "Desativar alocação de pseudo-tty" 2329 }, 2330 { 2331 "id": "Disable ssh for the application", 2332 "translation": "Desativar ssh para o aplicativo" 2333 }, 2334 { 2335 "id": "Disable the buildpack from being used for staging", 2336 "translation": "Desativar o buildpack de ser usado para preparação" 2337 }, 2338 { 2339 "id": "Disable the use of a feature so that users have access to and can use the feature", 2340 "translation": "Desativar o uso de um recurso para que os usuários tenham acesso e possam usar o recurso" 2341 }, 2342 { 2343 "id": "Disabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...", 2344 "translation": "Desativando o acesso do plano {{.PlanName}} do serviço {{.ServiceName}} como {{.Username}}..." 2345 }, 2346 { 2347 "id": "Disabling access to all plans of service {{.ServiceName}} for all orgs as {{.UserName}}...", 2348 "translation": "Desativando o acesso a todos os planos do serviço {{.ServiceName}} de todas as organizações como {{.UserName}}..." 2349 }, 2350 { 2351 "id": "Disabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...", 2352 "translation": "Desativando o acesso a todos os planos do serviço {{.ServiceName}} da organização {{.OrgName}} como {{.Username}}..." 2353 }, 2354 { 2355 "id": "Disabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...", 2356 "translation": "Desativando o acesso ao plano {{.PlanName}} do serviço {{.ServiceName}} da organização {{.OrgName}} como {{.Username}}..." 2357 }, 2358 { 2359 "id": "Disabling ssh support for '{{.AppName}}'...", 2360 "translation": "Desativando o suporte ssh para '{{.AppName}}'..." 2361 }, 2362 { 2363 "id": "Disabling ssh support for space '{{.SpaceName}}'...", 2364 "translation": "Desativando o suporte ssh para o espaço '{{.SpaceName}}'..." 2365 }, 2366 { 2367 "id": "Disallow SSH access for the space", 2368 "translation": "Desaprovar acesso SSH para o espaço" 2369 }, 2370 { 2371 "id": "Disk limit (e.g. 256M, 1024M, 1G)", 2372 "translation": "Limite de disco (por exemplo, 256 M, 1024 M, 1 G)" 2373 }, 2374 { 2375 "id": "Display an app", 2376 "translation": "" 2377 }, 2378 { 2379 "id": "Display health and status for app", 2380 "translation": "Exibir funcionamento e status do app" 2381 }, 2382 { 2383 "id": "Do not colorize output", 2384 "translation": "" 2385 }, 2386 { 2387 "id": "Do not execute a remote command", 2388 "translation": "Não executar um comando remoto" 2389 }, 2390 { 2391 "id": "Do not map a route to this app", 2392 "translation": "" 2393 }, 2394 { 2395 "id": "Do not map a route to this app and remove routes from previous pushes of this app", 2396 "translation": "Não mapear uma rota para este app e remover rotas de pushes anteriores deste app" 2397 }, 2398 { 2399 "id": "Do not start an app after pushing", 2400 "translation": "Não iniciar um app após o push" 2401 }, 2402 { 2403 "id": "Do you want to install the plugin {{.Path}}?", 2404 "translation": "" 2405 }, 2406 { 2407 "id": "Do you want to uninstall the existing plugin and install {{.Path}} {{.PluginVersion}}?", 2408 "translation": "" 2409 }, 2410 { 2411 "id": "Docker password", 2412 "translation": "" 2413 }, 2414 { 2415 "id": "Docker-image to be used (e.g. user/docker-image-name)", 2416 "translation": "Docker-image a ser usado (por exemplo, user/docker-image-name)" 2417 }, 2418 { 2419 "id": "Documentation url: {{.URL}}", 2420 "translation": "URL da documentação: {{.URL}}" 2421 }, 2422 { 2423 "id": "Domain (e.g. example.com)", 2424 "translation": "Domínio (por exemplo, example.com)" 2425 }, 2426 { 2427 "id": "Domains:", 2428 "translation": "Domínios:" 2429 }, 2430 { 2431 "id": "Download attempt failed: {{.Error}}\n\nUnable to install, plugin is not available from the given url.", 2432 "translation": "Falha na tentativa de download: {{.Error}}\n\nNão é possível instalar, o plug-in não está disponível na URL fornecida." 2433 }, 2434 { 2435 "id": "Download attempt failed; server returned {{.ErrorMessage}}\nUnable to install; plugin is not available from the given URL.", 2436 "translation": "" 2437 }, 2438 { 2439 "id": "Downloaded plugin binary's checksum does not match repo metadata", 2440 "translation": "A soma de verificação do binário de plug-in transferido por download não corresponde aos metadados do repositório" 2441 }, 2442 { 2443 "id": "Downloaded plugin binary's checksum does not match repo metadata.\nPlease try again or contact the plugin author.", 2444 "translation": "" 2445 }, 2446 { 2447 "id": "Dump recent logs instead of tailing", 2448 "translation": "Fazer dump de logs recentes em vez de tailing" 2449 }, 2450 { 2451 "id": "ENVIRONMENT VARIABLE GROUPS", 2452 "translation": "GRUPOS DE VARIÁVEIS DE AMBIENTE" 2453 }, 2454 { 2455 "id": "ENVIRONMENT VARIABLE GROUPS:", 2456 "translation": "" 2457 }, 2458 { 2459 "id": "ENVIRONMENT VARIABLES:", 2460 "translation": "" 2461 }, 2462 { 2463 "id": "ENVIRONMENT:", 2464 "translation": "" 2465 }, 2466 { 2467 "id": "EXAMPLES", 2468 "translation": "EXEMPLOS" 2469 }, 2470 { 2471 "id": "Empty file or folder", 2472 "translation": "Arquivo ou pasta vazia" 2473 }, 2474 { 2475 "id": "Enable HTTP proxying for API requests", 2476 "translation": "" 2477 }, 2478 { 2479 "id": "Enable access for a specified organization", 2480 "translation": "Ativar o acesso para uma organização especificada" 2481 }, 2482 { 2483 "id": "Enable access to a service or service plan for one or all orgs", 2484 "translation": "Ativar o acesso a um serviço ou plano de serviço para uma ou para todas as organizações" 2485 }, 2486 { 2487 "id": "Enable access to a specified service plan", 2488 "translation": "Ativar o acesso a um plano de serviço especificado" 2489 }, 2490 { 2491 "id": "Enable or disable color", 2492 "translation": "Ativar ou desativar a cor" 2493 }, 2494 { 2495 "id": "Enable ssh for the application", 2496 "translation": "Ativar ssh para o aplicativo" 2497 }, 2498 { 2499 "id": "Enable the buildpack to be used for staging", 2500 "translation": "Ativar o buildpack para ser usado para preparação" 2501 }, 2502 { 2503 "id": "Enable the use of a feature so that users have access to and can use the feature", 2504 "translation": "Ativar o uso de um recurso para que os usuários tenham acesso e possam usar o recurso" 2505 }, 2506 { 2507 "id": "Enabling access of plan {{.PlanName}} for service {{.ServiceName}} as {{.Username}}...", 2508 "translation": "Ativando o acesso do plano {{.PlanName}} do serviço {{.ServiceName}} como {{.Username}}..." 2509 }, 2510 { 2511 "id": "Enabling access to all plans of service {{.ServiceName}} for all orgs as {{.Username}}...", 2512 "translation": "Ativando o acesso a todos os planos do serviço {{.ServiceName}} para todas as organizações como {{.Username}}..." 2513 }, 2514 { 2515 "id": "Enabling access to all plans of service {{.ServiceName}} for the org {{.OrgName}} as {{.Username}}...", 2516 "translation": "Ativando o acesso a todos os planos do serviço {{.ServiceName}} para a organização {{.OrgName}} como {{.Username}}..." 2517 }, 2518 { 2519 "id": "Enabling access to plan {{.PlanName}} of service {{.ServiceName}} for org {{.OrgName}} as {{.Username}}...", 2520 "translation": "Ativando o acesso ao plano {{.PlanName}} do serviço {{.ServiceName}} para a organização {{.OrgName}} como {{.Username}}..." 2521 }, 2522 { 2523 "id": "Enabling isolation segment {{.SegmentName}} for org {{.OrgName}} as {{.CurrentUser}}...", 2524 "translation": "" 2525 }, 2526 { 2527 "id": "Enabling ssh support for '{{.AppName}}'...", 2528 "translation": "Ativando o suporte ssh para '{{.AppName}}'..." 2529 }, 2530 { 2531 "id": "Enabling ssh support for space '{{.SpaceName}}'...", 2532 "translation": "Ativando o suporte ssh para o espaço '{{.SpaceName}}'..." 2533 }, 2534 { 2535 "id": "Endpoint deprecated", 2536 "translation": "Terminal descontinuado" 2537 }, 2538 { 2539 "id": "Entitle an organization to an isolation segment", 2540 "translation": "" 2541 }, 2542 { 2543 "id": "Env variable {{.VarName}} was not set.", 2544 "translation": "A variável de ambiente {{.VarName}} não foi configurada." 2545 }, 2546 { 2547 "id": "Environment variable CF_DOCKER_PASSWORD not set.", 2548 "translation": "" 2549 }, 2550 { 2551 "id": "Error accessing org {{.OrgName}} for GUID': ", 2552 "translation": "Erro ao acessar a organização {{.OrgName}} para o GUID': " 2553 }, 2554 { 2555 "id": "Error building request", 2556 "translation": "Erro ao construir solicitação" 2557 }, 2558 { 2559 "id": "Error creating manifest file: ", 2560 "translation": "Erro ao criar arquivo manifest: " 2561 }, 2562 { 2563 "id": "Error creating request:\n{{.Err}}", 2564 "translation": "Erro ao criar solicitação:\n{{.Err}}" 2565 }, 2566 { 2567 "id": "Error creating tmp file: {{.Err}}", 2568 "translation": "Erro ao criar arquivo tmp: {{.Err}}" 2569 }, 2570 { 2571 "id": "Error creating upload", 2572 "translation": "Erro ao criar upload" 2573 }, 2574 { 2575 "id": "Error creating user {{.TargetUser}}.\n{{.Error}}", 2576 "translation": "Erro ao criar usuário {{.TargetUser}}.\n{{.Error}}" 2577 }, 2578 { 2579 "id": "Error creating user {{.User}}.", 2580 "translation": "" 2581 }, 2582 { 2583 "id": "Error deleting buildpack {{.Name}}\n{{.Error}}", 2584 "translation": "Erro ao excluir buildpack {{.Name}}\n{{.Error}}" 2585 }, 2586 { 2587 "id": "Error deleting domain {{.DomainName}}\n{{.APIErr}}", 2588 "translation": "Erro ao excluir domínio {{.DomainName}}\n{{.APIErr}}" 2589 }, 2590 { 2591 "id": "Error deleting domain {{.DomainName}}\n{{.Err}}", 2592 "translation": "Erro ao excluir domínio {{.DomainName}}\n{{.Err}}" 2593 }, 2594 { 2595 "id": "Error deleting user {{.Username}} \nMultiple users with that username found. Please use 'cf curl' to delete the user by guid instead.", 2596 "translation": "" 2597 }, 2598 { 2599 "id": "Error disabling ssh support for ", 2600 "translation": "Erro ao desativar suporte ssh de " 2601 }, 2602 { 2603 "id": "Error disabling ssh support for space ", 2604 "translation": "Erro ao desativar suporte ssh do espaço " 2605 }, 2606 { 2607 "id": "Error dumping request\n{{.Err}}\n", 2608 "translation": "Erro ao fazer dump da solicitação\n{{.Err}}\n" 2609 }, 2610 { 2611 "id": "Error dumping response\n{{.Err}}\n", 2612 "translation": "Erro ao fazer dump da resposta\n{{.Err}}\n" 2613 }, 2614 { 2615 "id": "Error enabling ssh support for ", 2616 "translation": "Erro ao ativar suporte ssh para " 2617 }, 2618 { 2619 "id": "Error enabling ssh support for space ", 2620 "translation": "Erro ao ativar suporte ssh para o espaço " 2621 }, 2622 { 2623 "id": "Error finding available orgs\n{{.APIErr}}", 2624 "translation": "Erro ao localizar organizações disponíveis\n{{.APIErr}}" 2625 }, 2626 { 2627 "id": "Error finding available spaces\n{{.Err}}", 2628 "translation": "Erro ao localizar espaços disponíveis\n{{.Err}}" 2629 }, 2630 { 2631 "id": "Error finding domain {{.DomainName}}\n{{.APIErr}}", 2632 "translation": "Erro ao localizar domínio {{.DomainName}}\n{{.APIErr}}" 2633 }, 2634 { 2635 "id": "Error finding domain {{.DomainName}}\n{{.Err}}", 2636 "translation": "Erro ao localizar domínio {{.DomainName}}\n{{.Err}}" 2637 }, 2638 { 2639 "id": "Error finding manifest", 2640 "translation": "Erro ao localizar manifest" 2641 }, 2642 { 2643 "id": "Error finding org {{.OrgName}}\n{{.ErrorDescription}}", 2644 "translation": "Erro ao localizar organização {{.OrgName}}\n{{.ErrorDescription}}" 2645 }, 2646 { 2647 "id": "Error finding org {{.OrgName}}\n{{.Err}}", 2648 "translation": "Erro ao localizar organização {{.OrgName}}\n{{.Err}}" 2649 }, 2650 { 2651 "id": "Error finding space {{.SpaceName}}\n{{.Err}}", 2652 "translation": "Erro ao localizar espaço {{.SpaceName}}\n{{.Err}}" 2653 }, 2654 { 2655 "id": "Error forwarding port: ", 2656 "translation": "Erro de encaminhamento da porta: " 2657 }, 2658 { 2659 "id": "Error getting SSH code: ", 2660 "translation": "Erro ao obter código SSH: " 2661 }, 2662 { 2663 "id": "Error getting SSH info:", 2664 "translation": "Erro ao obter informações de SSH:" 2665 }, 2666 { 2667 "id": "Error getting application summary: ", 2668 "translation": "Erro ao obter resumo do aplicativo: " 2669 }, 2670 { 2671 "id": "Error getting command list from plugin {{.FilePath}}", 2672 "translation": "Erro ao obter lista de comandos do plug-in {{.FilePath}}" 2673 }, 2674 { 2675 "id": "Error getting file info", 2676 "translation": "Erro ao obter informações do arquivo" 2677 }, 2678 { 2679 "id": "Error getting one time auth code: ", 2680 "translation": "Erro ao obter código de autenticação descartável: " 2681 }, 2682 { 2683 "id": "Error getting plugin metadata from repo: ", 2684 "translation": "Erro ao obter metadados de plug-in do repositório: " 2685 }, 2686 { 2687 "id": "Error getting the redirected location: {{.Error}}", 2688 "translation": "Erro ao obter o local redirecionado: {{.Error}}" 2689 }, 2690 { 2691 "id": "Error initializing RPC service: ", 2692 "translation": "Erro ao inicializar serviço RPC: " 2693 }, 2694 { 2695 "id": "Error marshaling JSON", 2696 "translation": "Erro ao serializar JSON" 2697 }, 2698 { 2699 "id": "Error opening SSH connection: ", 2700 "translation": "Erro ao abrir conexão SSH: " 2701 }, 2702 { 2703 "id": "Error opening buildpack file", 2704 "translation": "Erro ao abrir o arquivo buildpack" 2705 }, 2706 { 2707 "id": "Error parsing JSON", 2708 "translation": "Erro ao analisar JSON" 2709 }, 2710 { 2711 "id": "Error parsing headers", 2712 "translation": "Erro ao analisar cabeçalhos" 2713 }, 2714 { 2715 "id": "Error parsing response", 2716 "translation": "Erro ao analisar resposta" 2717 }, 2718 { 2719 "id": "Error performing request", 2720 "translation": "Erro ao executar solicitação" 2721 }, 2722 { 2723 "id": "Error processing app files in '{{.Path}}': {{.Error}}", 2724 "translation": "Erro ao processar arquivos de app em '{{.Path}}': {{.Error}}" 2725 }, 2726 { 2727 "id": "Error processing app files: {{.Error}}", 2728 "translation": "Erro ao processar arquivos de app: {{.Error}}" 2729 }, 2730 { 2731 "id": "Error processing data from server: ", 2732 "translation": "Erro ao processar dados do servidor: " 2733 }, 2734 { 2735 "id": "Error read/writing config: ", 2736 "translation": "Erro ao ler/gravar configuração: " 2737 }, 2738 { 2739 "id": "Error reading manifest file:\n{{.Err}}", 2740 "translation": "Erro ao ler arquivo manifest:\n{{.Err}}" 2741 }, 2742 { 2743 "id": "Error reading response", 2744 "translation": "Erro ao ler resposta" 2745 }, 2746 { 2747 "id": "Error reading response from", 2748 "translation": "Erro ao ler resposta de" 2749 }, 2750 { 2751 "id": "Error reading response from server: ", 2752 "translation": "Erro ao ler resposta do servidor: " 2753 }, 2754 { 2755 "id": "Error refreshing config: ", 2756 "translation": "Erro ao atualizar configuração: " 2757 }, 2758 { 2759 "id": "Error refreshing oauth token: ", 2760 "translation": "Erro ao atualizar token oauth: " 2761 }, 2762 { 2763 "id": "Error removing plugin binary: ", 2764 "translation": "Erro ao remover binário de plug-in: " 2765 }, 2766 { 2767 "id": "Error renaming buildpack {{.Name}}\n{{.Error}}", 2768 "translation": "Erro ao renomear buildpack {{.Name}}\n{{.Error}}" 2769 }, 2770 { 2771 "id": "Error requesting from", 2772 "translation": "Erro ao solicitar de" 2773 }, 2774 { 2775 "id": "Error requesting one time code from server: {{.Error}}", 2776 "translation": "Erro ao solicitar um código de tempo do servidor: {{.Error}}" 2777 }, 2778 { 2779 "id": "Error resolving route:\n{{.Err}}", 2780 "translation": "Erro ao resolver rota:\n{{.Err}}" 2781 }, 2782 { 2783 "id": "Error restarting application: {{.Error}}", 2784 "translation": "Erro ao reiniciar o aplicativo: {{.Error}}" 2785 }, 2786 { 2787 "id": "Error retrieving stack: ", 2788 "translation": "Erro ao recuperar pilha: " 2789 }, 2790 { 2791 "id": "Error retrieving stacks: {{.Error}}", 2792 "translation": "Erro ao recuperar pilhas: {{.Error}}" 2793 }, 2794 { 2795 "id": "Error running task: {{.CloudControllerMessage}}", 2796 "translation": "" 2797 }, 2798 { 2799 "id": "Error saving manifest: {{.Error}}", 2800 "translation": "Erro ao salvar manifest: {{.Error}}" 2801 }, 2802 { 2803 "id": "Error staging application: {{.Message}}", 2804 "translation": "" 2805 }, 2806 { 2807 "id": "Error staging application: {{.Message}}\n\nTIP: Use '{{.BuildpackCommand}}' to see a list of supported buildpacks.", 2808 "translation": "" 2809 }, 2810 { 2811 "id": "Error updating buildpack {{.Name}}\n{{.Error}}", 2812 "translation": "Erro ao atualizar buildpack {{.Name}}\n{{.Error}}" 2813 }, 2814 { 2815 "id": "Error updating health_check_type for ", 2816 "translation": "Erro ao atualizar health_check_type para " 2817 }, 2818 { 2819 "id": "Error uploading application.\n{{.APIErr}}", 2820 "translation": "Erro ao fazer upload do aplicativo.\n{{.APIErr}}" 2821 }, 2822 { 2823 "id": "Error uploading buildpack {{.Name}}\n{{.Error}}", 2824 "translation": "Erro ao fazer upload do buildpack {{.Name}}\n{{.Error}}" 2825 }, 2826 { 2827 "id": "Error writing to tmp file: {{.Err}}", 2828 "translation": "Erro ao gravar no arquivo tmp: {{.Err}}" 2829 }, 2830 { 2831 "id": "Error zipping application", 2832 "translation": "Erro ao compactar aplicativo" 2833 }, 2834 { 2835 "id": "Error {{.ErrorDescription}} is being passed in as the argument for 'Position' but 'Position' requires an integer. For more syntax help, see `cf create-buildpack -h`.", 2836 "translation": "Erro {{.ErrorDescription}} está sendo passado como o argumento para 'Position', mas 'Position' requer um número inteiro. Para obter mais ajuda com a sintaxe, consulte `cf create-buildpack -h`." 2837 }, 2838 { 2839 "id": "Error: ", 2840 "translation": "Erro: " 2841 }, 2842 { 2843 "id": "Error: No name found for app", 2844 "translation": "Erro: nenhum nome localizado para o app" 2845 }, 2846 { 2847 "id": "Error: timed out waiting for async job '{{.ErrURL}}' to finish", 2848 "translation": "Erro: atingido tempo limite ao esperar conclusão da tarefa assíncrona '{{.ErrURL}}'" 2849 }, 2850 { 2851 "id": "Error: {{.Err}}", 2852 "translation": "Erro: {{.Err}}" 2853 }, 2854 { 2855 "id": "Executes a request to the targeted API endpoint", 2856 "translation": "Executa uma solicitação para o terminal API destinado" 2857 }, 2858 { 2859 "id": "Expected application to be a list of key/value pairs\nError occurred in manifest near:\n'{{.YmlSnippet}}'", 2860 "translation": "Espera-se que o aplicativo seja uma lista de pares de chave-valor\nOcorreu um erro no manifest perto de:\n'{{.YmlSnippet}}'" 2861 }, 2862 { 2863 "id": "Expected applications to be a list", 2864 "translation": "Espera-se que os aplicativos sejam uma lista" 2865 }, 2866 { 2867 "id": "Expected {{.Name}} to be a set of key =\u003e value, but it was a {{.Type}}.", 2868 "translation": "Esperava-se que {{.Name}} fosse um conjunto de valor key =\u003e, mas era um {{.Type}}." 2869 }, 2870 { 2871 "id": "Expected {{.PropertyName}} to be a boolean.", 2872 "translation": "Espera-se que {{.PropertyName}} seja um booleano." 2873 }, 2874 { 2875 "id": "Expected {{.PropertyName}} to be a list of integers.", 2876 "translation": "Espera-se que {{.PropertyName}} seja uma lista de números inteiros." 2877 }, 2878 { 2879 "id": "Expected {{.PropertyName}} to be a list of strings.", 2880 "translation": "Espera-se que {{.PropertyName}} seja uma lista de sequências." 2881 }, 2882 { 2883 "id": "Expected {{.PropertyName}} to be a number, but it was a {{.PropertyType}}.", 2884 "translation": "Esperava-se que {{.PropertyName}} fosse um número, mas era um {{.PropertyType}}." 2885 }, 2886 { 2887 "id": "FAILED", 2888 "translation": "COM FALHA" 2889 }, 2890 { 2891 "id": "FEATURE FLAGS", 2892 "translation": "SINALIZAÇÕES DE RECURSOS" 2893 }, 2894 { 2895 "id": "FEATURE FLAGS:", 2896 "translation": "" 2897 }, 2898 { 2899 "id": "Failed assigning org role to user: ", 2900 "translation": "Falha ao designar função de organização ao usuário: " 2901 }, 2902 { 2903 "id": "Failed fetching buildpacks.\n{{.Error}}", 2904 "translation": "Falha ao buscar buildpacks.\n{{.Error}}" 2905 }, 2906 { 2907 "id": "Failed fetching domains for organization {{.OrgName}}.\n{{.Err}}", 2908 "translation": "Falha ao buscar domínios para a organização {{.OrgName}}.\n{{.Err}}" 2909 }, 2910 { 2911 "id": "Failed fetching domains.\n{{.Error}}", 2912 "translation": "Falha ao buscar domínios.\n{{.Error}}" 2913 }, 2914 { 2915 "id": "Failed fetching events.\n{{.APIErr}}", 2916 "translation": "Falha ao buscar eventos.\n{{.APIErr}}" 2917 }, 2918 { 2919 "id": "Failed fetching org-users for role {{.OrgRoleToDisplayName}}.\n{{.Error}}", 2920 "translation": "Falha ao buscar usuários da organização para a função {{.OrgRoleToDisplayName}}.\n{{.Error}}" 2921 }, 2922 { 2923 "id": "Failed fetching orgs.\n{{.APIErr}}", 2924 "translation": "Falha ao buscar organizações.\n{{.APIErr}}" 2925 }, 2926 { 2927 "id": "Failed fetching router groups.\n{{.Err}}", 2928 "translation": "Falha ao buscar grupos de roteadores.\n{{.Err}}" 2929 }, 2930 { 2931 "id": "Failed fetching routes.\n{{.Err}}", 2932 "translation": "Falha ao buscar rotas.\n{{.Err}}" 2933 }, 2934 { 2935 "id": "Failed fetching space-users for role {{.SpaceRoleToDisplayName}}.\n{{.Error}}", 2936 "translation": "Falha ao buscar usuários de espaço para a função {{.SpaceRoleToDisplayName}}.\n{{.Error}}" 2937 }, 2938 { 2939 "id": "Failed fetching spaces.\n{{.ErrorDescription}}", 2940 "translation": "Falha ao buscar espaços.\n{{.ErrorDescription}}" 2941 }, 2942 { 2943 "id": "Failed to create a local temporary zip file for the buildpack", 2944 "translation": "Falha ao criar um arquivo zip temporário local para o buildpack" 2945 }, 2946 { 2947 "id": "Failed to create json for resource_match request", 2948 "translation": "Falha ao criar json para solicitação resource_match" 2949 }, 2950 { 2951 "id": "Failed to create manifest, unable to parse environment variable: ", 2952 "translation": "Falha ao criar manifest, impossível analisar variável de ambiente: " 2953 }, 2954 { 2955 "id": "Failed to make plugin executable: {{.Error}}", 2956 "translation": "Falha ao tornar o plug-in executável: {{.Error}}" 2957 }, 2958 { 2959 "id": "Failed to marshal JSON", 2960 "translation": "Falha ao serializar JSON" 2961 }, 2962 { 2963 "id": "Failed to start oauth request", 2964 "translation": "Falha ao iniciar solicitação oauth" 2965 }, 2966 { 2967 "id": "Failed to watch staging of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 2968 "translation": "Falha ao observar a preparação do aplicativo {{.AppName}} na organização {{.OrgName}}/espaço {{.SpaceName}} como {{.CurrentUser}}..." 2969 }, 2970 { 2971 "id": "Feature {{.FeatureFlag}} Disabled.", 2972 "translation": "Recurso {{.FeatureFlag}} desativado." 2973 }, 2974 { 2975 "id": "Feature {{.FeatureFlag}} Enabled.", 2976 "translation": "Recurso {{.FeatureFlag}} ativado." 2977 }, 2978 { 2979 "id": "Features", 2980 "translation": "Recursos" 2981 }, 2982 { 2983 "id": "File is not a valid cf CLI plugin binary.", 2984 "translation": "" 2985 }, 2986 { 2987 "id": "File not found locally, make sure the file exists at given path {{.FilePath}}", 2988 "translation": "" 2989 }, 2990 { 2991 "id": "File not found locally, make sure the file exists at given path {{.filepath}}", 2992 "translation": "Arquivo não localizado localmente, certifique-se de que ele exista no caminho especificado {{.filepath}}" 2993 }, 2994 { 2995 "id": "Force delete (do not prompt for confirmation)", 2996 "translation": "Forçar exclusão (não solicitar confirmação)" 2997 }, 2998 { 2999 "id": "Force deletion without confirmation", 3000 "translation": "Forçar exclusão sem confirmação" 3001 }, 3002 { 3003 "id": "Force install of plugin without confirmation", 3004 "translation": "Forçar instalação do plug-in sem confirmação" 3005 }, 3006 { 3007 "id": "Force migration without confirmation", 3008 "translation": "Forçar migração sem confirmação" 3009 }, 3010 { 3011 "id": "Force pseudo-tty allocation", 3012 "translation": "Forçar alocação de pseudo-tty" 3013 }, 3014 { 3015 "id": "Force restart of app without prompt", 3016 "translation": "Forçar reinicialização de app sem aviso" 3017 }, 3018 { 3019 "id": "Force unbinding without confirmation", 3020 "translation": "Forçar desvinculação sem confirmação" 3021 }, 3022 { 3023 "id": "GETTING STARTED", 3024 "translation": "INTRODUÇÃO" 3025 }, 3026 { 3027 "id": "GETTING STARTED:", 3028 "translation": "" 3029 }, 3030 { 3031 "id": "GLOBAL OPTIONS:", 3032 "translation": "" 3033 }, 3034 { 3035 "id": "Get a one time password for ssh clients", 3036 "translation": "Obter uma senha descartável para clientes ssh" 3037 }, 3038 { 3039 "id": "Get the health_check_type value of an app", 3040 "translation": "Obter o valor health_check_type de um app" 3041 }, 3042 { 3043 "id": "Getting all services from marketplace...", 3044 "translation": "Obtendo todos os serviços do mercado de trabalho..." 3045 }, 3046 { 3047 "id": "Getting app info...", 3048 "translation": "" 3049 }, 3050 { 3051 "id": "Getting apps in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3052 "translation": "Obtendo apps na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 3053 }, 3054 { 3055 "id": "Getting buildpacks...\n", 3056 "translation": "Obtendo buildpacks...\n" 3057 }, 3058 { 3059 "id": "Getting domains in org {{.OrgName}} as {{.Username}}...", 3060 "translation": "Obtendo domínios na organização {{.OrgName}} como {{.Username}}..." 3061 }, 3062 { 3063 "id": "Getting env variables for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3064 "translation": "Obtendo variáveis de ambiente para o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 3065 }, 3066 { 3067 "id": "Getting events for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...\n", 3068 "translation": "Obtendo eventos para o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}...\n" 3069 }, 3070 { 3071 "id": "Getting files for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3072 "translation": "Obtendo arquivos para o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 3073 }, 3074 { 3075 "id": "Getting health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 3076 "translation": "Obtendo o tipo de verificação de funcionamento para o app {{.AppName}} na organização {{.OrgName}}/espaço {{.SpaceName}} como {{.Username}}..." 3077 }, 3078 { 3079 "id": "Getting health_check_type value for ", 3080 "translation": "Obtendo o valor health_check_type para " 3081 }, 3082 { 3083 "id": "Getting info for org {{.OrgName}} as {{.Username}}...", 3084 "translation": "Obtendo informações para a organização {{.OrgName}} como {{.Username}}..." 3085 }, 3086 { 3087 "id": "Getting info for security group {{.security_group}} as {{.username}}", 3088 "translation": "Obtendo informações para o grupo de segurança {{.security_group}} como {{.username}}" 3089 }, 3090 { 3091 "id": "Getting info for space {{.TargetSpace}} in org {{.OrgName}} as {{.CurrentUser}}...", 3092 "translation": "Obtendo informações para o espaço {{.TargetSpace}} na organização {{.OrgName}} como {{.CurrentUser}}..." 3093 }, 3094 { 3095 "id": "Getting isolation segments as {{.CurrentUser}}...", 3096 "translation": "" 3097 }, 3098 { 3099 "id": "Getting key {{.ServiceKeyName}} for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 3100 "translation": "Obtendo a chave {{.ServiceKeyName}} para a instância de serviço {{.ServiceInstanceName}} como {{.CurrentUser}}..." 3101 }, 3102 { 3103 "id": "Getting keys for service instance {{.ServiceInstanceName}} as {{.CurrentUser}}...", 3104 "translation": "Obtendo chaves para a instância de serviço {{.ServiceInstanceName}} como {{.CurrentUser}}..." 3105 }, 3106 { 3107 "id": "Getting orgs as {{.Username}}...\n", 3108 "translation": "Obtendo organizações como {{.Username}}...\n" 3109 }, 3110 { 3111 "id": "Getting plugins from all repositories ... ", 3112 "translation": "Obtendo plug-ins de todos os repositórios... " 3113 }, 3114 { 3115 "id": "Getting plugins from repository '", 3116 "translation": "Obtendo plug-ins do repositório '" 3117 }, 3118 { 3119 "id": "Getting quota {{.QuotaName}} info as {{.Username}}...", 3120 "translation": "Obtendo informações de cota {{.QuotaName}} como {{.Username}}..." 3121 }, 3122 { 3123 "id": "Getting quotas as {{.Username}}...", 3124 "translation": "Obtendo cotas como {{.Username}}..." 3125 }, 3126 { 3127 "id": "Getting router groups as {{.Username}} ...\n", 3128 "translation": "Obtendo grupos do roteadores como {{.Username}}...\n" 3129 }, 3130 { 3131 "id": "Getting routes as {{.CurrentUser}} ...", 3132 "translation": "" 3133 }, 3134 { 3135 "id": "Getting routes as {{.Username}} ...\n", 3136 "translation": "Obtendo rotas como {{.Username}}...\n" 3137 }, 3138 { 3139 "id": "Getting routes for org {{.OrgName}} / space {{.SpaceName}} as {{.Username}} ...\n", 3140 "translation": "Obtendo rotas para a organização {{.OrgName}}/espaço {{.SpaceName}} como {{.Username}}...\n" 3141 }, 3142 { 3143 "id": "Getting routes for org {{.OrgName}} as {{.Username}} ...\n", 3144 "translation": "Obtendo rotas para a organização {{.OrgName}} como {{.Username}}...\n" 3145 }, 3146 { 3147 "id": "Getting rules for the security group : {{.SecurityGroupName}}...", 3148 "translation": "Obtendo regras para o grupo de segurança: {{.SecurityGroupName}}..." 3149 }, 3150 { 3151 "id": "Getting security groups as {{.UserName}}...", 3152 "translation": "" 3153 }, 3154 { 3155 "id": "Getting security groups as {{.username}}", 3156 "translation": "Obtendo grupos de segurança como {{.username}}" 3157 }, 3158 { 3159 "id": "Getting service access as {{.Username}}...", 3160 "translation": "Obtendo acesso ao serviço como {{.Username}}..." 3161 }, 3162 { 3163 "id": "Getting service access for broker {{.Broker}} and organization {{.Organization}} as {{.Username}}...", 3164 "translation": "Obtendo acesso ao serviço para o broker {{.Broker}} e a organização {{.Organization}} como {{.Username}}..." 3165 }, 3166 { 3167 "id": "Getting service access for broker {{.Broker}} and service {{.Service}} and organization {{.Organization}} as {{.Username}}...", 3168 "translation": "Obtendo acesso ao serviço para o broker {{.Broker}}, o serviço {{.Service}} e a organização {{.Organization}} como {{.Username}}..." 3169 }, 3170 { 3171 "id": "Getting service access for broker {{.Broker}} and service {{.Service}} as {{.Username}}...", 3172 "translation": "Obtendo acesso ao serviço para o broker {{.Broker}} e o serviço {{.Service}} como {{.Username}}..." 3173 }, 3174 { 3175 "id": "Getting service access for broker {{.Broker}} as {{.Username}}...", 3176 "translation": "Obtendo acesso ao serviço para o broker {{.Broker}} como {{.Username}}..." 3177 }, 3178 { 3179 "id": "Getting service access for organization {{.Organization}} as {{.Username}}...", 3180 "translation": "Obtendo acesso ao serviço para a organização {{.Organization}} como {{.Username}}..." 3181 }, 3182 { 3183 "id": "Getting service access for service {{.Service}} and organization {{.Organization}} as {{.Username}}...", 3184 "translation": "Obtendo acesso ao serviço para o serviço {{.Service}} e a organização {{.Organization}} como {{.Username}}..." 3185 }, 3186 { 3187 "id": "Getting service access for service {{.Service}} as {{.Username}}...", 3188 "translation": "Obtendo acesso ao serviço para o serviço {{.Service}} como {{.Username}}..." 3189 }, 3190 { 3191 "id": "Getting service auth tokens as {{.CurrentUser}}...", 3192 "translation": "Obtendo tokens de autenticação de serviço como {{.CurrentUser}}..." 3193 }, 3194 { 3195 "id": "Getting service brokers as {{.Username}}...\n", 3196 "translation": "Obtendo brokers de serviço como {{.Username}}...\n" 3197 }, 3198 { 3199 "id": "Getting service plan information for service {{.ServiceName}} as {{.CurrentUser}}...", 3200 "translation": "Obtendo informações do plano de serviço para o serviço {{.ServiceName}} como {{.CurrentUser}}..." 3201 }, 3202 { 3203 "id": "Getting service plan information for service {{.ServiceName}}...", 3204 "translation": "Obtendo informações do plano de serviço para o serviço {{.ServiceName}}..." 3205 }, 3206 { 3207 "id": "Getting services from marketplace in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 3208 "translation": "Obtendo serviços do mercado de trabalho na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 3209 }, 3210 { 3211 "id": "Getting services in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 3212 "translation": "Obtendo serviços na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 3213 }, 3214 { 3215 "id": "Getting space quota {{.Quota}} info as {{.Username}}...", 3216 "translation": "Obtendo informações de cota de espaço {{.Quota}} como {{.Username}}..." 3217 }, 3218 { 3219 "id": "Getting space quotas as {{.Username}}...", 3220 "translation": "Obtendo cotas de espaço como {{.Username}}..." 3221 }, 3222 { 3223 "id": "Getting spaces in org {{.TargetOrgName}} as {{.CurrentUser}}...\n", 3224 "translation": "Obtendo espaços na organização {{.TargetOrgName}} como {{.CurrentUser}}...\n" 3225 }, 3226 { 3227 "id": "Getting stack '{{.Stack}}' in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...", 3228 "translation": "Obtendo pilha '{{.Stack}}' na organização {{.OrganizationName}} / espaço {{.SpaceName}} como {{.Username}}..." 3229 }, 3230 { 3231 "id": "Getting stacks in org {{.OrganizationName}} / space {{.SpaceName}} as {{.Username}}...", 3232 "translation": "Obtendo pilhas na organização {{.OrganizationName}} / espaço {{.SpaceName}} como {{.Username}}..." 3233 }, 3234 { 3235 "id": "Getting tasks for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 3236 "translation": "" 3237 }, 3238 { 3239 "id": "Getting users in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}", 3240 "translation": "Obtendo usuários na organização {{.TargetOrg}} / espaço {{.TargetSpace}} como {{.CurrentUser}}..." 3241 }, 3242 { 3243 "id": "Getting users in org {{.TargetOrg}} as {{.CurrentUser}}...", 3244 "translation": "Obtendo usuários na organização {{.TargetOrg}} como {{.CurrentUser}}..." 3245 }, 3246 { 3247 "id": "Global options:", 3248 "translation": "" 3249 }, 3250 { 3251 "id": "HEALTH_CHECK_TYPE must be \"port\", \"process\", or \"http\"", 3252 "translation": "HEALTH_CHECK_TYPE deve ser \"port\", \"process\" ou \"http\"" 3253 }, 3254 { 3255 "id": "HOSTNAME", 3256 "translation": "HOSTNAME" 3257 }, 3258 { 3259 "id": "HTTP data to include in the request body, or '@' followed by a file name to read the data from", 3260 "translation": "Dados de HTTP a serem incluídos no corpo da solicitação ou '@' seguido por um nome de arquivo do qual ler os dados" 3261 }, 3262 { 3263 "id": "HTTP method (GET,POST,PUT,DELETE,etc)", 3264 "translation": "Método de HTTP (GET,POST,PUT,DELETE,etc.)" 3265 }, 3266 { 3267 "id": "Health check type must be 'http' to set a health check HTTP endpoint.", 3268 "translation": "O tipo de verificação de funcionamento deve ser 'http' para configurar um terminal HTTP de verificação de funcionamento." 3269 }, 3270 { 3271 "id": "Hostname (e.g. my-subdomain)", 3272 "translation": "Nome do host (por exemplo, my-subdomain)" 3273 }, 3274 { 3275 "id": "Hostname for the HTTP route (required for shared domains)", 3276 "translation": "Nome do host para a rota HTTP (necessário para domínios compartilhados)" 3277 }, 3278 { 3279 "id": "Hostname used in combination with DOMAIN to specify the route to bind", 3280 "translation": "Nome do host usado em combinação com DOMAIN para especificar a rota a ser ligada" 3281 }, 3282 { 3283 "id": "Hostname used in combination with DOMAIN to specify the route to unbind", 3284 "translation": "Nome do host usado em combinação com DOMAIN para especificar a rota a ser desvinculada" 3285 }, 3286 { 3287 "id": "Hostname used to identify the HTTP route", 3288 "translation": "Nome do host usado para identificar a rota HTTP" 3289 }, 3290 { 3291 "id": "INSTALLED PLUGIN COMMANDS", 3292 "translation": "COMANDOS DE PLUG-IN INSTALADOS" 3293 }, 3294 { 3295 "id": "INSTALLED PLUGIN COMMANDS:", 3296 "translation": "" 3297 }, 3298 { 3299 "id": "INSTANCE_MEMORY", 3300 "translation": "INSTANCE_MEMORY" 3301 }, 3302 { 3303 "id": "ISOLATION SEGMENTS:", 3304 "translation": "" 3305 }, 3306 { 3307 "id": "Ignore manifest file", 3308 "translation": "Ignorar arquivo manifest" 3309 }, 3310 { 3311 "id": "In Windows Command Line use single-quoted, escaped JSON: '{\\\"valid\\\":\\\"json\\\"}'", 3312 "translation": "Na Linha de comandos do Windows, use JSON escapado com aspas simples: '{\\\"valid\\\":\\\"json\\\"}'" 3313 }, 3314 { 3315 "id": "In Windows PowerShell use double-quoted, escaped JSON: \"{\\\"valid\\\":\\\"json\\\"}\"", 3316 "translation": "No Windows PowerShell, use JSON escapado com aspas duplas: \"{\\\"valid\\\":\\\"json\\\"}\"" 3317 }, 3318 { 3319 "id": "In order to move running applications to this isolation segment, they must be restarted.", 3320 "translation": "" 3321 }, 3322 { 3323 "id": "Include response headers in the output", 3324 "translation": "Incluir cabeçalhos de resposta na saída" 3325 }, 3326 { 3327 "id": "Incorrect Usage", 3328 "translation": "Uso incorreto." 3329 }, 3330 { 3331 "id": "Incorrect Usage. An argument is missing or not correctly enclosed.\n\n", 3332 "translation": "Uso incorreto. Um argumento está ausente ou não está colocado corretamente.\n\n" 3333 }, 3334 { 3335 "id": "Incorrect Usage. Command line flags (except -f) cannot be applied when pushing multiple apps from a manifest file.", 3336 "translation": "Uso incorreto. Não é possível aplicar sinalizações da linha de comandos (exceto -f) ao enviar por push vários apps a partir de um arquivo manifest." 3337 }, 3338 { 3339 "id": "Incorrect Usage. HEALTH_CHECK_TYPE must be \"port\" or \"none\"\\n\\n", 3340 "translation": "Uso incorreto. HEALTH_CHECK_TYPE deve ser \"port\" ou \"none\"\\n\\n" 3341 }, 3342 { 3343 "id": "Incorrect Usage. Requires 'app-name env-name env-value' as arguments\n\n", 3344 "translation": "Uso incorreto. Requer 'app-name env-name env-value' como argumentos\n\n" 3345 }, 3346 { 3347 "id": "Incorrect Usage. Requires 'app-name env-name' as arguments\n\n", 3348 "translation": "Uso incorreto. Requer 'app-name env-name' como argumentos\n\n" 3349 }, 3350 { 3351 "id": "Incorrect Usage. Requires 'username password' as arguments\n\n", 3352 "translation": "Uso incorreto. Requer 'username password' como argumentos\n\n" 3353 }, 3354 { 3355 "id": "Incorrect Usage. Requires APP SERVICE_INSTANCE as arguments\n\n", 3356 "translation": "Uso incorreto. Requer APP SERVICE_INSTANCE como argumentos\n\n" 3357 }, 3358 { 3359 "id": "Incorrect Usage. Requires APP_NAME and DOMAIN as arguments\n\n", 3360 "translation": "Uso incorreto. Requer APP_NAME e DOMAIN como argumentos\n\n" 3361 }, 3362 { 3363 "id": "Incorrect Usage. Requires APP_NAME and HEALTH_CHECK_TYPE as arguments\n\n", 3364 "translation": "Uso incorreto. Requer APP_NAME e HEALTH_CHECK_TYPE como argumentos\n\n" 3365 }, 3366 { 3367 "id": "Incorrect Usage. Requires APP_NAME and SERVICE_INSTANCE as arguments\n\n", 3368 "translation": "Uso incorreto. Requer APP_NAME e SERVICE_INSTANCE como argumentos\n\n" 3369 }, 3370 { 3371 "id": "Incorrect Usage. Requires APP_NAME as argument", 3372 "translation": "Uso incorreto. Requer APP_NAME como argumento" 3373 }, 3374 { 3375 "id": "Incorrect Usage. Requires APP_NAME as argument\n\n", 3376 "translation": "Uso incorreto. Requer APP_NAME como argumento\n\n" 3377 }, 3378 { 3379 "id": "Incorrect Usage. Requires BUILDPACK_NAME, NEW_BUILDPACK_NAME as arguments\n\n", 3380 "translation": "Uso incorreto. Requer BUILDPACK_NAME, NEW_BUILDPACK_NAME como argumentos\n\n" 3381 }, 3382 { 3383 "id": "Incorrect Usage. Requires DOMAIN and SERVICE_INSTANCE as arguments\n\n", 3384 "translation": "Uso incorreto. Requer DOMAIN e SERVICE_INSTANCE como argumentos\n\n" 3385 }, 3386 { 3387 "id": "Incorrect Usage. Requires DOMAIN as an argument\n\n", 3388 "translation": "Uso incorreto. Requer DOMAIN como argumento\n\n" 3389 }, 3390 { 3391 "id": "Incorrect Usage. Requires LABEL, PROVIDER and TOKEN as arguments\n\n", 3392 "translation": "Uso incorreto. Requer LABEL, PROVIDER e TOKEN como argumentos\n\n" 3393 }, 3394 { 3395 "id": "Incorrect Usage. Requires LABEL, PROVIDER as arguments\n\n", 3396 "translation": "Uso incorreto. Requer LABEL, PROVIDER como argumentos\n\n" 3397 }, 3398 { 3399 "id": "Incorrect Usage. Requires ORG and DOMAIN arguments\n\n", 3400 "translation": "Uso incorreto. Requer os argumentos ORG e DOMAIN\n\n" 3401 }, 3402 { 3403 "id": "Incorrect Usage. Requires ORG and DOMAIN as arguments\n\n", 3404 "translation": "Uso incorreto. Requer ORG e DOMAIN como argumentos\n\n" 3405 }, 3406 { 3407 "id": "Incorrect Usage. Requires ORG_NAME, QUOTA as arguments\n\n", 3408 "translation": "Uso incorreto. Requer ORG_NAME, QUOTA como argumentos\n\n" 3409 }, 3410 { 3411 "id": "Incorrect Usage. Requires REPO_NAME and URL as arguments\n\n", 3412 "translation": "Uso incorreto. Requer REPO_NAME e URL como argumentos\n\n" 3413 }, 3414 { 3415 "id": "Incorrect Usage. Requires SECURITY_GROUP and ORG, optional SPACE as arguments\n\n", 3416 "translation": "Uso incorreto. Requer SECURITY_GROUP e ORG, e SPACE opcional como argumentos\n\n" 3417 }, 3418 { 3419 "id": "Incorrect Usage. Requires SECURITY_GROUP and PATH_TO_JSON_RULES_FILE as arguments\n\n", 3420 "translation": "Uso incorreto. Requer SECURITY_GROUP e PATH_TO_JSON_RULES_FILE como argumentos\n\n" 3421 }, 3422 { 3423 "id": "Incorrect Usage. Requires SECURITY_GROUP, ORG and SPACE as arguments\n\n", 3424 "translation": "Uso incorreto. Requer SECURITY_GROUP, ORG e SPACE como argumentos\n\n" 3425 }, 3426 { 3427 "id": "Incorrect Usage. Requires SERVICE_BROKER, NEW_SERVICE_BROKER as arguments\n\n", 3428 "translation": "Uso incorreto. Requer SERVICE_BROKER, NEW_SERVICE_BROKER como argumentos\n\n" 3429 }, 3430 { 3431 "id": "Incorrect Usage. Requires SERVICE_BROKER, USERNAME, PASSWORD, URL as arguments\n\n", 3432 "translation": "Uso incorreto. Requer SERVICE_BROKER, USERNAME, PASSWORD, URL como argumentos\n\n" 3433 }, 3434 { 3435 "id": "Incorrect Usage. Requires SERVICE_INSTANCE SERVICE_KEY as arguments\n\n", 3436 "translation": "Uso incorreto. Requer SERVICE_INSTANCE SERVICE_KEY como argumentos\n\n" 3437 }, 3438 { 3439 "id": "Incorrect Usage. Requires SERVICE_INSTANCE and NEW_SERVICE_INSTANCE as arguments\n\n", 3440 "translation": "Uso incorreto. Requer SERVICE_INSTANCE e NEW_SERVICE_INSTANCE como argumentos\n\n" 3441 }, 3442 { 3443 "id": "Incorrect Usage. Requires SERVICE_INSTANCE and SERVICE_KEY as arguments\n\n", 3444 "translation": "Uso incorreto. Requer SERVICE_INSTANCE e SERVICE_KEY como argumentos\n\n" 3445 }, 3446 { 3447 "id": "Incorrect Usage. Requires SPACE and DOMAIN as arguments\n\n", 3448 "translation": "Uso incorreto. Requer SPACE e DOMAIN como argumentos\n\n" 3449 }, 3450 { 3451 "id": "Incorrect Usage. Requires SPACE and QUOTA as arguments\n\n", 3452 "translation": "Uso incorreto. Requer SPACE e QUOTA como argumentos\n\n" 3453 }, 3454 { 3455 "id": "Incorrect Usage. Requires SPACE-NAME and SPACE-QUOTA-NAME as arguments\n\n", 3456 "translation": "Uso incorreto. Requer SPACE-NAME e SPACE-QUOTA-NAME como argumentos\n\n" 3457 }, 3458 { 3459 "id": "Incorrect Usage. Requires SPACE_NAME NEW_SPACE_NAME as arguments\n\n", 3460 "translation": "Uso incorreto. Requer SPACE_NAME NEW_SPACE_NAME como argumentos\n\n" 3461 }, 3462 { 3463 "id": "Incorrect Usage. Requires SPACE_NAME as argument\n\n", 3464 "translation": "Uso incorreto. Requer SPACE_NAME como argumento\n\n" 3465 }, 3466 { 3467 "id": "Incorrect Usage. Requires USERNAME, ORG, ROLE as arguments\n\n", 3468 "translation": "Uso incorreto. Requer USERNAME, ORG, ROLE como argumentos\n\n" 3469 }, 3470 { 3471 "id": "Incorrect Usage. Requires USERNAME, ORG, SPACE, ROLE as arguments\n\n", 3472 "translation": "Uso incorreto. Requer USERNAME, ORG, SPACE, ROLE como argumentos\n\n" 3473 }, 3474 { 3475 "id": "Incorrect Usage. Requires an argument\n\n", 3476 "translation": "Uso incorreto. Requer um argumento\n\n" 3477 }, 3478 { 3479 "id": "Incorrect Usage. Requires app_name, domain_name as arguments\n\n", 3480 "translation": "Uso incorreto. Requer app_name, domain_name como argumentos\n\n" 3481 }, 3482 { 3483 "id": "Incorrect Usage. Requires arguments\n\n", 3484 "translation": "Uso incorreto. Requer argumentos\n\n" 3485 }, 3486 { 3487 "id": "Incorrect Usage. Requires buildpack_name, path and position as arguments\n\n", 3488 "translation": "Uso incorreto. Requer buildpack_name, path e position como argumentos\n\n" 3489 }, 3490 { 3491 "id": "Incorrect Usage. Requires host and domain as arguments\n\n", 3492 "translation": "Uso incorreto. Requer host e domain como argumentos\n\n" 3493 }, 3494 { 3495 "id": "Incorrect Usage. Requires old app name and new app name as arguments\n\n", 3496 "translation": "Uso incorreto. Requer old app name e new app name como argumentos\n\n" 3497 }, 3498 { 3499 "id": "Incorrect Usage. Requires old org name, new org name as arguments\n\n", 3500 "translation": "Uso incorreto. Requer old org name, new org name como argumentos\n\n" 3501 }, 3502 { 3503 "id": "Incorrect Usage. Requires org_name, domain_name as arguments\n\n", 3504 "translation": "Uso incorreto. Requer org_name, domain_name como argumentos\n\n" 3505 }, 3506 { 3507 "id": "Incorrect Usage. Requires service, service plan, service instance as arguments\n\n", 3508 "translation": "Uso incorreto. Requer service, service plan, service instance como argumentos\n\n" 3509 }, 3510 { 3511 "id": "Incorrect Usage. Requires stack name as argument\n\n", 3512 "translation": "Uso incorreto. Requer stack name como argumento\n\n" 3513 }, 3514 { 3515 "id": "Incorrect Usage. Requires v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN as arguments\n\n", 3516 "translation": "Uso incorreto. Requer v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN como argumentos\n\n" 3517 }, 3518 { 3519 "id": "Incorrect Usage. Requires {{.Arguments}}", 3520 "translation": "Uso incorreto. Requer {{.Arguments}}" 3521 }, 3522 { 3523 "id": "Incorrect Usage. The push command requires an app name. The app name can be supplied as an argument or with a manifest.yml file.", 3524 "translation": "Uso incorreto. O comando push requer um nome de app. O nome do app pode ser fornecido como um argumento ou com um arquivo manifest.yml." 3525 }, 3526 { 3527 "id": "Incorrect Usage:", 3528 "translation": "Uso incorreto:" 3529 }, 3530 { 3531 "id": "Incorrect Usage: '{{.Arg1}}' and '{{.Arg2}}' cannot be used together.", 3532 "translation": "" 3533 }, 3534 { 3535 "id": "Incorrect Usage: the required argument `{{.ArgumentName}}` was not provided", 3536 "translation": "" 3537 }, 3538 { 3539 "id": "Incorrect Usage: the required arguments `{{.ArgumentName1}}`, `{{.ArgumentName2}}`, and `{{.ArgumentName3}}` were not provided", 3540 "translation": "" 3541 }, 3542 { 3543 "id": "Incorrect json format: file: {{.JSONFile}}\n\t\t\nValid json file example:\n[\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n]", 3544 "translation": "Formato json incorreto: arquivo: {{.JSONFile}}\n\t\t\nExemplo de arquivo json válido:\n[\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n]" 3545 }, 3546 { 3547 "id": "Incorrect usage: --sso-passcode flag cannot be used with --sso", 3548 "translation": "" 3549 }, 3550 { 3551 "id": "Incorrect usage: Value for {{.ArgumentName}} must be {{.ExpectedType}}", 3552 "translation": "" 3553 }, 3554 { 3555 "id": "Incorrect usage: invalid healthcheck type", 3556 "translation": "Uso incorreto: tipo de verificação de funcionamento inválido" 3557 }, 3558 { 3559 "id": "Install CLI plugin", 3560 "translation": "Instalar o plug-in da CLI" 3561 }, 3562 { 3563 "id": "Install and use plugins at your own risk.", 3564 "translation": "" 3565 }, 3566 { 3567 "id": "Installing plugin {{.Name}}...", 3568 "translation": "" 3569 }, 3570 { 3571 "id": "Installing plugin {{.PluginPath}}...", 3572 "translation": "Instalando o plug-in {{.PluginPath}}..." 3573 }, 3574 { 3575 "id": "Instance", 3576 "translation": "Instanciar" 3577 }, 3578 { 3579 "id": "Instance Memory", 3580 "translation": "Memória da instância" 3581 }, 3582 { 3583 "id": "Instance must be a non-negative integer", 3584 "translation": "A instância deve ser um número inteiro não negativo" 3585 }, 3586 { 3587 "id": "Invalid JSON content from server: {{.Err}}", 3588 "translation": "" 3589 }, 3590 { 3591 "id": "Invalid JSON response from server", 3592 "translation": "Resposta JSON inválida do servidor" 3593 }, 3594 { 3595 "id": "Invalid Role {{.Role}}", 3596 "translation": "Função inválida {{.Role}}" 3597 }, 3598 { 3599 "id": "Invalid SSL Cert for {{.API}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint", 3600 "translation": "Certificado SSL inválido para {{.API}}\nDICA: use 'cf api --skip-ssl-validation' para continuar com um terminal de API inseguro" 3601 }, 3602 { 3603 "id": "Invalid SSL Cert for {{.URL}}\n{{.TipMessage}}", 3604 "translation": "Certificado SSL inválido para {{.URL}}\n{{.TipMessage}}" 3605 }, 3606 { 3607 "id": "Invalid app port: {{.AppPort}}\nApp port must be a number", 3608 "translation": "Porta do app inválida: {{.AppPort}}\nA porta do app deve ser um número" 3609 }, 3610 { 3611 "id": "Invalid application configuration", 3612 "translation": "Configuração de aplicativo inválida" 3613 }, 3614 { 3615 "id": "Invalid async response from server", 3616 "translation": "Resposta assíncrona inválida do servidor" 3617 }, 3618 { 3619 "id": "Invalid auth token: ", 3620 "translation": "Token de autenticação inválido: " 3621 }, 3622 { 3623 "id": "Invalid configuration provided for -c flag. Please provide a valid JSON object or path to a file containing a valid JSON object.", 3624 "translation": "Configuração inválida fornecida para a sinalização -c. Forneça um objeto JSON válido ou o caminho para um arquivo contendo um objeto JSON válido." 3625 }, 3626 { 3627 "id": "Invalid data from '{{.repoName}}' - plugin data does not exist", 3628 "translation": "Dados inválidos de '{{.repoName}}' - dados do plug-in não existem" 3629 }, 3630 { 3631 "id": "Invalid disk quota: {{.DiskQuota}}\n{{.ErrorDescription}}", 3632 "translation": "Cota do disco inválida: {{.DiskQuota}}\n{{.ErrorDescription}}" 3633 }, 3634 { 3635 "id": "Invalid disk quota: {{.DiskQuota}}\n{{.Err}}", 3636 "translation": "Cota do disco inválida: {{.DiskQuota}}\n{{.Err}}" 3637 }, 3638 { 3639 "id": "Invalid flag: ", 3640 "translation": "Sinalização inválida: " 3641 }, 3642 { 3643 "id": "Invalid health-check-type param: {{.healthCheckType}}", 3644 "translation": "Parâmetro health-check-type inválido: {{.healthCheckType}}" 3645 }, 3646 { 3647 "id": "Invalid instance count: {{.InstancesCount}}\nInstance count must be a positive integer", 3648 "translation": "Contagem de instância inválida: {{.InstancesCount}}\nA contagem de instância deve ser um número inteiro positivo" 3649 }, 3650 { 3651 "id": "Invalid instance memory limit: {{.MemoryLimit}}\n{{.Err}}", 3652 "translation": "Limite de memória de instância inválido: {{.MemoryLimit}}\n{{.Err}}" 3653 }, 3654 { 3655 "id": "Invalid instance: {{.Instance}}\nInstance must be a positive integer", 3656 "translation": "Instância inválida: {{.Instance}}\nA instância deve ser um número inteiro positivo" 3657 }, 3658 { 3659 "id": "Invalid instance: {{.Instance}}\nInstance must be less than {{.InstanceCount}}", 3660 "translation": "Instância inválida: {{.Instance}}\nA instância deve ser menor que {{.InstanceCount}}" 3661 }, 3662 { 3663 "id": "Invalid json data from", 3664 "translation": "Dados json inválidos a partir de" 3665 }, 3666 { 3667 "id": "Invalid manifest. Expected a map", 3668 "translation": "Manifesto inválido. Espera-se um mapa" 3669 }, 3670 { 3671 "id": "Invalid memory limit: {{.MemLimit}}\n{{.Err}}", 3672 "translation": "Limite de memória inválido: {{.MemLimit}}\n{{.Err}}" 3673 }, 3674 { 3675 "id": "Invalid memory limit: {{.MemoryLimit}}\n{{.Err}}", 3676 "translation": "Limite de memória inválido: {{.MemoryLimit}}\n{{.Err}}" 3677 }, 3678 { 3679 "id": "Invalid memory limit: {{.Memory}}\n{{.ErrorDescription}}", 3680 "translation": "Limite de memória inválido: {{.Memory}}\n{{.ErrorDescription}}" 3681 }, 3682 { 3683 "id": "Invalid port for route {{.RouteName}}", 3684 "translation": "Porta inválida para a rota {{.RouteName}}" 3685 }, 3686 { 3687 "id": "Invalid timeout param: {{.Timeout}}\n{{.Err}}", 3688 "translation": "Parâmetro timeout inválido: {{.Timeout}}\n{{.Err}}" 3689 }, 3690 { 3691 "id": "Invalid value for '{{.PropertyName}}': {{.StringVal}}\n{{.Error}}", 3692 "translation": "Valor inválido para '{{.PropertyName}}': {{.StringVal}}\n{{.Error}}" 3693 }, 3694 { 3695 "id": "Invite and manage users, and enable features for a given space\n", 3696 "translation": "Convidar e gerenciar usuários e ativar recursos para um determinado espaço\n" 3697 }, 3698 { 3699 "id": "Invite and manage users, select and change plans, and set spending limits\n", 3700 "translation": "Convidar e gerenciar usuários, selecionar e mudar planos e configurar limites de gastos\n" 3701 }, 3702 { 3703 "id": "Isolation segment '{{.Name}}' not found.", 3704 "translation": "" 3705 }, 3706 { 3707 "id": "Isolation segment {{.IsolationSegmentName}} already exists.", 3708 "translation": "" 3709 }, 3710 { 3711 "id": "Isolation segment {{.IsolationSegmentName}} does not exist.", 3712 "translation": "" 3713 }, 3714 { 3715 "id": "Job ({{.JobGUID}}) failed: {{.Message}}", 3716 "translation": "" 3717 }, 3718 { 3719 "id": "Job ({{.JobGUID}}) polling timeout has been reached. The operation may still be running on the CF instance. Your CF operator may have more information.", 3720 "translation": "O tempo limite de pesquisa da tarefa ({{.JobGUID}}) foi atingido. A operação ainda poderá estar em execução na instância do CF. Seu operador do CF pode ter mais informações." 3721 }, 3722 { 3723 "id": "Last Operation", 3724 "translation": "Última Operação" 3725 }, 3726 { 3727 "id": "Lifecycle phase the group applies to", 3728 "translation": "" 3729 }, 3730 { 3731 "id": "Lifecycle value 'staging' requires CF API version {{.MinimumVersion}} or higher. Your target is {{.CurrentVersion}}.", 3732 "translation": "" 3733 }, 3734 { 3735 "id": "List all apps in the target space", 3736 "translation": "Listar todos os apps no espaço de destino" 3737 }, 3738 { 3739 "id": "List all available plugin commands", 3740 "translation": "Listar todos os comandos de plug-in disponíveis" 3741 }, 3742 { 3743 "id": "List all available plugins in specified repository or in all added repositories", 3744 "translation": "Listar todos os plug-ins disponíveis no repositório especificado ou em todos os repositórios incluídos" 3745 }, 3746 { 3747 "id": "List all buildpacks", 3748 "translation": "Listar todos os buildpacks" 3749 }, 3750 { 3751 "id": "List all isolation segments", 3752 "translation": "" 3753 }, 3754 { 3755 "id": "List all orgs", 3756 "translation": "Listar todas as orgs" 3757 }, 3758 { 3759 "id": "List all routes in the current space or the current organization", 3760 "translation": "Listar todas as rotas no espaço atual ou na organização atual" 3761 }, 3762 { 3763 "id": "List all security groups", 3764 "translation": "Listar todos os grupos de segurança" 3765 }, 3766 { 3767 "id": "List all service instances in the target space", 3768 "translation": "Listar todas as instâncias de serviço no espaço de destino" 3769 }, 3770 { 3771 "id": "List all spaces in an org", 3772 "translation": "Listar todos os espaços em uma organização" 3773 }, 3774 { 3775 "id": "List all stacks (a stack is a pre-built file system, including an operating system, that can run apps)", 3776 "translation": "Listar todas as pilhas (uma pilha é um sistema de arquivos pré-construído, incluindo um sistema operacional, que pode executar apps)" 3777 }, 3778 { 3779 "id": "List all the added plugin repositories", 3780 "translation": "Listar todos os repositórios de plug-in incluídos" 3781 }, 3782 { 3783 "id": "List all the routes for all spaces of current organization", 3784 "translation": "Listar todas as rotas para todos os espaços da organização atual" 3785 }, 3786 { 3787 "id": "List all users in the org", 3788 "translation": "Listar todos os usuários na organização" 3789 }, 3790 { 3791 "id": "List available offerings in the marketplace", 3792 "translation": "Listar ofertas disponíveis no mercado de trabalho" 3793 }, 3794 { 3795 "id": "List available space resource quotas", 3796 "translation": "Listar cotas de recurso de espaço disponíveis" 3797 }, 3798 { 3799 "id": "List available usage quotas", 3800 "translation": "Listar cotas de uso disponíveis" 3801 }, 3802 { 3803 "id": "List commands of installed plugins", 3804 "translation": "" 3805 }, 3806 { 3807 "id": "List domains in the target org", 3808 "translation": "Listar domínios na organização de destino" 3809 }, 3810 { 3811 "id": "List keys for a service instance", 3812 "translation": "Listar chaves para uma instância de serviço" 3813 }, 3814 { 3815 "id": "List router groups", 3816 "translation": "Listar grupos de roteadores" 3817 }, 3818 { 3819 "id": "List security groups in the set of security groups for running applications", 3820 "translation": "Listar grupos de segurança no conjunto de grupos de segurança para aplicativos em execução" 3821 }, 3822 { 3823 "id": "List security groups in the staging set for applications", 3824 "translation": "Listar grupos de segurança no conjunto temporário para aplicativos" 3825 }, 3826 { 3827 "id": "List service access settings", 3828 "translation": "Listar configurações de acesso ao serviço" 3829 }, 3830 { 3831 "id": "List service auth tokens", 3832 "translation": "Listar tokens de autenticação de serviço" 3833 }, 3834 { 3835 "id": "List service brokers", 3836 "translation": "Listar brokers de serviço" 3837 }, 3838 { 3839 "id": "List tasks of an app", 3840 "translation": "" 3841 }, 3842 { 3843 "id": "Listing Installed Plugins...", 3844 "translation": "Listando plug-ins instalados..." 3845 }, 3846 { 3847 "id": "Listing installed plugins...", 3848 "translation": "" 3849 }, 3850 { 3851 "id": "Local port forward specification. This flag can be defined more than once.", 3852 "translation": "Especificação de encaminhamento da porta local. Essa sinalização pode ser definida mais de uma vez." 3853 }, 3854 { 3855 "id": "Lock the buildpack to prevent updates", 3856 "translation": "Bloquear o buildpack para evitar atualizações" 3857 }, 3858 { 3859 "id": "Log user in", 3860 "translation": "Efetuar login do usuário" 3861 }, 3862 { 3863 "id": "Log user out", 3864 "translation": "Efetuar logout do usuário" 3865 }, 3866 { 3867 "id": "Logged errors:", 3868 "translation": "Erros registrados:" 3869 }, 3870 { 3871 "id": "Logging out...", 3872 "translation": "Efetuando Logout..." 3873 }, 3874 { 3875 "id": "Looking up '{{.filePath}}' from repository '{{.repoName}}'", 3876 "translation": "Verificando '{{.filePath}}' no repositório '{{.repoName}}'" 3877 }, 3878 { 3879 "id": "MEMORY", 3880 "translation": "MEMÓRIA" 3881 }, 3882 { 3883 "id": "Make a user-provided service instance available to CF apps", 3884 "translation": "Disponibilizar uma instância de serviço fornecida pelo usuário aos apps CF" 3885 }, 3886 { 3887 "id": "Make the broker's service plans only visible within the targeted space", 3888 "translation": "Tornar os planos de serviço do broker visíveis somente dentro do espaço destinado" 3889 }, 3890 { 3891 "id": "Manifest file created successfully at ", 3892 "translation": "Arquivo manifest criado com sucesso em " 3893 }, 3894 { 3895 "id": "Map a TCP route", 3896 "translation": "Mapear uma rota TCP" 3897 }, 3898 { 3899 "id": "Map an HTTP route", 3900 "translation": "Mapear uma rota HTTP" 3901 }, 3902 { 3903 "id": "Map an HTTP route:\\n CF_NAME map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Map a TCP route:\\n CF_NAME map-route APP_NAME DOMAIN (--port PORT | --random-port)\\n\\nEXAMPLES:\\n CF_NAME map-route my-app example.com # example.com\\n CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME map-route my-app example.com --port 5000 # example.com:5000", 3904 "translation": "Mapear uma rota HTTP:\\n CF_NAME map-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Mapear uma rota TCP:\\n CF_NAME map-route APP_NAME DOMAIN (--port PORT | --random-port)\\n\\nEXEMPLOS:\\n CF_NAME map-route my-app example.com # example.com\\n CF_NAME map-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME map-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME map-route my-app example.com --port 5000 # example.com:5000" 3905 }, 3906 { 3907 "id": "Map the root domain to this app", 3908 "translation": "Mapear o domínio-raiz para esse app" 3909 }, 3910 { 3911 "id": "Mapping routes...", 3912 "translation": "" 3913 }, 3914 { 3915 "id": "Max wait time for app instance startup, in minutes", 3916 "translation": "Tempo máximo de espera para inicialização da instância do app, em minutos" 3917 }, 3918 { 3919 "id": "Max wait time for buildpack staging, in minutes", 3920 "translation": "Tempo máximo de espera para preparação do buildpack, em minutos" 3921 }, 3922 { 3923 "id": "Max wait time to establish a connection, including name resolution, in seconds", 3924 "translation": "" 3925 }, 3926 { 3927 "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G)", 3928 "translation": "Quantia máxima de memória que uma instância de aplicativo pode ter (por exemplo, 1024 M, 1 G, 10 G)" 3929 }, 3930 { 3931 "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount.", 3932 "translation": "Quantia máxima de memória que uma instância de aplicativo pode ter (por exemplo, 1024 M, 1 G, 10 G). -1 representa uma quantia ilimitada." 3933 }, 3934 { 3935 "id": "Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount. (Default: unlimited)", 3936 "translation": "Quantia máxima de memória que uma instância de aplicativo pode ter (por exemplo, 1024 M, 1 G, 10 G). -1 representa uma quantia ilimitada. (Padrão: ilimitado)" 3937 }, 3938 { 3939 "id": "Maximum number of routes that may be created with reserved ports", 3940 "translation": "Número máximo de rotas que podem ser criadas com portas reservadas" 3941 }, 3942 { 3943 "id": "Maximum number of routes that may be created with reserved ports (Default: 0)", 3944 "translation": "Número máximo de rotas que podem ser criadas com portas reservadas (Padrão: 0)" 3945 }, 3946 { 3947 "id": "Memory limit (e.g. 256M, 1024M, 1G)", 3948 "translation": "Limite de memória (por exemplo, 256 M, 1024 M, 1 G)" 3949 }, 3950 { 3951 "id": "Message: {{.Message}}", 3952 "translation": "Mensagem: {{.Message}}" 3953 }, 3954 { 3955 "id": "Migrate service instances from one service plan to another", 3956 "translation": "Migrar instâncias de serviço de um plano de serviço para outro" 3957 }, 3958 { 3959 "id": "NAME", 3960 "translation": "NOME" 3961 }, 3962 { 3963 "id": "NAME:", 3964 "translation": "NOME:" 3965 }, 3966 { 3967 "id": "NEW_NAME", 3968 "translation": "NEW_NAME" 3969 }, 3970 { 3971 "id": "Name", 3972 "translation": "Nome" 3973 }, 3974 { 3975 "id": "Name of a registered repository", 3976 "translation": "Nome de um repositório registrado" 3977 }, 3978 { 3979 "id": "Name of a registered repository where the specified plugin is located", 3980 "translation": "Nome de um repositório registrado em que o plug-in especificado está localizado" 3981 }, 3982 { 3983 "id": "Name to give the task (generated if omitted)", 3984 "translation": "" 3985 }, 3986 { 3987 "id": "New Password", 3988 "translation": "Nova senha" 3989 }, 3990 { 3991 "id": "New name", 3992 "translation": "Novo nome" 3993 }, 3994 { 3995 "id": "No API endpoint set. Use '{{.LoginTip}}' or '{{.APITip}}' to target an endpoint.", 3996 "translation": "Nenhum terminal de API configurado. Use '{{.LoginTip}}' ou '{{.APITip}}' para destinar um terminal." 3997 }, 3998 { 3999 "id": "No api endpoint set. Use '{{.Name}}' to set an endpoint", 4000 "translation": "Nenhum terminal de API configurado. Use '{{.Name}}' para configurar um terminal" 4001 }, 4002 { 4003 "id": "No app files found in '{{.Path}}'", 4004 "translation": "Nenhum arquivo de app localizado em '{{.Path}}'" 4005 }, 4006 { 4007 "id": "No apps found", 4008 "translation": "Nenhum app localizado" 4009 }, 4010 { 4011 "id": "No argument required", 4012 "translation": "Nenhum argumento necessário" 4013 }, 4014 { 4015 "id": "No buildpacks found", 4016 "translation": "Nenhum buildpack localizado" 4017 }, 4018 { 4019 "id": "No changes were made", 4020 "translation": "Nenhuma alteração foi feita" 4021 }, 4022 { 4023 "id": "No domains found", 4024 "translation": "Nenhum domínio encontrado" 4025 }, 4026 { 4027 "id": "No doppler loggregator endpoint found. Cannot retrieve logs.", 4028 "translation": "Nenhum terminal doppler loggregator localizado. Não é possível recuperar logs." 4029 }, 4030 { 4031 "id": "No events for app {{.AppName}}", 4032 "translation": "Nenhum evento para o app {{.AppName}}" 4033 }, 4034 { 4035 "id": "No flags specified. No changes were made.", 4036 "translation": "Nenhuma sinalização especificada. Não foi feita nenhuma mudança." 4037 }, 4038 { 4039 "id": "No org and space targeted, use '{{.Command}}' to target an org and space", 4040 "translation": "Nenhuma organização e espaço destinados, use '{{.Command}}' para destinar uma organização e um espaço" 4041 }, 4042 { 4043 "id": "No org or space targeted, use '{{.CFTargetCommand}}'", 4044 "translation": "Nenhuma organização ou espaço destinado, use '{{.CFTargetCommand}}'" 4045 }, 4046 { 4047 "id": "No org targeted, use '{{.CFTargetCommand}}'", 4048 "translation": "Nenhuma organização destinada, use '{{.CFTargetCommand}}'" 4049 }, 4050 { 4051 "id": "No org targeted, use '{{.Command}}' to target an org.", 4052 "translation": "Nenhuma organização destinada, use '{{.Command}}' para destinar uma organização" 4053 }, 4054 { 4055 "id": "No orgs found", 4056 "translation": "Nenhuma organização localizada" 4057 }, 4058 { 4059 "id": "No plugin repositories registered to search for plugin updates.", 4060 "translation": "" 4061 }, 4062 { 4063 "id": "No private or shared domains found in this organization", 4064 "translation": "" 4065 }, 4066 { 4067 "id": "No router groups found", 4068 "translation": "Nenhum grupo de roteadores localizado" 4069 }, 4070 { 4071 "id": "No routes found", 4072 "translation": "Nenhuma rota localizada" 4073 }, 4074 { 4075 "id": "No running env variables have been set", 4076 "translation": "Nenhuma variável de ambiente em execução foi configurada" 4077 }, 4078 { 4079 "id": "No running security groups set", 4080 "translation": "Nenhum grupo de segurança em execução configurado" 4081 }, 4082 { 4083 "id": "No security groups", 4084 "translation": "Nenhum grupo de segurança" 4085 }, 4086 { 4087 "id": "No service brokers found", 4088 "translation": "Nenhum broker de serviço localizado" 4089 }, 4090 { 4091 "id": "No service key for service instance {{.ServiceInstanceName}}", 4092 "translation": "Nenhuma chave de serviço para a instância de serviço {{.ServiceInstanceName}}" 4093 }, 4094 { 4095 "id": "No service key {{.ServiceKeyName}} found for service instance {{.ServiceInstanceName}}", 4096 "translation": "Nenhuma chave de serviço {{.ServiceKeyName}} localizada para a instância de serviço {{.ServiceInstanceName}}" 4097 }, 4098 { 4099 "id": "No service offerings found", 4100 "translation": "Nenhum tipo de serviço localizado" 4101 }, 4102 { 4103 "id": "No services found", 4104 "translation": "Nenhum serviço encontrado" 4105 }, 4106 { 4107 "id": "No space targeted, use '{{.CFTargetCommand}}'", 4108 "translation": "Nenhum espaço destinado, use '{{.CFTargetCommand}}'" 4109 }, 4110 { 4111 "id": "No space targeted, use '{{.Command}}' to target a space.", 4112 "translation": "Nenhum espaço destinado, use '{{.Command}}' para destinar um espaço." 4113 }, 4114 { 4115 "id": "No spaces assigned", 4116 "translation": "Nenhum espaço designado" 4117 }, 4118 { 4119 "id": "No spaces found", 4120 "translation": "Nenhum espaço localizado" 4121 }, 4122 { 4123 "id": "No staging env variables have been set", 4124 "translation": "Nenhuma variável de ambiente temporária foi configurada" 4125 }, 4126 { 4127 "id": "No staging security group set", 4128 "translation": "Nenhum grupo de segurança temporário configurado" 4129 }, 4130 { 4131 "id": "No system-provided env variables have been set", 4132 "translation": "Nenhuma variável de ambiente fornecida pelo sistema foi configurada" 4133 }, 4134 { 4135 "id": "No user-defined env variables have been set", 4136 "translation": "Nenhuma variável de ambiente definida pelo usuário foi configurada" 4137 }, 4138 { 4139 "id": "No value provided for flag: ", 4140 "translation": "Nenhum valor fornecido para a sinalização: " 4141 }, 4142 { 4143 "id": "No {{.Role}} found", 4144 "translation": "Nenhum {{.Role}} localizado" 4145 }, 4146 { 4147 "id": "Not logged in. Use '{{.CFLoginCommand}}' to log in.", 4148 "translation": "Login não efetuado. Use '{{.CFLoginCommand}}' para efetuar login." 4149 }, 4150 { 4151 "id": "Not supported on windows", 4152 "translation": "Não suportado no Windows" 4153 }, 4154 { 4155 "id": "Note: this may take some time", 4156 "translation": "Nota: isso pode demorar um pouco" 4157 }, 4158 { 4159 "id": "Number of instances", 4160 "translation": "Número de instâncias" 4161 }, 4162 { 4163 "id": "OK", 4164 "translation": "OK" 4165 }, 4166 { 4167 "id": "OPTIONS:", 4168 "translation": "OPÇÕES:" 4169 }, 4170 { 4171 "id": "ORG", 4172 "translation": "" 4173 }, 4174 { 4175 "id": "ORG ADMIN", 4176 "translation": "ADMINISTRADOR DA ORGANIZAÇÃO" 4177 }, 4178 { 4179 "id": "ORG ADMIN:", 4180 "translation": "" 4181 }, 4182 { 4183 "id": "ORG AUDITOR", 4184 "translation": "AUDITOR DA ORGANIZAÇÃO" 4185 }, 4186 { 4187 "id": "ORG MANAGER", 4188 "translation": "GERENTE DA ORGANIZAÇÃO" 4189 }, 4190 { 4191 "id": "ORGS", 4192 "translation": "ORGANIZAÇÕES" 4193 }, 4194 { 4195 "id": "ORGS:", 4196 "translation": "" 4197 }, 4198 { 4199 "id": "One-time passcode", 4200 "translation": "" 4201 }, 4202 { 4203 "id": "Option '--app-ports'", 4204 "translation": "Opção '--app-ports'" 4205 }, 4206 { 4207 "id": "Option '--no-hostname' cannot be used with an app manifest containing the 'routes' attribute", 4208 "translation": "A opção '--no-hostname' não pode ser usada com um manifest de app contendo o atributo 'routes'" 4209 }, 4210 { 4211 "id": "Option '--path'", 4212 "translation": "Opção '--path'" 4213 }, 4214 { 4215 "id": "Option '--port'", 4216 "translation": "Opção '--port'" 4217 }, 4218 { 4219 "id": "Option '--random-port'", 4220 "translation": "Opção '--random-port'" 4221 }, 4222 { 4223 "id": "Option '--reserved-route-ports'", 4224 "translation": "Opção '--reserved-route-ports'" 4225 }, 4226 { 4227 "id": "Option '--route-path'", 4228 "translation": "Opção '--route-path'" 4229 }, 4230 { 4231 "id": "Option '--router-group'", 4232 "translation": "Opção '--router-group'" 4233 }, 4234 { 4235 "id": "Option '-a'", 4236 "translation": "Opção '-a'" 4237 }, 4238 { 4239 "id": "Option '-p'", 4240 "translation": "Opção '-p'" 4241 }, 4242 { 4243 "id": "Option '-r'", 4244 "translation": "Opção '-r'" 4245 }, 4246 { 4247 "id": "Org", 4248 "translation": "Organização" 4249 }, 4250 { 4251 "id": "Org management:", 4252 "translation": "" 4253 }, 4254 { 4255 "id": "Org that contains the target application", 4256 "translation": "Organização que contém o aplicativo de destino" 4257 }, 4258 { 4259 "id": "Org {{.OrgName}} already exists", 4260 "translation": "A organização {{.OrgName}} já existe" 4261 }, 4262 { 4263 "id": "Org {{.OrgName}} does not exist or is not accessible", 4264 "translation": "A organização {{.OrgName}} não existe ou não está acessível" 4265 }, 4266 { 4267 "id": "Org {{.OrgName}} does not exist.", 4268 "translation": "A organização {{.OrgName}} não existe." 4269 }, 4270 { 4271 "id": "Org:", 4272 "translation": "Organização:" 4273 }, 4274 { 4275 "id": "Organization", 4276 "translation": "Organização" 4277 }, 4278 { 4279 "id": "Organization '{{.Name}}' not found.", 4280 "translation": "" 4281 }, 4282 { 4283 "id": "Origin for mapping a user account to a user in an external identity provider", 4284 "translation": "" 4285 }, 4286 { 4287 "id": "Override path to default config directory", 4288 "translation": "" 4289 }, 4290 { 4291 "id": "Override path to default plugin config directory", 4292 "translation": "" 4293 }, 4294 { 4295 "id": "Override restart of the application in target environment after copy-source completes", 4296 "translation": "Substituir a reinicialização do aplicativo no ambiente de destino após a conclusão de copy-source" 4297 }, 4298 { 4299 "id": "PATH", 4300 "translation": "PATH" 4301 }, 4302 { 4303 "id": "PENDING", 4304 "translation": "" 4305 }, 4306 { 4307 "id": "PORT", 4308 "translation": "PORT" 4309 }, 4310 { 4311 "id": "POSITION", 4312 "translation": "" 4313 }, 4314 { 4315 "id": "Paid service plans", 4316 "translation": "Planos de serviços pagos" 4317 }, 4318 { 4319 "id": "Parameters as JSON", 4320 "translation": "Parâmetros como JSON" 4321 }, 4322 { 4323 "id": "Pass parameters as JSON to create a running environment variable group", 4324 "translation": "Passar parâmetros como JSON para criar um grupo de variáveis de ambiente em execução" 4325 }, 4326 { 4327 "id": "Pass parameters as JSON to create a staging environment variable group", 4328 "translation": "Passar parâmetros como JSON para criar um grupo de variáveis de ambiente temporárias" 4329 }, 4330 { 4331 "id": "Password", 4332 "translation": "Senha" 4333 }, 4334 { 4335 "id": "Password used for private docker repository", 4336 "translation": "" 4337 }, 4338 { 4339 "id": "Password verification does not match", 4340 "translation": "A verificação da senha não corresponde" 4341 }, 4342 { 4343 "id": "Path for HTTP route", 4344 "translation": "Caminho para a rota HTTP" 4345 }, 4346 { 4347 "id": "Path for the HTTP route", 4348 "translation": "Caminho para a rota HTTP" 4349 }, 4350 { 4351 "id": "Path for the route", 4352 "translation": "Caminho para a rota" 4353 }, 4354 { 4355 "id": "Path not allowed in TCP route {{.RouteName}}", 4356 "translation": "O caminho não é permitido em uma rota TCP {{.RouteName}}" 4357 }, 4358 { 4359 "id": "Path on the app", 4360 "translation": "Caminho no app" 4361 }, 4362 { 4363 "id": "Path to app directory or to a zip file of the contents of the app directory", 4364 "translation": "Caminho para o diretório app ou para um arquivo zip dos conteúdos do diretório app" 4365 }, 4366 { 4367 "id": "Path to directory or zip file", 4368 "translation": "Caminho para o diretório ou arquivo zip" 4369 }, 4370 { 4371 "id": "Path to file of JSON describing security group rules", 4372 "translation": "Caminho para o arquivo de JSON que descreve as regras do grupo de segurança" 4373 }, 4374 { 4375 "id": "Path to manifest", 4376 "translation": "Caminho para o manifest" 4377 }, 4378 { 4379 "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to bind", 4380 "translation": "" 4381 }, 4382 { 4383 "id": "Path used in combination with HOSTNAME and DOMAIN to specify the route to unbind", 4384 "translation": "" 4385 }, 4386 { 4387 "id": "Path used to identify the HTTP route", 4388 "translation": "Caminho usado para identificar a rota HTTP" 4389 }, 4390 { 4391 "id": "Perform a simple check to determine whether a route currently exists or not", 4392 "translation": "Executar uma verificação simples para determinar se uma rota existe atualmente ou não" 4393 }, 4394 { 4395 "id": "Plan does not exist for the {{.ServiceName}} service", 4396 "translation": "O plano não existe para o serviço {{.ServiceName}}" 4397 }, 4398 { 4399 "id": "Plan {{.ServicePlanName}} cannot be found", 4400 "translation": "Não é possível localizar o plano {{.ServicePlanName}}" 4401 }, 4402 { 4403 "id": "Plan {{.ServicePlanName}} has no service instances to migrate", 4404 "translation": "O plano {{.ServicePlanName}} não possui instâncias de serviço a serem migradas" 4405 }, 4406 { 4407 "id": "Plan: {{.ServicePlanName}}", 4408 "translation": "Plano: {{.ServicePlanName}}" 4409 }, 4410 { 4411 "id": "Plans accessible by a particular organization", 4412 "translation": "Planos acessíveis por uma organização específica" 4413 }, 4414 { 4415 "id": "Please choose either allow or disallow. Both flags are not permitted to be passed in the same command.", 4416 "translation": "Escolha permitir ou desaprovar. Não é permitido passar ambas as sinalizações no mesmo comando." 4417 }, 4418 { 4419 "id": "Please log in again", 4420 "translation": "Efetue login novamente." 4421 }, 4422 { 4423 "id": "Please provide a password.", 4424 "translation": "" 4425 }, 4426 { 4427 "id": "Please provide the space within the organization containing the target application", 4428 "translation": "Forneça o espaço dentro da organização que contém o aplicativo de destino" 4429 }, 4430 { 4431 "id": "Plugin Name", 4432 "translation": "Nome do Plugin" 4433 }, 4434 { 4435 "id": "Plugin installation cancelled", 4436 "translation": "Instalação do plug-in cancelada" 4437 }, 4438 { 4439 "id": "Plugin installation cancelled.", 4440 "translation": "" 4441 }, 4442 { 4443 "id": "Plugin list download failed; repository {{.RepositoryName}} returned {{.ErrorMessage}}.", 4444 "translation": "" 4445 }, 4446 { 4447 "id": "Plugin name {{.PluginName}} does not exist", 4448 "translation": "O nome do plug-in {{.PluginName}} não existe" 4449 }, 4450 { 4451 "id": "Plugin name {{.PluginName}} is already taken", 4452 "translation": "O nome do plug-in {{.PluginName}} já foi usado" 4453 }, 4454 { 4455 "id": "Plugin repo named \"{{.repoName}}\" already exists, please use another name.", 4456 "translation": "O repositório de plug-in denominado \"{{.repoName}}\" já existe, use outro nome." 4457 }, 4458 { 4459 "id": "Plugin repo named '{{.RepositoryName}}' already exists, please use another name.", 4460 "translation": "" 4461 }, 4462 { 4463 "id": "Plugin repository {{.Name}} not found.\nUse 'cf list-plugin-repos' to list registered repos.", 4464 "translation": "" 4465 }, 4466 { 4467 "id": "Plugin requested has no binary available for your OS: ", 4468 "translation": "O plug-in solicitado não possui binários disponíveis para seu SO: " 4469 }, 4470 { 4471 "id": "Plugin requested has no binary available for your platform.", 4472 "translation": "" 4473 }, 4474 { 4475 "id": "Plugin {{.Name}} successfully uninstalled.", 4476 "translation": "" 4477 }, 4478 { 4479 "id": "Plugin {{.Name}} {{.Version}} could not be installed. A plugin with that name is already installed.\nTIP: Use '{{.BinaryName}} install-plugin -f' to force a reinstall.", 4480 "translation": "" 4481 }, 4482 { 4483 "id": "Plugin {{.Name}} {{.Version}} is already installed. Uninstalling existing plugin...", 4484 "translation": "" 4485 }, 4486 { 4487 "id": "Plugin {{.Name}} {{.Version}} successfully installed.", 4488 "translation": "" 4489 }, 4490 { 4491 "id": "Plugin {{.PluginName}} does not exist.", 4492 "translation": "" 4493 }, 4494 { 4495 "id": "Plugin {{.PluginName}} not found in repository {{.RepositoryName}}.\nUse '{{.BinaryName}} repo-plugins -r {{.RepositoryName}}' to list plugins available in the repo.", 4496 "translation": "" 4497 }, 4498 { 4499 "id": "Plugin {{.PluginName}} not found on disk or in any registered repo.\nUse '{{.BinaryName}} repo-plugins' to list plugins available in the repos.", 4500 "translation": "" 4501 }, 4502 { 4503 "id": "Plugin {{.PluginName}} successfully uninstalled.", 4504 "translation": "O plug-in {{.PluginName}} foi desinstalado com sucesso." 4505 }, 4506 { 4507 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with aliases that are already used: {{.CommandAliases}}.", 4508 "translation": "" 4509 }, 4510 { 4511 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names and aliases that are already used: {{.CommandNamesAndAliases}}.", 4512 "translation": "" 4513 }, 4514 { 4515 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names or aliases that are already used.", 4516 "translation": "" 4517 }, 4518 { 4519 "id": "Plugin {{.PluginName}} v{{.PluginVersion}} could not be installed as it contains commands with names that are already used: {{.CommandNames}}.", 4520 "translation": "" 4521 }, 4522 { 4523 "id": "Plugin {{.PluginName}} v{{.Version}} successfully installed.", 4524 "translation": "Plug-in {{.PluginName}} v{{.Version}} instalando com sucesso." 4525 }, 4526 { 4527 "id": "Plugin {{.PluginName}} {{.PluginVersion}} found in: {{.RepositoryName}}", 4528 "translation": "" 4529 }, 4530 { 4531 "id": "Plugin {{.PluginName}} {{.PluginVersion}} is already installed.", 4532 "translation": "" 4533 }, 4534 { 4535 "id": "Plugin {{.PluginName}} {{.PluginVersion}} successfully uninstalled.", 4536 "translation": "" 4537 }, 4538 { 4539 "id": "Port for the TCP route", 4540 "translation": "Porta para a rota TCP" 4541 }, 4542 { 4543 "id": "Port not allowed in HTTP route {{.RouteName}}", 4544 "translation": "A porta não é permitida na rota HTTP {{.RouteName}}" 4545 }, 4546 { 4547 "id": "Port used to identify the TCP route", 4548 "translation": "Porta usada para identificar a rota TCP" 4549 }, 4550 { 4551 "id": "Print API request diagnostics to stdout", 4552 "translation": "" 4553 }, 4554 { 4555 "id": "Print out a list of files in a directory or the contents of a specific file of an app running on the DEA backend", 4556 "translation": "Imprimir uma lista de arquivos em um diretório ou o conteúdo de um arquivo específico de um app em execução no backend DEA" 4557 }, 4558 { 4559 "id": "Print the version", 4560 "translation": "Imprimir a versão" 4561 }, 4562 { 4563 "id": "Problem removing downloaded binary in temp directory: ", 4564 "translation": "Problema ao remover o binário transferido por download no diretório temp: " 4565 }, 4566 { 4567 "id": "Process terminated by signal: {{.Signal}}. Exited with {{.ExitCode}}", 4568 "translation": "Processo finalizado pelo sinal: {{.Signal}}. Saída feita com {{.ExitCode}}" 4569 }, 4570 { 4571 "id": "Prompt for a one-time passcode to login", 4572 "translation": "" 4573 }, 4574 { 4575 "id": "Property '{{.PropertyName}}' found in manifest. This feature is no longer supported. Please remove it and try again.", 4576 "translation": "Propriedade '{{.PropertyName}}' localizada no manifest. Esse recurso não é mais suportado. Remova-a e tente novamente." 4577 }, 4578 { 4579 "id": "Provider", 4580 "translation": "Fornecedor" 4581 }, 4582 { 4583 "id": "Purging service {{.InstanceName}}...", 4584 "translation": "Limpando o serviço {{.InstanceName}}..." 4585 }, 4586 { 4587 "id": "Purging service {{.ServiceName}}...", 4588 "translation": "Limpando o serviço {{.ServiceName}}..." 4589 }, 4590 { 4591 "id": "Push a new app or sync changes to an existing app", 4592 "translation": "Enviar um novo app por push ou sincronizar mudanças com um app existente" 4593 }, 4594 { 4595 "id": "QUOTA", 4596 "translation": "QUOTA" 4597 }, 4598 { 4599 "id": "Quota Definition {{.QuotaName}} already exists", 4600 "translation": "A definição de cota {{.QuotaName}} já existe" 4601 }, 4602 { 4603 "id": "Quota to assign to the newly created org (excluding this option results in assignment of default quota)", 4604 "translation": "Cota a ser designada à organização recém-criada (a exclusão dessa opção resulta na designação de cota padrão)" 4605 }, 4606 { 4607 "id": "Quota to assign to the newly created space", 4608 "translation": "Cota a ser designada ao espaço recém-criado" 4609 }, 4610 { 4611 "id": "Quota {{.QuotaName}} does not exist", 4612 "translation": "A cota {{.QuotaName}} não existe" 4613 }, 4614 { 4615 "id": "REQUEST:", 4616 "translation": "SOLICITAÇÃO:" 4617 }, 4618 { 4619 "id": "RESERVED_ROUTE_PORTS", 4620 "translation": "RESERVED_ROUTE_PORTS" 4621 }, 4622 { 4623 "id": "RESPONSE:", 4624 "translation": "RESPOSTA:" 4625 }, 4626 { 4627 "id": "ROLE must be \"OrgManager\", \"BillingManager\" and \"OrgAuditor\"", 4628 "translation": "A FUNÇÃO deve ser \"OrgManager\", \"BillingManager\" e \"OrgAuditor\"" 4629 }, 4630 { 4631 "id": "ROLE must be \"SpaceManager\", \"SpaceDeveloper\" and \"SpaceAuditor\"", 4632 "translation": "" 4633 }, 4634 { 4635 "id": "ROLES:\n", 4636 "translation": "FUNÇÕES:\n" 4637 }, 4638 { 4639 "id": "ROUTES", 4640 "translation": "ROTAS" 4641 }, 4642 { 4643 "id": "ROUTES:", 4644 "translation": "" 4645 }, 4646 { 4647 "id": "RUNNING", 4648 "translation": "" 4649 }, 4650 { 4651 "id": "Read-only access to org info and reports\n", 4652 "translation": "Acesso somente leitura a informações e relatórios da organização\n" 4653 }, 4654 { 4655 "id": "Really delete orphaned routes?", 4656 "translation": "" 4657 }, 4658 { 4659 "id": "Really delete orphaned routes?{{.Prompt}}", 4660 "translation": "Realmente excluir as rotas órfãs?{{.Prompt}}" 4661 }, 4662 { 4663 "id": "Really delete the isolation segment {{.IsolationSegmentName}}?", 4664 "translation": "" 4665 }, 4666 { 4667 "id": "Really delete the org {{.OrgName}}, including its spaces, apps, service instances, routes, private domains and space-scoped service brokers?", 4668 "translation": "" 4669 }, 4670 { 4671 "id": "Really delete the space {{.SpaceName}}?", 4672 "translation": "" 4673 }, 4674 { 4675 "id": "Really delete the {{.ModelType}} {{.ModelName}} and everything associated with it?", 4676 "translation": "Realmente excluir {{.ModelType}} {{.ModelName}} e tudo que estiver associado a ele?" 4677 }, 4678 { 4679 "id": "Really delete the {{.ModelType}} {{.ModelName}}?", 4680 "translation": "Realmente excluir {{.ModelType}} {{.ModelName}}?" 4681 }, 4682 { 4683 "id": "Really migrate {{.ServiceInstanceDescription}} from plan {{.OldServicePlanName}} to {{.NewServicePlanName}}?\u003e", 4684 "translation": "Realmente migrar {{.ServiceInstanceDescription}} do plano {{.OldServicePlanName}} para {{.NewServicePlanName}}?\u003e" 4685 }, 4686 { 4687 "id": "Really purge service instance {{.InstanceName}} from Cloud Foundry?", 4688 "translation": "Realmente limpar a instância de serviço {{.InstanceName}} do Cloud Foundry?" 4689 }, 4690 { 4691 "id": "Really purge service offering {{.ServiceName}} from Cloud Foundry?", 4692 "translation": "Realmente limpar o tipo de serviço {{.ServiceName}} do Cloud Foundry?" 4693 }, 4694 { 4695 "id": "Received invalid SSL certificate from ", 4696 "translation": "Certificado SSL inválido recebido de " 4697 }, 4698 { 4699 "id": "Recreate the app's executable artifact using the latest pushed app files and the latest environment (variables, service bindings, buildpack, stack, etc.)", 4700 "translation": "" 4701 }, 4702 { 4703 "id": "Recursively remove a service and child objects from Cloud Foundry database without making requests to a service broker", 4704 "translation": "Remover recursivamente um serviço e os objetos-filhos do banco de dados do Cloud Foundry sem fazer solicitações a um broker de serviço" 4705 }, 4706 { 4707 "id": "Recursively remove a service instance and child objects from Cloud Foundry database without making requests to a service broker", 4708 "translation": "Remover recursivamente uma instância de serviço e os objetos-filhos do banco de dados do Cloud Foundry sem fazer solicitações a um broker de serviço" 4709 }, 4710 { 4711 "id": "Remove a plugin repository", 4712 "translation": "Remover um repositório de plug-in" 4713 }, 4714 { 4715 "id": "Remove a space role from a user", 4716 "translation": "Remover uma função de espaço de um usuário" 4717 }, 4718 { 4719 "id": "Remove a url route from an app", 4720 "translation": "Remover uma rota de URL de um app" 4721 }, 4722 { 4723 "id": "Remove all api endpoint targeting", 4724 "translation": "Remover todos os destinos de terminal de API" 4725 }, 4726 { 4727 "id": "Remove an env variable", 4728 "translation": "Remover uma variável de ambiente" 4729 }, 4730 { 4731 "id": "Remove an org role from a user", 4732 "translation": "Remover uma função de organização de um usuário" 4733 }, 4734 { 4735 "id": "Removing entitlement to isolation segment {{.SegmentName}} from org {{.OrgName}} as {{.CurrentUser}}...", 4736 "translation": "" 4737 }, 4738 { 4739 "id": "Removing env variable {{.VarName}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 4740 "translation": "Removendo a variável de ambiente {{.VarName}} do app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 4741 }, 4742 { 4743 "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...", 4744 "translation": "Removendo a função {{.Role}} do usuário {{.TargetUser}} na organização {{.TargetOrg}} / espaço {{.TargetSpace}} como {{.CurrentUser}}..." 4745 }, 4746 { 4747 "id": "Removing role {{.Role}} from user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...", 4748 "translation": "Removendo a função {{.Role}} do usuário {{.TargetUser}} na organização {{.TargetOrg}} como {{.CurrentUser}}..." 4749 }, 4750 { 4751 "id": "Removing route {{.URL}} from app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 4752 "translation": "Removendo a rota {{.URL}} do app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 4753 }, 4754 { 4755 "id": "Removing route {{.URL}}...", 4756 "translation": "Removendo a rota {{.URL}}..." 4757 }, 4758 { 4759 "id": "Rename a buildpack", 4760 "translation": "Renomear um buildpack" 4761 }, 4762 { 4763 "id": "Rename a service broker", 4764 "translation": "Renomear um broker de serviço" 4765 }, 4766 { 4767 "id": "Rename a service instance", 4768 "translation": "Renomear uma instância de serviço" 4769 }, 4770 { 4771 "id": "Rename a space", 4772 "translation": "Renomear um espaço" 4773 }, 4774 { 4775 "id": "Rename an app", 4776 "translation": "Renomear um app" 4777 }, 4778 { 4779 "id": "Rename an org", 4780 "translation": "Renomear uma organização" 4781 }, 4782 { 4783 "id": "Renaming app {{.AppName}} to {{.NewName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 4784 "translation": "Renomeando o app {{.AppName}} para {{.NewName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 4785 }, 4786 { 4787 "id": "Renaming buildpack {{.OldBuildpackName}} to {{.NewBuildpackName}}...", 4788 "translation": "Renomeando o buildpack {{.OldBuildpackName}} para {{.NewBuildpackName}}..." 4789 }, 4790 { 4791 "id": "Renaming org {{.OrgName}} to {{.NewName}} as {{.Username}}...", 4792 "translation": "Renomeando a organização {{.OrgName}} para {{.NewName}} como {{.Username}}..." 4793 }, 4794 { 4795 "id": "Renaming service broker {{.OldName}} to {{.NewName}} as {{.Username}}", 4796 "translation": "Renomeando o broker de serviço {{.OldName}} para {{.NewName}} como {{.Username}}" 4797 }, 4798 { 4799 "id": "Renaming service {{.ServiceName}} to {{.NewServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 4800 "translation": "Renomeando o serviço {{.ServiceName}} para {{.NewServiceName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 4801 }, 4802 { 4803 "id": "Renaming space {{.OldSpaceName}} to {{.NewSpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 4804 "translation": "Renomeando o espaço {{.OldSpaceName}} para {{.NewSpaceName}} na organização {{.OrgName}} como {{.CurrentUser}}..." 4805 }, 4806 { 4807 "id": "Repo Name", 4808 "translation": "Nome do repositório" 4809 }, 4810 { 4811 "id": "Reports whether SSH is allowed in a space", 4812 "translation": "Relata se SSH é permitido em um espaço" 4813 }, 4814 { 4815 "id": "Reports whether SSH is enabled on an application container instance", 4816 "translation": "Relata se SSH está ativado em uma instância de contêiner de aplicativo" 4817 }, 4818 { 4819 "id": "Repository username; used with password from environment variable CF_DOCKER_PASSWORD", 4820 "translation": "" 4821 }, 4822 { 4823 "id": "Repository: ", 4824 "translation": "Repositório: " 4825 }, 4826 { 4827 "id": "Request error: {{.Error}}\nTIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.", 4828 "translation": "Erro de solicitação: {{.Error}}\nDICA: se você estiver protegido por um firewall e precisar de um proxy HTTP, verifique se a variável de ambiente https_proxy está configurada corretamente. Caso contrário, verifique sua conexão de rede." 4829 }, 4830 { 4831 "id": "Request pseudo-tty allocation", 4832 "translation": "Solicitar alocação de pseudo-tty" 4833 }, 4834 { 4835 "id": "Requires SOURCE-APP TARGET-APP as arguments", 4836 "translation": "Requer SOURCE-APP TARGET-APP como argumentos" 4837 }, 4838 { 4839 "id": "Requires app name as argument", 4840 "translation": "Requer o nome do aplicativo como argumento" 4841 }, 4842 { 4843 "id": "Reserved Route Ports", 4844 "translation": "Portas de Rota Reservada" 4845 }, 4846 { 4847 "id": "Reset the isolation segment assignment of a space to the org's default", 4848 "translation": "" 4849 }, 4850 { 4851 "id": "Resetting isolation segment assignment of space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 4852 "translation": "" 4853 }, 4854 { 4855 "id": "Resource matching API timed out; pushing all app files.", 4856 "translation": "" 4857 }, 4858 { 4859 "id": "Restage an app", 4860 "translation": "Remontar um app" 4861 }, 4862 { 4863 "id": "Restaging app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 4864 "translation": "Remontando o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 4865 }, 4866 { 4867 "id": "Restart an app", 4868 "translation": "Reiniciar um app" 4869 }, 4870 { 4871 "id": "Restarting instance {{.Instance}} of application {{.AppName}} as {{.Username}}", 4872 "translation": "Reiniciando a instância {{.Instance}} do aplicativo {{.AppName}} como {{.Username}}" 4873 }, 4874 { 4875 "id": "Restrict search for plugin to this registered repository", 4876 "translation": "" 4877 }, 4878 { 4879 "id": "Retrieve an individual feature flag with status", 4880 "translation": "Recuperar uma sinalização de recurso individual com status" 4881 }, 4882 { 4883 "id": "Retrieve and display the OAuth token for the current session", 4884 "translation": "Recuperar e exibir o token OAuth da sessão atual" 4885 }, 4886 { 4887 "id": "Retrieve and display the given app's guid. All other health and status output for the app is suppressed.", 4888 "translation": "Recuperar e exibir o GUID do app especificado. Todas as outras saídas de funcionamento e status do app foram suprimidas." 4889 }, 4890 { 4891 "id": "Retrieve and display the given org's guid. All other output for the org is suppressed.", 4892 "translation": "Recuperar e exibir o GUID da organização especificada. Todas as outras saídas da organização foram suprimidas." 4893 }, 4894 { 4895 "id": "Retrieve and display the given service's guid. All other output for the service is suppressed.", 4896 "translation": "Recuperar e exibir o GUID do serviço especificado. Todas as outras saídas do serviço foram suprimidas." 4897 }, 4898 { 4899 "id": "Retrieve and display the given service-key's guid. All other output for the service is suppressed.", 4900 "translation": "Recuperar e exibir o GUID da chave de serviço especificada. Todas as outras saídas do serviço foram suprimidas." 4901 }, 4902 { 4903 "id": "Retrieve and display the given space's guid. All other output for the space is suppressed.", 4904 "translation": "Recuperar e exibir o GUID do espaço especificado. Todas as outras saídas do espaço foram suprimidas." 4905 }, 4906 { 4907 "id": "Retrieve and display the given stack's guid. All other output for the stack is suppressed.", 4908 "translation": "Recuperar e exibir o GUID da pilha especificada. Todas as outras saídas da pilha foram suprimidas." 4909 }, 4910 { 4911 "id": "Retrieve list of feature flags with status of each flag-able feature", 4912 "translation": "Recuperar a lista de sinalizações do recurso com o status de cada recurso que pode ser sinalizado" 4913 }, 4914 { 4915 "id": "Retrieve the contents of the running environment variable group", 4916 "translation": "Recuperar os conteúdos do grupo de variáveis de ambiente em execução" 4917 }, 4918 { 4919 "id": "Retrieve the contents of the staging environment variable group", 4920 "translation": "Recuperar os conteúdos do grupo de variáveis de ambiente temporárias" 4921 }, 4922 { 4923 "id": "Retrieve the rules for all the security groups associated with the space", 4924 "translation": "Recuperar as regras de todos os grupos de segurança associados ao espaço" 4925 }, 4926 { 4927 "id": "Retrieve the rules for all the security groups associated with the space.", 4928 "translation": "" 4929 }, 4930 { 4931 "id": "Retrieving logs for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 4932 "translation": "" 4933 }, 4934 { 4935 "id": "Retrieving status of all flagged features as {{.Username}}...", 4936 "translation": "Recuperando os status de todos os recursos sinalizados como {{.Username}}..." 4937 }, 4938 { 4939 "id": "Retrieving status of {{.FeatureFlag}} as {{.Username}}...", 4940 "translation": "Recuperando o status de {{.FeatureFlag}} como {{.Username}}..." 4941 }, 4942 { 4943 "id": "Retrieving the contents of the running environment variable group as {{.Username}}...", 4944 "translation": "Recuperando os conteúdos do grupo de variáveis de ambiente em execução como {{.Username}}..." 4945 }, 4946 { 4947 "id": "Retrieving the contents of the staging environment variable group as {{.Username}}...", 4948 "translation": "Recuperando os conteúdos do grupo de variáveis de ambiente temporárias como {{.Username}}..." 4949 }, 4950 { 4951 "id": "Retrying upload due to an error...", 4952 "translation": "" 4953 }, 4954 { 4955 "id": "Revoke an organization's entitlement to an isolation segment", 4956 "translation": "" 4957 }, 4958 { 4959 "id": "Route and domain management:", 4960 "translation": "" 4961 }, 4962 { 4963 "id": "Route {{.HostName}}.{{.DomainName}} {{.Existence}}", 4964 "translation": "Rota {{.HostName}}.{{.DomainName}} {{.Existence}}" 4965 }, 4966 { 4967 "id": "Route {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}", 4968 "translation": "Rota {{.HostName}}.{{.DomainName}}/{{.Path}} {{.Existence}}" 4969 }, 4970 { 4971 "id": "Route {{.Route}} has been registered to another space.", 4972 "translation": "" 4973 }, 4974 { 4975 "id": "Route {{.Route}} was not bound to service instance {{.ServiceInstance}}.", 4976 "translation": "A rota {{.Route}} não estava ligada à instância de serviço {{.ServiceInstance}}." 4977 }, 4978 { 4979 "id": "Route {{.URL}} already exists", 4980 "translation": "A rota {{.URL}} já existe" 4981 }, 4982 { 4983 "id": "Route {{.URL}} is already bound to service instance {{.ServiceInstanceName}}.", 4984 "translation": "A rota {{.URL}} já está ligada à instância de serviço {{.ServiceInstanceName}}." 4985 }, 4986 { 4987 "id": "Router group {{.RouterGroup}} not found", 4988 "translation": "Grupo de roteadores {{.RouterGroup}} não localizado" 4989 }, 4990 { 4991 "id": "Routes", 4992 "translation": "Rotas" 4993 }, 4994 { 4995 "id": "Routes for this domain will be configured only on the specified router group", 4996 "translation": "As rotas para este domínio serão configuradas somente no grupo de roteadores especificado" 4997 }, 4998 { 4999 "id": "Rules", 5000 "translation": "Regras" 5001 }, 5002 { 5003 "id": "Run a one-off task on an app", 5004 "translation": "" 5005 }, 5006 { 5007 "id": "Running Environment Variable Groups:", 5008 "translation": "Grupos de variáveis de ambiente em execução:" 5009 }, 5010 { 5011 "id": "Running applications need a restart to be moved there.", 5012 "translation": "" 5013 }, 5014 { 5015 "id": "SECURITY GROUP", 5016 "translation": "GRUPO DE SEGURANÇA" 5017 }, 5018 { 5019 "id": "SECURITY GROUP:", 5020 "translation": "" 5021 }, 5022 { 5023 "id": "SECURITY_GROUP", 5024 "translation": "" 5025 }, 5026 { 5027 "id": "SEE ALSO:", 5028 "translation": "" 5029 }, 5030 { 5031 "id": "SERVICE", 5032 "translation": "SERVIÇO" 5033 }, 5034 { 5035 "id": "SERVICE ADMIN", 5036 "translation": "ADMINISTRADOR DE SERVIÇO" 5037 }, 5038 { 5039 "id": "SERVICE ADMIN:", 5040 "translation": "" 5041 }, 5042 { 5043 "id": "SERVICES", 5044 "translation": "SERVICES" 5045 }, 5046 { 5047 "id": "SERVICES:", 5048 "translation": "" 5049 }, 5050 { 5051 "id": "SERVICE_INSTANCES", 5052 "translation": "SERVICE_INSTANCES" 5053 }, 5054 { 5055 "id": "SPACE", 5056 "translation": "SPACE" 5057 }, 5058 { 5059 "id": "SPACE ADMIN", 5060 "translation": "ADMINISTRADOR DO ESPAÇO" 5061 }, 5062 { 5063 "id": "SPACE ADMIN:", 5064 "translation": "" 5065 }, 5066 { 5067 "id": "SPACE AUDITOR", 5068 "translation": "AUDITOR DO ESPAÇO" 5069 }, 5070 { 5071 "id": "SPACE DEVELOPER", 5072 "translation": "DESENVOLVEDOR DO ESPAÇO" 5073 }, 5074 { 5075 "id": "SPACE MANAGER", 5076 "translation": "GERENCIADOR DE ESPAÇO" 5077 }, 5078 { 5079 "id": "SPACES", 5080 "translation": "ESPAÇOS" 5081 }, 5082 { 5083 "id": "SPACES:", 5084 "translation": "" 5085 }, 5086 { 5087 "id": "SSH to an application container instance", 5088 "translation": "SSH para uma instância do contêiner de aplicativo" 5089 }, 5090 { 5091 "id": "SSL Certificate Error {{.Message}}\nTIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint", 5092 "translation": "" 5093 }, 5094 { 5095 "id": "SUCCEEDED", 5096 "translation": "" 5097 }, 5098 { 5099 "id": "Scaling app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5100 "translation": "Ajustando a escala do app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 5101 }, 5102 { 5103 "id": "Search the plugin repositories for new versions of installed plugins", 5104 "translation": "" 5105 }, 5106 { 5107 "id": "Searching {{.RepoNames}} for newer versions of installed plugins...", 5108 "translation": "" 5109 }, 5110 { 5111 "id": "Searching {{.RepositoryName}} for plugin {{.PluginName}}...", 5112 "translation": "" 5113 }, 5114 { 5115 "id": "Security Groups:", 5116 "translation": "Grupos de Segurança:" 5117 }, 5118 { 5119 "id": "Security group '{{.Name}}' not found.", 5120 "translation": "" 5121 }, 5122 { 5123 "id": "Security group {{.Name}} not bound to this space for lifecycle phase '{{.Lifecycle}}'.", 5124 "translation": "" 5125 }, 5126 { 5127 "id": "Security group {{.security_group}} does not exist", 5128 "translation": "O grupo de segurança {{.security_group}} não existe" 5129 }, 5130 { 5131 "id": "Security group {{.security_group}} {{.error_message}}", 5132 "translation": "Grupo de segurança {{.security_group}} {{.error_message}}" 5133 }, 5134 { 5135 "id": "See 'cf help \u003ccommand\u003e' to read about a specific command.", 5136 "translation": "" 5137 }, 5138 { 5139 "id": "Select a space (or press enter to skip):", 5140 "translation": "Selecione um espaço (ou pressione Enter para ignorar):" 5141 }, 5142 { 5143 "id": "Select an org (or press enter to skip):", 5144 "translation": "Selecione uma organização (ou pressione Enter para ignorar):" 5145 }, 5146 { 5147 "id": "Server error, error code: 1002, message: cannot set space role because user is not part of the org", 5148 "translation": "Erro do servidor, código de erro: 1002, mensagem: não é possível configurar a função de espaço porque o usuário não faz parte da organização" 5149 }, 5150 { 5151 "id": "Server error, status code: 403, error code: 10003, message: You are not authorized to perform the requested action", 5152 "translation": "Erro do servidor, código de status: 403, código de erro: 10003, mensagem: você não está autorizado a executar a ação solicitada" 5153 }, 5154 { 5155 "id": "Server error, status code: 403: Access is denied. You do not have privileges to execute this command.", 5156 "translation": "Erro do servidor, código de status: 403: o acesso foi negado. Você não tem privilégios para executar esse comando." 5157 }, 5158 { 5159 "id": "Server error, status code: {{.ErrStatusCode}}, error code: {{.ErrAPIErrorCode}}, message: {{.ErrDescription}}", 5160 "translation": "Erro do servidor, código de status: {{.ErrStatusCode}}, código de erro: {{.ErrAPIErrorCode}}, mensagem: {{.ErrDescription}}" 5161 }, 5162 { 5163 "id": "Service Auth Token {{.Label}} {{.Provider}} does not exist.", 5164 "translation": "O token de autenticação de serviço {{.Label}} {{.Provider}} não existe." 5165 }, 5166 { 5167 "id": "Service Broker {{.Name}} does not exist.", 5168 "translation": "O broker de serviço {{.Name}} não existe." 5169 }, 5170 { 5171 "id": "Service Instance is not user provided", 5172 "translation": "A instância de serviço não foi fornecida pelo usuário" 5173 }, 5174 { 5175 "id": "Service instance", 5176 "translation": "Instância de serviço" 5177 }, 5178 { 5179 "id": "Service instance {{.InstanceName}} not found", 5180 "translation": "Instância de serviço {{.InstanceName}} não localizada" 5181 }, 5182 { 5183 "id": "Service instance {{.ServiceInstanceName}} does not exist.", 5184 "translation": "A instância de serviço {{.ServiceInstanceName}} não existe." 5185 }, 5186 { 5187 "id": "Service instance {{.ServiceInstance}} not found", 5188 "translation": "" 5189 }, 5190 { 5191 "id": "Service instance: {{.ServiceName}}", 5192 "translation": "Instância de serviço: {{.ServiceName}}" 5193 }, 5194 { 5195 "id": "Service key {{.ServiceKeyName}} does not exist for service instance {{.ServiceInstanceName}}.", 5196 "translation": "A chave de serviço {{.ServiceKeyName}} não existe para a instância de serviço {{.ServiceInstanceName}}." 5197 }, 5198 { 5199 "id": "Service offering", 5200 "translation": "Oferta de serviços" 5201 }, 5202 { 5203 "id": "Service offering does not exist\nTIP: If you are trying to purge a v1 service offering, you must set the -p flag.", 5204 "translation": "o tipo de serviço não existe\nDICA: Se você estiver tentando limpar um tipo de serviços v1, deverá configurar a sinalização -p." 5205 }, 5206 { 5207 "id": "Service offering not found", 5208 "translation": "Tipo de serviços não localizado" 5209 }, 5210 { 5211 "id": "Service {{.ServiceName}} does not exist.", 5212 "translation": "O serviço {{.ServiceName}} não existe." 5213 }, 5214 { 5215 "id": "Service: {{.ServiceDescription}}", 5216 "translation": "Serviço: {{.ServiceDescription}}" 5217 }, 5218 { 5219 "id": "Services", 5220 "translation": "Serviços" 5221 }, 5222 { 5223 "id": "Services integration:", 5224 "translation": "" 5225 }, 5226 { 5227 "id": "Services:", 5228 "translation": "Serviços:" 5229 }, 5230 { 5231 "id": "Set an env variable for an app", 5232 "translation": "Configurar uma variável de ambiente para um app" 5233 }, 5234 { 5235 "id": "Set default locale. If LOCALE is 'CLEAR', previous locale is deleted.", 5236 "translation": "Configurar o código padrão de idioma. Se LOCALE for 'CLEAR', o código de idioma anterior será excluído." 5237 }, 5238 { 5239 "id": "Set health_check_type flag to either 'port' or 'none'", 5240 "translation": "Configurar a sinalização health_check_type como 'port' ou 'none'" 5241 }, 5242 { 5243 "id": "Set or view target api url", 5244 "translation": "Configurar ou visualizar URL da API de destino" 5245 }, 5246 { 5247 "id": "Set or view the targeted org or space", 5248 "translation": "Configurar ou visualizar a organização ou o espaço destinado" 5249 }, 5250 { 5251 "id": "Set the droplet used to run an app", 5252 "translation": "" 5253 }, 5254 { 5255 "id": "Set to 'port' or 'none'", 5256 "translation": "" 5257 }, 5258 { 5259 "id": "Setting api endpoint to {{.Endpoint}}...", 5260 "translation": "Configurando o terminal de API como {{.Endpoint}}..." 5261 }, 5262 { 5263 "id": "Setting app {{.AppName}} to droplet {{.DropletGUID}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5264 "translation": "" 5265 }, 5266 { 5267 "id": "Setting env variable '{{.VarName}}' to '{{.VarValue}}' for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5268 "translation": "Configurando a variável de ambiente '{{.VarName}}' como '{{.VarValue}}' para o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 5269 }, 5270 { 5271 "id": "Setting quota {{.QuotaName}} to org {{.OrgName}} as {{.Username}}...", 5272 "translation": "Configurando a cota {{.QuotaName}} para a organização {{.OrgName}} como {{.Username}}..." 5273 }, 5274 { 5275 "id": "Setting status of {{.FeatureFlag}} as {{.Username}}...", 5276 "translation": "Configurando o status de {{.FeatureFlag}} como {{.Username}}..." 5277 }, 5278 { 5279 "id": "Setting the contents of the running environment variable group as {{.Username}}...", 5280 "translation": "Configurando os conteúdos do grupo de variáveis de ambiente em execução como {{.Username}}..." 5281 }, 5282 { 5283 "id": "Setting the contents of the staging environment variable group as {{.Username}}...", 5284 "translation": "Configurando os conteúdos do grupo de variáveis de ambiente temporárias como {{.Username}}..." 5285 }, 5286 { 5287 "id": "Share a private domain with an org", 5288 "translation": "Compartilhar um domínio privado com uma organização" 5289 }, 5290 { 5291 "id": "Sharing domain {{.DomainName}} with org {{.OrgName}} as {{.Username}}...", 5292 "translation": "Compartilhando o domínio {{.DomainName}} com a organização {{.OrgName}} como {{.Username}}..." 5293 }, 5294 { 5295 "id": "Show a single security group", 5296 "translation": "Mostrar um único grupo de segurança" 5297 }, 5298 { 5299 "id": "Show all env variables for an app", 5300 "translation": "Mostrar todas as variáveis de ambiente de um app" 5301 }, 5302 { 5303 "id": "Show help", 5304 "translation": "Mostrar ajuda" 5305 }, 5306 { 5307 "id": "Show information for a stack (a stack is a pre-built file system, including an operating system, that can run apps)", 5308 "translation": "Mostrar informações de uma pilha (uma pilha é um sistema de arquivos pré-construído, incluindo um sistema operacional, que pode executar apps)" 5309 }, 5310 { 5311 "id": "Show org info", 5312 "translation": "Mostrar informações da organização" 5313 }, 5314 { 5315 "id": "Show org users by role", 5316 "translation": "Mostrar usuários da organização por função" 5317 }, 5318 { 5319 "id": "Show plan details for a particular service offering", 5320 "translation": "Mostrar detalhes de planejamento de um tipo de serviços específico" 5321 }, 5322 { 5323 "id": "Show quota info", 5324 "translation": "Mostrar informações de cota" 5325 }, 5326 { 5327 "id": "Show recent app events", 5328 "translation": "Mostrar eventos recentes do app" 5329 }, 5330 { 5331 "id": "Show service instance info", 5332 "translation": "Mostrar informações da instância de serviço" 5333 }, 5334 { 5335 "id": "Show service key info", 5336 "translation": "Mostrar informações da chave de serviço" 5337 }, 5338 { 5339 "id": "Show space info", 5340 "translation": "Mostrar informações do espaço" 5341 }, 5342 { 5343 "id": "Show space quota info", 5344 "translation": "Mostrar informações da cota de espaço" 5345 }, 5346 { 5347 "id": "Show space users by role", 5348 "translation": "Mostrar usuários do espaço por função" 5349 }, 5350 { 5351 "id": "Show the type of health check performed on an app", 5352 "translation": "" 5353 }, 5354 { 5355 "id": "Showing current scale of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5356 "translation": "Mostrando escala atual do app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 5357 }, 5358 { 5359 "id": "Showing health and status for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5360 "translation": "Mostrando funcionamento e status do app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 5361 }, 5362 { 5363 "id": "Skip SSL certificate validation", 5364 "translation": "" 5365 }, 5366 { 5367 "id": "Skip assigning org role to user", 5368 "translation": "Ignorar a designação de função de organização para o usuário" 5369 }, 5370 { 5371 "id": "Skip host key validation", 5372 "translation": "Ignorar a validação da chave do host" 5373 }, 5374 { 5375 "id": "Skip verification of the API endpoint. Not recommended!", 5376 "translation": "Ignorar a verificação do terminal de API. Não recomendado!" 5377 }, 5378 { 5379 "id": "Space", 5380 "translation": "Espaço" 5381 }, 5382 { 5383 "id": "Space '{{.Name}}' not found.", 5384 "translation": "" 5385 }, 5386 { 5387 "id": "Space Quota Definition {{.QuotaName}} already exists", 5388 "translation": "A definição de cota de espaço {{.QuotaName}} já existe" 5389 }, 5390 { 5391 "id": "Space Quota:", 5392 "translation": "Cota de espaço:" 5393 }, 5394 { 5395 "id": "Space management:", 5396 "translation": "" 5397 }, 5398 { 5399 "id": "Space that contains the target application", 5400 "translation": "Espaço que contém o aplicativo de destino" 5401 }, 5402 { 5403 "id": "Space {{.SpaceName}} already exists", 5404 "translation": "O espaço {{.SpaceName}} já existe" 5405 }, 5406 { 5407 "id": "Space:", 5408 "translation": "Espaço:" 5409 }, 5410 { 5411 "id": "Specify a path for file creation. If path not specified, manifest file is created in current working directory.", 5412 "translation": "Especifique um caminho para a criação do arquivo. Se o caminho não for especificado, o arquivo manifest será criado no diretório atualmente em funcionamento." 5413 }, 5414 { 5415 "id": "Stack to use (a stack is a pre-built file system, including an operating system, that can run apps)", 5416 "translation": "Pilha a ser usada (uma pilha é um sistema de arquivos pré-construído, incluindo um sistema operacional, que pode executar apps)" 5417 }, 5418 { 5419 "id": "Staging Environment Variable Groups:", 5420 "translation": "Grupos de variáveis de ambiente temporárias:" 5421 }, 5422 { 5423 "id": "Staging app and tracing logs...", 5424 "translation": "" 5425 }, 5426 { 5427 "id": "Staging package for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5428 "translation": "" 5429 }, 5430 { 5431 "id": "Staging package for {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5432 "translation": "" 5433 }, 5434 { 5435 "id": "Start an app", 5436 "translation": "Iniciar um app" 5437 }, 5438 { 5439 "id": "Start app timeout\n\nTIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.", 5440 "translation": "Tempo limite de início do app\n\nDICA: O aplicativo deve estar atendendo na porta correta. Em vez de codificar permanentemente a porta, use a variável de ambiente $PORT." 5441 }, 5442 { 5443 "id": "Start app timeout\n\nTIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.\n\nUse '{{.BinaryName}} logs {{.AppName}} --recent' for more information", 5444 "translation": "" 5445 }, 5446 { 5447 "id": "Start unsuccessful\n\nTIP: use '{{.BinaryName}} logs {{.AppName}} --recent' for more information", 5448 "translation": "" 5449 }, 5450 { 5451 "id": "Start unsuccessful\n\nTIP: use '{{.Command}}' for more information", 5452 "translation": "Início malsucedido\n\nDICA: use '{{.Command}}' para obter mais informações" 5453 }, 5454 { 5455 "id": "Started: {{.Started}}", 5456 "translation": "Iniciado: {{.Started}}" 5457 }, 5458 { 5459 "id": "Starting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5460 "translation": "Iniciando o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 5461 }, 5462 { 5463 "id": "Starting app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 5464 "translation": "" 5465 }, 5466 { 5467 "id": "Starting download of plugin binary from URL...", 5468 "translation": "" 5469 }, 5470 { 5471 "id": "Starting download of plugin binary from repository {{.RepositoryName}}...", 5472 "translation": "" 5473 }, 5474 { 5475 "id": "Startup command, set to null to reset to default start command", 5476 "translation": "Comando de inicialização, configurar como nulo para reconfigurar para o comando inicial padrão" 5477 }, 5478 { 5479 "id": "State", 5480 "translation": "Status" 5481 }, 5482 { 5483 "id": "Status: {{.State}}", 5484 "translation": "Status: {{.State}}" 5485 }, 5486 { 5487 "id": "Stop all instances of the app, then start them again. This may cause downtime.", 5488 "translation": "" 5489 }, 5490 { 5491 "id": "Stop an app", 5492 "translation": "Parar um app" 5493 }, 5494 { 5495 "id": "Stopping app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 5496 "translation": "" 5497 }, 5498 { 5499 "id": "Stopping app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5500 "translation": "Parando o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 5501 }, 5502 { 5503 "id": "Stopping app...", 5504 "translation": "" 5505 }, 5506 { 5507 "id": "Stopping push: File {{.Filename}} has been modified since the start of push. Validate the correct state of the file and try again.", 5508 "translation": "" 5509 }, 5510 { 5511 "id": "System-Provided:", 5512 "translation": "Fornecido pelo sistema:" 5513 }, 5514 { 5515 "id": "TASK_ID", 5516 "translation": "" 5517 }, 5518 { 5519 "id": "TIP:\n", 5520 "translation": "DICA:\n" 5521 }, 5522 { 5523 "id": "TIP:\n Use 'CF_NAME create-user-provided-service' to make user-provided services available to CF apps", 5524 "translation": "DICA:\n Use 'CF_NAME create-user-provided-service' para disponibilizar serviços fornecidos pelo usuário para apps CF" 5525 }, 5526 { 5527 "id": "TIP: An app restart is required for the change to take affect.", 5528 "translation": "DICA: é necessária uma reinicialização do app para que a mudança entre em vigor." 5529 }, 5530 { 5531 "id": "TIP: Assign roles with '{{.BinaryName}} set-org-role' and '{{.BinaryName}} set-space-role'.", 5532 "translation": "" 5533 }, 5534 { 5535 "id": "TIP: Changes require an app restart (for running) or restage (for staging) to apply to existing applications.", 5536 "translation": "" 5537 }, 5538 { 5539 "id": "TIP: Changes will not apply to existing running applications until they are restarted.", 5540 "translation": "DICA: As mudanças não serão aplicadas a aplicativos em execução existentes até que sejam reiniciados." 5541 }, 5542 { 5543 "id": "TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.", 5544 "translation": "DICA: se você estiver protegido por um firewall e precisar de um proxy HTTP, verifique se a variável de ambiente https_proxy está configurada corretamente. Caso contrário, verifique sua conexão de rede." 5545 }, 5546 { 5547 "id": "TIP: No space targeted, use '{{.CfTargetCommand}}' to target a space.", 5548 "translation": "DICA: nenhum espaço destinado, use '{{.CfTargetCommand}}' para destinar um espaço." 5549 }, 5550 { 5551 "id": "TIP: Use '{{.APICommand}}' to continue with an insecure API endpoint", 5552 "translation": "DICA: Use '{{.APICommand}}' para continuar com um terminal de API inseguro" 5553 }, 5554 { 5555 "id": "TIP: Use '{{.CFCommand}} {{.AppName}}' to ensure your env variable changes take effect", 5556 "translation": "DICA: Use '{{.CFCommand}} {{.AppName}}' para assegurar-se de que as mudanças de sua variável de ambiente entrem em vigor" 5557 }, 5558 { 5559 "id": "TIP: Use '{{.CFRestageCommand}}' for any bound apps to ensure your env variable changes take effect", 5560 "translation": "DICA: Use '{{.CFRestageCommand}}' para quaisquer apps ligados para assegurar-se de que as mudanças de sua variável de ambiente entrem em vigor" 5561 }, 5562 { 5563 "id": "TIP: Use '{{.Command}}' to ensure your env variable changes take effect", 5564 "translation": "DICA: Use '{{.Command}}' para assegurar-se de que as mudanças de sua variável de ambiente entrem em vigor" 5565 }, 5566 { 5567 "id": "TIP: use '{{.CfUpdateBuildpackCommand}}' to update this buildpack", 5568 "translation": "DICA: use '{{.CfUpdateBuildpackCommand}}' para atualizar esse buildpack" 5569 }, 5570 { 5571 "id": "TOTAL_MEMORY", 5572 "translation": "TOTAL_MEMORY" 5573 }, 5574 { 5575 "id": "Tags: {{.Tags}}", 5576 "translation": "Tags: {{.Tags}}" 5577 }, 5578 { 5579 "id": "Tail or show recent logs for an app", 5580 "translation": "Tail ou mostrar logs recentes de um app" 5581 }, 5582 { 5583 "id": "Targeted org {{.OrgName}}\n", 5584 "translation": "Organização destinada {{.OrgName}}\n" 5585 }, 5586 { 5587 "id": "Targeted space {{.SpaceName}}\n", 5588 "translation": "Espaço destinado {{.SpaceName}}\n" 5589 }, 5590 { 5591 "id": "Task has been submitted successfully for execution.", 5592 "translation": "" 5593 }, 5594 { 5595 "id": "Task must have a droplet. Specify droplet or assign current droplet to app.", 5596 "translation": "" 5597 }, 5598 { 5599 "id": "Task workers are unavailable.", 5600 "translation": "" 5601 }, 5602 { 5603 "id": "Terminate a running task of an app", 5604 "translation": "" 5605 }, 5606 { 5607 "id": "Terminate the running application Instance at the given index and instantiate a new instance of the application with the same index", 5608 "translation": "Finalizar a instância do aplicativo em execução no índice especificado e instanciar uma nova instância do aplicativo com o mesmo índice" 5609 }, 5610 { 5611 "id": "Terminating task {{.TaskSequenceID}} of app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 5612 "translation": "" 5613 }, 5614 { 5615 "id": "The API endpoint", 5616 "translation": "O terminal de API" 5617 }, 5618 { 5619 "id": "The URL of the service broker", 5620 "translation": "A URL do broker de serviço" 5621 }, 5622 { 5623 "id": "The URL to the plugin repo", 5624 "translation": "A URL para o repositório de plug-in" 5625 }, 5626 { 5627 "id": "The app is running on the DEA backend, which does not support this command.", 5628 "translation": "O app está em execução no backend DEA, que não suporta esse comando." 5629 }, 5630 { 5631 "id": "The app is running on the Diego backend, which does not support this command.", 5632 "translation": "O app está em execução no backend Diego, que não suporta esse comando." 5633 }, 5634 { 5635 "id": "The application instance index cannot be negative", 5636 "translation": "" 5637 }, 5638 { 5639 "id": "The application name", 5640 "translation": "O nome do aplicativo" 5641 }, 5642 { 5643 "id": "The buildpack", 5644 "translation": "O buildpack" 5645 }, 5646 { 5647 "id": "The command name", 5648 "translation": "O nome do comando" 5649 }, 5650 { 5651 "id": "The command to execute", 5652 "translation": "" 5653 }, 5654 { 5655 "id": "The domain", 5656 "translation": "O domínio" 5657 }, 5658 { 5659 "id": "The domain of the route", 5660 "translation": "O domínio da rota" 5661 }, 5662 { 5663 "id": "The environment variable name", 5664 "translation": "O nome da variável de ambiente" 5665 }, 5666 { 5667 "id": "The environment variable value", 5668 "translation": "O valor da variável de ambiente" 5669 }, 5670 { 5671 "id": "The feature flag name", 5672 "translation": "O nome da sinalização de recurso" 5673 }, 5674 { 5675 "id": "The file path", 5676 "translation": "O caminho de arquivo" 5677 }, 5678 { 5679 "id": "The file {{.PluginExecutableName}} already exists under the plugin directory.\n", 5680 "translation": "O arquivo {{.PluginExecutableName}} já existe no diretório de plug-in.\n" 5681 }, 5682 { 5683 "id": "The guid of the droplet to use", 5684 "translation": "" 5685 }, 5686 { 5687 "id": "The guid of the package to stage", 5688 "translation": "" 5689 }, 5690 { 5691 "id": "The hostname", 5692 "translation": "O nome do host" 5693 }, 5694 { 5695 "id": "The index of the application instance", 5696 "translation": "O índice da instância do aplicativo" 5697 }, 5698 { 5699 "id": "The isolation segment name", 5700 "translation": "" 5701 }, 5702 { 5703 "id": "The local path to the plugin, if the plugin exists locally; the URL to the plugin, if the plugin exists online; or the plugin name, if a repo is specified", 5704 "translation": "O caminho local para o plug-in, se o plug-in existir localmente" 5705 }, 5706 { 5707 "id": "The new application name", 5708 "translation": "O nome do novo aplicativo" 5709 }, 5710 { 5711 "id": "The new buildpack name", 5712 "translation": "O nome do novo buildpack" 5713 }, 5714 { 5715 "id": "The new name of the service instance", 5716 "translation": "O novo nome da instância de serviço" 5717 }, 5718 { 5719 "id": "The new organization name", 5720 "translation": "O nome da nova organização" 5721 }, 5722 { 5723 "id": "The new service broker name", 5724 "translation": "O nome do novo broker de serviço" 5725 }, 5726 { 5727 "id": "The new service offering", 5728 "translation": "A nova oferta de serviços" 5729 }, 5730 { 5731 "id": "The new service plan", 5732 "translation": "O novo plano de serviços" 5733 }, 5734 { 5735 "id": "The new space name", 5736 "translation": "O nome do novo espaço" 5737 }, 5738 { 5739 "id": "The old application name", 5740 "translation": "O nome do aplicativo antigo" 5741 }, 5742 { 5743 "id": "The old buildpack name", 5744 "translation": "O nome do buildpack antigo" 5745 }, 5746 { 5747 "id": "The old organization name", 5748 "translation": "O nome da organização antiga" 5749 }, 5750 { 5751 "id": "The old service broker name", 5752 "translation": "O nome do broker de serviço antigo" 5753 }, 5754 { 5755 "id": "The old service offering", 5756 "translation": "A oferta de serviços antiga" 5757 }, 5758 { 5759 "id": "The old service plan", 5760 "translation": "O plano de serviços antigo" 5761 }, 5762 { 5763 "id": "The old service provider", 5764 "translation": "O provedor de serviços antigo" 5765 }, 5766 { 5767 "id": "The old space name", 5768 "translation": "O nome de espaço antigo" 5769 }, 5770 { 5771 "id": "The order in which the buildpacks are checked during buildpack auto-detection", 5772 "translation": "A ordem em que os buildpacks são verificados durante a detecção automática do buildpack" 5773 }, 5774 { 5775 "id": "The organization", 5776 "translation": "A organização" 5777 }, 5778 { 5779 "id": "The organization group name", 5780 "translation": "O nome do grupo da organização" 5781 }, 5782 { 5783 "id": "The organization name", 5784 "translation": "" 5785 }, 5786 { 5787 "id": "The organization quota", 5788 "translation": "A cota da organização" 5789 }, 5790 { 5791 "id": "The organization role", 5792 "translation": "A função de organização" 5793 }, 5794 { 5795 "id": "The password", 5796 "translation": "Senha" 5797 }, 5798 { 5799 "id": "The path to the buildpack file", 5800 "translation": "O caminho para o arquivo de buildpack" 5801 }, 5802 { 5803 "id": "The plugin has been uninstalled but removing the plugin binary failed.\nRemove it manually or subsequent installations of the plugin may fail\n{{.Err}}", 5804 "translation": "" 5805 }, 5806 { 5807 "id": "The plugin name", 5808 "translation": "O nome do plugin" 5809 }, 5810 { 5811 "id": "The plugin repo name", 5812 "translation": "O nome do repositório do plug-in" 5813 }, 5814 { 5815 "id": "The plugin's uninstall method returned an unexpected error.\nThe plugin uninstall will proceed. Contact the plugin author if you need help.\n{{.Err}}", 5816 "translation": "" 5817 }, 5818 { 5819 "id": "The position that sets priority", 5820 "translation": "A posição que configura prioridade" 5821 }, 5822 { 5823 "id": "The quota", 5824 "translation": "A cota" 5825 }, 5826 { 5827 "id": "The route {{.RouteName}} did not match any existing domains.", 5828 "translation": "A rota {{.RouteName}} não corresponde a nenhum domínio existente." 5829 }, 5830 { 5831 "id": "The route {{.URL}} is already in use.\nTIP: Change the hostname with -n HOSTNAME or use --random-route to generate a new route and then push again.", 5832 "translation": "A rota {{.URL}} já está em uso.\nDICA: Mude o nome do host com -n HOSTNAME ou use --random-route para gerar uma nova rota e, em seguida, envie por push novamente." 5833 }, 5834 { 5835 "id": "The security group", 5836 "translation": "O grupo de segurança" 5837 }, 5838 { 5839 "id": "The security group name", 5840 "translation": "O nome do grupo de segurança" 5841 }, 5842 { 5843 "id": "The service broker", 5844 "translation": "O broker de serviço" 5845 }, 5846 { 5847 "id": "The service broker name", 5848 "translation": "O nome do broker de serviço" 5849 }, 5850 { 5851 "id": "The service instance", 5852 "translation": "A instância de serviço" 5853 }, 5854 { 5855 "id": "The service instance name", 5856 "translation": "O nome da instância de serviço" 5857 }, 5858 { 5859 "id": "The service instance to rename", 5860 "translation": "A instância de serviço a ser renomeada" 5861 }, 5862 { 5863 "id": "The service key", 5864 "translation": "A chave de serviço" 5865 }, 5866 { 5867 "id": "The service offering", 5868 "translation": "A oferta de serviços" 5869 }, 5870 { 5871 "id": "The service offering name", 5872 "translation": "O nome da oferta de serviços" 5873 }, 5874 { 5875 "id": "The service plan that the service instance will use", 5876 "translation": "O plano de serviço que a instância de serviço usará" 5877 }, 5878 { 5879 "id": "The space", 5880 "translation": "O espaço" 5881 }, 5882 { 5883 "id": "The space name", 5884 "translation": "O nome do espaço" 5885 }, 5886 { 5887 "id": "The space quota", 5888 "translation": "A cota de espaço" 5889 }, 5890 { 5891 "id": "The space role", 5892 "translation": "A função de espaço" 5893 }, 5894 { 5895 "id": "The specified application instance does not exist", 5896 "translation": "" 5897 }, 5898 { 5899 "id": "The stack name", 5900 "translation": "O nome da pilha" 5901 }, 5902 { 5903 "id": "The targeted API endpoint could not be reached.", 5904 "translation": "O terminal de API destinado não pôde ser atingido." 5905 }, 5906 { 5907 "id": "The task's unique sequence ID", 5908 "translation": "" 5909 }, 5910 { 5911 "id": "The token", 5912 "translation": "O token" 5913 }, 5914 { 5915 "id": "The token expired, was revoked, or the token ID is incorrect. Please log back in to re-authenticate.", 5916 "translation": "O token expirou, foi revogado ou o ID do token está incorreto. Efetue login novamente para nova autenticação." 5917 }, 5918 { 5919 "id": "The token label", 5920 "translation": "O rótulo do token" 5921 }, 5922 { 5923 "id": "The token provider", 5924 "translation": "O provedor de tokens" 5925 }, 5926 { 5927 "id": "The user", 5928 "translation": "O procedimento" 5929 }, 5930 { 5931 "id": "The username", 5932 "translation": "O nome do usuário" 5933 }, 5934 { 5935 "id": "There are no running instances of this app.", 5936 "translation": "Não há instâncias em execução desse app." 5937 }, 5938 { 5939 "id": "There are too many options to display, please type in the name.", 5940 "translation": "Há muitas opções a serem exibidas, digite o nome." 5941 }, 5942 { 5943 "id": "There is an error performing request on '{{.RepoURL}}': ", 5944 "translation": "Há um erro ao executar a solicitação em '{{.RepoURL}}': " 5945 }, 5946 { 5947 "id": "There is an error performing request on '{{.RepoURL}}': {{.Error}}\n{{.Tip}}", 5948 "translation": "Há um erro ao executar a solicitação em '{{.RepoURL}}': {{.Error}}\n{{.Tip}}" 5949 }, 5950 { 5951 "id": "These are commonly used commands. Use 'cf help -a' to see all, with descriptions.", 5952 "translation": "" 5953 }, 5954 { 5955 "id": "This action impacts all orgs using this domain.\nDeleting it will remove associated routes and could make any app with this domain, in any org, unreachable.\nAre you sure you want to delete the domain {{.DomainName}}? ", 5956 "translation": "" 5957 }, 5958 { 5959 "id": "This command", 5960 "translation": "Este comando" 5961 }, 5962 { 5963 "id": "This command does not support the URL scheme in {{.UnsupportedURL}}.", 5964 "translation": "" 5965 }, 5966 { 5967 "id": "This command is in EXPERIMENTAL stage and may change without notice", 5968 "translation": "" 5969 }, 5970 { 5971 "id": "This command requires CF API version {{.MinimumVersion}} or higher. Your target is {{.CurrentVersion}}.", 5972 "translation": "" 5973 }, 5974 { 5975 "id": "This command requires the Routing API. Your targeted endpoint reports it is not enabled.", 5976 "translation": "Este comando requer a API de Roteamento. Seu terminal de destino relata que ela não está ativada." 5977 }, 5978 { 5979 "id": "This is for backwards compatibility", 5980 "translation": "" 5981 }, 5982 { 5983 "id": "This service doesn't support creation of keys.", 5984 "translation": "Este serviço não suporta a criação de chaves." 5985 }, 5986 { 5987 "id": "This space already has an assigned space quota.", 5988 "translation": "Este espaço já possui uma cota de espaço designada." 5989 }, 5990 { 5991 "id": "This will cause the app to restart. Are you sure you want to scale {{.AppName}}?", 5992 "translation": "Isso fará com que o app seja reiniciado. Tem certeza de que deseja escalar {{.AppName}}?" 5993 }, 5994 { 5995 "id": "Time (in seconds) allowed to elapse between starting up an app and the first healthy response from the app", 5996 "translation": "Decorrência de tempo (em segundos) permitida entre a inicialização de um app e a primeira resposta funcional do app" 5997 }, 5998 { 5999 "id": "Timed out waiting for application {{.AppName}} to start", 6000 "translation": "" 6001 }, 6002 { 6003 "id": "Timeout for async HTTP requests", 6004 "translation": "Tempo limite para solicitações de HTTP assíncronas" 6005 }, 6006 { 6007 "id": "Tip: use 'add-plugin-repo' to register the repo", 6008 "translation": "Dica: use 'add-plugin-repo' para registrar o repositório" 6009 }, 6010 { 6011 "id": "Total Memory", 6012 "translation": "Total de memória" 6013 }, 6014 { 6015 "id": "Total amount of memory (e.g. 1024M, 1G, 10G)", 6016 "translation": "Quantia total de memória (por exemplo, 1024 M, 1 G, 10 G)" 6017 }, 6018 { 6019 "id": "Total amount of memory a space can have (e.g. 1024M, 1G, 10G)", 6020 "translation": "Quantia total de memória que um espaço pode ter (por exemplo, 1024 M, 1 G, 10 G)" 6021 }, 6022 { 6023 "id": "Total number of application instances. -1 represents an unlimited amount.", 6024 "translation": "Número total de instâncias do aplicativo. -1 representa uma quantia ilimitada." 6025 }, 6026 { 6027 "id": "Total number of application instances. -1 represents an unlimited amount. (Default: unlimited)", 6028 "translation": "Número total de instâncias do aplicativo. -1 representa uma quantia ilimitada. (Padrão: ilimitado)" 6029 }, 6030 { 6031 "id": "Total number of routes", 6032 "translation": "Número total de rotas" 6033 }, 6034 { 6035 "id": "Total number of service instances", 6036 "translation": "Número total de instâncias de serviço" 6037 }, 6038 { 6039 "id": "Trace HTTP requests", 6040 "translation": "Rastrear solicitações de HTTP" 6041 }, 6042 { 6043 "id": "UAA endpoint missing from config file", 6044 "translation": "Terminal UAA ausente no arquivo de configuração" 6045 }, 6046 { 6047 "id": "URL", 6048 "translation": "URL" 6049 }, 6050 { 6051 "id": "URL to which logs for bound applications will be streamed", 6052 "translation": "URL para a qual logs de aplicativos de limite serão movidos" 6053 }, 6054 { 6055 "id": "URL to which requests for bound routes will be forwarded. Scheme for this URL must be https", 6056 "translation": "URL para a qual solicitações de rotas de limite serão encaminhadas. O esquema para esta URL deve ser https" 6057 }, 6058 { 6059 "id": "USAGE:", 6060 "translation": "UTILIZAÇÃO:" 6061 }, 6062 { 6063 "id": "USER ADMIN", 6064 "translation": "USUÁRIO ADMINISTRADOR" 6065 }, 6066 { 6067 "id": "USER ADMIN:", 6068 "translation": "" 6069 }, 6070 { 6071 "id": "USERS", 6072 "translation": "USUÁRIOS" 6073 }, 6074 { 6075 "id": "Unable to access space {{.SpaceName}}.\n{{.APIErr}}", 6076 "translation": "Não é possível acessar o espaço {{.SpaceName}}.\n{{.APIErr}}" 6077 }, 6078 { 6079 "id": "Unable to acquire one time code from authorization response", 6080 "translation": "Não é possível adquirir um código descartável da resposta de autorização" 6081 }, 6082 { 6083 "id": "Unable to assign droplet. Ensure the droplet exists and belongs to this app.", 6084 "translation": "" 6085 }, 6086 { 6087 "id": "Unable to authenticate.", 6088 "translation": "Não é possível autenticar." 6089 }, 6090 { 6091 "id": "Unable to delete, route '{{.URL}}' does not exist.", 6092 "translation": "Não é possível excluir, a rota '{{.URL}}' não existe." 6093 }, 6094 { 6095 "id": "Unable to determine CC API Version. Please log in again.", 6096 "translation": "Não é possível determinar a Versão da API CC. Efetue login novamente." 6097 }, 6098 { 6099 "id": "Unable to obtain plugin name for executable {{.Executable}}", 6100 "translation": "Não é possível obter o nome do plug-in para o executável {{.Executable}}" 6101 }, 6102 { 6103 "id": "Unable to parse CC API Version '{{.APIVersion}}'", 6104 "translation": "Não é possível analisar a Versão da API CC '{{.APIVersion}}'" 6105 }, 6106 { 6107 "id": "Unable to retrieve information for bound application GUID ", 6108 "translation": "Não é possível recuperar informações para o GUID do aplicativo de limite" 6109 }, 6110 { 6111 "id": "Unassign a quota from a space", 6112 "translation": "Remover designação de uma cota de um espaço" 6113 }, 6114 { 6115 "id": "Unassigning space quota {{.QuotaName}} from space {{.SpaceName}} as {{.Username}}...", 6116 "translation": "Removendo designação da cota de espaço {{.QuotaName}} do espaço {{.SpaceName}} como {{.Username}}..." 6117 }, 6118 { 6119 "id": "Unbind a security group from a space", 6120 "translation": "Desvincular um grupo de segurança de um espaço" 6121 }, 6122 { 6123 "id": "Unbind a security group from the set of security groups for running applications", 6124 "translation": "Desvincular um grupo de segurança do conjunto de grupos de segurança para aplicativos em execução" 6125 }, 6126 { 6127 "id": "Unbind a security group from the set of security groups for staging applications", 6128 "translation": "Desvincular um grupo de segurança do conjunto de grupos de segurança para aplicativos temporários" 6129 }, 6130 { 6131 "id": "Unbind a service instance from an HTTP route", 6132 "translation": "Desvincular uma instância de serviço de uma rota HTTP" 6133 }, 6134 { 6135 "id": "Unbind a service instance from an app", 6136 "translation": "Desvincular uma instância de serviço de um app" 6137 }, 6138 { 6139 "id": "Unbind cancelled", 6140 "translation": "Desvinculação cancelada" 6141 }, 6142 { 6143 "id": "Unbinding app {{.AppName}} from service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 6144 "translation": "Desvinculando o app {{.AppName}} do serviço {{.ServiceName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 6145 }, 6146 { 6147 "id": "Unbinding may leave apps mapped to route {{.URL}} vulnerable; e.g. if service instance {{.ServiceInstanceName}} provides authentication. Do you want to proceed?", 6148 "translation": "A desvinculação pode deixar os apps mapeados para a rota {{.URL}} vulneráveis; por exemplo, se a instância de serviço {{.ServiceInstanceName}} fornecer autenticação. Deseja continuar?" 6149 }, 6150 { 6151 "id": "Unbinding route {{.URL}} from service instance {{.ServiceInstanceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 6152 "translation": "Desvinculando a rota {{.URL}} da instância de serviço {{.ServiceInstanceName}} na organização {{.OrgName}}/espaço {{.SpaceName}} como {{.CurrentUser}}..." 6153 }, 6154 { 6155 "id": "Unbinding security group {{.SecurityGroupName}} from org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 6156 "translation": "" 6157 }, 6158 { 6159 "id": "Unbinding security group {{.security_group}} from defaults for running as {{.username}}", 6160 "translation": "Desvinculando o grupo de segurança {{.security_group}} dos padrões para execução como {{.username}}" 6161 }, 6162 { 6163 "id": "Unbinding security group {{.security_group}} from defaults for staging as {{.username}}", 6164 "translation": "Desvinculando o grupo de segurança {{.security_group}} dos padrões para preparação como {{.username}}" 6165 }, 6166 { 6167 "id": "Unbinding security group {{.security_group}} from {{.organization}}/{{.space}} as {{.username}}", 6168 "translation": "Desvinculando o grupo de segurança {{.security_group}} de {{.organization}}/{{.space}} como {{.username}}" 6169 }, 6170 { 6171 "id": "Unexpected error has occurred:\n{{.Error}}", 6172 "translation": "Ocorreu um erro inesperado:\n{{.Error}}" 6173 }, 6174 { 6175 "id": "Uninstall CLI plugin", 6176 "translation": "" 6177 }, 6178 { 6179 "id": "Uninstall the plugin defined in command argument", 6180 "translation": "Desinstalar o plug-in definido no argumento de comando" 6181 }, 6182 { 6183 "id": "Uninstalling plugin {{.PluginName}}...", 6184 "translation": "Desinstalando o plug-in {{.PluginName}}..." 6185 }, 6186 { 6187 "id": "Unlock the buildpack to enable updates", 6188 "translation": "Desbloquear o buildpack para permitir atualizações" 6189 }, 6190 { 6191 "id": "Unmap a TCP route", 6192 "translation": "Remover mapeamento de uma rota TCP" 6193 }, 6194 { 6195 "id": "Unmap an HTTP route", 6196 "translation": "Remover mapeamento de uma rota HTTP" 6197 }, 6198 { 6199 "id": "Unmap an HTTP route:\\n CF_NAME unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Unmap a TCP route:\\n CF_NAME unmap-route APP_NAME DOMAIN --port PORT\\n\\nEXAMPLES:\\n CF_NAME unmap-route my-app example.com # example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000", 6200 "translation": "Remover mapeamento de uma rota HTTP:\\n CF_NAME unmap-route APP_NAME DOMAIN [--hostname HOSTNAME] [--path PATH]\\n\\n Remover mapeamento de uma rota TCP:\\n CF_NAME unmap-route APP_NAME DOMAIN --port PORT\\n\\nEXEMPLOS:\\n CF_NAME unmap-route my-app example.com # example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost # myhost.example.com\\n CF_NAME unmap-route my-app example.com --hostname myhost --path foo # myhost.example.com/foo\\n CF_NAME unmap-route my-app example.com --port 5000 # example.com:5000" 6201 }, 6202 { 6203 "id": "Unsetting api endpoint...", 6204 "translation": "Desconfigurando o terminal de API..." 6205 }, 6206 { 6207 "id": "Unshare a private domain with an org", 6208 "translation": "Descompartilhar um domínio privado com uma organização" 6209 }, 6210 { 6211 "id": "Unsharing domain {{.DomainName}} from org {{.OrgName}} as {{.Username}}...", 6212 "translation": "Descompartilhando o domínio {{.DomainName}} da organização {{.OrgName}} como {{.Username}}..." 6213 }, 6214 { 6215 "id": "Unsupported host key fingerprint format", 6216 "translation": "Formato de impressão digital da chave do host não suportado" 6217 }, 6218 { 6219 "id": "Update a buildpack", 6220 "translation": "Atualizar um buildpack" 6221 }, 6222 { 6223 "id": "Update a security group", 6224 "translation": "Atualizar um grupo de segurança" 6225 }, 6226 { 6227 "id": "Update a service auth token", 6228 "translation": "Atualizar um token de autenticação de serviço" 6229 }, 6230 { 6231 "id": "Update a service broker", 6232 "translation": "Atualizar um broker de serviço" 6233 }, 6234 { 6235 "id": "Update a service instance", 6236 "translation": "Atualizar uma instância de serviço" 6237 }, 6238 { 6239 "id": "Update an existing resource quota", 6240 "translation": "Atualizar uma cota de recurso existente" 6241 }, 6242 { 6243 "id": "Update an existing space quota", 6244 "translation": "Atualizar uma cota de espaço existente" 6245 }, 6246 { 6247 "id": "Update user-provided service instance", 6248 "translation": "Atualizar a instância de serviço fornecida pelo usuário" 6249 }, 6250 { 6251 "id": "Updated: {{.Updated}}", 6252 "translation": "Atualizado: {{.Updated}}" 6253 }, 6254 { 6255 "id": "Updating a plan", 6256 "translation": "Atualizando um plano" 6257 }, 6258 { 6259 "id": "Updating app with these attributes...", 6260 "translation": "" 6261 }, 6262 { 6263 "id": "Updating app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 6264 "translation": "" 6265 }, 6266 { 6267 "id": "Updating app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 6268 "translation": "Atualizando o app {{.AppName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.Username}}..." 6269 }, 6270 { 6271 "id": "Updating buildpack {{.BuildpackName}}...", 6272 "translation": "Atualizando o buildpack {{.BuildpackName}}..." 6273 }, 6274 { 6275 "id": "Updating health check type for app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...", 6276 "translation": "Atualizando o tipo de verificação de funcionamento para o app {{.AppName}} na organização {{.OrgName}}/espaço {{.SpaceName}} como {{.Username}}..." 6277 }, 6278 { 6279 "id": "Updating isolation segment of space {{.SpaceName}} in org {{.OrgName}} as {{.CurrentUser}}...", 6280 "translation": "" 6281 }, 6282 { 6283 "id": "Updating quota {{.QuotaName}} as {{.Username}}...", 6284 "translation": "Atualizando a cota {{.QuotaName}} como {{.Username}}..." 6285 }, 6286 { 6287 "id": "Updating security group {{.security_group}} as {{.username}}", 6288 "translation": "Atualizando o grupo de segurança {{.security_group}} como {{.username}}" 6289 }, 6290 { 6291 "id": "Updating service auth token as {{.CurrentUser}}...", 6292 "translation": "Atualizando o token de autenticação de serviço como {{.CurrentUser}}..." 6293 }, 6294 { 6295 "id": "Updating service broker {{.Name}} as {{.Username}}...", 6296 "translation": "Atualizando o broker de serviço {{.Name}} como {{.Username}}..." 6297 }, 6298 { 6299 "id": "Updating service instance {{.ServiceName}} as {{.UserName}}...", 6300 "translation": "Atualizando a instância de serviço {{.ServiceName}} como {{.UserName}}..." 6301 }, 6302 { 6303 "id": "Updating space quota {{.Quota}} as {{.Username}}...", 6304 "translation": "Atualizando a cota de espaço {{.Quota}} como {{.Username}}..." 6305 }, 6306 { 6307 "id": "Updating user provided service {{.ServiceName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...", 6308 "translation": "Atualizando o serviço fornecido pelo usuário {{.ServiceName}} na organização {{.OrgName}} / espaço {{.SpaceName}} como {{.CurrentUser}}..." 6309 }, 6310 { 6311 "id": "Updating {{.AppName}} health_check_type to '{{.HealthCheckType}}'", 6312 "translation": "Atualizando {{.AppName}} health_check_type para '{{.HealthCheckType}}'" 6313 }, 6314 { 6315 "id": "Uploading V3 app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 6316 "translation": "" 6317 }, 6318 { 6319 "id": "Uploading app files from: {{.Path}}", 6320 "translation": "Fazendo upload de arquivos de app de: {{.Path}}" 6321 }, 6322 { 6323 "id": "Uploading app {{.AppName}} in org {{.CurrentOrg}} / space {{.CurrentSpace}} as {{.CurrentUser}}...", 6324 "translation": "" 6325 }, 6326 { 6327 "id": "Uploading buildpack {{.BuildpackName}}...", 6328 "translation": "Fazendo upload do buildpack {{.BuildpackName}}..." 6329 }, 6330 { 6331 "id": "Uploading files have failed after a number of retriest due to: {{.Error}}", 6332 "translation": "" 6333 }, 6334 { 6335 "id": "Uploading files...", 6336 "translation": "" 6337 }, 6338 { 6339 "id": "Uploading {{.AppName}}...", 6340 "translation": "Fazendo upload de {{.AppName}}..." 6341 }, 6342 { 6343 "id": "Uploading {{.ZipFileBytes}}, {{.FileCount}} files", 6344 "translation": "Fazendo upload de arquivos {{.ZipFileBytes}}, {{.FileCount}}" 6345 }, 6346 { 6347 "id": "Usage:", 6348 "translation": "" 6349 }, 6350 { 6351 "id": "Use '{{.BinaryName}} install-plugin' to update a plugin to the latest version.", 6352 "translation": "" 6353 }, 6354 { 6355 "id": "Use '{{.BinaryName}} repo-plugins' to list plugins in registered repos available to install.", 6356 "translation": "" 6357 }, 6358 { 6359 "id": "Use '{{.Command}}' for more information", 6360 "translation": "Use '{{.Command}}' para obter mais informações" 6361 }, 6362 { 6363 "id": "Use '{{.Command}}' to view or set your target org and space.", 6364 "translation": "Use '{{.Command}}' para visualizar ou configurar sua organização e espaço de destino." 6365 }, 6366 { 6367 "id": "Use '{{.Name}}' to view or set your target org and space", 6368 "translation": "Use '{{.Name}}' para visualizar ou configurar sua organização e espaço de destino" 6369 }, 6370 { 6371 "id": "User provided tags", 6372 "translation": "Tags fornecidas pelo usuário" 6373 }, 6374 { 6375 "id": "User {{.TargetUser}} does not exist.", 6376 "translation": "O usuário {{.TargetUser}} não existe." 6377 }, 6378 { 6379 "id": "User-Provided:", 6380 "translation": "Fornecido pelo usuário:" 6381 }, 6382 { 6383 "id": "User:", 6384 "translation": "Usuário:" 6385 }, 6386 { 6387 "id": "Username", 6388 "translation": "Nome de Usuário" 6389 }, 6390 { 6391 "id": "Using docker repository password from environment variable CF_DOCKER_PASSWORD.", 6392 "translation": "" 6393 }, 6394 { 6395 "id": "Using manifest file {{.Path}}\n", 6396 "translation": "Usando o arquivo manifest {{.Path}}\n" 6397 }, 6398 { 6399 "id": "Using route {{.RouteURL}}", 6400 "translation": "Usando a rota {{.RouteURL}}" 6401 }, 6402 { 6403 "id": "Using stack {{.StackName}}...", 6404 "translation": "Usando a pilha {{.StackName}}..." 6405 }, 6406 { 6407 "id": "VERSION:", 6408 "translation": "" 6409 }, 6410 { 6411 "id": "Valid JSON object containing service-specific configuration parameters, provided either in-line or in a file. For a list of supported configuration parameters, see documentation for the particular service offering.", 6412 "translation": "Objeto JSON válido contendo parâmetros de configuração específicos do serviço, fornecidos sequencialmente ou em um arquivo. Para obter uma lista de parâmetros de configuração suportados, consulte a documentação do tipo de serviços específico." 6413 }, 6414 { 6415 "id": "Valid JSON object containing service-specific configuration parameters, provided inline or in a file. For a list of supported configuration parameters, see documentation for the particular service offering.", 6416 "translation": "Objeto JSON válido contendo parâmetros de configuração específicos do serviço, fornecidos sequencialmente ou em um arquivo. Para obter uma lista de parâmetros de configuração suportados, consulte a documentação do tipo de serviços específico." 6417 }, 6418 { 6419 "id": "Variable Name", 6420 "translation": "Nome da variável" 6421 }, 6422 { 6423 "id": "Verify Password", 6424 "translation": "Verificar Senha" 6425 }, 6426 { 6427 "id": "Version", 6428 "translation": "Versão" 6429 }, 6430 { 6431 "id": "View logs, reports, and settings on this space\n", 6432 "translation": "Visualizar logs, relatórios e configurações neste espaço\n" 6433 }, 6434 { 6435 "id": "WARNING:\n Providing your password as a command line option is highly discouraged\n Your password may be visible to others and may be recorded in your shell history", 6436 "translation": "AVISO:\n Fornecer sua senha como uma opção de linha de comandos é altamente desaconselhável\n Sua senha pode ficar visível para os outros e pode ser registrada no histórico do shell" 6437 }, 6438 { 6439 "id": "WARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys.", 6440 "translation": "AVISO: Esta operação supõe que o broker de serviço responsável por esta instância de serviço não está mais disponível ou não está respondendo com um 200 ou 410, e que a instância de serviço foi excluída, deixando registros órfãos no banco de dados do Cloud Foundry. Todo o conhecimento da instância de serviço será removido do Cloud Foundry, incluindo ligações de serviços e chaves de serviço." 6441 }, 6442 { 6443 "id": "WARNING: This operation assumes that the service broker responsible for this service offering is no longer available, and all service instances have been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service will be removed from Cloud Foundry, including service instances and service bindings. No attempt will be made to contact the service broker; running this command without destroying the service broker will cause orphan service instances. After running this command you may want to run either delete-service-auth-token or delete-service-broker to complete the cleanup.", 6444 "translation": "AVISO: Esta operação supõe que o broker de serviço responsável por este tipo de serviços não está mais disponível e que todas as instâncias de serviço foram excluídas, deixando registros órfãos no banco de dados do Cloud Foundry. Todo o conhecimento do serviço será removido do Cloud Foundry, incluindo instâncias de serviço e ligações de serviços. Nenhuma tentativa será feita para entrar em contato com o broker de serviço; executar esse comando sem destruir o broker de serviço causará instâncias de serviço órfãs. Após a execução desse comando, é possível que você queira executar delete-service-auth-token ou delete-service-broker para concluir a limpeza." 6445 }, 6446 { 6447 "id": "WARNING: This operation is internal to Cloud Foundry; service brokers will not be contacted and resources for service instances will not be altered. The primary use case for this operation is to replace a service broker which implements the v1 Service Broker API with a broker which implements the v2 API by remapping service instances from v1 plans to v2 plans. We recommend making the v1 plan private or shutting down the v1 broker to prevent additional instances from being created. Once service instances have been migrated, the v1 services and plans can be removed from Cloud Foundry.", 6448 "translation": "AVISO: Esta operação é interna para o Cloud Foundry; os brokers de serviço não vão ser contatados e os recursos para instâncias de serviço não serão alterados. O caso de uso primário dessa operação é substituir um broker de serviço que implementa a API do Broker de serviço v1 por um broker que implementa a API v2, remapeando instâncias de serviço de planos v1 para planos v2. Recomendamos tornar o plano v1 privado ou encerrar o broker v1 para evitar a criação de instâncias adicionais. Depois que as instâncias de serviço tiverem sido migradas, os serviços e os planos v1 poderão ser removidos do Cloud Foundry." 6449 }, 6450 { 6451 "id": "Waiting for API to complete processing files...", 6452 "translation": "" 6453 }, 6454 { 6455 "id": "Waiting for app to start...", 6456 "translation": "" 6457 }, 6458 { 6459 "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended", 6460 "translation": "" 6461 }, 6462 { 6463 "id": "Warning: Insecure http API endpoint detected: secure https API endpoints are recommended\n", 6464 "translation": "Aviso: Terminal de API http inseguro detectado: recomenda-se terminais de API https seguros\n" 6465 }, 6466 { 6467 "id": "Warning: accessing feature flag 'set_roles_by_username'", 6468 "translation": "Aviso: acessando a sinalização de recurso 'set_roles_by_username'" 6469 }, 6470 { 6471 "id": "Warning: error tailing logs", 6472 "translation": "Aviso: erro ao tailing logs" 6473 }, 6474 { 6475 "id": "Windows Command Line", 6476 "translation": "Linha de comandos do Windows" 6477 }, 6478 { 6479 "id": "Windows PowerShell", 6480 "translation": "Windows PowerShell" 6481 }, 6482 { 6483 "id": "Write curl body to FILE instead of stdout", 6484 "translation": "Gravar corpo de curl no ARQUIVO em vez de na saída padrão" 6485 }, 6486 { 6487 "id": "Write default values to the config", 6488 "translation": "Gravar valores padrão para a configuração" 6489 }, 6490 { 6491 "id": "Your target CF API version only supports health check type values {{.SupportedTypes}} and {{.LastSupportedType}}.", 6492 "translation": "" 6493 }, 6494 { 6495 "id": "Zip archive does not contain a buildpack", 6496 "translation": "O archive ZIP não contém um buildpack" 6497 }, 6498 { 6499 "id": "[--allow-paid-service-plans | --disallow-paid-service-plans] ", 6500 "translation": "[--allow-paid-service-plans | --disallow-paid-service-plans] " 6501 }, 6502 { 6503 "id": "[--allow-paid-service-plans] ", 6504 "translation": "[--allow-paid-service-plans] " 6505 }, 6506 { 6507 "id": "[MULTIPART/FORM-DATA CONTENT HIDDEN]", 6508 "translation": "[MULTIPART/FORM-DATA CONTENT HIDDEN]" 6509 }, 6510 { 6511 "id": "[PRIVATE DATA HIDDEN]", 6512 "translation": "[PRIVATE DATA HIDDEN]" 6513 }, 6514 { 6515 "id": "[global options] command [arguments...] [command options]", 6516 "translation": "" 6517 }, 6518 { 6519 "id": "[hidden]", 6520 "translation": "" 6521 }, 6522 { 6523 "id": "access", 6524 "translation": "acessar" 6525 }, 6526 { 6527 "id": "actor", 6528 "translation": "agente" 6529 }, 6530 { 6531 "id": "alias", 6532 "translation": "" 6533 }, 6534 { 6535 "id": "all", 6536 "translation": "tudo" 6537 }, 6538 { 6539 "id": "allowed", 6540 "translation": "permitido" 6541 }, 6542 { 6543 "id": "already exists", 6544 "translation": "já existe" 6545 }, 6546 { 6547 "id": "api endpoint:", 6548 "translation": "" 6549 }, 6550 { 6551 "id": "api version:", 6552 "translation": "" 6553 }, 6554 { 6555 "id": "app", 6556 "translation": "app" 6557 }, 6558 { 6559 "id": "app crashed", 6560 "translation": "app travado" 6561 }, 6562 { 6563 "id": "app instance limit", 6564 "translation": "limite de instância do app" 6565 }, 6566 { 6567 "id": "app instances", 6568 "translation": "instâncias do aplicativo" 6569 }, 6570 { 6571 "id": "apps", 6572 "translation": "apps" 6573 }, 6574 { 6575 "id": "apps:", 6576 "translation": "" 6577 }, 6578 { 6579 "id": "auth request failed", 6580 "translation": "falha na solicitação de autenticação" 6581 }, 6582 { 6583 "id": "billingmanager", 6584 "translation": "" 6585 }, 6586 { 6587 "id": "bound apps", 6588 "translation": "apps ligados" 6589 }, 6590 { 6591 "id": "broker: {{.Name}}", 6592 "translation": "broker: {{.Name}}" 6593 }, 6594 { 6595 "id": "buildpack:", 6596 "translation": "buildpack:" 6597 }, 6598 { 6599 "id": "buildpacks:", 6600 "translation": "" 6601 }, 6602 { 6603 "id": "bytes downloaded", 6604 "translation": "bytes transferidos por download" 6605 }, 6606 { 6607 "id": "cf --version", 6608 "translation": "cf --version" 6609 }, 6610 { 6611 "id": "cf -v", 6612 "translation": "cf -v" 6613 }, 6614 { 6615 "id": "cf push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME]\\n [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf push -f MANIFEST_WITH_MULTIPLE_APPS_PATH [APP_NAME] [--no-start]", 6616 "translation": "" 6617 }, 6618 { 6619 "id": "cf services", 6620 "translation": "cf services" 6621 }, 6622 { 6623 "id": "cf target -s", 6624 "translation": "cf target -s" 6625 }, 6626 { 6627 "id": "cf v2-push APP_NAME [-b BUILDPACK_NAME] [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-p PATH] [-s STACK] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf v2-push APP_NAME --docker-image [REGISTRY_HOST:PORT/]IMAGE[:TAG] [--docker-username USERNAME]\\n [-c COMMAND] [-f MANIFEST_PATH | --no-manifest] [--no-start]\\n [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-t HEALTH_TIMEOUT] [-u (process | port | http)]\\n [--no-route | --random-route | --hostname HOST | --no-hostname] [-d DOMAIN] [--route-path ROUTE_PATH]\\n\\n cf v2-push -f MANIFEST_WITH_MULTIPLE_APPS_PATH [APP_NAME] [--no-start]", 6628 "translation": "" 6629 }, 6630 { 6631 "id": "cf v3-push APP_NAME", 6632 "translation": "" 6633 }, 6634 { 6635 "id": "command help", 6636 "translation": "" 6637 }, 6638 { 6639 "id": "command name", 6640 "translation": "" 6641 }, 6642 { 6643 "id": "cpu", 6644 "translation": "Cpu" 6645 }, 6646 { 6647 "id": "crashed", 6648 "translation": "travado" 6649 }, 6650 { 6651 "id": "crashing", 6652 "translation": "travando" 6653 }, 6654 { 6655 "id": "create-isolation-segment", 6656 "translation": "" 6657 }, 6658 { 6659 "id": "delete-isolation-segment", 6660 "translation": "" 6661 }, 6662 { 6663 "id": "description", 6664 "translation": "description" 6665 }, 6666 { 6667 "id": "destination", 6668 "translation": "" 6669 }, 6670 { 6671 "id": "details", 6672 "translation": "detalhes" 6673 }, 6674 { 6675 "id": "disable-org-isolation", 6676 "translation": "" 6677 }, 6678 { 6679 "id": "disallowed", 6680 "translation": "desaprovado" 6681 }, 6682 { 6683 "id": "disk", 6684 "translation": "de discos" 6685 }, 6686 { 6687 "id": "disk:", 6688 "translation": "disco:" 6689 }, 6690 { 6691 "id": "docker image:", 6692 "translation": "" 6693 }, 6694 { 6695 "id": "does exist", 6696 "translation": "existe" 6697 }, 6698 { 6699 "id": "does not exist", 6700 "translation": "Não Existe" 6701 }, 6702 { 6703 "id": "does not exist.", 6704 "translation": "não existe." 6705 }, 6706 { 6707 "id": "domain", 6708 "translation": "domínio" 6709 }, 6710 { 6711 "id": "domain {{.DomainName}} is a shared domain, not an owned domain.", 6712 "translation": "O domínio {{.DomainName}} é um domínio compartilhado, não um domínio próprio.\n\nDICA:\nUse `cf delete-shared-domain` para excluir domínios compartilhados." 6713 }, 6714 { 6715 "id": "domain {{.DomainName}} is an owned domain, not a shared domain.", 6716 "translation": "O domínio {{.DomainName}} é um domínio próprio, não um domínio compartilhado.\n\nDICA:\nUse `cf delete-domain` para excluir domínios próprios." 6717 }, 6718 { 6719 "id": "domains:", 6720 "translation": "domínios:" 6721 }, 6722 { 6723 "id": "down", 6724 "translation": "para baixo" 6725 }, 6726 { 6727 "id": "droplet: {{.DropletGUID}}", 6728 "translation": "" 6729 }, 6730 { 6731 "id": "each route in 'routes' must have a 'route' property", 6732 "translation": "cada rota em 'routes' deve ter uma propriedade 'route'" 6733 }, 6734 { 6735 "id": "enable-org-isolation", 6736 "translation": "" 6737 }, 6738 { 6739 "id": "enabled", 6740 "translation": "enabled" 6741 }, 6742 { 6743 "id": "endpoint (for http type):", 6744 "translation": "" 6745 }, 6746 { 6747 "id": "env var '{{.PropertyName}}' should not be null", 6748 "translation": "a variável de ambiente '{{.PropertyName}}' não deve ser nula" 6749 }, 6750 { 6751 "id": "event", 6752 "translation": "evento" 6753 }, 6754 { 6755 "id": "failed turning off console echo for password entry:\n{{.ErrorDescription}}", 6756 "translation": "falha ao desativar eco do console para entrada de senha:\n{{.ErrorDescription}}" 6757 }, 6758 { 6759 "id": "filename", 6760 "translation": "filename" 6761 }, 6762 { 6763 "id": "free or paid", 6764 "translation": "grátis ou pago" 6765 }, 6766 { 6767 "id": "health check type:", 6768 "translation": "" 6769 }, 6770 { 6771 "id": "health_check_type is ", 6772 "translation": "health_check_type é " 6773 }, 6774 { 6775 "id": "health_check_type is already set", 6776 "translation": "health_check_type já está configurado" 6777 }, 6778 { 6779 "id": "health_check_type is not set to ", 6780 "translation": "health_check_type não está configurada como " 6781 }, 6782 { 6783 "id": "host", 6784 "translation": "host" 6785 }, 6786 { 6787 "id": "instance memory", 6788 "translation": "memória da instância" 6789 }, 6790 { 6791 "id": "instance memory limit", 6792 "translation": "limite de memória da instância" 6793 }, 6794 { 6795 "id": "instance: {{.InstanceIndex}}, reason: {{.ExitDescription}}, exit_status: {{.ExitStatus}}", 6796 "translation": "instância: {{.InstanceIndex}}, motivo: {{.ExitDescription}}, exit_status: {{.ExitStatus}}" 6797 }, 6798 { 6799 "id": "instances", 6800 "translation": "instâncias" 6801 }, 6802 { 6803 "id": "instances:", 6804 "translation": "instâncias:" 6805 }, 6806 { 6807 "id": "integer", 6808 "translation": "" 6809 }, 6810 { 6811 "id": "invalid inherit path in manifest", 6812 "translation": "caminho de herança inválido no manifest" 6813 }, 6814 { 6815 "id": "invalid value for env var CF_STAGING_TIMEOUT\n{{.Err}}", 6816 "translation": "valor inválido para a variável de ambiente CF_STAGING_TIMEOUT\n{{.Err}}" 6817 }, 6818 { 6819 "id": "invalid value for env var CF_STARTUP_TIMEOUT\n{{.Err}}", 6820 "translation": "valor inválido para a variável de ambiente CF_STARTUP_TIMEOUT\n{{.Err}}" 6821 }, 6822 { 6823 "id": "isolation segment:", 6824 "translation": "" 6825 }, 6826 { 6827 "id": "isolation segments:", 6828 "translation": "" 6829 }, 6830 { 6831 "id": "isolation-segments", 6832 "translation": "" 6833 }, 6834 { 6835 "id": "label", 6836 "translation": "label" 6837 }, 6838 { 6839 "id": "last operation", 6840 "translation": "última operação" 6841 }, 6842 { 6843 "id": "last uploaded:", 6844 "translation": "última transferência por upload:" 6845 }, 6846 { 6847 "id": "latest version", 6848 "translation": "" 6849 }, 6850 { 6851 "id": "lifecycle", 6852 "translation": "" 6853 }, 6854 { 6855 "id": "limited", 6856 "translation": "limitado" 6857 }, 6858 { 6859 "id": "locked", 6860 "translation": "locked" 6861 }, 6862 { 6863 "id": "memory", 6864 "translation": "memória" 6865 }, 6866 { 6867 "id": "memory usage:", 6868 "translation": "" 6869 }, 6870 { 6871 "id": "memory:", 6872 "translation": "memória:" 6873 }, 6874 { 6875 "id": "name", 6876 "translation": "nome" 6877 }, 6878 { 6879 "id": "name:", 6880 "translation": "nome:" 6881 }, 6882 { 6883 "id": "non basic services", 6884 "translation": "serviços não básicos" 6885 }, 6886 { 6887 "id": "none", 6888 "translation": "none" 6889 }, 6890 { 6891 "id": "not valid for the requested host", 6892 "translation": "não é válido para o host solicitado" 6893 }, 6894 { 6895 "id": "org", 6896 "translation": "organização" 6897 }, 6898 { 6899 "id": "org:", 6900 "translation": "" 6901 }, 6902 { 6903 "id": "organization", 6904 "translation": "" 6905 }, 6906 { 6907 "id": "orgs", 6908 "translation": "organizações" 6909 }, 6910 { 6911 "id": "owned", 6912 "translation": "de propriedade de" 6913 }, 6914 { 6915 "id": "package guid: {{.PackageGuid}}", 6916 "translation": "" 6917 }, 6918 { 6919 "id": "paid plans", 6920 "translation": "planos pagos" 6921 }, 6922 { 6923 "id": "paid services {{.NonBasicServicesAllowed}}", 6924 "translation": "serviços pagos {{.NonBasicServicesAllowed}}" 6925 }, 6926 { 6927 "id": "path", 6928 "translation": "caminhos" 6929 }, 6930 { 6931 "id": "path:", 6932 "translation": "" 6933 }, 6934 { 6935 "id": "plan", 6936 "translation": "plano" 6937 }, 6938 { 6939 "id": "plans", 6940 "translation": "planos" 6941 }, 6942 { 6943 "id": "plugin", 6944 "translation": "" 6945 }, 6946 { 6947 "id": "port", 6948 "translation": "ports" 6949 }, 6950 { 6951 "id": "ports", 6952 "translation": "" 6953 }, 6954 { 6955 "id": "position", 6956 "translation": "posição" 6957 }, 6958 { 6959 "id": "processes:", 6960 "translation": "" 6961 }, 6962 { 6963 "id": "protocol", 6964 "translation": "" 6965 }, 6966 { 6967 "id": "provider", 6968 "translation": "ocupação variada" 6969 }, 6970 { 6971 "id": "quota:", 6972 "translation": "cota:" 6973 }, 6974 { 6975 "id": "repo-plugins", 6976 "translation": "repo-plugins" 6977 }, 6978 { 6979 "id": "requested state", 6980 "translation": "estado solicitado" 6981 }, 6982 { 6983 "id": "requested state:", 6984 "translation": "estado solicitado:" 6985 }, 6986 { 6987 "id": "required attribute 'disk_quota' missing", 6988 "translation": "atributo necessário 'disk_quota' ausente" 6989 }, 6990 { 6991 "id": "required attribute 'instances' missing", 6992 "translation": "atributo necessário 'instances' ausente" 6993 }, 6994 { 6995 "id": "required attribute 'memory' missing", 6996 "translation": "atributo necessário 'memory' ausente" 6997 }, 6998 { 6999 "id": "required attribute 'stack' missing", 7000 "translation": "atributo necessário 'stack' ausente" 7001 }, 7002 { 7003 "id": "reserved route ports", 7004 "translation": "portas de rota reservada" 7005 }, 7006 { 7007 "id": "reset-space-isolation-segment", 7008 "translation": "" 7009 }, 7010 { 7011 "id": "route ports", 7012 "translation": "portas de rota" 7013 }, 7014 { 7015 "id": "routes", 7016 "translation": "rotas" 7017 }, 7018 { 7019 "id": "routes:", 7020 "translation": "" 7021 }, 7022 { 7023 "id": "run-task", 7024 "translation": "" 7025 }, 7026 { 7027 "id": "running", 7028 "translation": "execução" 7029 }, 7030 { 7031 "id": "running security groups:", 7032 "translation": "" 7033 }, 7034 { 7035 "id": "security group", 7036 "translation": "grupo de segurança" 7037 }, 7038 { 7039 "id": "service", 7040 "translation": "serviços" 7041 }, 7042 { 7043 "id": "service auth token", 7044 "translation": "token de autenticação de serviço" 7045 }, 7046 { 7047 "id": "service instance", 7048 "translation": "instância de serviço" 7049 }, 7050 { 7051 "id": "service instances", 7052 "translation": "instâncias de serviço" 7053 }, 7054 { 7055 "id": "service key", 7056 "translation": "chave de serviço" 7057 }, 7058 { 7059 "id": "service plan", 7060 "translation": "plano de serviços" 7061 }, 7062 { 7063 "id": "service-broker", 7064 "translation": "broker de serviço" 7065 }, 7066 { 7067 "id": "service_broker_guid IN ", 7068 "translation": "service_broker_guid IN " 7069 }, 7070 { 7071 "id": "service_guid IN ", 7072 "translation": "service_guid IN " 7073 }, 7074 { 7075 "id": "services", 7076 "translation": "Extended Services" 7077 }, 7078 { 7079 "id": "services:", 7080 "translation": "" 7081 }, 7082 { 7083 "id": "set-space-isolation-segment", 7084 "translation": "" 7085 }, 7086 { 7087 "id": "shared", 7088 "translation": "compartilhada" 7089 }, 7090 { 7091 "id": "since", 7092 "translation": "desde" 7093 }, 7094 { 7095 "id": "space", 7096 "translation": "espaço" 7097 }, 7098 { 7099 "id": "space quota:", 7100 "translation": "" 7101 }, 7102 { 7103 "id": "space quotas:", 7104 "translation": "cotas de espaço:" 7105 }, 7106 { 7107 "id": "space:", 7108 "translation": "" 7109 }, 7110 { 7111 "id": "spaces:", 7112 "translation": "espaços:" 7113 }, 7114 { 7115 "id": "ssh support is already disabled", 7116 "translation": "o suporte ssh já está desativado" 7117 }, 7118 { 7119 "id": "ssh support is already disabled in space ", 7120 "translation": "o suporte ssh já está desativado no espaço " 7121 }, 7122 { 7123 "id": "ssh support is already enabled for '{{.AppName}}'", 7124 "translation": "o suporte ssh já está ativado para o '{{.AppName}}'" 7125 }, 7126 { 7127 "id": "ssh support is already enabled in space '{{.SpaceName}}'", 7128 "translation": "o suporte ssh já está ativado no espaço '{{.SpaceName}}'" 7129 }, 7130 { 7131 "id": "ssh support is disabled for", 7132 "translation": "o suporte ssh está desativado para" 7133 }, 7134 { 7135 "id": "ssh support is disabled in space ", 7136 "translation": "o suporte ssh está desativado no espaço " 7137 }, 7138 { 7139 "id": "ssh support is enabled for", 7140 "translation": "o suporte ssh está ativado para" 7141 }, 7142 { 7143 "id": "ssh support is enabled in space ", 7144 "translation": "o suporte ssh está ativado no espaço " 7145 }, 7146 { 7147 "id": "ssh support is not disabled for ", 7148 "translation": "o suporte ssh não está desativado para " 7149 }, 7150 { 7151 "id": "ssh support is not enabled for ", 7152 "translation": "o suporte ssh não está ativado para " 7153 }, 7154 { 7155 "id": "sso-passcode", 7156 "translation": "" 7157 }, 7158 { 7159 "id": "stack:", 7160 "translation": "pilha:" 7161 }, 7162 { 7163 "id": "staging security groups:", 7164 "translation": "" 7165 }, 7166 { 7167 "id": "start command:", 7168 "translation": "" 7169 }, 7170 { 7171 "id": "start time", 7172 "translation": "" 7173 }, 7174 { 7175 "id": "starting", 7176 "translation": "iniciando" 7177 }, 7178 { 7179 "id": "state", 7180 "translation": "estado" 7181 }, 7182 { 7183 "id": "status", 7184 "translation": "status" 7185 }, 7186 { 7187 "id": "stopped", 7188 "translation": "parado(a)" 7189 }, 7190 { 7191 "id": "stopped after 1 redirect", 7192 "translation": "parado após 1 redirecionamento" 7193 }, 7194 { 7195 "id": "task id:", 7196 "translation": "" 7197 }, 7198 { 7199 "id": "task name:", 7200 "translation": "" 7201 }, 7202 { 7203 "id": "tasks", 7204 "translation": "" 7205 }, 7206 { 7207 "id": "terminate-task", 7208 "translation": "" 7209 }, 7210 { 7211 "id": "time", 7212 "translation": "hora" 7213 }, 7214 { 7215 "id": "timeout connecting to log server, no log will be shown", 7216 "translation": "tempo limite de conexão com o servidor de log, nenhum log será mostrado" 7217 }, 7218 { 7219 "id": "total memory", 7220 "translation": "memória total" 7221 }, 7222 { 7223 "id": "total memory limit", 7224 "translation": "limite total de memória" 7225 }, 7226 { 7227 "id": "type", 7228 "translation": "type" 7229 }, 7230 { 7231 "id": "uaa", 7232 "translation": "" 7233 }, 7234 { 7235 "id": "unknown authority", 7236 "translation": "autoridade desconhecida" 7237 }, 7238 { 7239 "id": "unlimited", 7240 "translation": "sem limite" 7241 }, 7242 { 7243 "id": "url", 7244 "translation": "url" 7245 }, 7246 { 7247 "id": "urls", 7248 "translation": "urls" 7249 }, 7250 { 7251 "id": "urls:", 7252 "translation": "URLs:" 7253 }, 7254 { 7255 "id": "usage:", 7256 "translation": "utilização:" 7257 }, 7258 { 7259 "id": "user", 7260 "translation": "usuário" 7261 }, 7262 { 7263 "id": "user {{.User}} already exists", 7264 "translation": "" 7265 }, 7266 { 7267 "id": "user-provided", 7268 "translation": "fornecido pelo usuário" 7269 }, 7270 { 7271 "id": "user:", 7272 "translation": "" 7273 }, 7274 { 7275 "id": "username", 7276 "translation": "username" 7277 }, 7278 { 7279 "id": "verbose and version flag", 7280 "translation": "" 7281 }, 7282 { 7283 "id": "version", 7284 "translation": "versão" 7285 }, 7286 { 7287 "id": "yes", 7288 "translation": "Sim" 7289 }, 7290 { 7291 "id": "{{.APIEndpoint}} (API version: {{.APIVersionString}})", 7292 "translation": "{{.APIEndpoint}} (versão da API: {{.APIVersionString}})" 7293 }, 7294 { 7295 "id": "{{.AppInstanceLimit}} app instance limit", 7296 "translation": "{{.AppInstanceLimit}} limite de instância do app" 7297 }, 7298 { 7299 "id": "{{.AppName}} failed to stage within {{.Timeout}} minutes", 7300 "translation": "" 7301 }, 7302 { 7303 "id": "{{.BinaryName}} version {{.VersionString}}", 7304 "translation": "" 7305 }, 7306 { 7307 "id": "{{.CountOfServices}} migrated.", 7308 "translation": "{{.CountOfServices}} migrado." 7309 }, 7310 { 7311 "id": "{{.CrashedCount}} crashed", 7312 "translation": "{{.CrashedCount}} travado" 7313 }, 7314 { 7315 "id": "{{.DiskUsage}} of {{.DiskQuota}}", 7316 "translation": "{{.DiskUsage}} de {{.DiskQuota}}" 7317 }, 7318 { 7319 "id": "{{.DownCount}} down", 7320 "translation": "{{.DownCount}} inativo" 7321 }, 7322 { 7323 "id": "{{.ErrorDescription}}\nTIP: Use '{{.CFServicesCommand}}' to view all services in this org and space.", 7324 "translation": "{{.ErrorDescription}}\nDICA: Use '{{.CFServicesCommand}}' para visualizar todos os serviços nesta organização e espaço." 7325 }, 7326 { 7327 "id": "{{.Err}}\n\t\t\t\nTIP: Buildpacks are detected when the \"{{.PushCommand}}\" is executed from within the directory that contains the app source code.\n\nUse '{{.BuildpackCommand}}' to see a list of supported buildpacks.\n\nUse '{{.Command}}' for more in depth log information.", 7328 "translation": "{{.Err}}\n\t\t\t\nDICA: Buildpacks são detectados quando o \"{{.PushCommand}}\" é executado a partir do diretório que contém o código-fonte do app.\n\nUse '{{.BuildpackCommand}}' para ver uma lista de buildpacks suportados.\n\nUse '{{.Command}}' para obter informações de log mais detalhadas." 7329 }, 7330 { 7331 "id": "{{.Err}}\n\nTIP: use '{{.Command}}' for more information", 7332 "translation": "{{.Err}}\n\nDICA: use '{{.Command}}' para obter mais informações" 7333 }, 7334 { 7335 "id": "{{.Feature}} only works up to CF API version {{.MaximumVersion}}. Your target is {{.APIVersion}}.", 7336 "translation": "{{.Feature}} funciona somente até a API CF versão {{.MaximumVersion}}. Seu destino é {{.APIVersion}}." 7337 }, 7338 { 7339 "id": "{{.Feature}} requires CF API version {{.RequiredVersion}} or higher. Your target is {{.APIVersion}}.", 7340 "translation": "{{.Feature}} requer a API CF versão {{.RequiredVersion}}+. Seu destino é {{.APIVersion}}." 7341 }, 7342 { 7343 "id": "{{.FlappingCount}} failing", 7344 "translation": "{{.FlappingCount}} falhando" 7345 }, 7346 { 7347 "id": "{{.InstanceMemoryLimit}} instance memory limit", 7348 "translation": "{{.InstanceMemoryLimit}} limite de memória da instância" 7349 }, 7350 { 7351 "id": "{{.MemUsage}} of {{.MemQuota}}", 7352 "translation": "{{.MemUsage}} de {{.MemQuota}}" 7353 }, 7354 { 7355 "id": "{{.MemoryLimit}} memory limit", 7356 "translation": "{{.MemoryLimit}} de limite de memória" 7357 }, 7358 { 7359 "id": "{{.MemoryLimit}}M memory limit", 7360 "translation": "{{.MemoryLimit}} limite de memória" 7361 }, 7362 { 7363 "id": "{{.MemorySize}} x {{.NumInstances}} instances", 7364 "translation": "" 7365 }, 7366 { 7367 "id": "{{.Message}}\nNote that this command requires CF API version 3.0.0+.", 7368 "translation": "" 7369 }, 7370 { 7371 "id": "{{.ModelType}} {{.ModelName}} already exists", 7372 "translation": "{{.ModelType}} {{.ModelName}} já existe" 7373 }, 7374 { 7375 "id": "{{.OperationType}} failed", 7376 "translation": "{{.OperationType}} com falha" 7377 }, 7378 { 7379 "id": "{{.OperationType}} in progress", 7380 "translation": "{{.OperationType}} em andamento" 7381 }, 7382 { 7383 "id": "{{.OperationType}} succeeded", 7384 "translation": "{{.OperationType}} bem-sucedido" 7385 }, 7386 { 7387 "id": "{{.PropertyName}} must be a string or null value", 7388 "translation": "{{.PropertyName}} deve ser uma sequência ou um valor nulo" 7389 }, 7390 { 7391 "id": "{{.PropertyName}} must be a string value", 7392 "translation": "{{.PropertyName}} deve ser um valor de sequência" 7393 }, 7394 { 7395 "id": "{{.PropertyName}} should not be null", 7396 "translation": "{{.PropertyName}} não deve ser nulo" 7397 }, 7398 { 7399 "id": "{{.RepositoryURL}} added as {{.RepositoryName}}", 7400 "translation": "" 7401 }, 7402 { 7403 "id": "{{.RepositoryURL}} already registered as {{.RepositoryName}}", 7404 "translation": "" 7405 }, 7406 { 7407 "id": "{{.ReservedRoutePorts}} route ports", 7408 "translation": "{{.ReservedRoutePorts}} portas de rota" 7409 }, 7410 { 7411 "id": "{{.RoutesLimit}} routes", 7412 "translation": "{{.RoutesLimit}} rotas" 7413 }, 7414 { 7415 "id": "{{.RunningCount}} of {{.TotalCount}} instances running", 7416 "translation": "{{.RunningCount}} de {{.TotalCount}} instâncias em execução" 7417 }, 7418 { 7419 "id": "{{.ServicesLimit}} services", 7420 "translation": "{{.ServicesLimit}} serviços" 7421 }, 7422 { 7423 "id": "{{.StartingCount}} starting", 7424 "translation": "{{.StartingCount}} iniciando" 7425 }, 7426 { 7427 "id": "{{.StartingCount}} starting ({{.Details}})", 7428 "translation": "{{.StartingCount}} iniciando ({{.Details}})" 7429 }, 7430 { 7431 "id": "{{.State}} in progress. Use '{{.ServicesCommand}}' or '{{.ServiceCommand}}' to check operation status.", 7432 "translation": "{{.State}} em andamento. Usar '{{.ServicesCommand}}' ou '{{.ServiceCommand}}' para verificar o status da operação." 7433 }, 7434 { 7435 "id": "{{.URL}} is not a valid url, please provide a url, e.g. https://your_repo.com", 7436 "translation": "{{.URL}} não é uma URL válida; forneça uma URL, por exemplo, https://your_repo.com" 7437 }, 7438 { 7439 "id": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances", 7440 "translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instâncias" 7441 } 7442 ]